.stats-bar{background:linear-gradient(135deg,var(--color-primary) 0,#0d4d2f 100%);padding:40px 20px;color:white}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto;text-align:center}.stat-item{transition:transform .3s ease}.stat-item:hover{transform:scale(1.1)}.stat-item h3{font-size:3rem;font-weight:700;color:var(--color-secondary);margin-bottom:10px;transition:color .3s ease}.stat-item:hover h3{color:white}.stat-item p{font-size:1rem;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:1px}.about-redesign{padding:100px 20px;background:linear-gradient(rgba(253,252,248,.92),rgba(253,252,248,.92));overflow:hidden}@media (min-width:1024px){.about-redesign{background-attachment:fixed}}.about-content-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;max-width:1200px;margin:0 auto;align-items:center}.about-images{position:relative;height:550px;display:flex;align-items:center;justify-content:center}.about-images img{position:absolute;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.2);transition:all .5s ease;object-fit:cover;border:4px solid white}.about-images img.img-1{width:420px;height:310px;top:60px;left:-20px;z-index:5;animation:float-slow 6s ease-in-out infinite}.about-images img.img-2{width:320px;height:240px;top:10px;left:230px;z-index:3;animation:float-medium 5s ease-in-out infinite}.about-images img.img-3{width:280px;height:210px;top:250px;left:170px;z-index:1;animation:float-fast 4s ease-in-out infinite}.about-images img.img-4{display:none}.about-images img:hover{transform:scale(1.05) translateY(-10px);z-index:10;box-shadow:0 25px 50px rgba(0,0,0,.3)}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float-medium{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-fast{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.about-text h4{color:var(--color-secondary);font-size:.95rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.about-text h2{font-size:2.8rem;color:var(--color-primary);margin-bottom:20px;line-height:1.2}.about-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin:30px 0}.about-features li{display:flex;align-items:center;gap:10px;color:#666;font-weight:500}.cta-banner{background:linear-gradient(rgba(15,30,60,.85),rgba(15,30,60,.85)),url(/images/aviation-2.webp) 50%/cover;padding:100px 20px;text-align:center;color:white}.cta-banner h2{font-size:2.8rem;max-width:900px;margin:0 auto 35px;color:white}@media (min-width:1024px){.cta-banner{background-position:center 25%}}.services-grid-redesign{padding:120px 20px;background:url(/images/premium_aviation_bg.webp) 50%/cover no-repeat;background-attachment:fixed;position:relative;overflow:hidden;min-height:800px}.services-grid-redesign h2{text-align:center;font-size:2.8rem;color:#ffffff;text-shadow:0 2px 10px rgba(0,0,0,.5);margin-bottom:60px}.services-tabs-container{max-width:1000px;margin:0 auto;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.05);overflow:hidden;border:1px solid #eee}.services-tabs-nav{display:flex;background:#f8f9fa;border-bottom:1px solid #eee;overflow-x:auto;scrollbar-width:none}.services-tabs-nav::-webkit-scrollbar{display:none}.service-tab-item{flex:1 1;min-width:180px;padding:20px 10px;text-align:center;cursor:pointer;transition:all .3s;border-right:1px solid #eee;color:#888;display:flex;flex-direction:column;align-items:center;gap:10px}.service-tab-item:last-child{border-right:none}.service-tab-item:hover{background:#fff;color:var(--color-primary)}.service-tab-item.active{background:white;color:var(--color-secondary);border-bottom:3px solid var(--color-secondary);margin-bottom:-1px}.service-tab-item .tab-icon{transition:transform .3s}.service-tab-item:hover .tab-icon{transform:translateY(-3px) rotateY(1turn)}.service-tab-item .tab-label{font-size:.85rem;font-weight:600;line-height:1.2}.service-tab-content{padding:60px 40px;text-align:center;position:relative;background:radial-gradient(circle at top right,rgba(13,77,47,.04),transparent 40%),radial-gradient(circle at bottom left,rgba(212,176,106,.06),transparent 40%);animation:fadeIn .5s ease}.content-icon-large{width:80px;height:80px;background:linear-gradient(135deg,var(--color-primary) 0,#0d4d2f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-secondary);margin:0 auto 30px;box-shadow:0 10px 20px rgba(10,61,38,.2);transition:transform .6s ease}.content-icon-large:hover{transform:rotateY(1turn) scale(1.05)}.service-tab-content h3{font-size:2rem;color:var(--color-primary);margin-bottom:20px}.service-tab-content p{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services-tabs-nav{justify-content:flex-start}.service-tab-content{padding:40px 20px}.service-tab-content h3{font-size:1.5rem}}.why-choose-us{padding:100px 20px;background:#ffffff;overflow:hidden}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;max-width:1200px;margin:0 auto;align-items:center}.feature-cards{display:flex;flex-direction:column;gap:25px}.feature-card{display:flex;gap:20px;padding:25px;background:#f9fafb;border-radius:8px;border-left:4px solid var(--color-secondary);transition:all .3s ease;cursor:pointer}.feature-card:hover{transform:translateX(10px);box-shadow:0 10px 30px rgba(0,0,0,.1);background:white}.feature-card .icon{width:60px;height:60px;background:var(--color-secondary);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:white;transition:transform .3s ease}.feature-card:hover .icon{transform:scale(1.1) rotate(5deg)}.feature-card h4{font-size:1.3rem;color:var(--color-primary);margin-bottom:8px}.feature-card p{color:#666;font-size:.95rem}.skills-section{padding:100px 20px;background:linear-gradient(rgba(244,247,246,.95),rgba(244,247,246,.95)),url(/images/skills-bg.webp) 50%/cover no-repeat;overflow:hidden}@media (min-width:1024px){.skills-section{background-attachment:fixed}}.skills-image{position:relative;width:100%;height:600px;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.skills-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;max-width:1200px;margin:0 auto;align-items:center}.skills-image img{width:100%;border-radius:8px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.skills-content h4{color:var(--color-secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.skills-content h2{font-size:2.8rem;color:var(--color-primary);margin-bottom:30px;line-height:1.2}.skill-bars{display:flex;flex-direction:column;gap:25px}.skill-bar-item{width:100%}.skill-info{display:flex;justify-content:space-between;margin-bottom:10px;font-weight:600;color:var(--color-primary)}.skill-progress-bg{width:100%;height:8px;background:#eee;border-radius:4px;overflow:hidden}.skill-progress-fill{height:100%;background:var(--color-secondary);border-radius:4px;transition:width 1.5s cubic-bezier(.1,0,.2,1)}@media (max-width:992px){.about-content-wrapper,.skills-wrapper,.why-choose-content{grid-template-columns:1fr;gap:40px}.about-text h2,.services-grid-redesign h2,.skills-content h2{font-size:2.2rem}.feature-cards{order:2}.about-images{margin-bottom:30px;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.about-images,.skills-image{height:400px;order:-1}.about-images img.img-1{width:280px;height:210px;top:60px;left:20px}.about-images img.img-2{width:220px;height:165px;top:30px;left:160px}.about-images img.img-3{width:180px;height:135px;top:160px;left:120px}}@media (max-width:768px){.stats-bar{padding:40px 10px}.stats-container{grid-template-columns:1fr 1fr;gap:20px}.stat-item h3{font-size:2.2rem}.about-redesign,.services-grid-redesign,.skills-section,.why-choose-us{padding:60px 20px}.feature-card{padding:20px}.skills-image{height:300px}.cta-banner h2{font-size:1.8rem}}@media (max-width:480px){.about-redesign{padding:40px 20px 20px}.about-content-wrapper{gap:0}.about-images{height:280px;max-width:380px;margin-bottom:0;margin-top:20px}.about-images img.img-1{width:280px;height:210px;top:20px;left:10px;z-index:5}.about-images img.img-2{width:220px;height:165px;top:80px;left:110px;z-index:3}.about-images img.img-3{display:none!important}.about-text h2,.services-grid-redesign h2,.skills-content h2{font-size:1.8rem}.about-features{grid-template-columns:1fr}.skills-image{height:250px}.feature-card{flex-direction:column;text-align:center;align-items:center}.stats-container{grid-template-columns:1fr}}.testimonials-section{padding:120px 20px;background:linear-gradient(135deg,rgba(70,81,76,.92),rgba(10,61,38,.88)),url(/images/services-premium-bg.webp) 50%/cover no-repeat;position:relative;overflow:hidden}.testimonials-section:before{top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(197,160,89,.3) 0,transparent 70%);animation:float-slow 8s ease-in-out infinite}.testimonials-section:after,.testimonials-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.testimonials-section:after{bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(197,160,89,.25) 0,transparent 70%);animation:float-medium 6s ease-in-out infinite}@media (min-width:1024px){.testimonials-section{background-attachment:fixed}}.testimonials-section .section-header h2{color:var(--color-secondary)}.testimonials-section .section-header p{color:rgba(255,255,255,.9)}.testimonials-wrapper{overflow:hidden;width:100%;margin:0 auto}.testimonials-track{display:flex;width:100%;transition:transform .5s ease-in-out;--slide-width:50%}.testimonial-card{flex:0 0 50%;box-sizing:border-box;padding:0 15px;display:flex;flex-direction:column;height:auto;opacity:1;transition:opacity .3s}.testimonial-card p.testimonial-text{background:white;padding:30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);font-size:1.05rem;line-height:1.8;color:#555;position:relative;border:1px solid #eee;margin-bottom:20px;font-style:italic}.quote-icon{font-size:4rem;color:var(--color-secondary);opacity:.5;line-height:1;margin-bottom:-20px;margin-left:10px;z-index:1;position:relative}.testimonial-author{padding-left:20px}.testimonial-author h5{font-size:1.1rem;font-weight:700;color:#ffffff;margin-bottom:5px}.testimonial-author span{font-size:.9rem;color:#cbd5e1;font-weight:500}@media (max-width:768px){.testimonial-card{flex:0 0 100%}.testimonials-track{--slide-width:100%}}