@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-red: #c0392b;--primary-dark: #1a1a2e;--gradient-red: linear-gradient(135deg, #c0392b 0%, #8e1b5e 100%);--gradient-dark: linear-gradient(135deg, #1a1a2e 0%, #3d0f4e 50%, #c0392b 100%);--text-dark: #222;--text-gray: #666;--text-light: #fff;--bg-light: #f9f9f9;--bg-white: #fff;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .12)}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden;background:var(--bg-white)}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-label{font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--primary-red);margin-bottom:8px}.section-title{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:20px}.gradient-text{background:var(--gradient-red);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}button,.btn{cursor:pointer;border:none;outline:none;font-family:Poppins,sans-serif}.navbar{position:sticky;top:0;z-index:1000;background:var(--bg-white);border-bottom:3px solid var(--primary-red);padding:12px 0;box-shadow:0 2px 10px #0000000d}.navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center}.navbar-logo-img{height:50px;width:auto;object-fit:contain}.navbar-links{display:flex;gap:32px;align-items:center}.navbar-links a{font-size:.95rem;font-weight:500;color:var(--text-dark);transition:color .3s ease;position:relative}.navbar-links a:hover,.navbar-links a.active{color:var(--primary-red)}.navbar-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-red);transition:width .3s ease}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:2px;background:var(--text-dark);border-radius:2px;transition:all .3s ease}@media(max-width:768px){.menu-toggle{display:flex}.navbar-links{position:fixed;top:65px;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:20px;gap:16px;box-shadow:var(--shadow);transform:translateY(-120%);transition:transform .3s ease}.navbar-links.active{transform:translateY(0)}}.hero{position:relative;padding:60px 0 80px;overflow:hidden;min-height:85vh;display:flex;align-items:center}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2}.hero-label{font-size:.8rem;font-weight:600;letter-spacing:3px;color:var(--text-gray);text-transform:uppercase}.hero-title{font-size:3.2rem;font-weight:800;line-height:1.15;margin:16px 0 20px;color:var(--text-dark)}.hero-description{font-size:.95rem;color:var(--text-gray);line-height:1.7;max-width:400px;margin-bottom:30px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{background:var(--gradient-red);color:var(--text-light);padding:12px 28px;border-radius:25px;font-weight:600;font-size:.9rem;transition:transform .3s ease,box-shadow .3s ease;display:inline-flex;align-items:center}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c0392b66}.btn-secondary{background:var(--bg-white);color:var(--text-dark);padding:12px 28px;border-radius:25px;font-weight:600;font-size:.9rem;border:2px solid #eee;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{border-color:var(--primary-red);color:var(--primary-red)}.btn-icon{font-size:1.2rem}.hero-carousel-wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-carousel{position:relative;width:100%;max-width:340px;height:500px;margin:0 auto;perspective:1000px;transform-style:preserve-3d}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .6s cubic-bezier(.25,1,.5,1);display:flex;justify-content:center;align-items:center;opacity:0;z-index:1}.carousel-slide img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 15px 25px rgba(0,0,0,.15))}.carousel-slide.active{opacity:1;transform:translate(0) scale(1) translateZ(50px);z-index:3}.carousel-slide.prev{opacity:.5;transform:translate(-40%) scale(.75) translateZ(-50px);z-index:2;filter:blur(2px);cursor:pointer}.carousel-slide.next{opacity:.5;transform:translate(40%) scale(.75) translateZ(-50px);z-index:2;filter:blur(2px);cursor:pointer}.carousel-slide.prev:hover,.carousel-slide.next:hover{opacity:.8;filter:blur(0px)}.carousel-indicators{display:flex;gap:12px;margin-top:30px;z-index:10}.indicator{width:10px;height:10px;border-radius:50%;background:var(--text-gray);opacity:.3;cursor:pointer;transition:all .3s ease}.indicator:hover{opacity:.7}.indicator.active{opacity:1;background:var(--primary-red);transform:scale(1.4)}.hero-bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.shape{position:absolute;border-radius:50%}.shape-1{width:300px;height:300px;background:#c0392b0d;top:-50px;right:-50px}.shape-2{width:200px;height:200px;background:#8e1b5e0d;bottom:-30px;left:-30px}@media(max-width:768px){.hero{padding:40px 0 60px;min-height:auto}.hero-container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.2rem}.hero-description{margin:0 auto 30px}.hero-buttons{justify-content:center}.hero-images{height:350px;margin-top:30px}}.about{background:radial-gradient(circle at left center,rgba(192,57,43,.06) 0%,transparent 40%),radial-gradient(circle at right top,rgba(26,26,46,.06) 0%,transparent 40%),linear-gradient(135deg,#fff,#f4f7f6);padding:90px 0;color:var(--text-dark);position:relative;overflow:hidden}.about-container{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.about-heading{font-size:2rem;font-weight:700;margin-bottom:24px;color:var(--primary-dark);position:relative;display:inline-block}.about-heading:after{content:"";position:absolute;left:0;bottom:-8px;width:60px;height:3px;background:var(--gradient-red);border-radius:2px}.about-text p{font-size:1.05rem;line-height:1.8;color:var(--text-gray);text-align:justify;margin-top:15px}.about-right{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.about-logo{display:flex;justify-content:center;align-items:center;padding:40px;background:var(--bg-white);border-radius:20px;box-shadow:0 15px 35px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.about-logo:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.logo-img{max-width:240px;height:auto}.about-quote{text-align:center;position:relative;max-width:80%}.about-quote:before{content:'"';position:absolute;top:-30px;left:-20px;font-size:5rem;color:#c0392b1a;font-family:Georgia,serif;line-height:1}.about-quote p{font-size:1.3rem;font-style:italic;font-weight:600;line-height:1.5;color:var(--primary-dark);margin-bottom:15px;position:relative;z-index:2}.about-quote cite{font-size:.9rem;font-style:normal;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--primary-red)}@media(max-width:768px){.about-container{grid-template-columns:1fr;gap:40px}.about-heading{font-size:1.8rem}.about-text p{text-align:left}.about-quote:before{left:0}}.why-choose-us{padding:100px 0;position:relative;overflow:hidden;background:var(--bg-white, #ffffff)}.why-container{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px}.why-graphic{flex:1;position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.concentric-circles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:0}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px dashed rgba(200,200,200,.5)}.circle-1{width:220px;height:220px}.circle-2{width:360px;height:360px}.circle-3{width:500px;height:500px}.circle-4{width:640px;height:640px}.spheres-container{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.sphere-wrapper{position:absolute;transform:translate(-50%,-50%);animation:bounceUpward 4s ease-in-out infinite alternate}@keyframes bounceUpward{0%{transform:translate(-50%,-50%) translateY(0)}to{transform:translate(-50%,-50%) translateY(-25px)}}.sphere{border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 15px 35px #00000014,0 5px 15px #0000000a;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.sphere:hover{transform:scale(1.05);box-shadow:0 20px 40px #0000001f,0 8px 20px #0000000f}.sphere-wrapper.small .sphere{width:70px;height:70px}.sphere-wrapper.medium .sphere{width:90px;height:90px}.sphere-wrapper.large .sphere{width:110px;height:110px}.sphere-wrapper.mini-blue .sphere{width:25px;height:25px;background:#00a3ff}.sphere-wrapper.mini-purple .sphere{width:18px;height:18px;background:#5e5ce6}.sphere-wrapper.mini-lightblue .sphere{width:35px;height:35px;background:#b3d4ff}.sphere-wrapper.mini-darkblue .sphere{width:45px;height:45px;background:#0052ff}.logo-placeholder{font-weight:700;color:#1a1a1a;text-align:center;font-size:.85rem;letter-spacing:-.5px}.large .logo-placeholder{font-size:1.05rem}.small .logo-placeholder{font-size:.75rem}.logo-stripe{color:#635bff;font-weight:800;font-size:1.2rem!important}.logo-paypal{color:#003087;font-weight:800;font-style:italic}.logo-visa{color:#1a1f71;font-weight:800;font-style:italic;font-size:1.1rem!important}.logo-mastercard{color:#eb001b;font-weight:700}.logo-payoneer{color:#ff4800;font-weight:700}.logo-amex{color:#002663;font-weight:700;font-size:.65rem!important;text-align:center;line-height:1.1}.why-content{flex:1;max-width:550px}.section-label{display:block;font-size:.9rem;font-weight:700;color:var(--text-gray, #666);margin-bottom:30px;letter-spacing:1.5px;text-transform:uppercase}.why-grid{display:flex;flex-direction:column;gap:40px}.why-title{font-size:2.2rem;font-weight:700;margin-bottom:16px}.why-item p{font-size:1rem;line-height:1.8;color:var(--text-gray, #555);text-align:left}@media(max-width:968px){.why-container{flex-direction:column-reverse;text-align:center}.why-content{max-width:100%}.why-item p{text-align:center}.why-graphic{width:100%;min-height:500px}.circle-4{display:none}}.team-section{padding:80px 0;background-color:#fafafa;font-family:inherit}.team-container{max-width:1200px;margin:0 auto;padding:0 5%;text-align:center}.team-header{margin-bottom:60px}.team-subtitle-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:15px}.team-line{height:1px;width:50px;background-color:#cca45b}.team-subtitle{color:#cca45b;font-size:.9rem;letter-spacing:2px;font-weight:600;text-transform:uppercase}.team-title{font-size:2.5rem;font-weight:700;color:#111;margin:0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.team-card{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:30px;transition:transform .3s ease}.team-card:hover{transform:translateY(-8px)}.team-image-container{width:100%;aspect-ratio:4/5;background-color:#e2e2e2;overflow:hidden;border-radius:8px 8px 0 0}.team-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.team-card:hover .team-image{transform:scale(1.05)}.team-info{background-color:#fff;width:85%;margin:-60px auto 0;position:relative;z-index:2;box-shadow:0 10px 40px #00000014;padding:25px 20px;display:flex;flex-direction:column;align-items:center;border-bottom:2px solid transparent;transition:box-shadow .3s ease}.team-info{border-bottom:2px solid #cca45b}.team-card:hover .team-info{box-shadow:0 15px 50px #00000026}.team-name{font-size:1.3rem;font-weight:700;color:#000;margin:0 0 8px}.team-role{color:#cca45b;font-size:.8rem;font-weight:600;letter-spacing:1px;margin:0 0 20px}.team-socials{display:flex;gap:8px}.social-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#fff;text-decoration:none;transition:transform .2s,background-color .2s}.social-icon:hover{transform:translateY(-2px)}.wp{background-color:#21759b}.fb{background-color:#1877f2}.tw{background-color:#1da1f2}.li{background-color:#0077b5}.yt{background-color:red}@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.team-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.products{padding:80px 0;background:var(--bg-light);position:relative;overflow:hidden}.products-header{text-align:center;margin-bottom:60px}.products-header .section-title{font-size:2rem}.products-header-line{width:60px;height:3px;background:var(--gradient-red);margin:10px auto 0;border-radius:3px}.products-list{display:flex;flex-direction:column;gap:80px}.product-card{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;background:var(--bg-white);border-radius:16px;padding:40px;box-shadow:var(--shadow);transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-name{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:24px}.product-specs{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.product-specs li{font-size:.9rem;color:var(--text-gray);display:flex;gap:8px;line-height:1.5}.spec-arrow{color:var(--primary-red);font-weight:700;flex-shrink:0}.product-tags{display:flex;gap:10px;flex-wrap:wrap}.product-tag{padding:6px 18px;border-radius:20px;font-size:.8rem;font-weight:500;border:1.5px solid #ddd;color:var(--text-dark);transition:all .3s ease}.product-tag:hover{border-color:var(--primary-red);color:var(--primary-red)}.product-image-wrapper{border-radius:12px;overflow:hidden;height:450px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9f9f9,#f0f0f0);box-shadow:var(--shadow)}.product-image{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .4s ease}.product-image:hover{transform:scale(1.05)}.products-decorations{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.prod-deco{position:absolute;border-radius:50%;border:2px solid rgba(192,57,43,.08)}.prod-deco-1{width:400px;height:400px;left:-150px;top:20%}.prod-deco-2{width:300px;height:300px;right:-100px;bottom:15%}@media(max-width:768px){.product-card{grid-template-columns:1fr;padding:24px}.product-image-placeholder{height:300px}}.ready-to-work{position:relative;padding:120px 0;background:url(https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80) center/cover no-repeat fixed;text-align:center;color:#fff;font-family:inherit}.rtw-overlay{position:absolute;inset:0;background:#00000073}.rtw-container{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 20px}.rtw-icon{width:80px;height:80px;background-color:#cca45b;border-radius:50%;margin:0 auto 30px;position:relative}.rtw-pulse{position:absolute;inset:0;border-radius:50%;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{box-shadow:0 0 #cca45b99}60%{box-shadow:0 0 0 40px #cca45b00}to{box-shadow:0 0 #cca45b00}}.rtw-title{font-size:3rem;font-weight:700;margin-bottom:25px}.rtw-text{font-size:1.1rem;line-height:1.8;margin-bottom:40px}.rtw-btn{background-color:#cca45b;color:#fff;border:none;padding:16px 45px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.rtw-btn:hover{background-color:#b38d4a}@media(max-width:768px){.rtw-title{font-size:2.2rem}}.experience-section{position:relative;padding:120px 0;background:url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600&q=80) center/cover no-repeat fixed;color:#fff;font-family:inherit;text-align:center}.exp-overlay{position:absolute;inset:0;background:#000000bf}.exp-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.exp-title{font-size:3.5rem;font-weight:700;margin-bottom:20px}.exp-subtitle{font-size:1.1rem;line-height:1.8;color:#e0e0e0;margin-bottom:60px}.exp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.exp-card{border:2px solid #cca45b;padding:50px 20px;background:#0006;transition:transform .3s ease,background .3s ease}.exp-card:hover{transform:translateY(-10px);background:#cca45b26}.exp-number{font-size:3.5rem;font-weight:700;margin:0 0 10px}.exp-label{font-size:1.1rem;font-weight:600;letter-spacing:1px;margin:0;color:#ddd}@media(max-width:900px){.exp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.exp-grid{grid-template-columns:1fr}.exp-title{font-size:2.5rem}.exp-number{font-size:2.8rem}.hide-mobile{display:none}}.blog{padding:80px 0;background:var(--bg-white)}.blog-header{margin-bottom:40px}.blog-header .section-title{font-size:1.8rem;font-weight:400}.blog-header .section-title strong{font-weight:700}.blog-carousel{display:flex;align-items:center;gap:20px}.carousel-btn{width:40px;height:40px;border-radius:50%;border:2px solid #ddd;background:var(--bg-white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-gray);transition:all .3s ease;flex-shrink:0}.carousel-btn:hover{border-color:var(--primary-red);color:var(--primary-red)}.blog-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;flex:1;overflow:hidden}.blog-card{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease;background:var(--bg-white)}.blog-card:hover{transform:translateY(-4px)}.blog-card-image{overflow:hidden}.blog-card-content{padding:20px}.blog-date{font-size:.75rem;color:var(--primary-red);font-weight:500;letter-spacing:1px}.blog-card-content h3{font-size:1rem;font-weight:600;margin:8px 0;color:var(--text-dark);line-height:1.4}.blog-card-content p{font-size:.85rem;color:var(--text-gray);line-height:1.6}@media(max-width:768px){.blog-cards{grid-template-columns:1fr}.blog-card:nth-child(n+2){display:none}}.footer{background:var(--primary-dark);color:var(--text-light);padding:60px 0 0}.footer-container{display:grid;grid-template-columns:1.2fr 1fr 1.5fr 1fr;gap:40px;padding-bottom:40px}.footer-logo{display:inline-block;margin-bottom:16px}.footer-logo-img{height:60px;width:auto;object-fit:contain}.footer-tagline{font-size:.8rem;color:#fff9;line-height:1.6}.footer-col h4{font-size:1rem;font-weight:600;margin-bottom:20px;color:var(--text-light)}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li{font-size:.85rem;color:#ffffffa6;display:flex;gap:8px;align-items:flex-start;line-height:1.5}.footer-col ul li a{color:#ffffffa6;transition:color .3s ease}.footer-col ul li a:hover{color:var(--text-light)}.footer-icon{flex-shrink:0;margin-top:2px}.footer-socials{display:flex;gap:12px}.social-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:transform .3s ease}.social-icon:hover{transform:translateY(-3px)}.social-icon.twitter{background:#1da1f2}.social-icon.facebook{background:#4267b2}.social-icon.linkedin{background:#0077b5}.social-icon.whatsapp{background:#25d366}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0}.footer-bottom p{font-size:.75rem;color:#ffffff80;text-align:center}@media(max-width:768px){.footer-container{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:480px){.footer-container{grid-template-columns:1fr}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-white, #ffffff);z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease-out;opacity:1}.loading-screen.fade-out{opacity:0;pointer-events:none}.loader-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:35px}.loader-logo-wrapper{width:140px;display:flex;justify-content:center;align-items:center;animation:pulseLogo 2s ease-in-out infinite alternate}.loader-logo{max-width:100%;height:auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.08))}@keyframes pulseLogo{0%{transform:scale(.95);opacity:.8}to{transform:scale(1.05);opacity:1}}.loader-line-container{width:250px;height:4px;background:#0000000f;border-radius:4px;overflow:hidden;position:relative;box-shadow:inset 0 1px 3px #0000001a}.loader-line{position:absolute;top:0;left:0;height:100%;width:0%;background:linear-gradient(90deg,var(--primary-dark, #2c3e50),var(--primary-red, #e74c3c));border-radius:4px;animation:loadHorizontal 2.4s ease-in-out forwards}.loader-line:after{content:"";position:absolute;top:0;right:0;width:15px;height:100%;background:#fffc;filter:blur(2px);border-radius:50%;box-shadow:-2px 0 8px #fffc}@keyframes loadHorizontal{0%{width:0%}20%{width:35%}50%{width:65%}80%{width:90%}to{width:100%}}
