:root {
            --primary-color: #1e3a8a;
            --secondary-color: #f8fafc;
            --accent-color: #3b82f6;
            --text-dark: #1e293b;
            --text-light: #64748b;
            --gradient-primary: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
            --gradient-hero: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(59, 130, 246, 0.8) 100%);
            --shadow-soft: 0 4px 20px rgba(0,0,0,0.08);
            --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
        }

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

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: var(--text-dark);
            overflow-x: hidden;
            background: var(--secondary-color);
        }

        /* Hero Section with Masked Text Effect */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: #000;
        }

        /* How We Make a Difference Section */
        .how-we-make-difference {
            padding: 100px 0;
            background: url('images/flag.jpg') center/cover;
            position: relative;
        }

        .how-we-make-difference::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9);
            z-index: 1;
        }

        .how-we-make-difference .container {
            position: relative;
            z-index: 2;
        }

        .how-we-make-difference .content-wrapper h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }

        .how-we-make-difference .content-wrapper .lead {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 1rem;
        }

        .how-we-make-difference .content-wrapper p {
            font-size: 1.1rem;
            color: var(--text-light);
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        .how-we-make-difference .key-points {
            margin-bottom: 2.5rem;
        }

        .how-we-make-difference .point {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

        .how-we-make-difference .point i {
            color: var(--primary-color);
            font-size: 1.2rem;
            margin-right: 1rem;
            flex-shrink: 0;
        }

        .how-we-make-difference .point span {
            color: var(--text-dark);
            font-weight: 500;
        }

        .how-we-make-difference .image-wrapper {
            text-align: center;
        }

        .how-we-make-difference .image-wrapper img {
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            max-width: 100%;
            height: auto;
        }

        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('./images/hero.jpg') center/cover;
            z-index: 1;
        }

        .city-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
            z-index: 2;
        }

        .hero-content {
            position: relative;
            z-index: 3;
            text-align: center;
            width: 100%;
        }

        .masked-text-container {
            margin-bottom: 3rem;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }

        .masked-text {
            font-family: 'Impact', 'Arial Black', 'Helvetica Black', sans-serif;
            font-weight: 900;
            line-height: 0.7;
            margin: 0;
            background: url('https://www.newhavenacademy.com/wp-content/uploads/2025/08/pexels-ketut-subiyanto-4560085-1-scaled.jpg') center/cover;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            position: relative;
            display: block;
            letter-spacing: -0.02em;
        }

        .new-text {
            font-size: 20vw;
            margin-bottom: -3vw;
            width: 100vw;
            text-align: center;
            overflow: visible;
        }

        .haven-text {
            font-size: 12vw;
            margin-bottom: 0;
            text-align: center;
        }

        .masked-text::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            filter: brightness(1.3) contrast(1.2);
        }

        .hero-subtitle {
            margin-bottom: 3rem;
        }

        .subtitle-main {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1rem;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

        .subtitle-secondary {
            font-size: 1.3rem;
            color: rgba(255,255,255,0.9);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
            text-shadow: 0 1px 5px rgba(0,0,0,0.5);
        }

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

        .btn {
            padding: 18px 40px;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
        }

        .hero-cta .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0,0,0,0.4);
        }

        .scroll-indicator {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
        }

        .scroll-arrow {
            width: 30px;
            height: 30px;
            border: 2px solid white;
            border-top: none;
            border-left: none;
            transform: rotate(45deg);
            animation: bounce 2s infinite;
        }

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

        /* Sections */
        .section {
            padding: 100px 0;
        }

        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 3rem;
            color: var(--text-dark);
        }

        .section-subtitle {
            font-size: 1.2rem;
            text-align: center;
            margin-bottom: 4rem;
            color: var(--text-light);
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Service Cards */
        .service-card {
            background: white;
            border-radius: 20px;
            padding: 3rem 2.5rem;
            text-align: center;
            box-shadow: var(--shadow-soft);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }

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

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

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-hover);
        }

        .service-image {
            width: 100%;
            height: 200px;
            border-radius: 15px;
            margin-bottom: 2rem;
            overflow: hidden;
            position: relative;
        }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

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

        .service-icon {
            width: 90px;
            height: 90px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            color: white;
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            box-shadow: 0 4px 20px rgba(30, 58, 138, 0.3);
        }

        .service-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
        }

        .service-card p {
            color: var(--text-light);
            line-height: 1.7;
            font-size: 1rem;
        }

        /* New Redesigned Service Cards */
        .service-card-new {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
        }

        .service-card-new:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .service-image-container {
            position: relative;
            width: 100%;
            height: 220px;
            overflow: visible;
            margin-bottom: 45px;
        }

        .service-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            border-radius: 20px 20px 0 0;
        }

        .service-card-new:hover .service-img {
            transform: scale(1.1);
        }

        .service-icon-overlay {
            position: absolute;
            bottom: -45px;
            left: 50%;
            transform: translateX(-50%);
            width: 90px;
            height: 90px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            color: white;
            z-index: 2;
            box-shadow: 0 6px 25px rgba(30, 58, 138, 0.4);
            border: 4px solid white;
        }

        .service-content {
            padding: 2.5rem 2rem 2rem;
            text-align: center;
        }

        .service-content h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--text-dark);
        }

        .service-content p {
            color: #64748b;
            line-height: 1.7;
            font-size: 0.95rem;
            margin: 0;
        }

        /* Stats Section */
        .stats-section {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            color: white;
            padding: 80px 0;
        }

        .stats-section .stat-item {
            text-align: center;
            margin-bottom: 2rem;
        }

        .stats-section .stat-number {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            display: block;
            color: #ffffff !important;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            background: none !important;
            -webkit-background-clip: unset !important;
            -webkit-text-fill-color: unset !important;
        }

        .stats-section .stat-label {
            font-size: 1.2rem;
            font-weight: 600;
            color: #ffffff !important;
            opacity: 0.95;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
            background: none !important;
            -webkit-background-clip: unset !important;
            -webkit-text-fill-color: unset !important;
        }

        /* Roadmap Section */
        .roadmap-step {
            background: var(--secondary-color);
            border-radius: 15px;
            padding: 2.5rem 2rem;
            margin-bottom: 2rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }

        .roadmap-step::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--gradient-primary);
            transform: translateX(-100%);
            transition: transform 0.5s ease;
        }

        .roadmap-step:hover::before {
            transform: translateX(0);
        }

        .step-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .step-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 1.5rem;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.8rem;
            color: white;
            position: relative;
            z-index: 2;
        }

        .roadmap-step h4 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            color: var(--text-dark);
        }

        .roadmap-step p {
            color: var(--text-light);
            line-height: 1.6;
            font-size: 1rem;
        }

        .alert-info {
            background-color: #e0f7fa;
            border-color: #b2ebf2;
            color: #00796b;
        }

        .alert-info .alert-heading {
            color: #00796b;
        }

        .alert-info .alert-heading .fw-bold {
            color: #00796b;
        }

        .alert-info .alert-heading .text-primary {
            color: #00796b;
        }

        /* Timeline Styles */
        .timeline-container {
            position: relative;
            padding: 40px 0;
            max-width: 1200px;
            margin: 0 auto;
        }

        .timeline-container::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 6px;
            background: repeating-linear-gradient(
                to bottom,
                #808080 0px,
                #808080 8px,
                transparent 8px,
                transparent 16px
            );
            transform: translateX(-50%);
            z-index: -1;
            animation: waveMove 8s ease-in-out infinite;
        }

        .timeline-container::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #808080;
            transform: translateX(-50%);
            z-index: -1;
            animation: waveMove 8s ease-in-out infinite;
        }

        @keyframes waveMove {
            0%, 100% { transform: translateX(-50%) translateY(0px); }
            25% { transform: translateX(-50%) translateY(-3px); }
            50% { transform: translateX(-50%) translateY(0px); }
            75% { transform: translateX(-50%) translateY(3px); }
        }

        .timeline-item {
            position: relative;
            margin-bottom: 60px;
            opacity: 0;
            transform: translateX(-100px);
            transition: all 0.8s ease;
        }

        .timeline-item:nth-child(even) {
            transform: translateX(100px);
        }

        .timeline-item.revealed {
            opacity: 1;
            transform: translateX(0);
        }

        .timeline-item:nth-child(odd) .timeline-content {
            margin-right: 50%;
            padding-right: 40px;
            text-align: right;
            transform: translateX(0);
            transition: all 0.3s ease;
        }

        .timeline-item:nth-child(even) .timeline-content {
            margin-left: 50%;
            padding-left: 40px;
            text-align: left;
            transform: translateX(0);
            transition: all 0.3s ease;
        }

        .timeline-item:nth-child(1) .timeline-content {
            transform: translateX(-15px);
        }

        .timeline-item:nth-child(2) .timeline-content {
            transform: translateX(15px);
        }

        .timeline-item:nth-child(3) .timeline-content {
            transform: translateX(-20px);
        }

        .timeline-item:nth-child(4) .timeline-content {
            transform: translateX(20px);
        }

        .timeline-item:nth-child(5) .timeline-content {
            transform: translateX(-15px);
        }

        .timeline-item:nth-child(6) .timeline-content {
            transform: translateX(15px);
        }

        .timeline-item:nth-child(7) .timeline-content {
            transform: translateX(-10px);
        }

        .timeline-item:hover .timeline-content {
            transform: translateX(0) translateY(-5px);
        }

        .timeline-marker {
            position: absolute;
            left: 50%;
            top: 20px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: var(--gradient-primary);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 700;
            z-index: 2;
            transform: translateX(-50%);
            box-shadow: 0 6px 25px rgba(30, 58, 138, 0.4);
            border: 4px solid white;
            animation: markerFloat 6s ease-in-out infinite;
        }

        @keyframes markerFloat {
            0%, 100% { transform: translateX(-50%) translateY(0px); }
            50% { transform: translateX(-50%) translateY(-5px); }
        }

        .timeline-content {
            background: white;
            padding: 2.5rem;
            border-radius: 20px;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .timeline-content:hover {
            box-shadow: var(--shadow-hover);
        }

        .timeline-content::before {
            content: '';
            position: absolute;
            top: 25px;
            width: 0;
            height: 0;
            border: 12px solid transparent;
        }

        .timeline-item:nth-child(odd) .timeline-content::before {
            right: -24px;
            border-left-color: white;
        }

        .timeline-item:nth-child(even) .timeline-content::before {
            left: -24px;
            border-right-color: white;
        }

        .timeline-content h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 12px;
        }



        .timeline-item:nth-child(1) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(2) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(3) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(4) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(5) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(6) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

        .timeline-item:nth-child(7) .timeline-content h4::before {
            content: '';
            font-size: 1.4rem;
        }

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

        /* Client Testimonials */
        .testimonial-card {
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            color: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: var(--shadow-soft);
            transition: all 0.4s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }

        .testimonial-card:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: var(--shadow-hover);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
            gap: 15px;
        }

        .testimonial-avatar {
            width: 55px;
            height: 55px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: white;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            position: relative;
        }

        .testimonial-avatar::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            z-index: -1;
        }

        .testimonial-info {
            flex: 1;
            text-align: left;
        }

        .testimonial-info h4 {
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 3px;
        }

        .testimonial-role {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 500;
        }

        .testimonial-content {
            font-size: 1rem;
            color: white;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-style: italic;
            position: relative;
            z-index: 1;
        }

        .testimonial-rating {
            display: flex;
            justify-content: flex-start;
            gap: 6px;
            margin-bottom: 1rem;
        }

        .testimonial-rating i {
            color: #ffd700;
            font-size: 1.1rem;
            filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.3));
        }

        .testimonial-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .testimonial-date {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .testimonial-verified {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #a7f3d0;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .testimonial-verified i {
            font-size: 0.7rem;
        }

        /* India's Lifeline Abroad Section */
        .key-stat {
            margin-top: 2rem;
            padding: 2rem;
            background: white;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .stat-number-large {
            font-size: 4rem;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .stat-label-large {
            font-size: 1.2rem;
            color: var(--text-light);
            margin-bottom: 1rem;
        }

        .stat-description {
            font-size: 0.9rem;
            color: var(--text-light);
            margin-bottom: 1.5rem;
        }

        .stat-sources {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .source-tag {
            background: #e0f7fa;
            color: #00796b;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .chart-container {
            margin-top: 2rem;
            padding: 2rem;
            background: white;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .chart-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            text-align: center;
        }

        .chart-item {
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .chart-bar {
            width: 100%;
            height: 15px;
            background: #e0e0e0;
            border-radius: 10px;
            overflow: hidden;
            flex-grow: 1;
        }

        .bar-fill {
            height: 100%;
            border-radius: 10px;
        }

        .bar-fill.usa {
            background: var(--gradient-primary);
        }

        .bar-fill.uae {
            background: #4f46e5; /* A darker blue for UAE */
        }

        .bar-fill.uk {
            background: #10b981; /* A green for UK */
        }

        .bar-fill.others {
            background: #60a5fa; /* A blue for others */
        }

        .chart-label {
            flex: 0 0 100px; /* Fixed width for labels */
            text-align: right;
            font-size: 0.9rem;
            color: var(--text-light);
        }

        .chart-label .country {
            font-weight: 600;
            color: var(--text-dark);
        }

        .chart-label .percentage {
            font-size: 0.8rem;
            color: var(--text-light);
        }

        .chart-description {
            font-size: 0.9rem;
            color: var(--text-light);
            margin-top: 5px;
        }

        .insight-card {
            margin-top: 2rem;
            padding: 2rem;
            background: white;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .insight-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }

        .insight-point h5 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: var(--text-dark);
        }

        .insight-point p {
            color: var(--text-light);
            line-height: 1.6;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .source {
            font-size: 0.8rem;
            color: var(--text-light);
            display: block;
            margin-top: 0.5rem;
        }

        /* New styles for modern India's Lifeline Abroad section */
        .stat-card {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 1.5rem 2rem;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
            background: var(--secondary-color);
            margin-bottom: 1.5rem;
        }

        .stat-card.primary {
            background: var(--gradient-primary);
            color: white;
        }

        .stat-card.secondary {
            background: #f8fafc;
            color: var(--text-dark);
            border: 1px solid #e2e8f0;
        }

        .stat-card.accent {
            background: #f0f9ff;
            color: #0c4a6e;
            border: 1px solid #bae6fd;
        }

        .stat-icon {
            font-size: 2.5rem;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            flex-shrink: 0;
        }

        .stat-card.secondary .stat-icon {
            background: var(--primary-color);
            color: white;
        }

        .stat-card.accent .stat-icon {
            background: #0c4a6e;
            color: white;
        }

        .stat-content {
            text-align: left;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
        }

        .stat-card.secondary .stat-number {
            color: var(--text-dark);
        }

        .stat-card.accent .stat-number {
            color: #0c4a6e;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.9;
            color: white;
        }

        .stat-card.secondary .stat-label {
            color: var(--text-dark);
        }

        .stat-card.accent .stat-label {
            color: #0c4a6e;
        }

        .stat-period {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.8);
        }

        .stat-card.secondary .stat-period {
            color: #64748b;
        }

        .stat-card.accent .stat-period {
            color: #0369a1;
        }

        .stat-change {
            font-size: 0.9rem;
            font-weight: 600;
            margin-top: 5px;
            color: white;
        }

        .stat-card.secondary .stat-change {
            color: var(--text-dark);
        }

        .stat-card.accent .stat-change {
            color: #0c4a6e;
        }

        .stat-change.positive {
            color: #059669;
        }

        .stat-change.negative {
            color: #dc2626;
        }

        .sources-section {
            background: #f8fafc;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid #e2e8f0;
        }

        .sources-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            font-size: 1.2rem;
            font-weight: 600;
        }

        .sources-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
            flex-wrap: wrap;
        }

        .source-badge {
            background: #dbeafe;
            color: #1e40af;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .chart-section {
            background: #f8fafc;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: var(--shadow-soft);
            border: 1px solid #e2e8f0;
        }

        .chart-main-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            text-align: center;
        }

        .chart-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }

        .chart-item {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .chart-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1rem;
            color: var(--text-dark);
            font-size: 1.2rem;
            font-weight: 600;
        }

        .country-flag {
            font-size: 1.8rem;
        }

        .country-info {
            text-align: left;
        }

        .country-name {
            font-size: 1.1rem;
            color: var(--text-dark);
        }

        .country-percentage {
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--primary-color);
        }

        .chart-bar {
            width: 100%;
            height: 15px;
            background: #e2e8f0;
            border-radius: 10px;
            overflow: hidden;
            flex-grow: 1;
            margin-bottom: 10px;
        }

        .bar-fill {
            height: 100%;
            border-radius: 10px;
        }

        .chart-item.usa .bar-fill {
            background: var(--gradient-primary);
        }

        .chart-item.uae .bar-fill {
            background: #4f46e5;
        }

        .chart-item.uk .bar-fill {
            background: #059669;
        }

        .chart-item.others .bar-fill {
            background: #60a5fa;
        }

        .chart-trend {
            font-size: 0.9rem;
            color: #64748b;
            margin-top: 5px;
        }

        .chart-trend.positive {
            color: #059669;
        }

        .chart-trend.negative {
            color: #dc2626;
        }

        .insight-card-modern {
            background: white;
            border-radius: 15px;
            padding: 2rem;
            box-shadow: var(--shadow-soft);
            border: 1px solid rgba(0,0,0,0.05);
            margin-bottom: 2rem;
        }

        .insight-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 1.5rem;
            color: var(--text-dark);
            font-size: 1.2rem;
            font-weight: 600;
        }

        .insight-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(30, 58, 138, 0.1);
            flex-shrink: 0;
        }

        .insight-content {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .insight-point {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .point-icon {
            font-size: 1.8rem;
            color: var(--primary-color);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(30, 58, 138, 0.05);
            flex-shrink: 0;
        }

        .point-content h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0.5rem;
        }

        .point-content p {
            color: #475569;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .source-tag {
            background: #dbeafe;
            color: #1e40af;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .hero-subtitle-large {
            font-size: 1.5rem;
            color: var(--text-light);
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .highlight-text {
            color: var(--primary-color);
            font-weight: 700;
        }

        .lead-text {
            font-size: 1.1rem;
            color: var(--text-light);
            line-height: 1.7;
            max-width: 800px;
            margin: 0 auto;
        }

        /* New styles for Your Pathways to the US Dream section */
        .pathways-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
            margin-top: 3rem;
        }

        .pathway-card {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .pathway-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: var(--gradient-primary);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .pathway-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

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

        .pathway-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.5rem;
            width: 100%;
        }

        .pathway-image {
            width: 80px;
            height: 80px;
            border-radius: 16px;
            overflow: hidden;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .pathway-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .pathway-card:hover .pathway-img {
            transform: scale(1.1);
        }

        .pathway-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-color);
            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(30, 58, 138, 0.2);
        }

        .pathway-content h3 {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--text-dark);
            line-height: 1.3;
        }

        .pathway-content p {
            color: #64748b;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .pathway-features {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 1.5rem;
        }

        .feature {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-dark);
            font-size: 0.9rem;
            font-weight: 500;
        }

        .feature i {
            color: var(--primary-color);
            font-size: 0.9rem;
            background: rgba(30, 58, 138, 0.1);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pathway-duration {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #64748b;
            font-size: 0.85rem;
            font-weight: 600;
            margin-top: auto;
            padding-top: 1rem;
            border-top: 1px solid #e2e8f0;
        }

        .pathway-duration i {
            color: var(--primary-color);
            font-size: 0.9rem;
        }

        .pathway-cta {
            background: var(--gradient-primary);
            padding: 4rem 2rem;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(30, 58, 138, 0.2);
            margin-top: 5rem;
            position: relative;
            overflow: hidden;
        }

        .pathway-cta::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%);
            animation: float 6s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .pathway-cta h3 {
            font-size: 2.2rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1rem;
            position: relative;
            z-index: 1;
        }

        .pathway-cta p {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2rem;
            position: relative;
            z-index: 1;
        }

        .pathway-cta .btn {
            background: white;
            color: var(--primary-color);
            border: none;
            padding: 16px 40px;
            font-weight: 700;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            position: relative;
            z-index: 1;
        }

        .pathway-cta .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            color: var(--primary-color);
        }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .hero-subtitle { font-size: 1.4rem; }
            .section-title { font-size: 2.2rem; }
            .section { padding: 60px 0; }
            .stat-number { font-size: 2.5rem; }
            .roadmap-step { padding: 2rem 1.5rem; }
            .step-number { font-size: 2rem; }
            .step-icon { width: 60px; height: 60px; font-size: 2.2rem; }
            .roadmap-step h4 { font-size: 1.2rem; }
            .roadmap-step p { font-size: 0.9rem; }
            .timeline-marker { width: 50px; height: 50px; font-size: 1.8rem; }
            .timeline-content { padding: 0 20px; }
            .timeline-content::before { height: 1px; }
            .timeline-container::before,
            .timeline-container::after {
                left: 30px;
            }
            
            .timeline-item {
                transform: translateX(0);
            }
            
            .timeline-item:nth-child(even) {
                transform: translateX(0);
            }
            
            .timeline-item:nth-child(odd) .timeline-content,
            .timeline-item:nth-child(even) .timeline-content {
                margin: 0 0 0 60px;
                padding: 2rem;
                text-align: left;
                transform: translateX(0);
            }
            
            .timeline-item:nth-child(odd) .timeline-content::before,
            .timeline-item:nth-child(even) .timeline-content::before {
                left: -24px;
                border-right-color: white;
                border-left-color: transparent;
            }
            
            .timeline-marker {
                left: 30px;
                transform: translateX(-50%);
            }

            .testimonial-card {
                padding: 1.5rem;
            }
            
            .testimonial-header {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }
            
            .testimonial-info {
                text-align: center;
            }
            
            .testimonial-rating {
                justify-content: center;
            }
            
            .testimonial-meta {
                flex-direction: column;
                gap: 8px;
                text-align: center;
            }

            .key-stat {
                padding: 1.5rem;
            }

            .stat-number-large {
                font-size: 3rem;
            }

            .stat-label-large {
                font-size: 1rem;
            }

            .chart-container {
                padding: 1.5rem;
            }

            .chart-title {
                font-size: 1.5rem;
            }

            .chart-item {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .chart-label {
                text-align: left;
                flex: none;
                width: 100%;
            }

            .chart-label .country {
                text-align: left;
            }

            .chart-label .percentage {
                text-align: left;
            }

            .chart-description {
                text-align: left;
            }

            .insight-card {
                padding: 1.5rem;
            }

            .insight-icon {
                font-size: 2.5rem;
                margin-bottom: 1rem;
            }

            .insight-point h5 {
                font-size: 1rem;
            }

            .insight-point p {
                font-size: 0.9rem;
            }

            .source {
                font-size: 0.7rem;
            }

            .stat-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 1rem;
                gap: 10px;
            }

            .stat-icon {
                width: 50px;
                height: 50px;
                font-size: 2rem;
            }

            .stat-content {
                text-align: center;
            }

            .stat-number {
                font-size: 2rem;
            }

            .stat-label {
                font-size: 0.9rem;
            }

            .stat-period {
                font-size: 0.7rem;
            }

            .stat-change {
                font-size: 0.8rem;
            }

            .sources-section {
                padding: 1.5rem;
            }

            .sources-header {
                font-size: 1rem;
                gap: 8px;
            }

            .sources-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
                gap: 8px;
            }

            .source-badge {
                padding: 6px 12px;
                font-size: 0.8rem;
            }

            .chart-section {
                padding: 1.5rem;
            }

            .chart-main-title {
                font-size: 1.5rem;
            }

            .chart-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .chart-item {
                padding: 1rem;
            }

            .chart-header {
                font-size: 1rem;
                gap: 8px;
            }

            .country-flag {
                font-size: 1.5rem;
            }

            .country-name {
                font-size: 1rem;
            }

            .country-percentage {
                font-size: 1rem;
            }

            .chart-bar {
                height: 10px;
            }

            .bar-fill {
                border-radius: 5px;
            }

            .chart-trend {
                font-size: 0.8rem;
            }

            .insight-card-modern {
                padding: 1.5rem;
            }

            .insight-header {
                font-size: 1rem;
                gap: 10px;
            }

            .insight-icon {
                font-size: 2rem;
                width: 50px;
                height: 50px;
            }

            .insight-content {
                gap: 0.8rem;
            }

            .insight-point {
                gap: 10px;
            }

            .point-icon {
                font-size: 1.5rem;
                width: 40px;
                height: 40px;
            }

            .point-content h5 {
                font-size: 1rem;
            }

            .point-content p {
                font-size: 0.8rem;
            }

            .source-tag {
                padding: 5px 10px;
                font-size: 0.7rem;
            }

            .pathways-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .pathway-card {
                padding: 2rem 1.5rem;
            }

            .pathway-header {
                flex-direction: column;
                gap: 10px;
            }

            .pathway-icon {
                width: 60px;
                height: 60px;
                font-size: 2rem;
            }

            .pathway-number {
                font-size: 2rem;
            }

            .pathway-content h3 {
                font-size: 1.5rem;
            }

            .pathway-content p {
                font-size: 0.9rem;
            }

            .pathway-features {
                gap: 6px;
            }

            .feature {
                font-size: 0.8rem;
            }

            .pathway-duration {
                font-size: 0.8rem;
            }

            .pathway-cta {
                padding: 3rem 1.5rem;
            }

            .pathway-cta h3 {
                font-size: 1.8rem;
            }

            .pathway-cta p {
                font-size: 1rem;
            }

            .pathway-cta .btn {
                padding: 12px 30px;
                font-size: 0.9rem;
            }
        }

        /* Contact Section Styles */
        .contact-form-container {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0,0,0,0.05);
        }

        .contact-form-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 2rem;
            text-align: center;
        }

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

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

        .form-control {
            border-radius: 25px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
            outline: none;
        }

        .contact-info-container {
            background: var(--gradient-primary);
            color: white;
            border-radius: 20px;
            padding: 3rem 2rem;
            box-shadow: 0 8px 30px rgba(30, 58, 138, 0.2);
            height: 100%;
        }

        .contact-info-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            margin-bottom: 2rem;
            text-align: center;
        }

        .contact-info-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 2rem;
        }

        .contact-icon {
            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.2rem;
            color: white;
            flex-shrink: 0;
        }

        .contact-details h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 0.5rem;
        }

        .contact-details p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            line-height: 1.5;
            margin-bottom: 0.3rem;
        }

        .social-links {
            margin-top: 2rem;
            text-align: center;
        }

        .btn-loading {
            display: none;
        }

        .btn-loading.show {
            display: inline-block;
        }

        .btn-text.hide {
            display: none;
        }

        #formMessage {
            padding: 1rem;
            border-radius: 10px;
            margin-top: 1rem;
        }

        #formMessage.success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        #formMessage.error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        #formMessage.info {
            background: #d1ecf1;
            color: #0c5460;
            border: 1px solid #bee5eb;
        }

        .social-links h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 1rem;
        }

        .social-icons {
            display: flex;
            gap: 12px;
            justify-content: flex-start;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            color: white;
        }

        /* Footer Styles */
        .footer {
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            color: white;
            padding: 4rem 0 2rem;
            position: relative;
            overflow: hidden;
        }

        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
        }

        .footer-main {
            margin-bottom: 3rem;
        }

        .footer-brand-section {
            padding-right: 2rem;
        }

        .footer-logo h3 {
            font-size: 2rem;
            font-weight: 800;
            color: white;
            margin-bottom: 0.5rem;
            position: relative;
        }

        .logo-accent {
            width: 60px;
            height: 4px;
            background: var(--gradient-primary);
            border-radius: 2px;
            margin-bottom: 1.5rem;
        }

        .footer-description {
            color: #94a3b8;
            line-height: 1.7;
            margin-bottom: 2rem;
            font-size: 1rem;
        }

        .footer-stats {
            display: flex;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            display: block;
        }

        .stat-label {
            font-size: 0.8rem;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .footer-social .social-label {
            display: block;
            color: #94a3b8;
            font-size: 0.9rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .social-icons {
            display: flex;
            gap: 12px;
            justify-content: flex-start;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .social-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-primary);
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .social-icon i {
            position: relative;
            z-index: 1;
        }

        .social-icon.facebook::before { background: #1877f2; }
        .social-icon.twitter::before { background: #1da1f2; }
        .social-icon.youtube::before { background: #ff0000; }

        .social-icon:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        .social-icon:hover::before {
            opacity: 1;
        }

        .footer-contact-section .section-title,
        .footer-hours-section .section-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .footer-contact-section .section-title::after,
        .footer-hours-section .section-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background: var(--primary-color);
            border-radius: 1px;
        }

        .contact-grid {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-card {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.3s ease;
        }

        .contact-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.1);
            transform: translateX(5px);
        }

        .contact-icon {
            width: 45px;
            height: 45px;
            background: var(--gradient-primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            color: white;
            flex-shrink: 0;
        }

        .contact-info h6 {
            font-size: 1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 0.5rem;
        }

        .contact-info p {
            color: #94a3b8;
            font-size: 0.9rem;
            line-height: 1.5;
            margin: 0;
        }

        .hours-container {
            margin-bottom: 2rem;
        }

        .hours-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 10px;
            margin-bottom: 0.8rem;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        .hours-item.closed {
            background: rgba(239, 68, 68, 0.1);
            border-color: rgba(239, 68, 68, 0.2);
        }

        .hours-item .day {
            font-weight: 600;
            color: white;
        }

        .hours-item .time {
            color: #94a3b8;
            font-size: 0.9rem;
        }

        .hours-item.closed .time {
            color: #fca5a5;
        }

        .footer-cta {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 1.5rem;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .footer-cta h6 {
            font-size: 1.1rem;
            font-weight: 600;
            color: white;
            margin-bottom: 0.5rem;
        }

        .footer-cta p {
            color: #94a3b8;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--gradient-primary);
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(30, 58, 138, 0.4);
            color: white;
        }

        .footer-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 3rem 0;
            gap: 1rem;
        }

        .divider-line {
            height: 1px;
            flex: 1;
            background: linear-gradient(90deg, transparent, #334155, transparent);
        }

        .divider-icon {
            width: 40px;
            height: 40px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
        }

        .footer-bottom {
            padding-top: 2rem;
        }

        .copyright-section .copyright {
            color: #94a3b8;
            margin: 0 0 0.5rem 0;
            font-size: 0.9rem;
        }

        .copyright-section .tagline {
            color: var(--primary-color);
            margin: 0;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .footer-legal .accessibility {
            color: #94a3b8;
            margin: 0 0 1rem 0;
            font-size: 0.85rem;
        }

        .certifications {
            display: flex;
            gap: 10px;
            justify-content: flex-end;
        }

        .cert-badge {
            background: rgba(255, 255, 255, 0.1);
            color: #94a3b8;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 500;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        /* Compact glass form only in hero */
        .hero .contact-form-container {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px) saturate(120%);
            -webkit-backdrop-filter: blur(10px) saturate(120%);
            border: 1px solid rgba(255, 255, 255, 0.18);
            padding: 1.25rem;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.25);
        }
        .hero .contact-form-title {
            color: #fff;
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }
        .hero .contact-form .form-group label {
            color: #e5e7eb;
            font-size: 0.9rem;
        }
        .hero .contact-form .form-control,
        .hero .contact-form select,
        .hero .contact-form textarea {
            background: rgba(255,255,255,0.9);
            border: 1px solid rgba(0,0,0,0.08);
            height: 42px;
            padding: 8px 12px;
        }
        .hero .contact-form textarea {
            height: 90px;
        }
        .hero .contact-form .btn {
            padding: 10px 16px;
            font-size: 1rem;
        }
        @media (max-width: 768px) {
            .hero {
                padding-top: 80px;
                padding-bottom: 40px;
            }
            .hero .container {
                padding-left: 20px;
                padding-right: 20px;
            }
            .hero .col-lg-6 + .col-lg-6 {
                margin-top: 24px;
            }
            .hero .contact-form-container {
                padding: 1rem;
                border-radius: 14px;
            }
            .hero .hero-subtitle {
                margin-bottom: 1.25rem;
            }
            .hero ul {
                margin-top: 0.5rem;
            }
        }
.hero input[type='email'], .hero input[type='date'], .hero input[type='search'], .hero input[type='number'], .hero input[type='text'], .hero input[type='tel'], .hero input[type='url'], .hero input[type='password'], .hero textarea,.hero select{
	background:rgba(255, 255, 255, 0.67);
}
        
        button.btn, input.btn, a.btn {
padding: 18px 40px;
font-size: 1.2rem;
font-weight: 600;
border-radius: 50px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 8px 25px rgba(0,0,0,0.3);
transition: all 0.3s ease;
color: var(--bs-btn-color);
background-color: var(--bs-btn-bg);
}

.hidden-fields-container{
	height:0;
	padding:0;
	margin:0;
	border:none;
}

.mysticky{
	display:none !important;
}