@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.navbar{position:fixed;top:0;width:100%;background:transparent;padding:1.5rem 0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#1a1a1afa;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.8rem;font-weight:700;text-decoration:none;display:flex;align-items:center}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#0052cc;transition:width .3s ease}.nav-link:hover:after{width:80%}.nav-link:hover{color:#0052cc}.nav-link-cta{background:#0052cc;color:#fff;padding:.75rem 1.5rem;border-radius:25px}.nav-link-cta:after{display:none}.nav-link-cta:hover{background:#003d99;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #0052cc4d}.nav-toggle{display:none;font-size:1.8rem;color:#fff;cursor:pointer;z-index:1001}@media screen and (max-width: 768px){.nav-menu{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#1a1a1afa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 20px #0000004d}.nav-menu.active{right:0}.nav-toggle{display:block}.nav-link{font-size:1.2rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h3{margin-bottom:1rem}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.logo-text{color:#fff}.logo-accent{color:#0052cc}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#0052cc1a;display:flex;align-items:center;justify-content:center;color:#0052cc;transition:all .3s ease;font-size:1.1rem}.social-links a:hover{background:#0052cc;color:#fff;transform:translateY(-3px)}.footer-section h4{font-size:1.2rem;margin-bottom:1.5rem;font-weight:600}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#0052cc;padding-left:5px}.footer-contact{list-style:none;padding:0}.footer-contact li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem;color:#ffffffb3}.footer-contact li svg{color:#0052cc;font-size:1.2rem;flex-shrink:0;margin-top:2px}.newsletter{margin-top:1.5rem}.newsletter h4{font-size:1rem;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;border-radius:4px;font-size:.9rem}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form button{padding:.75rem 1.5rem;background:#0052cc;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#003d99;transform:translateY(-2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;color:#fff9}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#fff9;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#0052cc}@media screen and (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.newsletter-form{flex-direction:column}}.home{overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(0,82,204,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(0,82,204,.1) 0%,transparent 50%);z-index:0}.hero-content{position:relative;z-index:1;max-width:900px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.hero-description{font-size:1.3rem;color:#fffc;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#0052cc;color:#fff;box-shadow:0 4px 15px #0052cc4d}.btn-primary:hover{background:#003d99;transform:translateY(-3px);box-shadow:0 6px 20px #0052cc66}.btn-secondary{background:transparent;color:#fff;border:2px solid #0052CC}.btn-secondary:hover{background:#0052cc;transform:translateY(-3px);box-shadow:0 6px 20px #0052cc4d}.technologies{padding:5rem 0;background:#f8f9fa}.technologies .section-title{color:#1a1a1a}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;margin-top:3rem}.tech-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.tech-item:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0052cc26}.tech-icon{font-size:3rem;color:#0052cc}.tech-item p{font-weight:600;color:#1a1a1a;font-size:.95rem}.services-preview{padding:5rem 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.service-card{padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,82,204,.1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0052cc26;border-color:#0052cc}.service-icon{font-size:3rem;color:#0052cc;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.service-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-link{color:#0052cc;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.service-link:hover{transform:translate(5px)}.testimonials{padding:5rem 0;background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;position:relative}.quote-icon{font-size:2.5rem;color:#0052cc33;margin-bottom:1rem}.testimonial-text{color:#666;line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-rating{display:flex;gap:.3rem;color:orange;margin-bottom:1.5rem}.testimonial-author h4{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:.3rem}.testimonial-author p{color:#666;font-size:.9rem}.clients{padding:5rem 0;background:#fff}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.client-logo{display:flex;align-items:center;justify-content:center;padding:2rem;font-size:1.3rem;font-weight:700;color:#999;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.client-logo:hover{color:#0052cc;background:#0052cc0d;transform:scale(1.05)}.cta-content .btn-primary{background:#fff;color:#0052cc}.cta-content .btn-primary:hover{background:#f0f0f0}@media screen and (max-width: 768px){.hero h1{font-size:2.2rem}.hero-description{font-size:1.1rem}.section-title{font-size:2rem}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.5rem}.services-grid,.testimonials-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.8rem}}.about{padding-top:80px}.about-hero{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:6rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.about-hero-text{font-size:1.3rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.9}.stats{padding:4rem 0;background:#fff;margin-top:-3rem;position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.stat-item:hover{background:#0052cc0d;transform:translateY(-5px)}.stat-item h3{font-size:3rem;font-weight:700;color:#0052cc;margin-bottom:.5rem}.stat-item p{color:#666;font-weight:600}.our-story{padding:5rem 0;background:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.story-text p{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.story-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #0000001a}.mission-vision{padding:5rem 0;background:#f8f9fa}.mv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.mv-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.mv-card h3{font-size:2rem;font-weight:700;color:#0052cc;margin-bottom:1.5rem}.mv-card p{color:#666;line-height:1.8;font-size:1.1rem}.values{padding:5rem 0;background:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.value-card{text-align:center;padding:2.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.value-card:hover{background:#fff;box-shadow:0 8px 30px #0052cc26;transform:translateY(-8px)}.value-icon{font-size:3.5rem;color:#0052cc;margin-bottom:1.5rem}.value-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.value-card p{color:#666;line-height:1.6}.why-choose{padding:5rem 0;background:#f8f9fa}.why-choose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.why-choose-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px;transition:all .3s ease}.why-choose-item:hover{transform:translate(10px);box-shadow:0 4px 15px #0052cc1a}.why-choose-item svg{color:#0052cc;font-size:1.5rem;flex-shrink:0}.why-choose-item span{color:#666;font-weight:500}.team{padding:5rem 0;background:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.team-card{text-align:center;transition:all .3s ease}.team-card:hover{transform:translateY(-10px)}.team-image{width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000001a}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-image img{transform:scale(1.1)}.team-card h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.team-card p{color:#0052cc;font-weight:600}.timeline{padding:5rem 0;background:#f8f9fa}.timeline-container{position:relative;max-width:1000px;margin:3rem auto;padding:2rem 0}.timeline-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:#0052cc;transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-item.left .timeline-content{margin-right:calc(50% + 2rem);text-align:right}.timeline-item.right .timeline-content{margin-left:calc(50% + 2rem);text-align:left}.timeline-item:before{content:"";position:absolute;width:20px;height:20px;background:#0052cc;border:4px solid #fff;border-radius:50%;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 0 4px #0052cc33}.timeline-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.timeline-year{display:inline-block;background:#0052cc;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:700;margin-bottom:1rem}.timeline-content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.timeline-content p{color:#666;line-height:1.6}@media screen and (max-width: 768px){.about-hero h1{font-size:2.2rem}.about-hero-text{font-size:1.1rem}.story-content{grid-template-columns:1fr;gap:2rem}.mv-grid{grid-template-columns:1fr}.timeline-container:before{left:20px}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin-left:3rem;margin-right:0;text-align:left}.timeline-item:before{left:20px;transform:translate(0)}}.services{padding-top:80px}.services-hero{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:6rem 0;text-align:center}.services-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.services-hero-text{font-size:1.3rem;line-height:1.8;max-width:700px;margin:0 auto;opacity:.9}.services-list{padding:5rem 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.service-detail-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;border:2px solid rgba(0,82,204,.1);transition:all .3s ease;display:flex;flex-direction:column}.service-detail-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0052cc33;border-color:#0052cc}.service-header{margin-bottom:1.5rem}.service-icon-large{font-size:3.5rem;color:#0052cc;margin-bottom:1.5rem}.service-header h3{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.service-description{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.service-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.service-features li{color:#666;position:relative;padding:.75rem 0 .75rem 1.5rem;line-height:1.6}.service-features li:before{content:"✓";position:absolute;left:0;color:#0052cc;font-weight:700;font-size:1.1rem}.service-cta{display:inline-block;color:#0052cc;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1.1rem}.service-cta:hover{transform:translate(5px);color:#003d99}.process-section{padding:5rem 0;background:#f8f9fa}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.process-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}.process-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0052cc26}.process-step{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,#0052cc,#00a3ff);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.process-card p{color:#666;line-height:1.6}@media screen and (max-width: 768px){.services-hero h1{font-size:2.2rem}.services-hero-text{font-size:1.1rem}.services-grid,.process-grid{grid-template-columns:1fr}.cta-content h2{font-size:1.8rem}}.portfolio{padding-top:80px}.portfolio-hero{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:6rem 0;text-align:center}.portfolio-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.portfolio-hero-text{font-size:1.3rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.9}.portfolio-content{padding:5rem 0;background:#fff}.filter-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 2rem;background:#f8f9fa;border:2px solid transparent;border-radius:50px;font-weight:600;font-size:1rem;color:#666;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background:#0052cc1a;color:#0052cc;border-color:#0052cc}.filter-btn.active{background:#0052cc;color:#fff;border-color:#0052cc}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;margin-top:3rem}.portfolio-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.portfolio-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #0052cc33}.portfolio-image{position:relative;width:100%;height:250px;overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.portfolio-card:hover .portfolio-image img{transform:scale(1.1)}.portfolio-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0052cce6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-card:hover .portfolio-overlay{opacity:1}.view-project{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0052cc;font-size:1.5rem;transition:all .3s ease;text-decoration:none}.view-project:hover{transform:scale(1.1)}.portfolio-info{padding:2rem}.portfolio-info h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.portfolio-info p{color:#666;line-height:1.6;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.4rem 1rem;background:#0052cc1a;color:#0052cc;border-radius:20px;font-size:.85rem;font-weight:600}.project-cta{display:inline-block;color:#0052cc;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.project-cta:hover{transform:translate(5px);color:#003d99}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#0052cc,#003d99);color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn{padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#fff;color:#0052cc}.btn-primary:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media screen and (max-width: 768px){.portfolio-hero h1{font-size:2.2rem}.portfolio-hero-text{font-size:1.1rem}.portfolio-grid{grid-template-columns:1fr}.filter-buttons{gap:.5rem}.filter-btn{padding:.6rem 1.5rem;font-size:.9rem}.cta-content h2{font-size:1.8rem}}.blog{padding-top:80px}.blog-hero{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:6rem 0;text-align:center}.blog-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.blog-hero-text{font-size:1.3rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.9}.blog-content{padding:5rem 0;background:#f8f9fa}.blog-layout{display:grid;grid-template-columns:1fr 350px;gap:3rem}.blog-main{min-width:0}.search-bar{position:relative;margin-bottom:3rem}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#999;font-size:1.2rem}.search-bar input{width:100%;padding:1rem 1.5rem 1rem 3.5rem;border:2px solid #e0e0e0;border-radius:50px;font-size:1rem;background:#fff;transition:all .3s ease}.search-bar input:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.blog-grid{display:grid;gap:2.5rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;display:grid;grid-template-columns:300px 1fr;gap:0}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0052cc26}.blog-image{position:relative;height:100%;min-height:250px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.1)}.blog-category{position:absolute;top:1rem;left:1rem;background:#0052cc;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.blog-info{padding:2rem;display:flex;flex-direction:column}.blog-info h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;line-height:1.3}.blog-meta{display:flex;gap:1.5rem;margin-bottom:1rem;color:#999;font-size:.9rem}.blog-meta span{display:flex;align-items:center;gap:.5rem}.blog-info p{color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{padding:.3rem .8rem;background:#0052cc1a;color:#0052cc;border-radius:15px;font-size:.8rem;font-weight:600}.read-more{color:#0052cc;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.read-more:hover{transform:translate(5px);color:#003d99}.no-results{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.blog-sidebar{position:sticky;top:100px;height:fit-content}.sidebar-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.sidebar-section h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #0052CC}.category-list{list-style:none;padding:0;margin:0}.category-list li{margin-bottom:.8rem}.category-list a{display:flex;align-items:center;justify-content:space-between;padding:.75rem;color:#666;text-decoration:none;border-radius:8px;transition:all .3s ease;gap:.5rem}.category-list a:hover{background:#0052cc0d;color:#0052cc;padding-left:1.25rem}.category-list svg{font-size:.9rem}.count{background:#0052cc1a;color:#0052cc;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.recent-posts{list-style:none;padding:0;margin:0}.recent-posts li{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.recent-posts li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.recent-posts a{display:flex;gap:1rem;text-decoration:none;transition:all .3s ease}.recent-posts a:hover{opacity:.8}.recent-post-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.recent-post-image img{width:100%;height:100%;object-fit:cover}.recent-post-info h4{font-size:.95rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.3}.recent-post-info span{display:flex;align-items:center;gap:.4rem;color:#999;font-size:.8rem}.tags-cloud{display:flex;flex-wrap:wrap;gap:.75rem}.tag-cloud-item{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#0052cc0d;color:#0052cc;text-decoration:none;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.tag-cloud-item:hover{background:#0052cc;color:#fff;transform:translateY(-2px)}.tag-cloud-item svg{font-size:.75rem}@media screen and (max-width: 1024px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.blog-card{grid-template-columns:1fr}.blog-image{min-height:250px}}@media screen and (max-width: 768px){.blog-hero h1{font-size:2.2rem}.blog-hero-text{font-size:1.1rem}.blog-card{grid-template-columns:1fr}.blog-info h2{font-size:1.3rem}.blog-meta{flex-direction:column;gap:.5rem}}.contact{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:6rem 0;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#0052cc,#00a3ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-text{font-size:1.3rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.9}.contact-content{padding:5rem 0;background:#fff}.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem}.contact-form-section h2,.contact-info-section h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.contact-intro{color:#666;line-height:1.8;margin-bottom:2rem;font-size:1.05rem}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1.2rem;background:#0052cc;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background:#003d99;transform:translateY(-2px);box-shadow:0 5px 20px #0052cc4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.success-message{margin-top:1.5rem;padding:1rem;background:#d4edda;color:#155724;border-radius:8px;text-align:center;font-weight:600}.contact-cards{display:grid;gap:1.5rem;margin-bottom:2.5rem}.info-card{background:#f8f9fa;padding:2rem;border-radius:12px;transition:all .3s ease}.info-card:hover{background:#fff;box-shadow:0 8px 25px #0052cc1a;transform:translate(10px)}.info-icon{width:50px;height:50px;background:#0052cc1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0052cc;font-size:1.5rem;margin-bottom:1rem}.info-card h3{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.info-card p{color:#666;line-height:1.6;margin-bottom:.3rem}.social-section{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center}.social-section h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.social-links{display:flex;justify-content:center;gap:1rem}.social-links a{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0052cc;font-size:1.3rem;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.social-links a:hover{background:#0052cc;color:#fff;transform:translateY(-5px);box-shadow:0 5px 20px #0052cc4d}.map-section{padding:5rem 0;background:#f8f9fa}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.map-container{max-width:1200px;margin:0 auto;box-shadow:0 10px 40px #0000001a;border-radius:12px;overflow:hidden}@media screen and (max-width: 1024px){.contact-layout{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}@media screen and (max-width: 768px){.contact-hero h1{font-size:2.2rem}.contact-hero-text{font-size:1.1rem}.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.section-title{font-size:2rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--primary-color: #0052CC;--primary-dark: #003d99;--primary-light: #00a3ff;--text-dark: #1A1A1A;--text-medium: #666;--text-light: #999;--bg-light: #f8f9fa;--white: #fff;--black: #0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-dark);background-color:var(--white);overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 2rem}#root{width:100%}
