*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background:#1a1a1a;color:#ffffff;overflow-x:hidden}button{background:none;border:none;cursor:pointer;font-family:inherit}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#1a1a1a;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;justify-content:space-between;padding:.5rem 2rem;min-height:100px}.logo,.nav-container{display:flex;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:#4fd1c7;text-decoration:none}.logo-image{height:100px;width:auto;object-fit:contain}.nav-menu{display:flex;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:1rem 1.5rem;color:#ffffff;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;white-space:nowrap}.nav-link:hover{color:#4fd1c7}.dropdown-arrow{margin-left:.5rem;transition:transform .3s ease}.dropdown-arrow.rotate{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#2d2d2d;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.3);list-style:none;padding:.5rem 0}.dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{margin:0}.dropdown-menu button{display:block;width:100%;padding:.75rem 1.5rem;color:#cccccc;text-decoration:none;font-size:.9rem;transition:all .3s ease;border:none;background:none;text-align:left}.dropdown-menu button:hover{background:rgba(79,209,199,.1);color:#4fd1c7}.hamburger{display:none;padding:.5rem;color:#ffffff}@media (max-width:1024px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#1a1a1a;width:100%;text-align:center;transition:.3s;border-top:1px solid rgba(255,255,255,.1);max-height:calc(100vh - 70px);overflow-y:auto}.nav-menu.active{left:0}.nav-item{margin:0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-link{padding:1.5rem;justify-content:center}.hamburger{display:flex}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;background:#333333;border:none;border-radius:0;box-shadow:none;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0}.dropdown-menu.active{max-height:300px;padding:.5rem 0}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);position:relative;margin-top:70px}.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 1000 1000"><polygon fill="%234fd1c7" fill-opacity="0.05" points="0,1000 1000,0 1000,1000"/></svg>') no-repeat;background-size:cover}.hero-content{max-width:800px;z-index:1;position:relative}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;margin-bottom:1rem;line-height:1.1}.hero h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:600;margin-bottom:1.5rem;color:#4fd1c7}.hero p{font-size:1.25rem;margin-bottom:2.5rem;color:#cccccc;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#4fd1c7;color:#1a1a1a;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{background:#3bc1b7;transform:translateY(-3px);box-shadow:0 10px 30px rgba(79,209,199,.3)}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.25rem;color:#cccccc;margin-bottom:4rem}.services-showcase{background:#1a1a1a;padding:4rem 2rem}.services-header{text-align:center;margin-bottom:4rem}.features-container{margin-bottom:6rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:#2d2d2d;padding:2.5rem;border-radius:20px;border:2px solid transparent;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4fd1c7,#3bc1b7);transform:scaleX(0);transition:transform .3s ease}.feature-card.active:before,.feature-card:hover:before{transform:scaleX(1)}.feature-card.active,.feature-card:hover{transform:translateY(-10px);border-color:rgba(79,209,199,.3);box-shadow:0 20px 40px rgba(79,209,199,.1)}.feature-icon{color:#4fd1c7;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#ffffff;margin-bottom:1rem}.feature-card p{color:#cccccc;margin-bottom:2rem;line-height:1.6}.feature-benefits{display:flex;flex-direction:column;gap:.75rem}.benefit-item{display:flex;align-items:center;gap:.75rem;color:#cccccc;font-size:.9rem}.benefit-item svg{color:#4fd1c7;flex-shrink:0}.process-section{margin-bottom:6rem}.process-title{text-align:center;font-size:2rem;font-weight:600;color:#ffffff;margin-bottom:3rem}.process-timeline{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.process-step{display:flex;align-items:center;gap:2rem;padding:2rem;background:#2d2d2d;border-radius:15px;transition:all .3s ease;position:relative}.process-step:hover{transform:translateX(10px);background:#333333}.step-number{font-size:2rem;font-weight:700;color:#4fd1c7;min-width:60px}.step-content h4{font-size:1.25rem;font-weight:600;color:#ffffff;margin-bottom:.5rem}.step-content p{color:#cccccc;line-height:1.6}.step-arrow{color:#4fd1c7;margin-left:auto;opacity:.7;transition:all .3s ease}.process-step:hover .step-arrow{opacity:1;transform:translateX(5px)}.services-cta{text-align:center;background:linear-gradient(135deg,rgba(79,209,199,.1),rgba(59,193,183,.1));padding:4rem 2rem;border-radius:20px;border:1px solid rgba(79,209,199,.2)}.services-cta h3{font-size:2rem;font-weight:600;color:#ffffff;margin-bottom:1rem}.services-cta p{font-size:1.1rem;color:#cccccc;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-primary{background:#4fd1c7;color:#1a1a1a;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.cta-primary:hover{background:#3bc1b7;transform:translateY(-3px);box-shadow:0 10px 30px rgba(79,209,199,.3)}.cta-secondary{background:transparent;color:#4fd1c7;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;border:2px solid #4fd1c7;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:rgba(79,209,199,.1);transform:translateY(-3px)}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.blog-card{background:#2d2d2d;border-radius:15px;overflow:hidden;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-image{width:100%;height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:600;position:relative}.blog-tag{position:absolute;top:1rem;left:1rem;background:#4fd1c7;color:#1a1a1a;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.blog-content{padding:1.5rem}.blog-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#ffffff;line-height:1.4}.blog-meta{display:flex;justify-content:space-between;color:#999999;font-size:.9rem;margin-bottom:1rem}.read-more{color:#4fd1c7;text-decoration:none;font-weight:500;transition:color .3s ease;background:none;border:none;font-size:.9rem;cursor:pointer}.read-more:hover{color:#3bc1b7}.portfolio{background:#1a1a1a;padding:4rem 2rem}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.portfolio-item{background:#2d2d2d;border-radius:15px;overflow:hidden;transition:all .3s ease;position:relative}.portfolio-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.portfolio-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:1.5rem;font-weight:600}.portfolio-item:first-child .portfolio-image{background:linear-gradient(135deg,#4fd1c7,#3bc1b7)}.portfolio-item:nth-child(2) .portfolio-image{background:linear-gradient(135deg,#667eea,#764ba2)}.portfolio-item:nth-child(3) .portfolio-image{background:linear-gradient(135deg,#f093fb,#f5576c)}.portfolio-item:nth-child(4) .portfolio-image{background:linear-gradient(135deg,#4facfe,#00f2fe)}.portfolio-item:nth-child(5) .portfolio-image{background:linear-gradient(135deg,#43e97b,#38f9d7)}.portfolio-item:nth-child(6) .portfolio-image{background:linear-gradient(135deg,#fa709a,#fee140)}.portfolio-item:nth-child(7) .portfolio-image{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#1a1a1a}.portfolio-item:nth-child(8) .portfolio-image{background:linear-gradient(135deg,#ffecd2,#fcb69f);color:#1a1a1a}.portfolio-item:nth-child(9) .portfolio-image{background:linear-gradient(135deg,#ff8a80,#ea4c89)}.portfolio-content{padding:1.5rem}.portfolio-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#ffffff}.portfolio-description{color:#cccccc;font-size:.9rem;line-height:1.5}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.industry-card{padding:2rem;background:#2d2d2d;border-radius:15px;text-align:center;transition:all .3s ease;border-left:4px solid #4fd1c7}.industry-card:hover{transform:translateY(-5px);background:#333333}.industry-icon{font-size:2.5rem;margin-bottom:1rem;color:#4fd1c7}.industry-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.industry-features{list-style:none;color:#cccccc;font-size:.9rem}.industry-features li{padding:.25rem 0}.testimonials{background:#1a1a1a;padding:4rem 2rem}.testimonial-header{text-align:center;margin-bottom:4rem}.featured-testimonial{max-width:1000px;margin:0 auto 4rem}.testimonial-carousel{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-btn{background:rgba(79,209,199,.1);border:2px solid #4fd1c7;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#4fd1c7;cursor:pointer;transition:all .3s ease}.carousel-btn:hover{background:#4fd1c7;color:#1a1a1a;transform:scale(1.1)}.testimonial-main{flex:1 1;background:#2d2d2d;padding:3rem;border-radius:20px;text-align:center;position:relative}.testimonial-main:before{content:'"';position:absolute;top:-10px;left:30px;font-size:5rem;color:#4fd1c7;opacity:.3;font-family:serif}.stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.1rem;line-height:1.6;color:#ffffff;margin-bottom:2rem;font-style:italic}.testimonial-author h4{color:#4fd1c7;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.testimonial-author p{color:#cccccc;margin-bottom:.5rem}.industry-tag{background:rgba(79,209,199,.2);color:#4fd1c7;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.carousel-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:#4fd1c7;transform:scale(1.2)}.dot:hover{background:rgba(79,209,199,.7)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.testimonial-card{background:#2d2d2d;padding:2rem;border-radius:15px;border-left:4px solid #4fd1c7;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#333333;box-shadow:0 10px 30px rgba(0,0,0,.3)}.testimonial-card .stars{justify-content:flex-start;margin-bottom:1rem}.testimonial-card .testimonial-text{font-size:.95rem;color:#cccccc;margin-bottom:1.5rem;text-align:left;font-style:normal}.testimonial-card .testimonial-author{text-align:left}.testimonial-card .testimonial-author h4{font-size:1rem;margin-bottom:.25rem}.testimonial-card .testimonial-author p{font-size:.9rem;margin-bottom:.5rem}.cta-section{background:linear-gradient(135deg,#4fd1c7,#3bc1b7);padding:4rem 2rem;text-align:center;color:#1a1a1a}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem}.cta-section .cta-button{background:#1a1a1a;color:#ffffff}.cta-section .cta-button:hover{background:#2d2d2d}footer{background:#0d0d0d;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.footer-section h3{color:#4fd1c7;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#cccccc;text-decoration:none;font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links button{color:#cccccc;text-decoration:none;font-size:.9rem;transition:color .3s ease;text-align:left;width:100%;padding:0}.footer-links button:hover{color:#4fd1c7}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333333;color:#999999;font-size:.9rem}@media (max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.process-timeline{flex-direction:column;gap:1.5rem}.process-step{flex-direction:column;text-align:center;gap:1rem}.step-arrow{display:none}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}.nav-container{padding:0 1rem}.blog,.cta-section,.portfolio,.section,.services-showcase,.testimonials{padding:2rem 1rem}footer{padding:2.5rem 1rem 2rem}}.geometric-bg{position:relative;overflow:hidden}.geometric-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(79,209,199,.03) 0,rgba(79,209,199,.03) 70%,transparent 0),linear-gradient(-45deg,transparent 30%,rgba(79,209,199,.02) 0,rgba(79,209,199,.02) 70%,transparent 0),linear-gradient(135deg,transparent 40%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 60%,transparent 0);background-size:100px 100px,150px 150px,200px 200px;animation:geometricMove 20s ease-in-out infinite;z-index:0}@keyframes geometricMove{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(-20px,-20px) rotate(1deg)}50%{transform:translate(10px,-30px) rotate(-1deg)}75%{transform:translate(-10px,20px) rotate(.5deg)}}.geometric-bg>*{position:relative;z-index:1}.industries-section{background:#1a1a1a;padding:2.5rem 2rem;margin-top:0}.industries-section.geometric-bg{position:relative;overflow:hidden}.industries-section.geometric-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(79,209,199,.03) 0,rgba(79,209,199,.03) 70%,transparent 0),linear-gradient(-45deg,transparent 30%,rgba(79,209,199,.02) 0,rgba(79,209,199,.02) 70%,transparent 0),linear-gradient(135deg,transparent 40%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 60%,transparent 0);background-size:100px 100px,150px 150px,200px 200px;animation:geometricMove 20s ease-in-out infinite;z-index:0}.industries-section.geometric-bg>*{position:relative;z-index:1}.contact-section{background:#1a1a1a;padding:4rem 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-content{max-width:1000px;margin:0 auto}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.contact-card{background:#2d2d2d;padding:2rem;border-radius:15px;text-align:center;border:2px solid transparent;transition:all .3s ease}.contact-card:hover{border-color:#4fd1c7;transform:translateY(-5px)}.contact-icon{color:#4fd1c7;margin-bottom:1rem}.contact-card h3{color:#ffffff;margin-bottom:.5rem;font-size:1.2rem}.contact-card p{color:#cccccc;margin-bottom:1rem}.contact-link{color:#4fd1c7;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #4fd1c7;border-radius:25px;display:inline-block;transition:all .3s ease}.contact-link:hover{background:#4fd1c7;color:#1a1a1a}.form-options{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.form-toggle{padding:.75rem 1.5rem;border:2px solid #4fd1c7;background:transparent;color:#4fd1c7;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.form-toggle.active,.form-toggle:hover{background:#4fd1c7;color:#1a1a1a}.form-container{background:#2d2d2d;border-radius:20px;overflow:hidden}.contact-form-card{padding:2rem}.contact-form-card h3{color:#ffffff;margin-bottom:.5rem;font-size:1.5rem}.contact-form-card p{color:#cccccc;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#ffffff;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #444444;border-radius:8px;background:#1a1a1a;color:#ffffff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4fd1c7;box-shadow:0 0 0 3px rgba(79,209,199,.1)}.submit-btn{background:#4fd1c7;color:#1a1a1a;padding:1rem 2rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.submit-btn:hover{background:#3bc1b7;transform:translateY(-2px)}.form-header{padding:1.5rem 2rem;border-bottom:1px solid #444444;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.form-header h3{color:#ffffff;margin:0}.form-header p{color:#cccccc;margin:0;flex-basis:100%}.open-form-link{display:flex;align-items:center;gap:.5rem;color:#4fd1c7;text-decoration:none;font-size:.9rem;font-weight:500}.open-form-link:hover{text-decoration:underline}.form-embed{padding:1rem;background:#ffffff}.contact-cta{margin-top:3rem;text-align:center;padding:2rem;background:linear-gradient(135deg,rgba(79,209,199,.1),rgba(59,193,183,.1));border-radius:15px;border:1px solid rgba(79,209,199,.2)}.cta-content h3{color:#ffffff;margin-bottom:.5rem;font-size:1.5rem}.cta-content p{color:#cccccc;margin-bottom:1.5rem}.phone-cta{display:inline-block;background:#4fd1c7;color:#1a1a1a;padding:1rem 2rem;text-decoration:none;border-radius:25px;font-weight:600;font-size:1.1rem;transition:all .3s ease}.phone-cta:hover{background:#3bc1b7;transform:translateY(-2px)}@media (max-width:768px){.form-options{flex-direction:column;align-items:center}.form-toggle{width:100%;max-width:300px}.form-header{flex-direction:column;align-items:flex-start}}.faq-section{background:#1a1a1a;padding:4rem 2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-content{max-width:800px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category-title{color:#4fd1c7;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;position:relative}.faq-category-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:2px;background:#4fd1c7}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#2d2d2d;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}.faq-item:hover{border-color:rgba(79,209,199,.3)}.faq-item.open{border-color:#4fd1c7;background:#333333}.faq-question{width:100%;padding:1.5rem;background:none;border:none;color:#ffffff;font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-icon,.faq-question:hover{color:#4fd1c7}.faq-icon{flex-shrink:0}.faq-answer,.faq-icon{transition:all .3s ease}.faq-answer{max-height:0;overflow:hidden}.faq-answer.open{max-height:200px}.faq-answer-content{padding:0 1.5rem 1.5rem;color:#cccccc;line-height:1.6}.faq-answer-content p{margin:0}.faq-cta{text-align:center;margin-top:4rem;padding:3rem 2rem;background:linear-gradient(135deg,rgba(79,209,199,.1),rgba(59,193,183,.1));border-radius:20px;border:1px solid rgba(79,209,199,.2)}.faq-cta h3{color:#ffffff;font-size:1.8rem;margin-bottom:1rem}.faq-cta p{color:#cccccc;font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width:768px){.faq-question{padding:1.25rem;font-size:1rem}.faq-answer.open{max-height:300px}.faq-cta{padding:2rem 1rem}}.blog{background:#1a1a1a;padding:4rem 2rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header .section-subtitle{margin-bottom:2rem}.featured-blog{max-width:1000px;margin:0 auto 4rem}.blog-carousel{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.blog-main{flex:1 1;background:#2d2d2d;padding:3rem;border-radius:20px;text-align:center;position:relative}.blog-tag-large{background:#4fd1c7;color:#1a1a1a;padding:.5rem 1rem;border-radius:25px;font-size:.8rem;display:inline-block}.blog-tag-large,.blog-title-large{font-weight:600;margin-bottom:1.5rem}.blog-title-large{font-size:1.8rem;color:#ffffff;line-height:1.3}.blog-excerpt{font-size:1rem;line-height:1.6;color:#cccccc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.blog-meta-large{display:flex;justify-content:space-between;align-items:center;color:#999999;font-size:.9rem}.read-more-large{background:#4fd1c7;color:#1a1a1a;padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.read-more-large:hover{background:#3bc1b7;transform:translateY(-2px)}.recent-blogs{max-width:1000px;margin:0 auto}.recent-title{text-align:center;font-size:1.8rem;font-weight:600;color:#ffffff;margin-bottom:2rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.blog-card-small{background:#2d2d2d;padding:2rem;border-radius:15px;border-left:4px solid #4fd1c7;transition:all .3s ease}.blog-card-small:hover{transform:translateY(-5px);background:#333333;box-shadow:0 10px 30px rgba(0,0,0,.3)}.blog-tag-small{background:rgba(79,209,199,.2);color:#4fd1c7;padding:.25rem .75rem;border-radius:15px;font-size:.7rem;display:inline-block}.blog-tag-small,.blog-title-small{font-weight:600;margin-bottom:1rem}.blog-title-small{font-size:1.1rem;color:#ffffff;line-height:1.4}.blog-meta-small{color:#999999;font-size:.85rem;margin-bottom:1rem}.read-more-small{color:#4fd1c7;background:none;border:none;font-weight:500;font-size:.9rem;cursor:pointer;transition:color .3s ease}.read-more-small:hover{color:#3bc1b7;text-decoration:underline}@media (max-width:768px){.blog-carousel{flex-direction:column;gap:1rem}.blog-main{padding:2rem}.blog-title-large{font-size:1.4rem}.blog-meta-large{flex-direction:column;gap:1rem;align-items:center}.blog-grid{grid-template-columns:1fr}}