/* Reset and Base Styles */* { margin: 0; padding: 0; box-sizing: border-box;}html { scroll-behavior: smooth;}body { font-family: 'Inter', sans-serif; line-height: 1.6; color: #333; overflow-x: hidden;}.container { max-width: 1200px; margin: 0 auto; padding: 0 20px;}/* Navigation */.navbar { position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); z-index: 1000; padding: 1rem 0; transition: all 0.3s ease; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);}.nav-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center;}.nav-logo { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; color: #2563eb;}.nav-logo i { margin-right: 0.5rem; font-size: 1.8rem;}.nav-menu { display: flex; list-style: none; gap: 2rem;}.nav-link { text-decoration: none; color: #333; font-weight: 500; transition: color 0.3s ease; position: relative;}.nav-link:hover { color: #2563eb;}.nav-link::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background-color: #2563eb; transition: width 0.3s ease;}.nav-link:hover::after { width: 100%;}.hamburger { display: none; flex-direction: column; cursor: pointer;}.bar { width: 25px; height: 3px; background-color: #333; margin: 3px 0; transition: 0.3s;}/* Hero Section */.hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding-top: 80px;}.hero-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;}.hero-title { font-size: 3.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2;}.hero-subtitle { font-size: 1.2rem; margin-bottom: 2rem; opacity: 0.9; line-height: 1.6;}.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap;}.btn { padding: 12px 24px; border: none; border-radius: 8px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; display: inline-block;}.btn-primary { background: #2563eb; color: white;}.btn-primary:hover { background: #1d4ed8; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);}.btn-secondary { background: transparent; color: white; border: 2px solid white;}.btn-secondary:hover { background: white; color: #2563eb; transform: translateY(-2px);}.btn-outline { background: transparent; color: #2563eb; border: 2px solid #2563eb;}.btn-outline:hover { background: #2563eb; color: white;}.hero-graphic { display: flex; justify-content: center; align-items: center; gap: 2rem; font-size: 4rem; opacity: 0.8;}.hero-graphic i { animation: float 3s ease-in-out infinite;}.hero-graphic i:nth-child(2) { animation-delay: 1s;}.hero-graphic i:nth-child(3) { animation-delay: 2s;}@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); }}/* Section Headers */.section-header { text-align: center; margin-bottom: 4rem;}.section-header h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; color: #1f2937;}.section-header p { font-size: 1.1rem; color: #6b7280; max-width: 600px; margin: 0 auto;}/* About Section */.about { padding: 6rem 0; background: #f8fafc;}.about-content { max-width: 800px; margin: 0 auto;}.about-text h3 { font-size: 1.8rem; font-weight: 600; margin-bottom: 1rem; color: #1f2937;}.about-text p { font-size: 1.1rem; margin-bottom: 2rem; color: #4b5563; line-height: 1.7;}.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem;}.feature { text-align: center; padding: 2rem; background: white; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease;}.feature:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}.feature i { font-size: 2.5rem; color: #2563eb; margin-bottom: 1rem;}.feature h4 { font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; color: #1f2937;}.feature p { color: #6b7280; font-size: 0.95rem;}/* Services Section */.services { padding: 6rem 0; background: white;}.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;}.service-card { background: white; border-radius: 16px; padding: 2.5rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); border: 1px solid #e5e7eb; transition: all 0.3s ease; position: relative; overflow: hidden;}.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #2563eb, #7c3aed);}.service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);}.service-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #2563eb, #7c3aed); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem;}.service-icon i { font-size: 1.5rem; color: white;}.service-card h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 1rem; color: #1f2937;}.service-card p { color: #6b7280; margin-bottom: 1.5rem; line-height: 1.6;}.service-card ul { list-style: none;}.service-card li { padding: 0.5rem 0; color: #4b5563; position: relative; padding-left: 1.5rem;}.service-card li::before { content: '✓'; position: absolute; left: 0; color: #2563eb; font-weight: bold;}/* Blog Section */.blog { padding: 6rem 0; background: #f8fafc;}.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem;}.blog-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease;}.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);}.blog-image { height: 200px; background: linear-gradient(135deg, #2563eb, #7c3aed); display: flex; align-items: center; justify-content: center;}.blog-image i { font-size: 3rem; color: white; opacity: 0.8;}.blog-content { padding: 2rem;}.blog-content h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; color: #1f2937;}.blog-meta { color: #6b7280; font-size: 0.9rem; margin-bottom: 1rem;}.blog-content p { color: #4b5563; margin-bottom: 1.5rem; line-height: 1.6;}/* Testimonials Section */.testimonials { padding: 6rem 0; background: white;}.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;}.testimonial-card { background: #f8fafc; border-radius: 16px; padding: 2rem; border-left: 4px solid #2563eb; transition: transform 0.3s ease;}.testimonial-card:hover { transform: translateY(-5px);}.testimonial-content { margin-bottom: 1.5rem;}.testimonial-content p { font-style: italic; color: #4b5563; line-height: 1.6; font-size: 1.1rem;}.testimonial-author { display: flex; align-items: center;}.author-info h4 { font-weight: 600; color: #1f2937; margin-bottom: 0.25rem;}.author-info p { color: #6b7280; font-size: 0.9rem;}/* Contact Section */.contact { padding: 6rem 0; background: #f8fafc;}.contact-content { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; max-width: 1000px; margin: 0 auto;}.contact-info h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 2rem; color: #1f2937;}.contact-item { display: flex; align-items: flex-start; margin-bottom: 2rem;}.contact-item i { font-size: 1.2rem; color: #2563eb; margin-right: 1rem; margin-top: 0.25rem;}.contact-item h4 { font-weight: 600; color: #1f2937; margin-bottom: 0.25rem;}.contact-item p { color: #6b7280; line-height: 1.5;}.contact-form { background: white; padding: 2.5rem; border-radius: 16px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);}.form-group { margin-bottom: 1.5rem;}.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; color: #1f2937;}.form-group input,.form-group select,.form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 1rem; transition: border-color 0.3s ease; font-family: inherit;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus { outline: none; border-color: #2563eb;}.form-group textarea { resize: vertical; min-height: 120px;}/* Footer */.footer { background: #1f2937; color: white; padding: 4rem 0 2rem;}.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem;}.footer-logo { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem;}.footer-logo i { margin-right: 0.5rem; color: #2563eb;}.footer-section p { color: #9ca3af; line-height: 1.6; margin-bottom: 1.5rem;}.footer-section h4 { font-weight: 600; margin-bottom: 1rem; color: white;}.footer-section ul { list-style: none;}.footer-section ul li { margin-bottom: 0.5rem;}.footer-section ul li a { color: #9ca3af; text-decoration: none; transition: color 0.3s ease;}.footer-section ul li a:hover { color: #2563eb;}.social-links { display: flex; gap: 1rem;}.social-links a { width: 40px; height: 40px; background: #374151; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; transition: background 0.3s ease;}.social-links a:hover { background: #2563eb;}.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid #374151; color: #9ca3af;}/* Responsive Design */@media (max-width: 768px) { .hamburger { display: flex; } .nav-menu { position: fixed; left: -100%; top: 70px; flex-direction: column; background-color: white; width: 100%; text-align: center; transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); padding: 2rem 0; } .nav-menu.active { left: 0; } .hero-container { grid-template-columns: 1fr; text-align: center; gap: 2rem; } .hero-title { font-size: 2.5rem; } .hero-graphic { font-size: 3rem; gap: 1rem; } .contact-content { grid-template-columns: 1fr; gap: 2rem; } .services-grid, .blog-grid, .testimonials-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .hero-buttons { justify-content: center; } .section-header h2 { font-size: 2rem; }}@media (max-width: 480px) { .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1rem; } .btn { padding: 10px 20px; font-size: 0.9rem; } .service-card, .blog-card, .contact-form { padding: 1.5rem; } .container { padding: 0 15px; }}/* Animations */@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); }}.fade-in-up { animation: fadeInUp 0.6s ease-out;}/* Smooth scrolling for anchor links */html { scroll-padding-top: 80px;}