:root {
            --primary-green: #3ab54a;
            --primary-blue: #2E3192;
            --text-dark: #333333;
            --text-light: #666666;
            --background-light: #f8f9fa;
            --white: #ffffff;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }
        
        /* Smooth Scrolling */
        html {
            scroll-behavior: smooth;
        }
        
        /* Navigation */
        .navbar {
            padding: 1rem 0;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .navbar-scrolled {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(20px);
            box-shadow: 0 5px 30px rgba(0,0,0,0.1);
        }
        
        .navbar-brand {
            font-weight: bold;
            font-size: 1.8rem;
            color: var(--text-dark) !important;
        }
        
        .nav-link {
            font-weight: 500;
            color: var(--text-dark) !important;
            margin: 0 0.5rem;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .nav-link:hover {
            color: var(--primary-green) !important;
        }
        
        .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0;
        }
        
        /* Mega Menu Styles */
        .dropdown-mega {
            position: static !important;
        }
        
        .dropdown-menu-mega {
            width: 100%;
            left: 0 !important;
            right: 0 !important;
            padding: 2rem;
            border: none;
            border-radius: 0;
            box-shadow: 0 5px 25px rgba(0,0,0,0.1);
            margin-top: 0 !important;
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0.95);
        }
        
        .mega-menu-section {
            padding: 0 1rem;
        }
        
        .mega-menu-title {
            font-weight: 600;
            color: var(--primary-blue);
            font-size: 0.9rem;
            text-transform: uppercase;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--primary-green);
        }
        
        .mega-menu-link {
            display: block;
            padding: 0.5rem 0;
            color: var(--text-dark);
            text-decoration: none;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
            padding-left: 0.5rem;
        }
        
        .mega-menu-link:hover {
            color: var(--primary-green);
            border-left-color: var(--primary-green);
            background: rgba(58, 181, 74, 0.05);
            padding-left: 1rem;
        }
        
        .mega-menu-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        
        .mega-menu-icon i {
            color: white;
            font-size: 1.2rem;
        }
        
        .btn-custom {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border: none;
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(58, 181, 74, 0.3);
            color: white;
        }
        
        /* Enhanced Hero Section with Carousel */
        .hero-section {
            position: relative;
            height: 100vh;
            overflow: hidden;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }
        
        .hero-carousel {
            height: 100vh;
        }
        
        .carousel-inner, .carousel-item {
            height: 100%;
        }
        
        /* Slide 1 - Modern Gradient */
        .slide-1 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
        }
        
        /* Slide 2 - Bright Professional */
        .slide-2 {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            position: relative;
        }
        
        /* Slide 3 - Corporate Elegance */
        .slide-3 {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            position: relative;
        }
        
        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
        }
        
        .floating-shapes {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }
        
        .shape-1 { width: 300px; height: 300px; top: -150px; right: -150px; animation-delay: 0s; }
        .shape-2 { width: 200px; height: 200px; bottom: -100px; left: 10%; animation-delay: 2s; }
        .shape-3 { width: 150px; height: 150px; top: 20%; right: 20%; animation-delay: 4s; }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }
        
        .hero-content {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            align-items: center;
            color: white;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #ffffff, #f8f9fa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .hero-subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2rem;
            font-weight: 300;
            line-height: 1.6;
        }
        
        .video-info {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 1rem 1.5rem;
            margin: 2rem 0;
            display: inline-block;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        
        .btn-outline-light {
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            margin-right: 1rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .btn-outline-light:hover {
            background: white;
            color: var(--primary-blue);
            border-color: white;
            transform: translateY(-2px);
        }
        
        .service-tag {
            background: rgba(255, 255, 255, 0.3);
            padding: 0.5rem 1.5rem;
            border-radius: 25px;
            font-size: 0.9rem;
            display: inline-block;
            margin-top: 2rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.4);
        }

        /* Hero Image Container */
        .hero-image-container {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-image-placeholder {
            width: 100%;
            max-width: 500px;
            height: 400px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            overflow: hidden;
        }
        .hero-image-placeholder img {
            width: 100%;

        }

        .hero-image-placeholder:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

        /* Carousel Controls */
        .carousel-control-prev, .carousel-control-next {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 2rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .carousel-control-prev { left: 0; }
        .carousel-control-next { right: 0; }

        .carousel-control-prev:hover, .carousel-control-next:hover {
            background: rgba(255, 255, 255, 0.3);
        }

        .carousel-indicators {
            bottom: 2rem;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 8px;
            background: rgba(255, 255, 255, 0.5);
            border: 2px solid transparent;
        }

        .carousel-indicators button.active {
            background: white;
            transform: scale(1.2);
        }

        /* Parallax Stats Section */
        .stats-section {
            position: relative;
            padding: 100px 0;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            color: white;
            overflow: hidden;
        }
        
        .stats-parallax {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 75% 25%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 25% 75%, rgba(255,255,255,0.1) 0%, transparent 50%);
        }
        
        .stat-item {
            text-align: center;
            padding: 2rem;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
            background: linear-gradient(135deg, #ffffff, #f0f0f0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .stat-label {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 300;
        }

        /* COMPLETELY NEW: Services Section - Modern Grid Layout */
 /* Services Hero */
 .services-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
        }
        .services-hero {
            background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-blue) 100%);
            color: white;
            padding: 120px 0 80px;
            position: relative;
        }
        
        .services-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        
        .services-hero-subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }
        
     /* Service Rows */
        .service-row {
            padding: 100px 0;
        }
        
        .service-row:nth-child(even) {
            background: var(--background-light);
        }
        
        .service-content {
            padding: 2rem;
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        
        .service-icon i {
            color: var(--white);
            font-size: 2rem;
        }
        
        .service-title {
            color: var(--primary-blue);
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .service-description {
            color: var(--text-light);
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        
        .service-features {
            list-style: none;
            padding: 0;
            margin: 2rem 0;
        }
        
        .service-features li {
            padding: 0.7rem 0;
            color: var(--text-light);
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
        }
        
        .service-features li:last-child {
            border-bottom: none;
        }
        
        .service-features li i {
            color: var(--primary-green);
            margin-right: 1rem;
            font-size: 1.1rem;
        }
        
        .service-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .service-image:hover {
            transform: translateY(-10px);
        }
        
        .image-placeholder {
            width: 100%;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 1.2rem;
        }
        
        .btn-service {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            color: var(--white);
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-service:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(58, 181, 74, 0.3);
            color: var(--white);
        }
        
        /* Process Section */
        .process-section {
            padding: 100px 0;
            background: var(--white);
        }
        
        .process-step {
            text-align: center;
            padding: 2rem;
            position: relative;
        }
        
        .process-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 auto 1.5rem;
            position: relative;
            z-index: 2;
        }
        
        .process-connector {
            position: absolute;
            top: 30px;
            left: 60%;
            width: 40%;
            height: 2px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            z-index: 1;
        }
        
        /* CTA Section */
        .cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            color: var(--white);
            text-align: center;
        }
        
        .cta-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .btn-light-custom {
            background: var(--white);
            color: var(--primary-blue);
            padding: 1rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
        }
        
        .btn-light-custom:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255,255,255,0.3);
        }



        /* Pure Image Gallery Portfolio */
        .portfolio-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        }
        
        .portfolio-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            aspect-ratio: 4/3;
        }
        
        .gallery-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(58, 181, 74, 0.2);
        }
        
        .gallery-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        
        .gallery-item:hover .gallery-image {
            transform: scale(1.05);
        }
        
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(58, 181, 74, 0.9), rgba(39, 39, 190, 0.9));
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: all 0.3s ease;
            padding: 2rem;
            text-align: center;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        .gallery-title {
            color: white;
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            transform: translateY(20px);
            transition: transform 0.3s ease;
        }
        
        .gallery-category {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            margin-bottom: 1rem;
            transform: translateY(20px);
            transition: transform 0.3s ease 0.1s;
        }
        
        .gallery-item:hover .gallery-title,
        .gallery-item:hover .gallery-category {
            transform: translateY(0);
        }
        
        .view-btn {
            background: white;
            color: var(--primary-green);
            border: none;
            padding: 0.8rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            transform: translateY(20px);
            opacity: 0;
        }
        
        .gallery-item:hover .view-btn {
            transform: translateY(0);
            opacity: 1;
            transition-delay: 0.2s;
        }
        
        .view-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255,255,255,0.3);
        }
        
        /* Image Placeholder Styles */
        .image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .web-1 { background: linear-gradient(135deg, #667eea, #764ba2); }
        .web-2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
        .web-3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
        .mobile-1 { background: linear-gradient(135deg, #43e97b, #38f9d7); }
        .mobile-2 { background: linear-gradient(135deg, #fa709a, #fee140); }
        .brand-1 { background: linear-gradient(135deg, #a8edea, #fed6e3); color: #333; }
        .ecom-1 { background: linear-gradient(135deg, #ff9a9e, #fecfef); }
        .ecom-2 { background: linear-gradient(135deg, #a1c4fd, #c2e9fb); }
        
        /* Gallery Filter */
        .gallery-filter {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }
        
        .gallery-filter-btn {
            background: white;
            border: 2px solid #e9ecef;
            color: var(--text-light);
            padding: 0.7rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .gallery-filter-btn.active {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-color: transparent;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(58, 181, 74, 0.3);
        }
        
        /* Lightbox Modal */
        .lightbox-modal .modal-content {
            border-radius: 20px;
            overflow: hidden;
            border: none;
        }
        
        .lightbox-image {
            width: 100%;
            border-radius: 0;
        }
        
        .lightbox-content {
            padding: 2rem;
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .portfolio-gallery {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 1rem;
            }
            
            .gallery-filter {
                gap: 0.5rem;
            }
            
            .gallery-filter-btn {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 576px) {
            .portfolio-gallery {
                grid-template-columns: 1fr;
            }
        }

        
        
        /*Case Studies Section */
        .case-studies-section {
            padding: 120px 0;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .case-studies-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 80%, rgba(58, 181, 74, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(39, 39, 190, 0.1) 0%, transparent 50%);
        }
        
        .case-studies-header {
            text-align: center;
            margin-bottom: 4rem;
        }
        
        .case-studies-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #ffffff, #cccccc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .case-studies-subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }
        
        .case-study-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            position: relative;
            z-index: 2;
        }
        
        .case-study-card-new {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 2.5rem;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .case-study-card-new::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.6s ease;
        }
        
        .case-study-card-new:hover::before {
            left: 100%;
        }
        
        .case-study-card-new:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.2);
        }
        
        .case-study-badge {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 1.5rem;
        }
        
        .case-study-title-new {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        
        .case-study-stats {
            display: flex;
            gap: 2rem;
            margin: 2rem 0;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
        }
        
        .stat-item-new {
            text-align: center;
            flex: 1;
        }
        
        .stat-number-new {
            font-size: 2rem;
            font-weight: 800;
            color: var(--primary-green);
            display: block;
        }
        
        .stat-label-new {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.7);
            margin-top: 0.5rem;
        }
        
        .case-study-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--primary-green);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .case-study-cta:hover {
            gap: 1rem;
            color: white;
        }
        
        /* Progress Bar for Stats */
        .stat-progress {
            height: 4px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 2px;
            margin-top: 0.5rem;
            overflow: hidden;
        }
        
        .stat-progress-bar {
            height: 100%;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 2px;
            transition: width 1s ease;
        }
        



        /* About Hero Section */
        .about-hero {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-green) 100%);
            color: white;
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }
        
        .about-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="rgba(255,255,255,0.05)" points="0,1000 1000,0 1000,1000"/></svg>');
        }
        
        .about-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        
        .about-hero-subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }
        
        /* Story Section */
        .story-section {
            padding: 20px 0;
            background: var(--white);
        }
        
        .story-timeline {
            position: relative;
            padding-left: 2rem;
        }
        
        .story-timeline::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--primary-green), var(--primary-blue));
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 3rem;
            padding-left: 2rem;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -2.5rem;
            top: 0.5rem;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--primary-green);
            border: 3px solid var(--white);
            box-shadow: 0 0 0 3px var(--primary-green);
        }
        
        /* Values Section */
        .values-section {
            padding: 100px 0;
            background: var(--background-light);
        }
        
        .value-card {
            background: var(--white);
            padding: 3rem 2rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
        }
        
        .value-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }
        
        .value-icon i {
            color: var(--white);
            font-size: 2rem;
        }
        
        /* Team Section */
        .team-section {
            padding: 100px 0;
            background: var(--white);
        }
        
        .team-card {
            background: var(--white);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            margin-bottom: 2rem;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(58, 181, 74, 0.2);
        }
        
        .team-img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        
        .team-info {
            padding: 2rem;
        }
        
        .team-social {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
        }
        
        .social-link {
            width: 35px;
            height: 35px;
            background: var(--background-light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-dark);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-link:hover {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            color: var(--white);
        }
        
     


        /* Contact Hero */
        .contact-hero {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-green) 100%);
            color: white;
            padding: 120px 0 80px;
            position: relative;
        }
        
        .contact-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        
        .contact-hero-subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }
        
        /* Contact Section */
        .contact-section {
            padding: 100px 0;
            background: var(--background-light);
        }
        
        .contact-info-card {
            background: var(--white);
            padding: 3rem 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            height: 100%;
        }
        
        .contact-method {
            display: flex;
            align-items: flex-start;
            margin-bottom: 2rem;
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .contact-icon i {
            color: var(--white);
            font-size: 1.2rem;
        }
        
        .contact-form-card {
            background: var(--white);
            padding: 3rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .form-control {
            border: 2px solid #e9ecef;
            padding: 0.75rem 1rem;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: var(--primary-green);
            box-shadow: 0 0 0 0.2rem rgba(58, 181, 74, 0.25);
        }
        
        .btn-submit {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            color: var(--white);
            padding: 1rem 2rem;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-submit:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(58, 181, 74, 0.3);
        }
        
        /* Map Section */
        .map-section {
            padding: 0;
            background: var(--white);
        }
        
        .map-placeholder {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #e9ecef, #dee2e6);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-light);
        }
        
        /* FAQ Section */
        .faq-section {
            padding: 100px 0;
            background: var(--white);
        }
        
        .accordion-button {
            background: var(--white);
            color: var(--primary-blue);
            font-weight: 600;
            padding: 1.5rem;
            border: 2px solid #e9ecef;
            border-radius: 10px !important;
            margin-bottom: 1rem;
        }
        
        .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            color: var(--white);
            border-color: transparent;
        }
        
        .accordion-button:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 181, 74, 0.25);
            border-color: var(--primary-green);
        }



        /* Footer Styles */
        .footer {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: white;
            padding: 60px 0 0; /* Reduced top padding */
            margin-top: 0; /* Ensure no extra margin */
        }
        .footer-brand {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .footer-description {
            color: #b0b0b0;
            line-height: 1.6;
            margin-bottom: 2rem;
        }

        .footer-heading {
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            width: 40px;
            height: 2px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
        }

        .footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .footer-links a:hover {
            color: var(--primary-green);
            transform: translateX(5px);
        }

        .footer-links a i {
            margin-right: 0.5rem;
            font-size: 0.8rem;
            color: var(--primary-green);
        }

        .contact-info {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .contact-info li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            color: #b0b0b0;
        }

        .contact-info i {
            color: var(--primary-green);
            margin-right: 1rem;
            margin-top: 0.2rem;
            font-size: 1.1rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            transform: translateY(-3px);
        }

        .newsletter-form {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .newsletter-input {
            flex: 1;
            padding: 0.75rem 1rem;
            border: none;
            border-radius: 25px;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            outline: none;
        }

        .newsletter-input::placeholder {
            color: #b0b0b0;
        }

        .newsletter-btn {
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            border: none;
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .newsletter-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(58, 181, 74, 0.3);
        }

        .footer-bottom {
            border-top: 1px solid #444;
            padding: 2rem 0;
            margin-top: 4rem;
            text-align: center;
            color: #b0b0b0;
        }

        .footer-bottom-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 1rem;
        }

        .footer-bottom-links a {
            color: #b0b0b0;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-bottom-links a:hover {
            color: var(--primary-green);
        }

        /* Parallax Scroll Effects */
        .parallax-element {
            transform: translateY(0);
            transition: transform 0.1s ease-out;
        }

        /* Loading Animation */
        .loading-bar {
            position: fixed;
            top: 0;
            left: 0;
            width: 0%;
            height: 3px;
            background: linear-gradient(135deg, var(--primary-green), var(--primary-blue));
            z-index: 9999;
            transition: width 0.3s ease;
        }