:root{--bg-color: #020010;--text-color: #ffffff;--accent-primary: #7C3AED;--accent-secondary: #3B82F6;--card-bg: rgba(255, 255, 255, .05);--font-main: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;position:relative}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}.btn{display:inline-block;padding:10px 24px;border-radius:999px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.navbar{padding:20px;position:fixed;width:100%;max-width:100vw;left:0;top:0;z-index:1000;background-color:#000}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem;color:#fff;z-index:101;text-decoration:none}.logo-icon{height:40px}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{font-size:15px;font-weight:500;color:#ffffffe6;text-decoration:none;transition:color .3s;display:flex;align-items:center}.nav-links a svg{display:none;margin-right:10px}.nav-links a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:1.5rem}.profile-wrapper{position:relative;display:flex;align-items:center}.profile-icon{cursor:pointer;color:#fff;padding:5px}.profile-dropdown{position:absolute;top:100%;right:0;margin-top:15px;background:#fff;border-radius:12px;padding:8px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;min-width:220px;z-index:200;border:1px solid rgba(0,0,0,.05);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-details{padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;border-radius:8px 8px 0 0;margin:-8px -8px 8px}.profile-dropdown-name{font-weight:600;color:#1a1a1a;font-size:1rem;margin-bottom:2px}.profile-dropdown-email{font-size:.85rem;color:#666;word-break:break-all}.profile-dropdown-actions{display:flex;flex-direction:column;gap:4px}.profile-dropdown a,.profile-dropdown-link,.profile-dropdown-logout{color:#4a4a4a;text-decoration:none;padding:10px 12px;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .2s;text-align:left;display:block;width:100%;border:none;background:none;cursor:pointer;font-family:inherit;display:flex;align-items:center}.profile-dropdown a:hover,.profile-dropdown-link:hover{background:#f5f5f7;color:#6410f5;transform:translate(2px)}.profile-dropdown-logout{color:#dc2626;border-top:1px solid #f9f9f9;margin-top:4px}.profile-dropdown-logout:hover{background:#fff0f0;color:#da2525}.contact-btn{background:transparent;border:1px solid #6410F5;padding:8px 20px;font-size:medium;height:45px;line-height:normal;color:#fff;border-radius:99px;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s}.contact-btn:hover{background:#6410f5;color:#fff}.mobile-only{display:none}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:101}.mobile-nav-right{display:none}.bar{width:25px;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.navbar{padding:1.5rem 0}.logo-icon{height:30px}.mobile-nav-right{display:flex;align-items:center;gap:15px;z-index:101}.mobile-profile{display:flex;color:#fff;cursor:pointer}.mobile-profile svg{width:22px;height:22px}.menu-toggle{display:flex;gap:4px}.menu-toggle .bar{width:22px;height:2px}.nav-links{position:absolute;top:70px;right:15px;width:180px;max-width:none;height:auto;max-height:calc(100vh - 100px);background:linear-gradient(180deg,#020050,#070b83);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;padding:10px;border-radius:12px;transition:opacity .3s ease,transform .3s ease,visibility .3s;z-index:990;box-shadow:0 5px 20px #0000004d;align-items:stretch;box-sizing:border-box;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px)}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-links li{margin:2px 0;width:100%;text-align:left;opacity:0;transform:translate(10px);transition:all .3s ease;border-bottom:none;padding-bottom:0}.nav-links.active li{opacity:1;transform:translate(0);transition-delay:0s}.nav-links a{font-size:.95rem;font-weight:500;display:flex;justify-content:flex-start;align-items:center;padding:8px 12px;color:#fff;letter-spacing:.5px;border-radius:8px}.nav-links a:hover{background:#ffffff1a}.nav-links a svg{display:block}.menu-toggle.open .bar:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}}.navbar.blue-mode{background:#000;box-shadow:0 4px 20px #0003;transition:background .3s ease;position:fixed;top:0;left:0;width:100%;max-width:100vw}.navbar.blue-mode .nav-links a,.navbar.blue-mode .nav-links li a,.navbar.blue-mode .logo-text,.navbar.blue-mode .logo{color:#fff}.nav-links a.nav-link-active{color:#fff;position:relative}.navbar.blue-mode .nav-links a.nav-link-active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#fffc;border-radius:1px}.navbar.blue-mode .contact-btn{border-color:#7c3aedcc;box-shadow:0 0 15px #7c3aed66}.navbar.blue-mode .nav-links .mobile-only .contact-btn{color:#020050!important}.auth-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:authFadeIn .2s ease-out}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:32px 28px 28px;animation:authSlideIn .25s ease-out}@keyframes authSlideIn{0%{opacity:0;transform:scale(.96) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.auth-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#f0f0f0;border-radius:50%;font-size:24px;line-height:1;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.auth-modal-close:hover{background:#e0e0e0;color:#333}.auth-modal-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 24px;text-align:left}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:.9rem;font-weight:500;color:#333}.auth-input-wrap{display:flex;align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;min-height:48px;transition:border-color .2s,box-shadow .2s}.auth-input-wrap:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.auth-input-wrap input{flex:1;border:none;outline:none;font-size:.95rem;color:#1a1a1a;background:transparent;padding:12px 8px}.auth-input-wrap input::placeholder{color:#9ca3af}.auth-input-icon{color:#9ca3af;display:flex;align-items:center;margin-right:6px;flex-shrink:0}.auth-input-icon.auth-eye{margin-right:0;margin-left:4px;background:none;border:none;cursor:pointer;padding:4px;color:#6b7280}.auth-input-icon.auth-eye:hover{color:#374151}.auth-options{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#555;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-checkbox input{width:16px;height:16px;accent-color:#2563eb}.auth-forgot{font-size:.9rem;color:#2563eb;text-decoration:none;font-weight:500}.auth-forgot:hover{text-decoration:underline}.auth-btn{width:100%;padding:14px 20px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.auth-btn-primary{background:#2563eb;color:#fff}.auth-btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.auth-divider{display:flex;align-items:center;margin:24px 0 18px;gap:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider span{font-size:.85rem;color:#6b7280;white-space:nowrap}.auth-social{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.auth-social-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:10px;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;transition:border-color .2s,background .2s}.auth-social-btn:hover{background:#f9fafb;border-color:#9ca3af}.auth-social-btn svg{flex-shrink:0}@media(max-width:480px){.auth-modal{padding:24px 20px 20px}.auth-modal-title{font-size:1.5rem}.auth-social{flex-direction:column}.auth-social-btn{width:100%;justify-content:center}}.contact{padding:20px 0;background:#000;position:relative;overflow:hidden;background-image:url(/bg%20contact.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.contact-container{display:flex;justify-content:center;width:40%;max-width:600px;height:698px;padding-top:20px}.contact-form-wrapper{background:#14141466;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:30px 40px;border-radius:30px;width:100%;box-shadow:0 20px 50px #00000080;display:flex;flex-direction:column}.contact-form-wrapper form{display:flex;flex-direction:column;gap:25px;width:100%}.contact-title{text-align:center;color:#7c3aed;margin-bottom:20px;font-size:1.5rem;font-weight:700;padding-bottom:20px}.form-input{width:100%;padding:12px 15px;background:#50505066;border:none;border-radius:10px;color:#fff;font-family:inherit;font-size:.95rem;outline:none;transition:background .3s}.form-input:focus{background:#64646499}.form-input::placeholder{color:#fffc}select.form-input{appearance:none;color:#fffc}select.form-input option{background:#333;color:#fff}.btn{width:100%;padding:12px;border-radius:12px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.contact-consultant-btn,.btn-purple-outline{background:#3c1478;color:#fff;border:1px solid #6D28D9;box-shadow:0 4px 15px #3c147866}.contact-consultant-btn:hover,.btn-purple-outline:hover{background:#4c1d95;transform:translateY(-2px);box-shadow:0 6px 20px #4c1d9580}.btn-purple-outline:hover{background:#4c1d95;transform:translateY(-2px)}@media(max-width:1024px){.contact-container{width:70%;height:auto;padding-bottom:20px}}@media(max-width:600px){.contact{padding:0 0 30px;height:auto;min-height:auto}.contact-container{width:95%;height:auto}.contact-form-wrapper{padding:25px 15px;border-radius:20px}.contact-title{font-size:1.4rem;margin-bottom:15px;padding-bottom:10px}.contact-form-wrapper form{gap:15px}.form-input{padding:10px 12px;font-size:.9rem}.btn{padding:10px;font-size:.9rem}}.contact-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;justify-content:center;align-items:center;animation:fadeIn .5s ease-out}.contact-popup-content{position:relative;width:90%;max-width:380px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .6s cubic-bezier(.22,1,.36,1)}.contact-popup-content .contact-form-wrapper{width:100%;box-shadow:0 20px 50px #0009,0 0 20px #7c3aed26;padding:20px;background:linear-gradient(145deg,#1e1e1ecc,#0f0f0fe6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#7C3AED transparent}.contact-popup-content .contact-form-wrapper::-webkit-scrollbar{width:6px}.contact-popup-content .contact-form-wrapper::-webkit-scrollbar-thumb{background:#5b21b6;border-radius:3px}.popup-close-btn{position:absolute;top:-10px;right:-10px;background:#7c3aed;color:#fff;border:2px solid rgba(255,255,255,.1);border-radius:50%;width:32px;height:32px;font-size:1.2rem;line-height:1;cursor:pointer;z-index:10002;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0006;transition:all .2s ease}.popup-close-btn:hover{transform:scale(1.1) rotate(90deg);background:#6d28d9}.contact-popup-content .form-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#e5e7eb;padding:10px 14px;border-radius:10px;transition:all .3s ease;font-size:.9rem}.contact-popup-content .form-input:focus{background:#ffffff1a;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.contact-popup-content .form-input::placeholder{color:#fff6}@media(max-width:600px){.contact-popup-content{max-height:85vh}.contact-popup-content .contact-form-wrapper{padding:20px;border-radius:20px}.contact-popup-content .form-input{padding:10px 12px;font-size:.9rem;margin-bottom:2px}.contact-popup-content .contact-form-wrapper form{gap:12px}.contact-popup-content .contact-title{font-size:1.25rem!important;margin-bottom:12px!important;background:linear-gradient(to right,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.footer{padding:80px 0 20px;background-color:#000;color:#fff;font-size:.9rem}.footer-top{margin-bottom:40px}.footer-brand h2{font-size:2rem;margin-bottom:15px}.footer-brand p{color:#ccc;max-width:600px;line-height:1.6}.footer-contacts{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:30px 0;margin-bottom:50px;flex-wrap:wrap;gap:20px}.contact-col{text-align:center}.contact-label{display:block;color:#aaa;margin-bottom:5px;font-size:.9rem}.contact-value{font-size:1rem;font-weight:500}.contact-separator{color:#555;font-size:1.5rem;font-weight:300}.social-col{text-align:center}.social-icons{display:flex;gap:15px;justify-content:center}.social-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff}.social-icon img{width:100%;height:100%;object-fit:contain}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;margin-bottom:60px}.footer-column h3{font-size:1.1rem;margin-bottom:20px;color:#fff}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#aaa;transition:color .3s}.footer-column ul li a:hover{color:var(--accent-primary)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:30px;color:#888}.footer-bottom p{margin-bottom:5px}@media(max-width:768px){.footer-contacts{flex-direction:column}.contact-separator{display:none}}@media(max-width:600px){.footer{padding:40px 0 20px;text-align:center}.footer-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-brand h2{font-size:1.6rem}.footer-brand p{font-size:.9rem;text-align:center;margin:0 auto}.footer-contacts{gap:25px;padding:20px 0}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:30px 10px;text-align:center}.footer-column{display:flex;flex-direction:column;align-items:center}.footer-column h3{font-size:1rem;margin-bottom:15px;color:#fff;font-weight:700;text-align:center}.footer-column ul{padding:0;list-style:none}.footer-column ul li a{font-size:.85rem}.footer-bottom{font-size:.8rem}}.hero{padding-top:120px;min-height:100vh;position:relative;background:radial-gradient(circle at 50% 10%,rgba(124,58,237,.15) 0%,transparent 40%);overflow:hidden}.promo-banner{display:flex;justify-content:flex-end;padding-right:2rem;margin-bottom:2rem}.promo-box{background:linear-gradient(90deg,#1e1b4b,#312e81);color:#fff;padding:10px 20px;border-radius:12px;height:55px;border:1px solid var(--accent-primary);box-shadow:0 0 15px #7c3aed66;font-size:17px}.hero-content{text-align:center;margin-bottom:3rem;margin-top:80px}.hero-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-container{position:relative;z-index:2}.hero-text-wrapper{position:relative;display:inline-block}.video-text-mask{color:#fff;font-weight:800;font-size:6rem;line-height:1.1;text-shadow:0 4px 30px rgba(0,0,0,.5)}@media(max-width:768px){.video-text-mask{font-size:3rem}.hero-content{margin-top:40px}}.hero-content h1{margin:0}@media(max-width:768px){.promo-banner{justify-content:flex-end;padding-right:10px;margin-top:0;top:-40px;position:relative}.promo-box{height:auto;padding:4px 10px;font-size:13px;text-align:right;max-width:60%;border-radius:12px;width:350px}.hero{min-height:80vh;height:auto;position:relative;overflow:hidden;width:100%;padding-right:0}.hero-bg-video{width:100vw;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}}.hero-bottom{padding:80px 0;background-color:#000;position:relative;z-index:5}.hero-visuals{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:50px;z-index:1}.hero-visuals:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(ellipse at center,#4c1d9580,#4c1d9500 70%);z-index:-1;pointer-events:none}.team-image-wrapper{max-width:800px;width:100%;border-radius:20px;overflow:hidden;border:4px solid white;position:relative;z-index:2}.team-img-placeholder img{width:100%;display:block;object-fit:cover;max-height:400px}.stats-middle{background:linear-gradient(180deg,#dbeafe,#bfdbfe);background-size:cover;background-color:#dbeafe;border-radius:15px;display:flex;justify-content:space-around;padding:1rem 2rem;position:absolute;bottom:-20px;width:50%;color:#000;box-shadow:0 10px 30px #0000004d;gap:10px;z-index:2}.stat-box{text-align:center}.stat-box h3{font-size:1.2rem;font-weight:800;margin-bottom:2px}.stat-box p{font-size:.8rem;font-weight:600;text-transform:uppercase}.stats-card{background:linear-gradient(180deg,#070b83,#02021d);padding:25px 20px;border-radius:25px;border:none;width:240px;text-align:center;position:absolute;bottom:20px;color:#fff;box-shadow:0 10px 25px #02007080}.card-top-overlay{display:flex;justify-content:flex-end;margin-bottom:15px;height:40px;position:relative}.circle-img{width:40px;height:40px;border-radius:50%;background-size:cover;background-position:center;border:2px solid #070B83;position:relative;background-color:#333}.btn-primary{background:linear-gradient(180deg,#070b83,#02021d);border:none;color:#fff;padding:14px 40px;border-radius:999px;font-size:1.1rem;font-weight:500;cursor:pointer}.circle-img:not(:first-child){margin-left:-15px}.img1{background-image:url(https://images.unsplash.com/photo-1531427186611-ecfd6d936c79?w=100&h=100&fit=crop)}.img2{background-image:url(https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=100&h=100&fit=crop)}.img3{background-image:url(https://images.unsplash.com/photo-1580489944761-15a19d654956?w=100&h=100&fit=crop)}.img-r1{background-image:url(https://images.unsplash.com/photo-1620712943543-bcc4688e7485?w=100&h=100&fit=crop)}.img-r2{background-image:url(https://images.unsplash.com/photo-1485827404703-89b55fcc595e?w=100&h=100&fit=crop)}.left-stats{left:-5%;bottom:30px;border:2px solid #6410F5}.right-stats{right:-5%;bottom:30px;border:2px solid #6410F5;height:auto}.mini-tags{display:flex;gap:5px;justify-content:center;margin:10px 0}.mini-tags span{font-size:.6rem;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:2px 8px}.stats-btn{background:var(--accent-primary);border:none;color:#fff;padding:8px 15px;border-radius:99px;font-size:.8rem;margin-top:10px;width:100%;cursor:pointer}.hero-actions{display:flex;justify-content:center;gap:20px;margin-top:80px}.hero-actions .btn{padding:14px 40px;font-size:1.1rem;border-radius:999px;font-weight:500}.btn-outline{border:3px solid #020070;color:#fff;background:transparent;background:#00000080}.btn-outline:hover{border-color:#fff}.btn-primary{background:#020070;border:none;color:#fff;padding:14px 40px;border-radius:999px;font-size:1.1rem;font-weight:500;cursor:pointer}@media(max-width:900px){.stats-middle{position:relative;bottom:0;width:100%;margin-top:20px}.stats-card{position:relative;left:auto;right:auto;bottom:auto}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:300px}}.services{padding:60px 0;background:linear-gradient(180deg,#cadef8,#ebf4fc,#070b83);color:#000;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 20px}.services .section-title{text-align:center;font-size:2.8rem;font-weight:700;margin-bottom:40px;color:#0d0d0d}.carousel-container{position:relative;max-width:100%;margin:0 auto;--slide-width: 25%}.carousel-viewport{overflow:hidden;width:100%;padding:40px 0 60px}.carousel-track{display:flex;width:100%;will-change:transform}.carousel-slide{flex-shrink:0;width:var(--slide-width);padding:0 12px;box-sizing:border-box;display:flex;justify-content:center}.service-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .4s ease;height:100%;width:100%;max-width:380px;display:flex;flex-direction:column;border:1px solid rgba(7,11,131,.1);position:relative}.carousel-slide.active .service-card{transform:scale(1.05);box-shadow:0 15px 40px #070b8326;border-color:#070b834d;z-index:10}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000026}.service-img{height:180px;width:100%;overflow:hidden;position:relative}.service-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-img img{transform:scale(1.1)}.service-content{padding:24px;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}.service-content h3{font-size:1.25rem;margin-bottom:12px;font-weight:700;color:#1a1a1a;line-height:1.3}.service-content p{font-size:.95rem;color:#666;margin-bottom:24px;line-height:1.6;flex-grow:1}.explore-btn{background:transparent;border:2px solid #ff5722;color:#ff5722;border-radius:50px;padding:10px 28px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.explore-btn:hover{background:#ff5722;color:#fff;box-shadow:0 4px 15px #ff57224d;transform:translateY(-2px)}.nav-wrapper{position:absolute;top:50%;transform:translateY(-50%);z-index:20;height:100%;display:flex;align-items:center}.nav-wrapper.left{left:-20px}.nav-wrapper.right{right:-20px}.nav-btn{background:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 6px 20px #0000001f;color:#333}.nav-btn:hover{background:#1a1a1a;color:#fff;transform:scale(1.15)}.nav-btn svg{width:24px;height:24px}@media(min-width:1200px){.carousel-container{--slide-width: 25%}}@media(max-width:1199px){.carousel-container{--slide-width: 33.333%}.nav-wrapper.left{left:-10px}.nav-wrapper.right{right:-10px}}@media(max-width:900px){.carousel-container{--slide-width: 50%}}@media(max-width:600px){.services{padding:40px 0 10px}.services .section-title{font-size:2rem}.carousel-container{--slide-width: 100%;padding:0 40px}.carousel-slide{padding:0 10px}.nav-wrapper.left{left:0}.nav-wrapper.right{right:0}.nav-btn{width:36px;height:36px;box-shadow:0 4px 10px #00000026}.nav-btn svg{width:18px;height:18px}}.products{padding:0 0 90px;background:linear-gradient(180deg,#070b83,#000);color:#fff;overflow:hidden}.container{max-width:1280px;margin:0 auto;padding:0 20px}.main-heading{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:60px;margin-top:30px;color:#fff}.consultancy-wrapper{display:flex;align-items:center;justify-content:space-between;gap:70px;margin-bottom:70px}.consultancy-text{flex:1;max-width:550px}.consultancy-text .section-title{text-align:left;font-size:2.3rem;font-weight:500px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;margin-bottom:24px;color:#fff;line-height:1.1}.consultancy-desc{font-size:1.15rem;color:#fff;line-height:1.6}.consultancy-image-card{flex:1;height:300px;border-radius:30px;overflow:hidden;box-shadow:0 25px 60px #0006;position:relative;border:1px solid rgba(255,255,255,.05)}.consultancy-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.consultancy-image-card:hover img{transform:scale(1.05)}.products-grid{display:flex;justify-content:center;align-items:flex-end;gap:50px;width:100%;position:relative;padding-top:40px}.home-product-card{background:#fff;border-radius:25px;padding:8px;text-align:center;position:relative;box-shadow:0 20px 40px #00000040;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s ease;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:300px;z-index:1}.home-product-card:nth-child(3){transform:translateY(-65px);z-index:3;box-shadow:0 30px 60px #00000059}.home-product-card:nth-child(2),.home-product-card:nth-child(4){transform:translateY(-21px);z-index:2}.home-product-card:nth-child(1),.home-product-card:nth-child(5){transform:translateY(20px)}.home-product-card:nth-child(3):hover{transform:translateY(-80px) scale(1.02)}.home-product-card:nth-child(2):hover,.home-product-card:nth-child(4):hover{transform:translateY(-40px) scale(1.02)}.home-product-card:nth-child(1):hover,.home-product-card:nth-child(5):hover{transform:translateY(-10px) scale(1.02)}.card-image-wrapper{width:100%;height:200px;border-radius:25px;overflow:hidden;margin-bottom:12px;background:#f8fafc}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-product-card:hover .product-img{transform:scale(1.1)}.home-product-card h4{margin:0 0 auto;font-size:1.05rem;font-weight:700;color:#0f172a}.view-btn{background:#ff5722;color:#fff;border:none;border-radius:100px;padding:15px;width:80%;font-size:.8rem;font-weight:600;cursor:pointer;height:40px;transition:background .3s ease;margin-top:20px;margin-bottom:20px}.view-btn:hover{background:#e64a19}@media(max-width:1024px){.consultancy-wrapper{flex-direction:column;align-items:center;text-align:center;gap:40px}.consultancy-text{max-width:100%;padding:0 20px}.consultancy-text .section-title{text-align:center;font-size:2.5rem}.consultancy-image-card{width:100%;max-width:600px;height:auto;aspect-ratio:16/9}}@media(max-width:900px){.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:0;justify-items:center}.home-product-card,.home-product-card:nth-child(n){transform:none!important;width:100%;max-width:260px;height:100%;margin:0}.home-product-card:hover{transform:translateY(-8px)!important}}@media(max-width:600px){.products{padding:10px 0 60px}.main-heading{font-size:2rem;margin-bottom:40px}.consultancy-text .section-title{font-size:1.8rem}.consultancy-desc{font-size:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 10px}.home-product-card{border-radius:16px;border-width:2px;padding:6px;min-height:190px;max-width:none}.card-image-wrapper{height:90px;border-radius:12px;margin-bottom:6px}.home-product-card h4{font-size:.85rem;margin-bottom:4px}.view-btn{width:90%;padding:6px;height:28px;font-size:.75rem;margin-top:auto;margin-bottom:4px}}.process{padding:80px 40px;background-color:#000;color:#fff;display:flex;border:4px solid #7c3aed;border-bottom:none;justify-content:center}.process-container{display:flex;gap:60px;align-items:flex-start;max-width:1400px;width:100%;border-radius:40px;padding:60px 50px;position:relative;box-shadow:0 0 40px #7c3aed4d}.process-left{flex:1.2;display:flex;flex-direction:column;justify-content:space-between}.process-title{font-size:3.8rem;line-height:1.2;font-weight:700;margin-bottom:60px;text-align:center;color:#fff;font-family:Poppins,sans-serif;position:relative;max-width:900px;margin-left:auto;margin-right:auto}.highlight-purple{color:#8b5cf6;color:#7c3aed}.process-word-wrapper{position:relative;display:inline-block}.icon-arrow-left{position:absolute;bottom:-35px;left:-50px;transform:rotate(10deg)}.icon-arrow-right{position:absolute;top:20px;right:-55px;transform:rotate(10deg)}.process-visual{width:100%;margin-top:auto}.video-placeholder{width:100%;height:500px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 10px 30px #00000080}.video-placeholder img,.video-placeholder video{width:100%;height:100%;object-fit:cover;opacity:.8}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:50px;background:red;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;transition:transform .2s ease}.play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.process-right{flex:1;padding-left:50px;border-left:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:center}.process-steps{display:flex;flex-direction:column;gap:40px}.step-item{transition:all .3s}.step-item h3{font-size:1.6rem;color:#8b5cf6;margin-bottom:12px;font-weight:600}.step-item p{font-size:.95rem;color:#e2e8f0;line-height:1.6;max-width:90%}@media(max-width:1024px){.process-container{flex-direction:column;gap:60px;padding:40px}.process-right{border-left:none;padding-left:0;border-top:1px solid rgba(255,255,255,.2);padding-top:40px}.process-title{font-size:2.8rem}}@media(max-width:600px){.process{padding:40px 20px}.process-container{padding:20px;border-radius:20px;gap:40px}.process-title{font-size:1.8rem;margin-bottom:30px}.video-placeholder{height:200px}.step-item h3{font-size:1.3rem}.step-item p{font-size:.9rem}}.industries{padding:80px 0;background-color:#050505;overflow:hidden}.industries-header{background-color:transparent;margin-bottom:60px}.industries-intro{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px;flex-wrap:wrap;gap:30px}.industries-intro h2{font-size:3rem;line-height:1.2;color:#fff}.industries-text-right{max-width:500px;text-align:right}.industries-text-right p{font-size:.9rem;color:#ccc;margin-bottom:20px}.btn-outline-small{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 24px;border-radius:99px;cursor:pointer;transition:all .3s ease}.btn-outline-small:hover{background:#fff;color:#000}.industries-scroll-wrapper{display:flex;gap:30px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:20px 20px 20px 5px;scroll-snap-type:x mandatory}.industries-scroll-wrapper::-webkit-scrollbar{display:none}.industry-card{min-width:320px;background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:35px;border-radius:24px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;height:380px;scroll-snap-align:start}.industry-card:hover{border-color:#ffffff4d;background:#ffffff0d;box-shadow:0 10px 40px #00000080;transform:translateY(-5px)}.industry-icon-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.icon-wrapper{display:flex;align-items:center;justify-content:center}.card-arrow-btn{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.card-arrow-btn:hover{background:#fff;border-color:#fff}.card-arrow-btn:hover svg path{stroke:#000}.industry-card h3{font-size:2rem;margin-bottom:15px;color:#fff;font-weight:600}.industry-card p{font-size:.95rem;color:#b0b0b0;line-height:1.6}@media(max-width:768px){.industries-intro{flex-direction:column;align-items:flex-start}.industries-text-right{text-align:left}.industries-intro h2{font-size:2.2rem}.industry-card{min-width:280px;height:auto;min-height:350px}}@media(max-width:600px){.industries{padding:50px 0}.industries-header{margin-bottom:30px}.industries-intro h2{font-size:1.8rem}.industries-text-right p{font-size:.85rem}.industry-card{min-width:260px;padding:25px;min-height:320px;border-radius:20px}.industry-card h3{font-size:1.5rem}.card-arrow-btn{width:35px;height:35px}}.why-choose-us{padding:20px;background:#fff;color:#000}.why-choose-us .container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.header-content{text-align:center;max-width:800px;margin-bottom:35px;display:flex;flex-direction:column;align-items:center}.section-title{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:25px}.section-subtitle{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:30px;text-align:center;max-width:700px;font-weight:500}.explore-pill-container{margin-bottom:20px}.explore-pill{background:transparent;border:1px solid #7C3AED;color:#000;padding:8px 24px;border-radius:99px;font-weight:500;width:200px;height:50px;font-size:medium;cursor:pointer;transition:all .3s ease}.explore-pill:hover{background:#7c3aed;color:#fff;box-shadow:0 5px 15px #7c3aed4d}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;width:100%;align-items:flex-start}.feature-card{background:#000;border-radius:20px;padding:50px 30px;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;min-height:480px}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}@media(min-width:1025px){.feature-card:nth-child(2){margin-top:60px}}.icon-wrapper{margin-bottom:30px;height:80px;display:flex;align-items:center;justify-content:center}.feature-card h3{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#fff}.feature-card p{font-size:1rem;line-height:1.6;color:#ccc}.icon-wrapper svg{width:120px;height:120px}.icon-wrapper svg .btn{width:120px;height:120px;background-color:#00f}@media(max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}.cards-grid .feature-card:last-child{grid-column:span 2;max-width:500px;margin:30px auto 0;width:100%}.feature-card:nth-child(2){margin-top:0}}@media(max-width:768px){.section-title{font-size:2.5rem}.cards-grid{display:flex;flex-direction:column;gap:20px}.cards-grid .feature-card{width:100%;max-width:100%;margin-top:0!important}}@media(max-width:600px){.section-title{font-size:2rem;margin-bottom:20px}.section-subtitle{font-size:.95rem;padding:0 10px}.explore-pill{width:160px;height:40px;font-size:.9rem;padding:6px 16px}.feature-card{padding:30px 20px;min-height:auto;border-radius:16px}.feature-card h3{font-size:1.5rem}.icon-wrapper{margin-bottom:20px;height:70px}.icon-wrapper svg{width:80px;height:80px}}.testimonials{padding:40px 0;background:linear-gradient(180deg,#070b83,#02021d);color:#fff;min-height:100vh}.small-header{text-align:left;color:#fff;font-size:2em;font-weight:600;margin-bottom:5px;padding-left:20px}.section-title.white-text{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:40px;font-family:Inter,sans-serif}.filter-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:50px}.pill{background:transparent;border:2px solid white;color:#fff;padding:8px 24px;border-radius:50px;cursor:pointer;font-size:.85rem;height:40px;transition:all .3s ease}.pill:hover{background:#000;border-color:#fff;color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0 20px}.testimonial-card{background:#fff;color:#000;border-radius:40px 0 20px;border:3px solid black;padding:30px 25px;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;box-shadow:0 5px 15px #0003;position:relative;max-width:380px;margin:0 auto}.client-header{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:10px;justify-content:flex-start;text-align:left}.client-logo{width:65px;height:65px;background:#000;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.client-info{display:flex;flex-direction:column}.client-info h4{color:#0056d2;font-size:1.6rem;font-weight:800;margin:0 0 2px;line-height:1.2}.founder-name{font-size:.2rem;color:#555;font-weight:500}.review-text{font-size:.9rem;color:#333;line-height:1.5;margin-bottom:15px;flex-grow:1;text-align:left}.ratings-container{margin-top:auto;display:flex;align-items:center;gap:8px;font-weight:600;color:#000;font-size:.8rem;width:100%;justify-content:flex-start}.stars{color:gold;font-size:1.1rem;letter-spacing:2px}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}@media(max-width:600px){.section-title.white-text{font-size:1.8rem;margin-bottom:30px}.small-header{font-size:1.5rem}.testimonial-card{width:100%;padding:30px 20px;border-width:5px}.client-header{flex-direction:column;text-align:center}.client-logo{width:50px;height:50px;font-size:1.5rem}.client-info h4{font-size:1.2rem}.review-text{font-size:.9rem}.pill{font-size:.75rem;padding:6px 16px;height:35px}}.faq{padding:40px 0;background-color:#000;color:#fff;background:radial-gradient(circle at 50% 50%,#4c1d9540,#000 70%);min-height:80vh}.faq-container{max-width:900px;margin:0 auto;padding:0 20px}.faq .section-title{text-align:left;font-size:3rem;font-weight:700;margin-bottom:60px;color:#fff}.faq-list{margin-top:50px;width:90%;padding:0 170px}.faq-item{border-bottom:1px solid rgba(255,255,255,.2);padding:30px 0;cursor:pointer;transition:all .3s ease}.faq-question{display:flex;justify-content:space-between;align-items:center}.faq-question h3{font-size:1.5rem;font-weight:600;color:#fff}.faq-icon{font-size:1rem;color:#4c1d95;transform:rotate(0);transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,margin .3s ease}.faq-item.active .faq-answer{max-height:200px;margin-top:20px}.faq-answer p{font-size:1.1rem;color:#ccc;line-height:1.6;max-width:90%}@media(max-width:900px){.faq-list{padding:0 20px;width:100%;margin-top:30px}.faq .section-title{font-size:2rem;text-align:center;margin-bottom:30px}.faq-question h3{font-size:1.1rem}.faq-answer p{font-size:.95rem}}@media(max-width:600px){.faq{padding:30px 0;min-height:auto}.faq .section-title{font-size:1.8rem;margin-bottom:25px}.faq-container{padding:0 15px}.faq-list{margin-top:20px;padding:0}.faq-item{padding:20px 0}.faq-question h3{font-size:1rem}.faq-answer p{font-size:.9rem}.faq-answer{margin-top:0}.faq-item.active .faq-answer{margin-top:15px}}.about-us-page{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative}.about-us{position:relative;min-height:100vh;display:flex;align-items:stretch}.about-us-hero-bg{position:absolute;inset:0;z-index:0;background-image:url(/aboutherobg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.about-us-hero-overlay{display:none}.about-us-bubbles{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.about-us-bubble{position:absolute;border-radius:50%;background:radial-gradient(135deg,#fff6,#ffffff1a 15%,#fff0 40%,#ffffff1a);box-shadow:inset 0 0 20px #ffffff80,-2px -2px 5px #ff69b499,2px 2px 5px #0ff9,2px -2px 5px #8a2be299,-2px 2px 5px #1e90ff99,inset 0 0 0 2px #ffffff4d,0 10px 30px #0000001a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.4)}.about-text-ellipse{position:absolute;top:50%;left:10%;width:200%;height:150%;transform:translate(-50%,-50%) rotate(-10deg);background:radial-gradient(ellipse at center,#ffffff2c,#bedcf5cc 50%,#fff 70%);border-radius:50%;z-index:0;filter:blur(18px);box-shadow:0 10px 40px #6a91d91a,inset 0 0 60px #fffc;pointer-events:none}.about-us-bubble:after{content:"";position:absolute;top:15%;left:18%;width:25%;height:12%;border-radius:50%;background:radial-gradient(ellipse at center,#fffffff2,#fff0 70%);transform:rotate(-45deg);filter:blur(.5px);box-shadow:0 0 10px #fffc}.about-us-bubble:before{content:"";position:absolute;bottom:15%;right:15%;width:15%;height:8%;border-radius:50%;background:#fff6;transform:rotate(-45deg);filter:blur(2px)}.about-us-bubble-1{width:68vw;height:68vw;max-width:800px;max-height:800px;top:50%;left:-10%;transform:translateY(-50%);border-radius:50%;opacity:.8}.about-us-bubble-2{width:350px;height:350px;top:5%;right:15%;opacity:.6}.about-us-bubble-3{width:240px;height:240px;bottom:2%;left:28%;opacity:.8}.about-us-bubble-4{width:150px;height:150px;top:15%;left:38%;opacity:.8}.about-us-inner{position:relative;z-index:3;display:flex;width:100%;min-height:100vh;padding-top:100px;padding-bottom:60px;max-width:1400px;margin:0 auto}.about-us-left{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 40px;max-width:50%;position:relative}.about-us-right{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:20px}.about-us-separator{position:absolute;left:0;top:10%;bottom:10%;width:0;border-left:2px dashed rgba(7,11,131,.2);z-index:2;pointer-events:none}.about-us-content{position:relative;z-index:2}.about-title{font-size:4rem;font-weight:800;color:#0f172a;margin-bottom:24px;display:inline-flex;align-items:center;gap:12px;text-shadow:0 4px 12px rgba(0,0,0,.15);letter-spacing:-1px}.about-title-stars{display:inline-flex;gap:4px}.about-title-stars svg{width:32px;height:32px;fill:#facc15;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.about-description{font-size:1.15rem;color:#334155;line-height:1.8;margin-bottom:32px;max-width:540px;font-weight:500}.read-more-btn{background:#070b83;color:#fff;border:none;padding:16px 42px;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #070b8359;transition:transform .25s ease,box-shadow .25s ease}.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #070b8380}.about-image-wrapper{position:relative;width:100%;max-width:800px;display:flex;align-items:center;justify-content:center}.about-image-wrapper img{width:130%;max-width:900px;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15));transform:translate(10%)}@media(max-width:1024px){.about-us-left{max-width:55%;padding:50px 40px 50px 50px}.about-us-right{flex:0 0 45%;padding:50px 40px}.about-us-bubble-1{left:-25%;max-width:600px}}@media(max-width:900px){.about-us-inner{flex-direction:column;padding-top:80px}.about-us-left{max-width:100%;padding:40px 24px 20px;text-align:center;z-index:5}.about-us-right{flex:1 1 auto;padding:0 24px 40px;justify-content:center;z-index:4}.about-image-wrapper{max-width:550px;margin:0 auto;animation:slideInRightMobile 1.5s cubic-bezier(.2,.8,.2,1) forwards,floatMobile 5s ease-in-out infinite 1.5s}.about-image-wrapper img{width:100%;max-width:100%;transform:none;filter:drop-shadow(0 20px 50px rgba(0,0,0,.25))}.about-us-separator{display:none}.about-description{max-width:100%;margin-left:auto;margin-right:auto;font-size:1.05rem;color:#000;font-weight:500}.about-us-bubble-1{width:120%;height:60%;left:50%;top:0;transform:translate(-50%);border-radius:0 0 50% 50%;background:radial-gradient(circle at center,#ffffffe6,#fff0 70%);opacity:.6;filter:blur(30px)}.about-us-bubble-2{filter:blur(40px);opacity:.5}.about-title{font-size:2.8rem;justify-content:center;margin-bottom:20px}}@media(max-width:480px){.about-title{font-size:2.2rem;flex-wrap:wrap;justify-content:center}.about-us-left{padding:20px 20px 10px}.about-description{font-size:.95rem;line-height:1.6;padding:0 5px}.about-us-right{padding:10px 20px 40px}.read-more-btn{padding:14px 32px;font-size:1rem;width:80%;max-width:300px;box-shadow:0 4px 15px #070b8340}.about-image-wrapper{max-width:100%}}@keyframes floatMobile{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes slideInRightMobile{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.our-story-section{padding:80px 20px;background-color:#fff;width:100%}.our-story-container{max-width:1400px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}.our-story-left{flex:1;display:flex;flex-direction:column}.our-story-title{font-size:3.5rem;font-weight:800;color:#000;margin-bottom:30px;position:relative;letter-spacing:-1px}.our-story-text{font-size:1.1rem;line-height:1.7;color:#333;margin-bottom:40px;text-align:justify}.our-story-text p{margin-bottom:1.5rem}.story-image-celebration img,.story-image-meeting img,.story-image-small img,.story-image-office img{width:100%;height:100%;object-fit:cover;border-radius:40px;display:block}.story-image-celebration{width:100%;height:300px;margin-top:auto}.our-story-right{flex:1;display:flex;flex-direction:column;gap:24px;margin-top:140px}.story-image-meeting{width:100%;height:450px;background:#f8fafc;border-radius:40px;overflow:hidden}.story-image-meeting img{width:100%;height:100%;object-fit:contain;border-radius:40px}.story-image-grid-row{display:flex;gap:24px;height:250px}.story-image-small{flex:1;height:100%}.story-image-office{width:100%;height:350px}@media(max-width:1024px){.our-story-section{padding:60px 20px}.our-story-container{flex-direction:column;gap:40px}.our-story-right{margin-top:0;width:100%;gap:20px}.story-image-celebration{height:250px;margin-top:20px}.story-image-meeting{height:300px}.story-image-grid-row{height:200px}}@media(max-width:768px){.our-story-section{padding:40px 20px}.our-story-title{font-size:2.2rem;margin-bottom:20px;text-align:center}.our-story-text{font-size:1rem;margin-bottom:20px}.story-image-grid-row{flex-direction:column;height:auto;gap:15px}.story-image-celebration,.story-image-meeting{height:320px!important}.story-image-office,.story-image-small{height:auto;min-height:200px}.story-image-celebration img,.story-image-meeting img{width:100%;height:100%;object-fit:cover;border-radius:20px}.story-image-office img,.story-image-small img{width:100%;height:auto;object-fit:contain;max-height:350px;border-radius:20px}.story-image-small img,.story-image-office img{border-radius:20px}}.mission-vision-section{position:relative;width:100%;min-height:80vh;padding:60px 20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mission-bg-layer{position:absolute;inset:0;background-image:url(/missionbg.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;opacity:1}.mission-vision-container{position:relative;z-index:1;max-width:1200px;width:100%;display:flex;flex-direction:column;gap:30px}.mv-row{display:flex;justify-content:center;gap:100px;flex-wrap:wrap}.bottom-row{margin-top:-30px}.mv-circle{background:#d9d9d9e0;width:360px;height:360px;border-radius:50%;border:2px solid #fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;box-shadow:0 10px 40px #00000014;transition:transform .3s ease}.core-values-circle{background:#c3ddf1;width:420px;height:420px;border:2px solid #fff}.mv-title{font-size:2rem;color:#000;margin-bottom:15px;font-family:serif;font-weight:500}.mv-separator{width:80px;height:2px;background-color:#333;margin-bottom:20px}.mv-text{font-size:.95rem;line-height:1.5;color:#000000bd;max-width:90%}@media(max-width:1024px){.mv-row{gap:50px}.mv-circle{width:320px;height:320px;padding:25px}.core-values-circle{width:380px;height:380px}}@media(max-width:768px){.mission-vision-section{height:auto;padding:40px 20px}.mv-row{flex-direction:column;align-items:center;gap:30px}.bottom-row{margin-top:0}.mv-circle{width:100%;max-width:340px;height:auto;aspect-ratio:auto;padding:40px 25px;border-radius:50%;margin-bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.core-values-circle{width:100%;max-width:360px;height:auto;aspect-ratio:auto;border-radius:50%;padding:50px 30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.mv-title{font-size:1.5rem;margin-bottom:10px}.mv-text{font-size:.85rem;line-height:1.4}.mv-separator{width:50px;margin-bottom:15px}}@media(max-width:480px){.mv-circle,.core-values-circle{max-width:280px}}.founder-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;overflow:visible}.founder-bg{position:absolute;inset:0;height:50%;background-image:url(/team%20office%20bg.png);background-size:cover;background-position:center;z-index:0}.founder-bg:after{content:"";position:absolute;inset:0;background:#0003}.founder-container{position:relative;z-index:1;max-width:1100px;width:100%;margin-top:0}.founder-card{padding:0;display:flex;align-items:center;position:relative;min-height:400px}.founder-image-wrapper{flex:0 0 450px;position:relative;height:400px;display:flex;align-items:flex-end;margin-top:350px}.founder-image-wrapper img{position:absolute;bottom:0;left:0;width:100%;height:115%;object-fit:cover;border-radius:60px;box-shadow:10px 0 30px #00000026;transform:translateY(-20px) translate(-20px)}.founder-content{flex:1;padding:50px 60px 50px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:350px}.founder-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.2}.founder-name{font-size:1rem;font-weight:500;color:#1a1a1a;margin-bottom:1rem}.founder-quote{font-size:1rem;line-height:1.6;color:#333;text-align:center;max-width:95%;font-weight:500}.founder-quote p{margin-bottom:.5rem}@media(max-width:1024px){.founder-image-wrapper{flex:0 0 380px;height:380px}.founder-title{font-size:2.5rem}}@media(max-width:900px){.founder-container{padding:0 20px}.founder-image-wrapper{flex:0 0 320px;height:350px;margin-top:300px}.founder-content{padding:30px;margin-top:300px}.founder-title{font-size:2rem}}@media(max-width:768px){.founder-section{height:auto;display:block}.founder-bg{height:300px;position:absolute;top:0}.founder-container{padding:0 20px;margin-top:60px;max-width:500px;margin-left:auto;margin-right:auto}.founder-card{flex-direction:column;align-items:center;min-height:auto;padding-bottom:20px}.founder-image-wrapper{flex:none;width:100%;max-width:320px;height:350px;margin:20px auto 0;display:block}.founder-image-wrapper img{width:100%;height:100%;position:relative;left:0;bottom:0;transform:none;object-fit:cover}.founder-content{margin-top:30px;padding:0 10px;text-align:center}.founder-title{font-size:2rem;margin-bottom:.5rem}.founder-name{font-size:1.2rem;color:#1a1a1a;margin-bottom:1.5rem}.founder-quote{font-size:.95rem;line-height:1.6}}@media(max-width:480px){.founder-bg{height:200px}.founder-image-wrapper{height:300px}.founder-title{font-size:1.8rem}.founder-quote{font-size:.9rem}}.coo-cto-section{padding-bottom:40px;background-color:#fff;overflow:hidden}.coo-cto-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.leader-row{display:flex;align-items:center;justify-content:space-between;gap:200px;margin-right:120px}.leader-row.reverse{flex-direction:row-reverse;flex-direction:row}.leader-content{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center}.leader-title{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:.5rem;text-transform:uppercase}.leader-name{font-size:2rem;font-weight:500;color:#1a1a1a;margin-bottom:2rem}.leader-quote{font-size:1rem;line-height:1.6;color:#333;max-width:500px;text-align:center;font-weight:500}.leader-image-wrapper{flex:0 0 400px;height:400px;display:flex;justify-content:center;align-items:center}.leader-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:60px;box-shadow:0 20px 40px #00000026;transition:transform .3s ease}.leader-image-wrapper img:hover{transform:scale(1.02)}@media(max-width:900px){.coo-cto-container{gap:40px;padding:0 20px}.leader-row,.leader-row.reverse{flex-direction:column;gap:30px;text-align:center;margin-right:0}.leader-row .leader-image-wrapper,.leader-row.reverse .leader-image-wrapper{order:1}.leader-row .leader-content,.leader-row.reverse .leader-content{order:2}.leader-image-wrapper{flex:none;width:100%;height:auto;display:flex;justify-content:center}.leader-image-wrapper img{width:320px;height:320px}.leader-title{font-size:2.5rem}.leader-name{font-size:1.5rem}}@media(max-width:480px){.coo-cto-section{padding-bottom:20px}.coo-cto-container{gap:40px}.leader-image-wrapper img{width:100%;max-width:300px;height:300px;border-radius:40px}.leader-title{font-size:2rem}.leader-name{font-size:1.2rem;margin-bottom:1rem}.leader-quote{font-size:.95rem;padding:0 10px}}.team-section{padding-bottom:50px;background-color:#fff;max-width:1600px;margin:0 auto}.team-section-title{font-size:5rem;font-weight:700;color:#000;text-align:center;margin-bottom:80px;letter-spacing:-1px}.team-container{display:flex;flex-wrap:wrap;justify-content:center;gap:60px;padding:0 40px}.team-card{background:#d2c7e517;border-radius:52px;width:calc(50% - 30px);padding:19px 15px;gap:10px;display:flex;align-items:center;position:relative;min-height:359px;box-shadow:4px 4px 4px 1px #00000040;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.2)}.team-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px #00000026}.team-image-wrapper{flex:0 0 229px;height:321px;margin-right:40px;position:relative;border-radius:130px;overflow:hidden;box-shadow:0 10px 30px #0000001a;border:1px solid #070B83}.team-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.team-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-right:10px}.team-role{font-size:1.8rem;font-weight:650;color:#000;margin-bottom:10px;line-height:1.2}.team-name{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:25px}.team-quote{font-size:.95rem;line-height:1.6;color:#222;font-weight:500;max-width:90%}@media(max-width:1200px){.team-card{padding:40px 30px}.team-image-wrapper{flex:0 0 200px;height:260px;margin-right:30px}.team-role{font-size:1.5rem}}@media(max-width:900px){.team-container{padding:0 20px}.team-card{width:100%;flex-direction:column;padding:40px 20px;text-align:center;min-height:auto}.team-image-wrapper{margin-right:0;margin-bottom:25px;width:200px;height:250px;border-radius:100px}.team-section-title{font-size:3.5rem;margin-bottom:50px}}@media(max-width:480px){.team-section-title{font-size:2.5rem;margin-bottom:30px}.team-container{padding:0 15px;gap:30px}.team-card{padding:30px 15px;border-radius:40px}.team-image-wrapper{width:160px;height:200px;margin-bottom:20px;border-radius:80px}.team-role{font-size:1.4rem}.team-name{font-size:1.2rem;margin-bottom:15px}.team-quote{font-size:.9rem}}.culture-section{position:relative;width:100%;min-height:100vh;overflow:hidden;padding-bottom:50px}.culture-bg{position:absolute;inset:0;background-image:url(/missionbg.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:0}.culture-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.culture-title{font-size:4.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:80px;letter-spacing:-1px;margin-top:20px}.culture-grid{display:grid;grid-template-columns:1fr .9fr .9fr 1fr;grid-auto-rows:100px;gap:25px;padding:0 40px}.culture-item{border-radius:40px;overflow:hidden;position:relative;transition:transform .3s ease}.culture-item:hover{transform:translateY(-5px)}.culture-item img{width:100%;height:100%;object-fit:contain;display:block}.culture-img-1{grid-column:1 / 2;grid-row:1 / 6}.culture-img-5{grid-column:1 / 2;grid-row:6 / 9}.culture-img-2{grid-column:2 / 3;grid-row:1 / 5}.culture-img-6{grid-column:2 / 3;grid-row:5 / 9}.culture-img-3{grid-column:3 / 4;grid-row:1 / 5}.culture-img-7{grid-column:3 / 4;grid-row:5 / 7}.culture-img-8{grid-column:3 / 4;grid-row:7 / 9}.culture-img-4{grid-column:4 / 5;grid-row:1 / 5}.culture-img-9{grid-column:4 / 5;grid-row:5 / 9}@media(max-width:1024px){.culture-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.culture-item{grid-column:span 1!important;grid-row:span 1!important}.culture-img-1,.culture-img-4,.culture-img-9{grid-row:span 2!important}}@media(max-width:600px){.culture-section{padding-bottom:20px;min-height:auto}.culture-title{font-size:2.5rem;margin-bottom:40px;margin-top:40px}.culture-grid{display:flex;flex-direction:column;gap:15px;padding:0 20px}.culture-item{width:100%;height:250px;grid-column:auto!important;grid-row:auto!important}.culture-item img{object-fit:cover}}.work-process-section{padding:20px 0;background-color:transparent;text-align:left}.work-process-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#1a1a1a}.work-process-subtitle{font-size:1.1rem;color:#555;margin-bottom:50px;max-width:800px;line-height:1.6}.work-process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.work-process-card{background:#fff;border-radius:16px;padding:20px 15px;text-align:center;border:1px solid #FF0008;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;height:180px}.work-process-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.icon-wrapper{margin-bottom:25px;margin-top:20px;display:flex;justify-content:center;align-items:center}.icon-wrapper svg{width:65px;height:65px}.work-process-step-title{font-size:.95rem;font-weight:600;color:#1a1a1a;line-height:1.3}.work-process-card.process-orange{border:1.5px solid #FFCC80}.work-process-card.process-orange .icon-wrapper svg path{stroke:#ff5722}.work-process-card.process-black{border:1.5px solid #FF5722}.work-process-card.process-black .icon-wrapper svg path{stroke:#1a1a1a}.work-process-card.process-pink{border:1.5px solid #FF0008}.work-process-card.process-purple{border:1.5px solid #6413EE}.work-process-card.process-purple .icon-wrapper svg path{stroke:1px solid #000000}.work-process-card.process-blue{border:1.5px solid #0f7eda}.work-process-card.process-blue .icon-wrapper svg path{stroke:#000}.work-process-card.process-red{border:1.5px solid #CA2C31}@media(max-width:1200px){.work-process-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.work-process-grid{grid-template-columns:repeat(2,1fr)}.work-process-title{font-size:2rem}}@media(max-width:600px){.work-process-grid{grid-template-columns:repeat(2,1fr);gap:10px}.work-process-title{font-size:1.8rem;text-align:center}.work-process-subtitle{font-size:1rem;text-align:center;margin-bottom:30px}.work-process-card{width:100%;height:auto;min-height:140px;padding:15px 10px;flex-direction:column;justify-content:center}.icon-wrapper{width:50px;height:50px;margin-bottom:10px;margin-top:0}.icon-wrapper svg{width:40px;height:40px}.work-process-step-title{font-size:.85rem}}.tools-section{position:relative;text-align:left;background-image:url(/tools%20bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#1a1a1a;height:120vh}.tools-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;margin-top:20px;color:#000}.tools-subtitle{font-size:1.1rem;color:#333;margin-bottom:60px;max-width:900px;line-height:1.6}.tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;justify-items:center}.tool-card{background:linear-gradient(145deg,#ebf0ffe6,#fffffff2);border:1px solid rgba(100,100,255,.2);box-shadow:0 10px 30px #0032c81a;width:280px;height:280px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.tool-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0032c833;background:#fff}.tool-card-title{font-size:1rem;font-weight:700;color:#000;margin-bottom:15px;width:80%;line-height:1.3}.tool-list{list-style:none;padding:0;margin:0;font-size:.82rem;color:#444;line-height:1.5;width:90%}.tool-list li{margin-bottom:2px}@media(max-width:1200px){.tools-grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:600px){.tools-section{height:auto;padding-bottom:60px}.tools-grid{grid-template-columns:1fr}.tool-card{width:260px;height:260px}.tools-title{font-size:2rem;text-align:center}.tools-subtitle{text-align:center;margin-left:auto;margin-right:auto;padding:0 15px}}.deliverable-section{text-align:center;background-color:#fff}.deliverable-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;margin-top:20px;color:#000}.deliverable-subtitle{font-size:1.1rem;color:#555;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6}.deliverable-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.deliverable-card{background:#fff;border:1.5px solid #030BE1;border-radius:25px;padding:40px 20px 30px;width:280px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;margin-top:30px}.deliverable-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #030be126}.deliverable-icon-wrapper{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#fff;padding:10px;border-radius:50%;display:flex;justify-content:center;height:80px;align-items:center}.deliverable-icon-wrapper svg{width:60px;height:60px;stroke:1px#030BE1;fill:#030be1}.deliverable-card-title{font-size:1.1rem;font-weight:500;color:#030be1;margin-top:20px;margin-bottom:15px}.deliverable-description{font-size:.85rem;color:#191818;line-height:1.5}@media(max-width:1200px){.deliverable-grid{gap:20px}}@media(max-width:600px){.deliverable-card{width:100%;max-width:350px;margin-top:40px}.deliverable-title{font-size:2rem}.deliverable-subtitle{padding:0 15px;margin-bottom:40px}.deliverable-grid{gap:0px}}.services-page{padding-top:100px;min-height:100vh;background-color:#fff;padding-bottom:80px}.services-hero{text-align:left}.services-title{font-size:3.5rem;font-weight:700;color:#000;margin-bottom:20px}.services-subtitle{font-size:1.1rem;color:#333;max-width:800px;line-height:1.6;margin-bottom:30px}.btn-explore{padding:10px 30px;border-radius:50px;background-color:transparent;border:1px solid #15076f;color:#17065a;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-explore:hover{background-color:#000;color:#fff;border-color:#000}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;justify-items:center;margin-top:40px}.service-card{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:1px solid #030BE1;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative;width:100%;max-width:480px;height:100%}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.service-image-wrapper{height:180px;width:100%;overflow:hidden;flex-shrink:0;position:relative;z-index:0}.service-image{width:100%;height:100%;object-fit:cover}.service-card-body{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 15px;flex:1;display:flex;flex-direction:column;position:relative;z-index:1;margin-top:-30px;border-radius:25px 25px 0 0;border-top:1px solid rgba(255,255,255,.5)}.service-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.service-icon{width:28px;height:28px;object-fit:contain;stroke:#070b83}.service-card-title{font-size:1.1rem;font-weight:700;color:#000;margin:0;line-height:1.2}.service-description{font-size:.85rem;color:#444;line-height:1.4;flex-grow:1;text-align:left}.btn-view-details{display:block;text-align:center;padding:8px 0;width:50%;margin-left:60px;border:1px solid #030BE1;background-color:#030be1;border-radius:50px;color:#fff;font-weight:500;text-decoration:none;font-size:.9rem;transition:all .3s ease;margin-top:auto}.btn-view-details:hover{background-color:#030be1;color:#fff}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-title{font-size:2.5rem}}@media(max-width:600px){.services-page{padding-top:100px;padding-bottom:40px}.services-grid{grid-template-columns:1fr;gap:20px;margin-top:30px}.services-title{font-size:2rem;text-align:center;margin-bottom:15px}.services-hero{text-align:center}.services-subtitle{font-size:1rem;text-align:center;margin-left:auto;margin-right:auto}.btn-explore{width:100%;max-width:200px;margin:0 auto;display:block}.service-card{max-width:100%}.service-image-wrapper{height:160px}.service-card-body{padding:15px;margin-top:-25px}.service-card-title{font-size:1.2rem}.btn-view-details{margin-left:0;width:100%;margin-top:10px}.services-video-section{margin-top:40px;margin-bottom:40px}.services-main-video{min-height:250px}}.services-video-section{margin-top:60px;margin-bottom:60px;display:flex;justify-content:center;width:100%}.services-main-video{width:100%;max-width:none;border-radius:0;box-shadow:none;display:block;object-fit:cover;height:auto;min-height:400px;max-height:80vh}.service-detail-page{font-family:Poppins,sans-serif;color:#fff;background-color:#020010;min-height:100vh}.service-detail-hero{background-image:url(/service%20bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:85vh;display:flex;align-items:center;justify-content:flex-end;text-align:center;position:relative}.service-detail-hero:before{content:"";position:absolute;inset:0;background:#00000080}.service-detail-hero-content{position:relative;z-index:1;max-width:700px;padding:0 5%;margin-right:5%;margin-top:30px}.service-detail-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.service-detail-description{font-size:1.5rem;line-height:1.6;color:#e0e0e0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.service-detail-body{padding:60px 20px}.service-detail-container{max-width:1200px;margin:0 auto}.btn-book-now{display:inline-block;margin-top:20px;padding:12px 30px;background:#35038b;color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:transform .3s ease}.btn-book-now:hover{transform:translateY(-3px)}.sub-services-section{padding:20px;background-color:#fff;color:#333}.sub-services-title{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:40px;color:#000}.sub-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;justify-content:center}.sub-service-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #eee;padding-bottom:30px;text-align:center;transition:transform .3s ease;overflow:hidden;display:flex;flex-direction:column;align-items:center}.sub-service-card:hover{transform:translateY(-5px)}.sub-service-image-wrapper{width:100%;height:200px;overflow:hidden;margin-bottom:20px}.sub-service-image{width:100%;height:100%;object-fit:cover}.sub-service-card-title{font-size:1.25rem;font-weight:700;margin:0 20px 20px;color:#000;line-height:1.4;min-height:3.5rem;display:flex;align-items:center;justify-content:center}.btn-sub-service-contact{display:inline-block;padding:10px 40px;background-color:#00f;color:#fff;border-radius:50px;font-weight:600;transition:background-color .3s ease;margin-top:auto}.btn-sub-service-contact:hover{background-color:#00008b}@media(max-width:768px){.service-detail-hero{height:60vh;justify-content:center;text-align:center}.service-detail-hero-content{margin-right:0;max-width:100%;padding:0 20px}.service-detail-title{font-size:2.5rem;padding-top:50px}.service-detail-description{font-size:1rem}.btn-book-now{margin-top:10px;margin-bottom:20px}.sub-services-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:0 10px}.sub-services-title{font-size:1.8rem;margin-bottom:30px}.sub-service-card{margin-bottom:0;border-radius:15px;padding-bottom:20px}.sub-service-image-wrapper{height:120px;margin-bottom:10px}.sub-service-card-title{font-size:.95rem;margin:0 10px 10px;line-height:1.3;min-height:2.5rem}.btn-sub-service-contact{padding:8px 16px;font-size:.8rem}.service-detail-body{padding:30px 20px}}.products-page{font-family:Poppins,sans-serif;min-height:100vh;background-color:#f5f7fa}.products-hero{position:relative;height:100vh;width:100%;background-image:url(/product%20hero%20bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:flex-end}.products-banner-wrapper{width:90%;max-width:1200px;position:relative;z-index:2;transform:translateY(-50%)}.products-banner-wrapper{width:80%;max-width:1000px;transform:none}.products-banner-image{width:100%;height:auto;display:block;border-radius:30px;box-shadow:0 20px 50px #0000004d}.products-list-section{padding:80px 24px;background:linear-gradient(90deg,#588fe159,#fff 76%);display:flex;justify-content:center;width:100%;margin-top:0}.products-list-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:1500px;width:95%}.product-card{background:#fff;border-radius:24px;height:300px;display:flex;flex-direction:row;align-items:center;box-shadow:0 8px 24px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:none}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.product-card-image-wrapper{flex-shrink:0;width:170px;height:170px;border-radius:50%;overflow:hidden;background-color:#fff;display:flex;justify-content:center;align-items:center;padding:5px}.product-card-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.product-card-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}.product-card-title{font-size:22px;font-weight:700;color:#333}.product-card-subtitle{font-size:15px;font-weight:400;color:#000;margin-top:10px;margin-bottom:10px}.product-card-description{font-size:15px;color:#555;line-height:1.5;max-width:90%}.product-card-features{list-style:none;padding:0;text-align:left;display:inline-block}.product-card-features li{font-size:13px;color:#333;display:flex;align-items:center}.check-icon{color:#28a745;margin-right:8px;font-weight:700}.btn-product-contact{display:inline-block;padding:12px 30px;background-color:#aeddfa;color:#004aad;text-decoration:none;border-radius:30px;font-weight:600;font-size:13px;transition:background-color .2s;height:40px;margin-top:10px}.btn-product-contact:hover{background-color:#90cbf0}@media(max-width:1100px){.products-list-container{grid-template-columns:1fr;max-width:800px}}@media(max-width:768px){.products-hero{height:60vh;min-height:unset;padding-top:80px;padding-bottom:0;align-items:flex-end;background-position:top center}.products-banner-wrapper{width:90%;transform:translateY(40%);margin-bottom:0;z-index:2}.products-list-section{padding-top:80px;padding-bottom:50px}.products-list-container{grid-template-columns:1fr;gap:30px;width:90%}.product-card{flex-direction:column;padding:30px 20px;text-align:center;height:auto}.product-card-content{align-items:center}.product-card-image-wrapper{margin-bottom:20px}}.blogs-page{font-family:Poppins,sans-serif;padding-top:80px;background-color:#fff}.blogs-header{background-color:#eef5ff;padding:60px 20px;text-align:center;border-bottom:1px solid #e1e1e1}.blogs-title{font-size:2.2rem;font-weight:700;color:#070b83;margin-bottom:15px}.blogs-subtitle{font-size:1rem;color:#666;max-width:800px;margin:0 auto 30px;line-height:1.6}.blogs-actions{display:flex;justify-content:center;gap:20px}.btn-explore,.btn-subscribe{padding:10px 30px;border-radius:30px;font-weight:600;font-size:.95rem;cursor:pointer;background-color:transparent;transition:all .3s ease}.btn-explore{border:2px solid #588FE1;color:#588fe1}.btn-explore:hover{background-color:#588fe1;color:#fff}.btn-subscribe{border:2px solid #ff6b6b;color:#ff6b6b}.btn-subscribe:hover{background-color:#ff6b6b;color:#fff}.featured-articles{padding:50px 5%;max-width:1400px;margin:0 auto}.section-title{font-size:1.8rem;font-weight:700;color:#222;margin-bottom:30px}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-card{position:relative;border-radius:20px;overflow:hidden;height:350px;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease}.article-card:hover{transform:translateY(-5px)}.article-bg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-bg{transform:scale(1.05)}.article-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000 30%,#000000e6);display:flex;flex-direction:column;justify-content:space-between;padding:20px;color:#fff;text-align:left}.article-tag{align-self:flex-start;background-color:#ff4757;color:#fff;padding:5px 15px;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase}.article-content{margin-top:auto}.article-title{font-size:1.2rem;font-weight:700;margin-bottom:8px;line-height:1.3}.article-desc{font-size:.85rem;color:#ddd;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.article-meta{font-size:.75rem;color:#ccc;margin-bottom:15px;display:flex;gap:8px}.btn-read-more{background-color:#7bed9f;color:#000;border:none;padding:6px 15px;border-radius:4px;font-size:.8rem;font-weight:600;cursor:pointer;width:fit-content;display:inline-block}@media(max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.articles-grid{grid-template-columns:1fr}.blogs-title{font-size:1.8rem}.blogs-actions{flex-direction:column;align-items:center}.btn-explore,.btn-subscribe{width:80%}}.latest-blogs-section{padding:0 5% 50px;max-width:1400px;margin:0 auto}.latest-blogs-grid{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}.latest-blog-card{background:#fff;border:1px solid #eee;border-radius:20px;overflow:hidden;width:300px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.latest-blog-card:hover{transform:translateY(-5px)}.latest-blog-image{height:180px;width:100%}.latest-blog-image img{width:100%;height:100%;object-fit:cover;border-radius:20px 20px 0 0}.latest-blog-content{padding:20px}.latest-blog-title{font-size:1rem;font-weight:700;margin-bottom:10px;line-height:1.4;color:#222}.latest-blog-meta{font-size:.7rem;color:#888;margin-bottom:15px;display:flex;align-items:center;gap:5px}.read-time{color:#28a745;margin-left:auto}.btn-read-more-link{background:none;border:none;color:#588fe1;font-size:.85rem;font-weight:600;cursor:pointer;padding:0}.newsletter-banner{width:100%;margin-top:50px}.newsletter-bg-wrapper{position:relative;width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center}.newsletter-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.newsletter-content{position:relative;z-index:2;text-align:center;color:#fff;padding:20px}.newsletter-title{font-size:2.2rem;font-weight:700;margin-bottom:10px}.newsletter-subtitle{font-size:1rem;margin-bottom:30px;color:#ffffffe6}.newsletter-form{display:flex;justify-content:center;gap:15px;max-width:500px;margin:0 auto}.newsletter-input{padding:12px 20px;border-radius:5px;border:none;width:300px;font-size:.95rem;background-color:#ffffffe6}.btn-newsletter-submit{padding:12px 30px;border-radius:5px;border:none;background-color:#1e6b26;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-newsletter-submit:hover{background-color:#16521d}@media(max-width:768px){.newsletter-banner{margin-top:30px}.newsletter-bg-wrapper{height:auto;min-height:300px;padding:40px 20px}.newsletter-title{font-size:1.5rem}.newsletter-subtitle{font-size:.9rem;margin-bottom:20px}.newsletter-form{flex-direction:column;align-items:center;width:100%;gap:10px}.newsletter-input,.btn-newsletter-submit{width:100%;max-width:100%}.section-title{font-size:1.5rem}.latest-blogs-grid{flex-direction:column;align-items:center}.latest-blog-card{width:100%;max-width:100%}.latest-blogs-section{padding:0 20px 50px}}
