        :root {
            --primary: #059669;
            --primary-light: #10b981;
            --primary-dark: #047857;
            --secondary: #14b8a6;
            --background: #ffffff;
            --foreground: #1f2937;
            --muted: #f9fafb;
            --muted-foreground: #6b7280;
            --border: #e5e7eb;
            --card: #ffffff;
            --card-foreground: #1f2937;
			
			
            /* Color System */
            --primary-hue: 158;
            --primary-sat: 64%;
            --primary-light-bg: hsl(var(--primary-hue), var(--primary-sat), 96%);
            --primary-lighter: hsl(var(--primary-hue), var(--primary-sat), 75%);
            --primary-darker: hsl(var(--primary-hue), var(--primary-sat), 30%);
            
			
            --reading-width: min(65ch, 90vw);
            --content-padding: clamp(1rem, 4vw, 2rem);
            --section-spacing: clamp(3rem, 8vw, 6rem);
            
            --shadow-elevation-low: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-elevation-medium: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-elevation-high: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            
            --border-radius-md: 0.5rem;
            --border-radius-lg: 0.75rem;
            --border-radius-xl: 1rem;
			
            
            --surface-elevation-1: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            --surface-elevation-2: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            --surface-elevation-3: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            --surface-elevation-4: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
			
            --fluid-type-scale: clamp(1rem, 0.8rem + 1vw, 1.25rem);
            --fluid-space-xs: clamp(0.5rem, 0.4rem + 0.5vw, 0.75rem);
            --fluid-space-sm: clamp(1rem, 0.8rem + 1vw, 1.5rem);
            --fluid-space-md: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
            --fluid-space-lg: clamp(2rem, 1.6rem + 2vw, 3rem);
            --fluid-space-xl: clamp(3rem, 2.4rem + 3vw, 4.5rem);
			
			
			
            /* Spacing System */
            --space-xs: 0.5rem;
            --space-sm: 1rem;
            --space-md: 1.5rem;
            --space-lg: 2rem;
            --space-xl: 3rem;
            --space-2xl: 4rem;
            
            /* Typography Scale */
            --text-xs: 0.75rem;
            --text-sm: 0.875rem;
            --text-base: 1rem;
            --text-lg: 1.125rem;
            --text-xl: 1.25rem;
            --text-2xl: 1.5rem;
            --text-3xl: 1.875rem;
            --text-4xl: 2.25rem;
            --text-5xl: 3rem;
            
            /* Effects */
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            --blur-backdrop: blur(12px);
            --radius-sm: 0.375rem;
            --radius-md: 0.5rem;
            --radius-lg: 0.75rem;
            --radius-xl: 1rem;
            
            /* Transitions */
            --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
			   
            /* Neutral Colors */
            --gray-50: #f9fafb;
            --gray-100: #f3f4f6;
            --gray-200: #e5e7eb;
            --gray-600: #4b5563;
            --gray-700: #374151;
            --gray-900: #111827;
            
            /* Typography Scale */
            --font-size-xs: 0.75rem;
            --font-size-sm: 0.875rem;
            --font-size-base: 1rem;
            --font-size-lg: 1.125rem;
            --font-size-xl: 1.25rem;
            --font-size-2xl: 1.5rem;
            --font-size-3xl: 1.875rem;
            --font-size-4xl: 2.25rem;
            --font-size-5xl: 3rem;
            
            /* Spacing System */
            --space-1: 0.25rem;
            --space-2: 0.5rem;
            --space-3: 0.75rem;
            --space-4: 1rem;
            --space-6: 1.5rem;
            --space-8: 2rem;
            --space-12: 3rem;
            --space-16: 4rem;
            --space-24: 6rem;
            
            /* Layout */
            --reading-width: min(65ch, 90vw);
            --content-padding: clamp(1rem, 4vw, 2rem);
            --section-spacing: clamp(3rem, 8vw, 6rem);
            --container-max-width: 80rem;
            
            /* Shadows */
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            
            /* Border Radius */
            --radius-sm: 0.25rem;
            --radius-md: 0.5rem;
            --radius-lg: 0.75rem;
            --radius-xl: 1rem;
            --radius-2xl: 1.5rem;
            
            /* Transitions */
            --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
        }
		

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

        body {
            font-family: 'Open Sans', sans-serif;
            line-height: 1.6;
            color: var(--foreground);
            background-color: var(--background);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        nav {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--border);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo {
            font-weight: bold;
            color: var(--primary);
            /* Updated logo styles to accommodate image logo */
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .logo img {
            height: 85px;
            width: auto;
        }

        .nav-links {
            display: flex;
            gap: 32px;
            list-style: none;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--foreground);
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover,
        .nav-links a.active {
            color: var(--primary);
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 20px;
            color: var(--foreground);
            cursor: pointer;
        }

        /* Enhanced hero section with advanced background and slider integration */
        .hero {
            position: relative;
            background: linear-gradient(135deg, 
                rgba(5, 150, 105, 0.9) 0%, 
                rgba(20, 184, 166, 0.85) 50%, 
                rgba(6, 182, 212, 0.9) 100%);
            padding: 0;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            z-index: 1;
        }

        #particles-js {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .hero-slider {
            position: relative;
            z-index: 3;
            width: 100%;
            height: 100vh;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
        }

        .hero-content {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 4;
        }

        .hero h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 700;
            margin-bottom: 24px;
            color: white;
            text-shadow: 0 4px 8px rgba(0,0,0,0.3);
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .hero .highlight {
            /* Updated highlight color to #FF2E00 */
            background: #E56221;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
		.highlight {
            /* Updated highlight color to #FF2E00 */
            background: #E56221;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
        .hero p {
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .hero .btn {
            padding: 18px 36px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: inline-block;
        }

        .hero .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

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

        .hero .btn-primary {
            background: linear-gradient(45deg, #ffffff, #f8fafc);
            color: var(--primary);
            border: 2px solid white;
        }

        .hero .btn-primary:hover {
            background: linear-gradient(45deg, #f8fafc, #ffffff);
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
        }

        .hero .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.8);
            backdrop-filter: blur(10px);
        }

        .hero .btn-secondary:hover {
            background: rgba(255,255,255,0.1);
            border-color: white;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 60px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
            color: white;
            position: relative;
        }

        .stat-item::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fbbf24, transparent);
        }

        .stat-number {
            font-size: clamp(2.5rem, 4vw, 3rem);
            font-weight: 700;
            display: block;
            background: linear-gradient(45deg, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }

        .stat-label {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 8px;
            opacity: 0.9;
        }

        /* Custom Swiper pagination and navigation styling */
        .swiper-pagination {
            bottom: 30px !important;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255,255,255,0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background: #fbbf24;
            transform: scale(1.2);
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: rgba(255,255,255,0.8);
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-top: -25px;
            transition: all 0.3s ease;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: rgba(255,255,255,0.2);
            color: white;
            transform: scale(1.1);
        }

        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 18px;
        }

        /* Floating elements animation */
        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .floating-element {
            position: absolute;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            width: 100px;
            height: 100px;
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

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

        .services {
            padding: 80px 0;
            background: var(--background);
        }

        .section-title {
            text-align: center;
            margin-bottom: 48px;
        }

        .section-title h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 16px;
            color: var(--foreground);
        }

        .section-title p {
            font-size: 18px;
            color: var(--muted-foreground);
            max-width: 600px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .service-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .service-icon {
            font-size: 48px;
            color: var(--primary);
            margin-bottom: 16px;
        }

        .service-card h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
            color: var(--card-foreground);
        }

        .service-card p {
            color: var(--muted-foreground);
            line-height: 1.6;
        }

           /* Enhanced background styles for all sections */
        .request-forms {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(5, 150, 105, 0.05) 0%, 
                rgba(20, 184, 166, 0.08) 50%, 
                rgba(6, 182, 212, 0.05) 100%);
            position: relative;
            overflow: hidden;
        }

        .request-forms::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(5,150,105,0.1)"/></pattern></defs><rect width="60" height="60" fill="url(%23dots)"/></svg>');
            z-index: 1;
        }

        /* New streamlined form container */
        .streamlined-form-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .form-image-section {
            position: relative;
        }

        .form-image-section img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .image-overlay {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
        }

        .image-overlay h4 {
            color: var(--primary);
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .image-overlay p {
            color: var(--muted-foreground);
            font-size: 14px;
            margin: 0;
        }

        /* Enhanced single form styling */
        .unified-form-card {
            background: white;
            padding: 40px;
            border-radius: 20px;
            border: 1px solid rgba(5, 150, 105, 0.1);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
        }

        .unified-form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .form-tabs {
            display: flex;
            margin-bottom: 30px;
            background: #f8fafc;
            border-radius: 12px;
            padding: 4px;
        }

        .form-tab {
            flex: 1;
            padding: 12px 20px;
            text-align: center;
            border: none;
            background: transparent;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            color: var(--muted-foreground);
        }

        .form-tab.active {
            background: white;
            color: var(--primary);
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .form-content {
            display: none;
        }

        .form-content.active {
            display: block;
        }
        .forms-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 48px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .form-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .form-card h3 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 16px;
            color: var(--primary);
            text-align: center;
        }

        .form-card p {
            color: var(--muted-foreground);
            margin-bottom: 24px;
            text-align: center;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--foreground);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--border);
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
        }

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


        /* Enhanced section backgrounds */
        .testimonials {
            padding: 100px 0;
            background: linear-gradient(135deg, #fafafa 0%, #f0f9ff 100%);
            position: relative;
        }

        .testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M0 25 Q12.5 12.5 25 25 T50 25" fill="none" stroke="rgba(5,150,105,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
        }


        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .testimonial-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .testimonial-avatar {
            width: 48px;
            height: 48px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            margin-right: 16px;
        }

        .testimonial-info h4 {
            font-weight: 600;
            color: var(--card-foreground);
        }

        .testimonial-info p {
            font-size: 14px;
            color: var(--muted-foreground);
        }

        .testimonial-text {
            color: var(--muted-foreground);
            font-style: italic;
            line-height: 1.6;
        }

        .testimonial-rating {
            margin-top: 15px;
            font-size: 14px;
        }

       
      .insights {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(20, 184, 166, 0.03) 0%, 
                rgba(6, 182, 212, 0.05) 50%, 
                rgba(5, 150, 105, 0.03) 100%);
            position: relative;
			z-index: 0; /* make sure the section is a stacking context */
        }
       .insights::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="crosshatch" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M0 5 L10 5 M5 0 L5 10" fill="none" stroke="rgba(5,150,105,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23crosshatch)"/></svg>');
            z-index: -1;  /* pushes it behind the content */
		}
        .insights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .insight-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .insight-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

        .insight-image {
            height: 200px;
            overflow: hidden;
        }

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

        .insight-content {
            padding: 25px;
        }

        .insight-category {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .insight-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--foreground);
            line-height: 1.4;
        }

        .insight-content p {
            color: var(--muted-foreground);
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .insight-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: var(--muted-foreground);
        }


      .faq {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(20, 184, 166, 0.03) 0%, 
                rgba(6, 182, 212, 0.05) 50%, 
                rgba(5, 150, 105, 0.03) 100%);
            position: relative;
			z-index: 0; /* make sure the section is a stacking context */
        }

	.faq::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="2" cy="2" r="1" fill="rgba(20,184,166,0.08)" /></svg>');
		background-repeat: repeat;
		background-size: 40px 40px;
		z-index: -1;
	}

        .faq-container {
            max-width: 800px;
            margin: 50px auto 0;
			z-index: 1;
			
        }

        .faq-item {
            border-bottom: 1px solid #e2e8f0;
            margin-bottom: 20px;
			z-index: 2; /* FAQ items always clickable */
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: var(--primary);
        }

        .faq-question h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            flex: 1;
        }

        .faq-toggle {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            padding-bottom: 20px;
        }

        .faq-answer p {
            color: var(--muted-foreground);
            line-height: 1.6;
            margin: 0;
        }

        .cta {
            padding: 80px 0;
            background: var(--primary);
            color: white;
            text-align: center;
        }

        .cta h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .cta p {
            font-size: 20px;
            margin-bottom: 32px;
            opacity: 0.9;
        }

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

        .cta .btn:hover {
            background: #f3f4f6;
        }
/* Added particles container styling */
        .particles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

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

        /* Ensure CTA content appears above particles */
        .cta .container {
            position: relative;
            z-index: 2;
        }

        /* Added floating action buttons styles for scroll up and WhatsApp */
        .floating-buttons {
            position: fixed;
            bottom: 30px;
            right: 30px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 1000;
        }

        .floating-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .scroll-up-btn {
            background: linear-gradient(135deg, var(--primary), #FF2E00);
            color: white;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
        }

        .scroll-up-btn.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .scroll-up-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(255, 46, 0, 0.4);
        }

        .whatsapp-btn {
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            animation: pulse 2s infinite;
        }

        .whatsapp-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            }
            50% {
                box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3), 0 0 0 10px rgba(37, 211, 102, 0.1);
            }
            100% {
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            }
        }

        /* Responsive adjustments for floating buttons */
        @media (max-width: 768px) {
            .floating-buttons {
                bottom: 20px;
                right: 20px;
            }
            
            .floating-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }

        .footer {
            background: var(--card);
            border-top: 1px solid var(--border);
            padding: 48px 0;
        }

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

        .footer-section h3,
        .footer-section h4 {
            font-weight: 600;
            margin-bottom: 16px;
            color: var(--card-foreground);
        }

        .footer-section p,
        .footer-section li {
            color: var(--muted-foreground);
            font-size: 14px;
            line-height: 1.6;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 8px;
        }

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

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

        .footer-bottom {
            border-top: 1px solid var(--border);
            padding-top: 24px;
            text-align: center;
            color: var(--muted-foreground);
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .mobile-menu-btn {
                display: block;
            }

            .hero {
                min-height: 100vh;
            }

            .hero-stats {
                gap: 40px;
                margin-top: 40px;
            }

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .insights-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .insight-content {
                padding: 20px;
            }
            
            .faq-question h3 {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .hero-stats {
                flex-direction: column;
                gap: 30px;
            }

            .hero .btn {
                padding: 16px 32px;
                font-size: 16px;
            }
        }

        /* Added styles for welcome note section */
        .welcome-note {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--muted) 0%, #f0fdf4 100%);
            border-bottom: 1px solid var(--border);
        }

        .welcome-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .welcome-text h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .welcome-text p {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--muted-foreground);
            margin-bottom: 20px;
        }

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

        /* Added styles for partnership section */
        .partnership {
            padding: 100px 0;
            background: var(--background);
        }

        .partnership-content {
            margin-top: 60px;
        }

        .partnership-info {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: start;
        }

        .partnership-logo {
            text-align: center;
            padding: 40px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);   
            border-radius: 20px;
            color: white;
            position: sticky;
            top: 100px;
        }

        .partnership-logo h3 {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .partnership-tagline {
            font-size: 1rem;
            opacity: 0.9;
            font-style: italic;
        }

        .partnership-description h4 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .partnership-description p {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--muted-foreground);
            margin-bottom: 40px;
        }

        .partnership-benefits {
            display: grid;
            gap: 30px;
            margin-bottom: 50px;
        }

        .benefit-item {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

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

        .benefit-content h5 {
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--foreground);
            margin-bottom: 8px;
        }

        .benefit-content p {
            font-size: 1rem;
            line-height: 1.6;
            color: var(--muted-foreground);
            margin: 0;
        }

        .partnership-quote {
            background: var(--muted);
            padding: 30px;
            border-radius: 15px;
            border-left: 4px solid var(--primary);
            margin-bottom: 40px;
        }

        .partnership-quote blockquote {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--foreground);
            font-style: italic;
            margin-bottom: 15px;
        }

        .partnership-quote cite {
            font-size: 0.875rem;
            color: var(--primary);
            font-weight: 600;
        }

        .partnership-cta {
            text-align: center;
            padding: 30px;
            background: linear-gradient(135deg, #f0fdf4 0%, var(--muted) 100%);
            border-radius: 15px;
        }

        .partnership-cta p {
            font-size: 1.125rem;
            color: var(--foreground);
            margin-bottom: 20px;
        }

        /* Added responsive styles for new sections */
        @media (max-width: 768px) {
            .welcome-text h2 {
                font-size: 2rem;
            }

            .welcome-text p {
                font-size: 1rem;
            }

            .partnership-info {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .partnership-logo {
                position: static;
                padding: 30px 20px;
            }

            .partnership-logo h3 {
                font-size: 1.5rem;
            }

            .benefit-item {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .benefit-icon {
                margin: 0 auto;
            }
        }

        /* Welcome Note Section Styles */
        .welcome-note {
            padding: 80px 0;
            background: var(--muted);
        }

        .welcome-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .welcome-text h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            color: var(--foreground);
        }

        .welcome-text p {
            font-size: 18px;
            color: var(--muted-foreground);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Partnership Section Styles */
        .partnership {
            padding: 100px 0;
            background: linear-gradient(135deg, #f0f9ff 0%, #fafafa 100%);
            position: relative;
        }

        .partnership::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><pattern id="hexagons" width="40" height="40" patternUnits="userSpaceOnUse"><polygon points="20,5 35,15 35,25 20,35 5,25 5,15" fill="none" stroke="rgba(20,184,166,0.08)" stroke-width="0.5"/></pattern></defs><rect width="80" height="80" fill="url(%23hexagons)"/></svg>');
			z-index: 0;
			
        }

        .partnership-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .partnership-info {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .partnership-logo {
            text-align: center;
            margin-bottom: 30px;
        }

        .partnership-logo h3 {
            font-size: 28px;
            font-weight: bold;
            color: var(--primary);
            margin-bottom: 10px;
        }

        .partnership-logo .partnership-tagline {
            font-style: italic; 
        }

        .partnership-description h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .partnership-description p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .partnership-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .benefit-icon {
            font-size: 24px;
        }

        .benefit-content h5 {
            font-size: 18px;
            font-weight: 600;
            color: var(--foreground);
            margin-bottom: 5px;
        }

        .benefit-content p {
            font-size: 14px;
            color: var(--muted-foreground);
            line-height: 1.5;
        }

        .partnership-quote {
            font-style: italic;
            color: var(--muted-foreground);
            margin-bottom: 30px;
            padding: 20px;
            border-left: 3px solid var(--primary);
            background: rgba(5, 150, 105, 0.05);
        }

        .partnership-quote blockquote {
            margin: 0;
            font-size: 16px;
            line-height: 1.6;
        }

        .partnership-quote cite {
            display: block;
            text-align: right;
            font-style: normal;
            margin-top: 10px;
            color: var(--foreground);
        }

        .partnership-cta {
            text-align: center;
        }

        .partnership-cta p {
            font-size: 18px;
            color: var(--foreground);
            margin-bottom: 20px;
        }

        /* Updated styles for font-awesome icons */
        .fas {
            font-size: inherit; /* Ensures icons respect the size of their container */
        }
		
		
        /* Refined hero2 section with better gradient and typography */
        .hero2 {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary-dark) 100%);
            position: relative;
            padding: var(--space-2xl) var(--space-md);
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .hero2::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .hero2-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
        }

        .hero2-title {
            font-size: clamp(var(--text-4xl), 8vw, var(--text-5xl));
            font-weight: 700;
            color: white;
            margin-bottom: var(--space-md);
            line-height: 1.1;
        }

        .hero2-subtitle {
            font-size: clamp(var(--text-lg), 3vw, var(--text-xl));
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: var(--space-xl);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Improved stat2s grid with better spacing */
        .stat2s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: var(--space-md);
            margin-top: var(--space-xl);
        }

        .stat2-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: var(--blur-backdrop);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--radius-xl);
            padding: var(--space-md);
            text-align: center;
        }

        .stat2-number {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: white;
            line-height: 1;
        }

        .stat2-label {
            font-size: var(--text-sm);
            color: rgba(255, 255, 255, 0.8);
            margin-top: var(--space-xs);
        }

        /* Optimized contact section with better grid system */
        .contact-section {
            padding: var(--space-2xl) var(--space-md);
            background: linear-gradient(to bottom right, var(--surface-secondary), var(--surface));
        }

        .contact-container {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            gap: var(--space-2xl);
        }

        @media (min-width: 1024px) {
            .contact-container {
                grid-template-columns: 1fr 1fr;
                align-items: start;
            }
        }

        /* Enhanced form styling with better focus stat2es */
        .form-card {
            background: var(--surface);
            border-radius: var(--radius-xl);
            padding: var(--space-xl);
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
        }

        .form-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .form-group {
            margin-bottom: var(--space-md);
        }

        .form-row {
            display: grid;
            gap: var(--space-md);
        }

        @media (min-width: 768px) {
            .form-row {
                grid-template-columns: 1fr 1fr;
            }
        }

        .form-label {
            display: block;
            font-size: var(--text-sm);
            font-weight: 500;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .form-input,
        .form-select,
        .form-textarea {
            width: 100%;
            padding: var(--space-sm) var(--space-md);
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            font-size: var(--text-base);
            background-color: var(--surface);
            color: var(--text-primary);
            transition: var(--transition-normal);
        }

        .form-input:focus,
        .form-select:focus,
        .form-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
            transform: translateY(-1px);
        }

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

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: var(--space-sm);
            margin: var(--space-md) 0;
        }

        .checkbox {
            margin-top: 2px;
        }

        .checkbox-label {
            font-size: var(--text-sm);
            color: var(--text-secondary);
            line-height: 1.5;
        }

   

        /* Refined contact info cards */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: var(--space-md);
        }

        .contact-info-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .info-card {
            background: var(--surface);
            border-radius: var(--radius-xl);
            padding: var(--space-lg);
            box-shadow: var(--shadow-md);
            border: 1px solid var(--border);
            display: flex;
            align-items: flex-start;
            gap: var(--space-md);
            transition: var(--transition-normal);
        }

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

        .info-icon {
            color: var(--primary);
            font-size: var(--text-2xl);
            margin-top: var(--space-xs);
            flex-shrink: 0;
        }

        .info-content h3 {
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .info-content p {
            color: var(--text-secondary);
            font-size: var(--text-sm);
            line-height: 1.6;
        }

        /* Emergency contact with better visual hierarchy */
        .emergency-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            border-radius: var(--radius-xl);
            padding: var(--space-xl);
            margin-top: var(--space-lg);
            text-align: center;
        }

        .emergency-card h3 {
            font-size: var(--text-xl);
            font-weight: 600;
            margin-bottom: var(--space-sm);
        }

        .emergency-card p {
            color: rgba(255, 255, 255, 0.9);
            font-size: var(--text-sm);
            margin-bottom: var(--space-md);
        }

        .emergency-phone {
            font-size: var(--text-2xl);
            font-weight: 700;
            color: white;
        }
		
		 /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            :root {
                --surface: #0f172a;
                --surface-secondary: #1e293b;
                --surface-tertiary: #334155;
                --text-primary: #f8fafc;
                --text-secondary: #cbd5e1;
                --text-muted: #94a3b8;
                --border: #334155;
                --border-light: #475569;
            }
        }

        /* Performance optimizations */
        .info-card,
        .form-card,
        .stat2-card,
        .faq-item {
            contain: layout style paint;
        }

        /* Mobile menu styles */
        .mobile-menu {
            display: none;
            background: var(--surface);
            border-top: 1px solid var(--border);
            padding: var(--space-md);
        }

        .mobile-menu.active {
            display: block;
        }

        .mobile-menu a {
            display: block;
            padding: var(--space-sm) 0;
            color: var(--text-secondary);
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid var(--border-light);
        }

        .mobile-menu a:hover,
        .mobile-menu a.active {
            color: var(--primary);
        }

        /* Added map section styles */
        .map-section {
            padding: var(--space-2xl) var(--space-md);
            background: var(--surface);
        }

        .map-container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .map-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            text-align: center;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .map-wrapper {
            display: grid;
            gap: var(--space-xl);
            align-items: start;
        }

        @media (min-width: 1024px) {
            .map-wrapper {
                grid-template-columns: 2fr 1fr;
            }
        }

        .map-frame {
            border-radius: var(--radius-xl);
            overflow: hidden;
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
            position: relative;
        }

        .map-frame::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: var(--radius-xl);
            padding: 2px;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: xor;
            -webkit-mask-composite: xor;
            pointer-events: none;
            z-index: 1;
        }

        .map-frame iframe {
            display: block;
            border-radius: var(--radius-xl);
        }

        .map-info {
            display: flex;
            flex-direction: column;
            gap: var(--space-md);
        }

        .map-info-card {
            background: var(--surface-secondary);
            border-radius: var(--radius-lg);
            padding: var(--space-lg);
            border: 1px solid var(--border);
            display: flex;
            align-items: flex-start;
            gap: var(--space-md);
            transition: var(--transition-normal);
        }

        .map-info-card:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
            background: var(--surface);
        }

        .map-info-icon {
            color: var(--primary);
            font-size: var(--text-xl);
            margin-top: var(--space-xs);
            flex-shrink: 0;
        }

        .map-info-content h3 {
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .map-info-content p {
            color: var(--text-secondary);
            font-size: var(--text-sm);
            line-height: 1.6;
            margin-bottom: var(--space-sm);
        }

        .directions-link {
            color: var(--primary);
            text-decoration: none;
            font-size: var(--text-sm);
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: var(--space-xs);
            transition: var(--transition-fast);
        }

        .directions-link:hover {
            color: var(--primary-dark);
            transform: translateX(2px);
        }

        .directions-link i {
            font-size: var(--text-xs);
        }
		
	
        /* Completely redesigned service1 cards with modern glass morphism effect */
        .service1-card {
            background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.9), 
                rgba(255, 255, 255, 0.7));
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: var(--shadow-md);
            border-radius: var(--radius-2xl);
            transition: all var(--transition-base);
            position: relative;
            overflow: hidden;
            padding: var(--space-8);
        }

        .service1-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent, 
                var(--primary), 
                var(--primary-lighter), 
                transparent);
            transition: left var(--transition-slow);
        }

        .service1-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-xl);
            background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.95), 
                rgba(255, 255, 255, 0.85));
        }

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

        /* Enhanced service1 card icons with better visual hierarchy */
        .service1-icon {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary), var(--primary-lighter));
            color: white;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: var(--font-size-2xl);
            margin-bottom: var(--space-6);
            box-shadow: var(--shadow-md);
            transition: all var(--transition-base);
        }

        .service1-card:hover .service1-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: var(--shadow-lg);
        }

        /* Improved cta1 section with better visual appeal */
        .cta1-section {
            background: linear-gradient(135deg, 
                var(--primary-light-bg), 
                rgba(255, 255, 255, 0.8));
            border-radius: var(--radius-2xl);
            border-left: 4px solid var(--primary);
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .cta1-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            pointer-events: none;
        }

        /* Enhanced cta1 button with better interaction feedback */
        .cta1-button {
            background: linear-gradient(135deg, var(--primary), var(--primary-darker));
            color: white;
            padding: var(--space-4) var(--space-8);
            border-radius: var(--radius-lg);
            font-weight: 600;
            font-size: var(--font-size-lg);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: var(--space-2);
            transition: all var(--transition-base);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-md);
        }
        
        .cta1-button::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, 
                transparent 30%, 
                rgba(255,255,255,0.3) 50%, 
                transparent 70%);
            transform: translateX(-100%);
            transition: transform var(--transition-slow);
        }

        .cta1-button:hover {
            background: linear-gradient(135deg, var(--primary-darker), var(--primary));
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }

        .cta1-button:hover::before {
            transform: translateX(100%);
        }

        .cta1-button:active {
            transform: translateY(0);
        }

        /* Redesigned testimonial1 cards with better visual hierarchy */
        .testimonial1-card {
            background: linear-gradient(160deg, 
                rgba(255, 255, 255, 0.9), 
                rgba(248, 250, 252, 0.8));
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: var(--radius-xl);
            padding: var(--space-8);
            box-shadow: var(--shadow-md);
            position: relative;
            overflow: hidden;
            transition: all var(--transition-base);
        }
        
        .testimonial1-card::before {
            content: '"';
            position: absolute;
            top: var(--space-4);
            left: var(--space-4);
            font-size: 4rem;
            color: var(--primary);
            opacity: 0.2;
            font-family: Georgia, serif;
            line-height: 1;
        }

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

        /* Enhanced grid layouts with better responsive behavior */
        .service1s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--space-8);
            margin-top: var(--space-16);
        }

        .testimonial1s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: var(--space-6);
        }

        /* Improved section spacing and typography hierarchy */
        .section {
            padding: var(--section-spacing) 0;
        }

        .section-title {
            font-size: clamp(var(--font-size-3xl), 4vw, var(--font-size-4xl));
            font-weight: 700;
            text-align: center;
            margin-bottom: var(--space-12);
            color: var(--gray-900);
            line-height: 1.2;
        }

        .card-title {
            font-size: var(--font-size-2xl);
            font-weight: 600;
            margin-bottom: var(--space-3);
            color: var(--gray-900);
        }

        .card-description {
            color: var(--gray-600);
            font-size: var(--font-size-sm);
            line-height: 1.6;
        }

        /* Enhanced mobile menu with better animations */
        .mobile-menu {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-top: 1px solid var(--gray-200);
        }

        /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Enhanced responsive design */
        @media (max-width: 768px) {
            .service1s-hero {
                min-height: 50vh;
                padding: var(--space-8) 0;
            }
            
            .service1-card {
                padding: var(--space-6);
            }
            
            .testimonial1-card {
                padding: var(--space-6);
            }
        }

        /* Print styles for accessibility */
        @media print {
            .service1s-hero {
                background: none !important;
                color: black !important;
            }
            
            .service1-card,
            .testimonial1-card {
                background: white !important;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
            }
        }
        
        
        :root {
            --primary: #059669;
            --primary-light: #10b981;
            --primary-dark: #047857;
            --secondary: #14b8a6;
            --background: #ffffff;
            --foreground: #1f2937;
            --muted: #f9fafb;
            --muted-foreground: #6b7280;
            --border: #e5e7eb;
            --card: #ffffff;
            --card-foreground: #1f2937;
			
			
            /* Color System */
            --primary-hue: 158;
            --primary-sat: 64%;
            --primary-light-bg: hsl(var(--primary-hue), var(--primary-sat), 96%);
            --primary-lighter: hsl(var(--primary-hue), var(--primary-sat), 75%);
            --primary-darker: hsl(var(--primary-hue), var(--primary-sat), 30%);
            
			
            --reading-width: min(65ch, 90vw);
            --content-padding: clamp(1rem, 4vw, 2rem);
            --section-spacing: clamp(3rem, 8vw, 6rem);
            
            --shadow-elevation-low: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-elevation-medium: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-elevation-high: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            
            --border-radius-md: 0.5rem;
            --border-radius-lg: 0.75rem;
            --border-radius-xl: 1rem;
			
            
            --surface-elevation-1: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            --surface-elevation-2: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            --surface-elevation-3: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            --surface-elevation-4: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
			
            --fluid-type-scale: clamp(1rem, 0.8rem + 1vw, 1.25rem);
            --fluid-space-xs: clamp(0.5rem, 0.4rem + 0.5vw, 0.75rem);
            --fluid-space-sm: clamp(1rem, 0.8rem + 1vw, 1.5rem);
            --fluid-space-md: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
            --fluid-space-lg: clamp(2rem, 1.6rem + 2vw, 3rem);
            --fluid-space-xl: clamp(3rem, 2.4rem + 3vw, 4.5rem);
			
			
			
            /* Spacing System */
            --space-xs: 0.5rem;
            --space-sm: 1rem;
            --space-md: 1.5rem;
            --space-lg: 2rem;
            --space-xl: 3rem;
            --space-2xl: 4rem;
            
            /* Typography Scale */
            --text-xs: 0.75rem;
            --text-sm: 0.875rem;
            --text-base: 1rem;
            --text-lg: 1.125rem;
            --text-xl: 1.25rem;
            --text-2xl: 1.5rem;
            --text-3xl: 1.875rem;
            --text-4xl: 2.25rem;
            --text-5xl: 3rem;
            
            /* Effects */
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            --blur-backdrop: blur(12px);
            --radius-sm: 0.375rem;
            --radius-md: 0.5rem;
            --radius-lg: 0.75rem;
            --radius-xl: 1rem;
            
            /* Transitions */
            --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
			   
            /* Neutral Colors */
            --gray-50: #f9fafb;
            --gray-100: #f3f4f6;
            --gray-200: #e5e7eb;
            --gray-600: #4b5563;
            --gray-700: #374151;
            --gray-900: #111827;
            
            /* Typography Scale */
            --font-size-xs: 0.75rem;
            --font-size-sm: 0.875rem;
            --font-size-base: 1rem;
            --font-size-lg: 1.125rem;
            --font-size-xl: 1.25rem;
            --font-size-2xl: 1.5rem;
            --font-size-3xl: 1.875rem;
            --font-size-4xl: 2.25rem;
            --font-size-5xl: 3rem;
            
            /* Spacing System */
            --space-1: 0.25rem;
            --space-2: 0.5rem;
            --space-3: 0.75rem;
            --space-4: 1rem;
            --space-6: 1.5rem;
            --space-8: 2rem;
            --space-12: 3rem;
            --space-16: 4rem;
            --space-24: 6rem;
            
            /* Layout */
            --reading-width: min(65ch, 90vw);
            --content-padding: clamp(1rem, 4vw, 2rem);
            --section-spacing: clamp(3rem, 8vw, 6rem);
            --container-max-width: 80rem;
            
            /* Shadows */
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            
            /* Border Radius */
            --radius-sm: 0.25rem;
            --radius-md: 0.5rem;
            --radius-lg: 0.75rem;
            --radius-xl: 1rem;
            --radius-2xl: 1.5rem;
            
            /* Transitions */
            --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
            --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
        }
		

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

        body {
            font-family: 'Open Sans', sans-serif;
            line-height: 1.6;
            color: var(--foreground);
            background-color: var(--background);
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        nav {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--border);
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        }

        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .logo {
            font-weight: bold;
            color: var(--primary);
            /* Updated logo styles to accommodate image logo */
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .logo img {
            height: 85px;
            width: auto;
        }

        .nav-links {
            display: flex;
            gap: 32px;
            list-style: none;
        }

        .nav-links a {
            text-decoration: none;
            color: var(--foreground);
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .nav-links a:hover,
        .nav-links a.active {
            color: var(--primary);
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 20px;
            color: var(--foreground);
            cursor: pointer;
        }

        /* Enhanced hero section with advanced background and slider integration */
        .hero {
            position: relative;
            background: linear-gradient(135deg, 
                rgba(5, 150, 105, 0.9) 0%, 
                rgba(20, 184, 166, 0.85) 50%, 
                rgba(6, 182, 212, 0.9) 100%);
            padding: 0;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            z-index: 1;
        }

        #particles-js {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .hero-slider {
            position: relative;
            z-index: 3;
            width: 100%;
            height: 100vh;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 20px;
        }

        .hero-content {
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
            z-index: 4;
        }

        .hero h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 700;
            margin-bottom: 24px;
            color: white;
            text-shadow: 0 4px 8px rgba(0,0,0,0.3);
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

        .hero .highlight {
            /* Updated highlight color to #FF2E00 */
            background: #E56221;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
		.highlight {
            /* Updated highlight color to #FF2E00 */
            background: #E56221;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }
        .hero p {
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 40px;
        }

        .hero .btn {
            padding: 18px 36px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 50px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: inline-block;
        }

        .hero .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }

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

        .hero .btn-primary {
            background: linear-gradient(45deg, #ffffff, #f8fafc);
            color: var(--primary);
            border: 2px solid white;
        }

        .hero .btn-primary:hover {
            background: linear-gradient(45deg, #f8fafc, #ffffff);
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
        }

        .hero .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.8);
            backdrop-filter: blur(10px);
        }

        .hero .btn-secondary:hover {
            background: rgba(255,255,255,0.1);
            border-color: white;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 60px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
            color: white;
            position: relative;
        }

        .stat-item::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fbbf24, transparent);
        }

        .stat-number {
            font-size: clamp(2.5rem, 4vw, 3rem);
            font-weight: 700;
            display: block;
            background: linear-gradient(45deg, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
        }

        .stat-label {
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 8px;
            opacity: 0.9;
        }

        /* Custom Swiper pagination and navigation styling */
        .swiper-pagination {
            bottom: 30px !important;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: rgba(255,255,255,0.5);
            opacity: 1;
            transition: all 0.3s ease;
        }

        .swiper-pagination-bullet-active {
            background: #fbbf24;
            transform: scale(1.2);
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: rgba(255,255,255,0.8);
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin-top: -25px;
            transition: all 0.3s ease;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: rgba(255,255,255,0.2);
            color: white;
            transform: scale(1.1);
        }

        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 18px;
        }

        /* Floating elements animation */
        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .floating-element {
            position: absolute;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

        .floating-element:nth-child(1) {
            width: 80px;
            height: 80px;
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-element:nth-child(2) {
            width: 60px;
            height: 60px;
            top: 60%;
            right: 15%;
            animation-delay: 2s;
        }

        .floating-element:nth-child(3) {
            width: 100px;
            height: 100px;
            bottom: 20%;
            left: 20%;
            animation-delay: 4s;
        }

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

        .services {
            padding: 80px 0;
            background: var(--background);
        }

        .section-title {
            text-align: center;
            margin-bottom: 48px;
        }

        .section-title h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 16px;
            color: var(--foreground);
        }

        .section-title p {
            font-size: 18px;
            color: var(--muted-foreground);
            max-width: 600px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .service-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .service-icon {
            font-size: 48px;
            color: var(--primary);
            margin-bottom: 16px;
        }

        .service-card h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
            color: var(--card-foreground);
        }

        .service-card p {
            color: var(--muted-foreground);
            line-height: 1.6;
        }

           /* Enhanced background styles for all sections */
        .request-forms {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(5, 150, 105, 0.05) 0%, 
                rgba(20, 184, 166, 0.08) 50%, 
                rgba(6, 182, 212, 0.05) 100%);
            position: relative;
            overflow: hidden;
        }

        .request-forms::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(5,150,105,0.1)"/></pattern></defs><rect width="60" height="60" fill="url(%23dots)"/></svg>');
            z-index: 1;
        }

        /* New streamlined form container */
        .streamlined-form-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .form-image-section {
            position: relative;
        }

        .form-image-section img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .image-overlay {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: 12px;
            text-align: center;
        }

        .image-overlay h4 {
            color: var(--primary);
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .image-overlay p {
            color: var(--muted-foreground);
            font-size: 14px;
            margin: 0;
        }

        /* Enhanced single form styling */
        .unified-form-card {
            background: white;
            padding: 40px;
            border-radius: 20px;
            border: 1px solid rgba(5, 150, 105, 0.1);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
        }

        .unified-form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .form-tabs {
            display: flex;
            margin-bottom: 30px;
            background: #f8fafc;
            border-radius: 12px;
            padding: 4px;
        }

        .form-tab {
            flex: 1;
            padding: 12px 20px;
            text-align: center;
            border: none;
            background: transparent;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            color: var(--muted-foreground);
        }

        .form-tab.active {
            background: white;
            color: var(--primary);
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .form-content {
            display: none;
        }

        .form-content.active {
            display: block;
        }
        .forms-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 48px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .form-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .form-card h3 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 16px;
            color: var(--primary);
            text-align: center;
        }

        .form-card p {
            color: var(--muted-foreground);
            margin-bottom: 24px;
            text-align: center;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--foreground);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid var(--border);
            border-radius: 6px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary);
        }

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


        /* Enhanced section backgrounds */
        .testimonials {
            padding: 100px 0;
            background: linear-gradient(135deg, #fafafa 0%, #f0f9ff 100%);
            position: relative;
        }

        .testimonials::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M0 25 Q12.5 12.5 25 25 T50 25" fill="none" stroke="rgba(5,150,105,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
        }


        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 32px;
            margin-top: 48px;
        }

        .testimonial-card {
            background: var(--card);
            padding: 32px;
            border-radius: 12px;
            border: 1px solid var(--border);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }

        .testimonial-avatar {
            width: 48px;
            height: 48px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            margin-right: 16px;
        }

        .testimonial-info h4 {
            font-weight: 600;
            color: var(--card-foreground);
        }

        .testimonial-info p {
            font-size: 14px;
            color: var(--muted-foreground);
        }

        .testimonial-text {
            color: var(--muted-foreground);
            font-style: italic;
            line-height: 1.6;
        }

        .testimonial-rating {
            margin-top: 15px;
            font-size: 14px;
        }

       
      .insights {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(20, 184, 166, 0.03) 0%, 
                rgba(6, 182, 212, 0.05) 50%, 
                rgba(5, 150, 105, 0.03) 100%);
            position: relative;
			z-index: 0; /* make sure the section is a stacking context */
        }
       .insights::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="crosshatch" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M0 5 L10 5 M5 0 L5 10" fill="none" stroke="rgba(5,150,105,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23crosshatch)"/></svg>');
            z-index: -1;  /* pushes it behind the content */
		}
        .insights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .insight-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .insight-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }

        .insight-image {
            height: 200px;
            overflow: hidden;
        }

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

        .insight-content {
            padding: 25px;
        }

        .insight-category {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .insight-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--foreground);
            line-height: 1.4;
        }

        .insight-content p {
            color: var(--muted-foreground);
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .insight-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: var(--muted-foreground);
        }


      .faq {
            padding: 100px 0;
            background: linear-gradient(135deg, 
                rgba(20, 184, 166, 0.03) 0%, 
                rgba(6, 182, 212, 0.05) 50%, 
                rgba(5, 150, 105, 0.03) 100%);
            position: relative;
			z-index: 0; /* make sure the section is a stacking context */
        }

	.faq::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="2" cy="2" r="1" fill="rgba(20,184,166,0.08)" /></svg>');
		background-repeat: repeat;
		background-size: 40px 40px;
		z-index: -1;
	}

        .faq-container {
            max-width: 800px;
            margin: 50px auto 0;
			z-index: 1;
			
        }

        .faq-item {
            border-bottom: 1px solid #e2e8f0;
            margin-bottom: 20px;
			z-index: 2; /* FAQ items always clickable */
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .faq-question:hover {
            color: var(--primary);
        }

        .faq-question h3 {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            flex: 1;
        }

        .faq-toggle {
            font-size: 24px;
            font-weight: bold;
            color: var(--primary);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            padding-bottom: 20px;
        }

        .faq-answer p {
            color: var(--muted-foreground);
            line-height: 1.6;
            margin: 0;
        }

        .cta {
            padding: 80px 0;
            background: var(--primary);
            color: white;
            text-align: center;
        }

        .cta h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .cta p {
            font-size: 20px;
            margin-bottom: 32px;
            opacity: 0.9;
        }

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

        .cta .btn:hover {
            background: #f3f4f6;
        }
/* Added particles container styling */
        .particles-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .particle {
            position: absolute;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
        }

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

        /* Ensure CTA content appears above particles */
        .cta .container {
            position: relative;
            z-index: 2;
        }

        /* Added floating action buttons styles for scroll up and WhatsApp */
        .floating-buttons {
            position: fixed;
            bottom: 30px;
            right: 30px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 1000;
        }

        .floating-btn {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px);
            position: relative;
            overflow: hidden;
        }

        .scroll-up-btn {
            background: linear-gradient(135deg, var(--primary), #FF2E00);
            color: white;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
        }

        .scroll-up-btn.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .scroll-up-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(255, 46, 0, 0.4);
        }

        .whatsapp-btn {
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            animation: pulse 2s infinite;
        }

        .whatsapp-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            }
            50% {
                box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3), 0 0 0 10px rgba(37, 211, 102, 0.1);
            }
            100% {
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            }
        }

        /* Responsive adjustments for floating buttons */
        @media (max-width: 768px) {
            .floating-buttons {
                bottom: 20px;
                right: 20px;
            }
            
            .floating-btn {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }

        .footer {
            background: var(--card);
            border-top: 1px solid var(--border);
            padding: 48px 0;
        }

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

        .footer-section h3,
        .footer-section h4 {
            font-weight: 600;
            margin-bottom: 16px;
            color: var(--card-foreground);
        }

        .footer-section p,
        .footer-section li {
            color: var(--muted-foreground);
            font-size: 14px;
            line-height: 1.6;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 8px;
        }

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

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

        .footer-bottom {
            border-top: 1px solid var(--border);
            padding-top: 24px;
            text-align: center;
            color: var(--muted-foreground);
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }

            .mobile-menu-btn {
                display: block;
            }

            .hero {
                min-height: 100vh;
            }

            .hero-stats {
                gap: 40px;
                margin-top: 40px;
            }

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .insights-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .insight-content {
                padding: 20px;
            }
            
            .faq-question h3 {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .hero-stats {
                flex-direction: column;
                gap: 30px;
            }

            .hero .btn {
                padding: 16px 32px;
                font-size: 16px;
            }
        }

        /* Added styles for welcome note section */
        .welcome-note {
            padding: 80px 0;
            background: linear-gradient(135deg, var(--muted) 0%, #f0fdf4 100%);
            border-bottom: 1px solid var(--border);
        }

        .welcome-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .welcome-text h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .welcome-text p {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--muted-foreground);
            margin-bottom: 20px;
        }

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

        /* Added styles for partnership section */
        .partnership {
            padding: 100px 0;
            background: var(--background);
        }

        .partnership-content {
            margin-top: 60px;
        }

        .partnership-info {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: start;
        }

        .partnership-logo {
            text-align: center;
            padding: 40px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);   
            border-radius: 20px;
            color: white;
            position: sticky;
            top: 100px;
        }

        .partnership-logo h3 {
            font-size: 1.75rem;
            font-weight: 700;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .partnership-tagline {
            font-size: 1rem;
            opacity: 0.9;
            font-style: italic;
        }

        .partnership-description h4 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 20px;
        }

        .partnership-description p {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--muted-foreground);
            margin-bottom: 40px;
        }

        .partnership-benefits {
            display: grid;
            gap: 30px;
            margin-bottom: 50px;
        }

        .benefit-item {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

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

        .benefit-content h5 {
            font-size: 1.125rem;
            font-weight: 600;
            color: var(--foreground);
            margin-bottom: 8px;
        }

        .benefit-content p {
            font-size: 1rem;
            line-height: 1.6;
            color: var(--muted-foreground);
            margin: 0;
        }

        .partnership-quote {
            background: var(--muted);
            padding: 30px;
            border-radius: 15px;
            border-left: 4px solid var(--primary);
            margin-bottom: 40px;
        }

        .partnership-quote blockquote {
            font-size: 1.125rem;
            line-height: 1.7;
            color: var(--foreground);
            font-style: italic;
            margin-bottom: 15px;
        }

        .partnership-quote cite {
            font-size: 0.875rem;
            color: var(--primary);
            font-weight: 600;
        }

        .partnership-cta {
            text-align: center;
            padding: 30px;
            background: linear-gradient(135deg, #f0fdf4 0%, var(--muted) 100%);
            border-radius: 15px;
        }

        .partnership-cta p {
            font-size: 1.125rem;
            color: var(--foreground);
            margin-bottom: 20px;
        }

        /* Added responsive styles for new sections */
        @media (max-width: 768px) {
            .welcome-text h2 {
                font-size: 2rem;
            }

            .welcome-text p {
                font-size: 1rem;
            }

            .partnership-info {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .partnership-logo {
                position: static;
                padding: 30px 20px;
            }

            .partnership-logo h3 {
                font-size: 1.5rem;
            }

            .benefit-item {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }

            .benefit-icon {
                margin: 0 auto;
            }
        }

        /* Welcome Note Section Styles */
        .welcome-note {
            padding: 80px 0;
            background: var(--muted);
        }

        .welcome-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .welcome-text h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            color: var(--foreground);
        }

        .welcome-text p {
            font-size: 18px;
            color: var(--muted-foreground);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Partnership Section Styles */
        .partnership {
            padding: 100px 0;
            background: linear-gradient(135deg, #f0f9ff 0%, #fafafa 100%);
            position: relative;
        }

        .partnership::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
			background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><pattern id="hexagons" width="40" height="40" patternUnits="userSpaceOnUse"><polygon points="20,5 35,15 35,25 20,35 5,25 5,15" fill="none" stroke="rgba(20,184,166,0.08)" stroke-width="0.5"/></pattern></defs><rect width="80" height="80" fill="url(%23hexagons)"/></svg>');
			z-index: 0;
			
        }

        .partnership-content {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .partnership-info {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .partnership-logo {
            text-align: center;
            margin-bottom: 30px;
        }

        .partnership-logo h3 {
            font-size: 28px;
            font-weight: bold;
            color: var(--primary);
            margin-bottom: 10px;
        }

        .partnership-logo .partnership-tagline {
            font-style: italic; 
        }

        .partnership-description h4 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .partnership-description p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .partnership-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .benefit-icon {
            font-size: 24px;
        }

        .benefit-content h5 {
            font-size: 18px;
            font-weight: 600;
            color: var(--foreground);
            margin-bottom: 5px;
        }

        .benefit-content p {
            font-size: 14px;
            color: var(--muted-foreground);
            line-height: 1.5;
        }

        .partnership-quote {
            font-style: italic;
            color: var(--muted-foreground);
            margin-bottom: 30px;
            padding: 20px;
            border-left: 3px solid var(--primary);
            background: rgba(5, 150, 105, 0.05);
        }

        .partnership-quote blockquote {
            margin: 0;
            font-size: 16px;
            line-height: 1.6;
        }

        .partnership-quote cite {
            display: block;
            text-align: right;
            font-style: normal;
            margin-top: 10px;
            color: var(--foreground);
        }

        .partnership-cta {
            text-align: center;
        }

        .partnership-cta p {
            font-size: 18px;
            color: var(--foreground);
            margin-bottom: 20px;
        }

        /* Updated styles for font-awesome icons */
        .fas {
            font-size: inherit; /* Ensures icons respect the size of their container */
        }
		
		
        /* Refined hero2 section with better gradient and typography */
        .hero2 {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary-dark) 100%);
            position: relative;
            padding: var(--space-2xl) var(--space-md);
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .hero2::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .hero2-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
        }

        .hero2-title {
            font-size: clamp(var(--text-4xl), 8vw, var(--text-5xl));
            font-weight: 700;
            color: white;
            margin-bottom: var(--space-md);
            line-height: 1.1;
        }

        .hero2-subtitle {
            font-size: clamp(var(--text-lg), 3vw, var(--text-xl));
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: var(--space-xl);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Improved stat2s grid with better spacing */
        .stat2s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: var(--space-md);
            margin-top: var(--space-xl);
        }

        .stat2-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: var(--blur-backdrop);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--radius-xl);
            padding: var(--space-md);
            text-align: center;
        }

        .stat2-number {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: white;
            line-height: 1;
        }

        .stat2-label {
            font-size: var(--text-sm);
            color: rgba(255, 255, 255, 0.8);
            margin-top: var(--space-xs);
        }

        /* Optimized contact section with better grid system */
        .contact-section {
            padding: var(--space-2xl) var(--space-md);
            background: linear-gradient(to bottom right, var(--surface-secondary), var(--surface));
        }

        .contact-container {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            gap: var(--space-2xl);
        }

        @media (min-width: 1024px) {
            .contact-container {
                grid-template-columns: 1fr 1fr;
                align-items: start;
            }
        }

        /* Enhanced form styling with better focus stat2es */
        .form-card {
            background: var(--surface);
            border-radius: var(--radius-xl);
            padding: var(--space-xl);
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
        }

        .form-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .form-group {
            margin-bottom: var(--space-md);
        }

        .form-row {
            display: grid;
            gap: var(--space-md);
        }

        @media (min-width: 768px) {
            .form-row {
                grid-template-columns: 1fr 1fr;
            }
        }

        .form-label {
            display: block;
            font-size: var(--text-sm);
            font-weight: 500;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .form-input,
        .form-select,
        .form-textarea {
            width: 100%;
            padding: var(--space-sm) var(--space-md);
            border: 1px solid var(--border);
            border-radius: var(--radius-md);
            font-size: var(--text-base);
            background-color: var(--surface);
            color: var(--text-primary);
            transition: var(--transition-normal);
        }

        .form-input:focus,
        .form-select:focus,
        .form-textarea:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
            transform: translateY(-1px);
        }

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

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: var(--space-sm);
            margin: var(--space-md) 0;
        }

        .checkbox {
            margin-top: 2px;
        }

        .checkbox-label {
            font-size: var(--text-sm);
            color: var(--text-secondary);
            line-height: 1.5;
        }

   

        /* Refined contact info cards */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: var(--space-md);
        }

        .contact-info-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .info-card {
            background: var(--surface);
            border-radius: var(--radius-xl);
            padding: var(--space-lg);
            box-shadow: var(--shadow-md);
            border: 1px solid var(--border);
            display: flex;
            align-items: flex-start;
            gap: var(--space-md);
            transition: var(--transition-normal);
        }

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

        .info-icon {
            color: var(--primary);
            font-size: var(--text-2xl);
            margin-top: var(--space-xs);
            flex-shrink: 0;
        }

        .info-content h3 {
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .info-content p {
            color: var(--text-secondary);
            font-size: var(--text-sm);
            line-height: 1.6;
        }

        /* Emergency contact with better visual hierarchy */
        .emergency-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            border-radius: var(--radius-xl);
            padding: var(--space-xl);
            margin-top: var(--space-lg);
            text-align: center;
        }

        .emergency-card h3 {
            font-size: var(--text-xl);
            font-weight: 600;
            margin-bottom: var(--space-sm);
        }

        .emergency-card p {
            color: rgba(255, 255, 255, 0.9);
            font-size: var(--text-sm);
            margin-bottom: var(--space-md);
        }

        .emergency-phone {
            font-size: var(--text-2xl);
            font-weight: 700;
            color: white;
        }
		
		 /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            :root {
                --surface: #0f172a;
                --surface-secondary: #1e293b;
                --surface-tertiary: #334155;
                --text-primary: #f8fafc;
                --text-secondary: #cbd5e1;
                --text-muted: #94a3b8;
                --border: #334155;
                --border-light: #475569;
            }
        }

        /* Performance optimizations */
        .info-card,
        .form-card,
        .stat2-card,
        .faq-item {
            contain: layout style paint;
        }

        /* Mobile menu styles */
        .mobile-menu {
            display: none;
            background: var(--surface);
            border-top: 1px solid var(--border);
            padding: var(--space-md);
        }

        .mobile-menu.active {
            display: block;
        }

        .mobile-menu a {
            display: block;
            padding: var(--space-sm) 0;
            color: var(--text-secondary);
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid var(--border-light);
        }

        .mobile-menu a:hover,
        .mobile-menu a.active {
            color: var(--primary);
        }

        /* Added map section styles */
        .map-section {
            padding: var(--space-2xl) var(--space-md);
            background: var(--surface);
        }

        .map-container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .map-title {
            font-size: var(--text-3xl);
            font-weight: 700;
            text-align: center;
            color: var(--text-primary);
            margin-bottom: var(--space-xl);
        }

        .map-wrapper {
            display: grid;
            gap: var(--space-xl);
            align-items: start;
        }

        @media (min-width: 1024px) {
            .map-wrapper {
                grid-template-columns: 2fr 1fr;
            }
        }

        .map-frame {
            border-radius: var(--radius-xl);
            overflow: hidden;
            box-shadow: var(--shadow-lg);
            border: 1px solid var(--border);
            position: relative;
        }

        .map-frame::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: var(--radius-xl);
            padding: 2px;
            background: linear-gradient(135deg, var(--primary), var(--primary-light));
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: xor;
            -webkit-mask-composite: xor;
            pointer-events: none;
            z-index: 1;
        }

        .map-frame iframe {
            display: block;
            border-radius: var(--radius-xl);
        }

        .map-info {
            display: flex;
            flex-direction: column;
            gap: var(--space-md);
        }

        .map-info-card {
            background: var(--surface-secondary);
            border-radius: var(--radius-lg);
            padding: var(--space-lg);
            border: 1px solid var(--border);
            display: flex;
            align-items: flex-start;
            gap: var(--space-md);
            transition: var(--transition-normal);
        }

        .map-info-card:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
            background: var(--surface);
        }

        .map-info-icon {
            color: var(--primary);
            font-size: var(--text-xl);
            margin-top: var(--space-xs);
            flex-shrink: 0;
        }

        .map-info-content h3 {
            font-size: var(--text-lg);
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: var(--space-xs);
        }

        .map-info-content p {
            color: var(--text-secondary);
            font-size: var(--text-sm);
            line-height: 1.6;
            margin-bottom: var(--space-sm);
        }

        .directions-link {
            color: var(--primary);
            text-decoration: none;
            font-size: var(--text-sm);
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: var(--space-xs);
            transition: var(--transition-fast);
        }

        .directions-link:hover {
            color: var(--primary-dark);
            transform: translateX(2px);
        }

        .directions-link i {
            font-size: var(--text-xs);
        }
		
	
        /* Completely redesigned service1 cards with modern glass morphism effect */
        .service1-card {
            background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.9), 
                rgba(255, 255, 255, 0.7));
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: var(--shadow-md);
            border-radius: var(--radius-2xl);
            transition: all var(--transition-base);
            position: relative;
            overflow: hidden;
            padding: var(--space-8);
        }

        .service1-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent, 
                var(--primary), 
                var(--primary-lighter), 
                transparent);
            transition: left var(--transition-slow);
        }

        .service1-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-xl);
            background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.95), 
                rgba(255, 255, 255, 0.85));
        }

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

        /* Enhanced service1 card icons with better visual hierarchy */
        .service1-icon {
            width: 4rem;
            height: 4rem;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary), var(--primary-lighter));
            color: white;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: var(--font-size-2xl);
            margin-bottom: var(--space-6);
            box-shadow: var(--shadow-md);
            transition: all var(--transition-base);
        }

        .service1-card:hover .service1-icon {
            transform: scale(1.1) rotate(5deg);
            box-shadow: var(--shadow-lg);
        }

        /* Improved cta1 section with better visual appeal */
        .cta1-section {
            background: linear-gradient(135deg, 
                var(--primary-light-bg), 
                rgba(255, 255, 255, 0.8));
            border-radius: var(--radius-2xl);
            border-left: 4px solid var(--primary);
            box-shadow: var(--shadow-lg);
            position: relative;
            overflow: hidden;
        }

        .cta1-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            pointer-events: none;
        }

        /* Enhanced cta1 button with better interaction feedback */
        .cta1-button {
            background: linear-gradient(135deg, var(--primary), var(--primary-darker));
            color: white;
            padding: var(--space-4) var(--space-8);
            border-radius: var(--radius-lg);
            font-weight: 600;
            font-size: var(--font-size-lg);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: var(--space-2);
            transition: all var(--transition-base);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-md);
        }
        
        .cta1-button::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, 
                transparent 30%, 
                rgba(255,255,255,0.3) 50%, 
                transparent 70%);
            transform: translateX(-100%);
            transition: transform var(--transition-slow);
        }

        .cta1-button:hover {
            background: linear-gradient(135deg, var(--primary-darker), var(--primary));
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }

        .cta1-button:hover::before {
            transform: translateX(100%);
        }

        .cta1-button:active {
            transform: translateY(0);
        }

        /* Redesigned testimonial1 cards with better visual hierarchy */
        .testimonial1-card {
            background: linear-gradient(160deg, 
                rgba(255, 255, 255, 0.9), 
                rgba(248, 250, 252, 0.8));
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: var(--radius-xl);
            padding: var(--space-8);
            box-shadow: var(--shadow-md);
            position: relative;
            overflow: hidden;
            transition: all var(--transition-base);
        }
        
        .testimonial1-card::before {
            content: '"';
            position: absolute;
            top: var(--space-4);
            left: var(--space-4);
            font-size: 4rem;
            color: var(--primary);
            opacity: 0.2;
            font-family: Georgia, serif;
            line-height: 1;
        }

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

        /* Enhanced grid layouts with better responsive behavior */
        .service1s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--space-8);
            margin-top: var(--space-16);
        }

        .testimonial1s-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: var(--space-6);
        }

        /* Improved section spacing and typography hierarchy */
        .section {
            padding: var(--section-spacing) 0;
        }

        .section-title {
            font-size: clamp(var(--font-size-3xl), 4vw, var(--font-size-4xl));
            font-weight: 700;
            text-align: center;
            margin-bottom: var(--space-12);
            color: var(--gray-900);
            line-height: 1.2;
        }

        .card-title {
            font-size: var(--font-size-2xl);
            font-weight: 600;
            margin-bottom: var(--space-3);
            color: var(--gray-900);
        }

        .card-description {
            color: var(--gray-600);
            font-size: var(--font-size-sm);
            line-height: 1.6;
        }

        /* Enhanced mobile menu with better animations */
        .mobile-menu {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-top: 1px solid var(--gray-200);
        }

        /* Accessibility improvements */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Enhanced responsive design */
        @media (max-width: 768px) {
            .service1s-hero {
                min-height: 50vh;
                padding: var(--space-8) 0;
            }
            
            .service1-card {
                padding: var(--space-6);
            }
            
            .testimonial1-card {
                padding: var(--space-6);
            }
        }

        /* Print styles for accessibility */
        @media print {
            .service1s-hero {
                background: none !important;
                color: black !important;
            }
            
            .service1-card,
            .testimonial1-card {
                background: white !important;
                box-shadow: none !important;
                border: 1px solid #ccc !important;
            }
        }
		
		    /* New responsive styles */
        @media (max-width: 768px) {
            /* Adjustments for the request forms section */
            .request-forms .form-tabs {
                flex-direction: column;
                gap: var(--space-2);
            }
            .request-forms .form-tab {
                width: 100%;
                text-align: center;
            }
            .request-forms .form-container {
                padding: var(--space-6);
            }

            /* Adjustments for the testimonials section */
            .testimonials-grid {
                grid-template-columns: 1fr;
            }
        }        