
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --orange:#F010E0;
  --orange2:#2D7CFF;
  --navy:#123047;
  --blue:#1F6FEB;
  --sky:#EAF5FF;
  --cream:#F2F7FF;
  --light:#F7FAFC;
  --white:#FFFFFF;
  --text:#172B3A;
  --muted:#5F7182;
  --border:#E4ECF3;
  --glass:rgba(255,255,255,.78);
  --soft:#F2F7FF;
  --grad:linear-gradient(90deg,#F010E0,#2D7CFF);
  --grad2:linear-gradient(135deg,#F2F7FF,#EAF5FF);
  --shadow:0 18px 50px rgba(18,48,71,.12);
  --shadow2:0 10px 28px rgba(0,107,255,.18);
}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:linear-gradient(180deg,#FFFFFF 0%,#F7FAFC 45%,#F2F7FF 100%);
  color:var(--text);
  overflow-x:hidden;
  line-height:1.65;
  cursor:none;
}
body.loading{overflow:hidden}
a{text-decoration:none;color:inherit}
.container{width:min(1210px,calc(100% - 34px));margin:auto}

/* Professional preloader */
.preloader{
  position:fixed;inset:0;z-index:99999;display:grid;place-items:center;
  background:
    radial-gradient(circle at 20% 20%,rgba(0,107,255,.16),transparent 34%),
    radial-gradient(circle at 82% 70%,rgba(31,111,235,.10),transparent 35%),
    #ffffff;
  transition:.75s;
  animation:autoHidePreloader 2.8s forwards;
}
@keyframes autoHidePreloader{0%,75%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden;pointer-events:none}}
.preloader.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.preloader-stage{position:relative;width:min(520px,88vw);height:390px;display:grid;place-items:center;perspective:1000px}
.preloader-ring{position:absolute;width:280px;height:280px;border-radius:50%;border:2px solid rgba(0,107,255,.20);transform-style:preserve-3d;animation:preRing 2.8s linear infinite}
.preloader-ring.r2{width:340px;height:340px;animation-duration:3.8s;transform:rotateX(70deg);border-color:rgba(31,111,235,.16)}
.preloader-ring.r3{width:395px;height:395px;animation-duration:5s;animation-direction:reverse;transform:rotateY(70deg);border-color:rgba(0,107,255,.12)}
@keyframes preRing{to{transform:rotateX(65deg) rotateZ(360deg)}}
.preloader-logo{width:170px;height:170px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(18,48,71,.16));animation:preLogo 2.2s ease-in-out infinite}
@keyframes preLogo{50%{transform:translateY(-12px) rotateY(14deg) scale(1.04)}}
.preloader-text{position:absolute;bottom:42px;text-align:center}
.preloader-text h3{font-size:28px;color:var(--navy)}
.preloader-text p{color:var(--muted);margin-top:6px}
.loading-bar{margin:18px auto 0;width:280px;height:6px;border-radius:99px;background:#EDF2F7;overflow:hidden}
.loading-bar span{display:block;height:100%;width:45%;background:var(--grad);animation:loadbar 1.4s ease-in-out infinite}
@keyframes loadbar{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}

.noise{display:none}
.bg-orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.28;pointer-events:none;z-index:0;animation:orbFloat 9s ease-in-out infinite alternate}
.orb-one{width:420px;height:420px;background:#DDEBFF;left:-140px;top:120px}
.orb-two{width:430px;height:430px;background:#DDEEFF;right:-150px;top:300px;animation-delay:1.5s}
.orb-three{width:360px;height:360px;background:#FFF0DA;left:42%;bottom:-160px;animation-delay:2.2s}
@keyframes orbFloat{to{transform:translate3d(50px,-35px,0) scale(1.08)}}

/* Cursor */
.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9999}
.cursor-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 16px rgba(0,107,255,.65)}
.cursor-ring{width:38px;height:38px;border:1px solid rgba(0,107,255,.65);border-radius:50%;transition:.2s}
.cursor-ring.active{width:60px;height:60px;border-color:rgba(31,111,235,.55);background:rgba(0,107,255,.06)}

/* Header */
.rj-header{position:fixed;top:16px;left:0;right:0;z-index:100}
.nav-shell{
  min-height:76px;display:flex;justify-content:space-between;align-items:center;
  border:1px solid rgba(228,236,243,.95);border-radius:24px;
  background:rgba(255,255,255,.88);backdrop-filter:blur(18px);
  padding:12px 16px;box-shadow:0 14px 40px rgba(18,48,71,.10)
}
.brand{display:flex;gap:12px;align-items:center}
.brand-logo{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(18,48,71,.10))}
.brand-text strong{display:block;font-size:18px;color:var(--navy)}
.brand-text small{display:block;color:var(--muted);font-size:12px;margin-top:-3px}
.nav-links{display:flex;gap:18px;align-items:center;font-weight:850;color:#2d4355}
.nav-links a:hover{color:var(--orange)}
.nav-btn{padding:12px 18px;border-radius:999px;background:var(--grad);color:#fff!important;box-shadow:var(--shadow2)}
.mobile-toggle{display:none;border:0;color:var(--navy);background:#F2F7FF;border:1px solid #DDEBFF;border-radius:14px;padding:10px 14px;font-size:24px}

/* Hero */
.hero-section,.page-hero{position:relative;display:flex;align-items:center;overflow:hidden}
.hero-section{min-height:100vh;padding:145px 0 90px;background:linear-gradient(135deg,#FFFFFF 0%,#F2F7FF 48%,#EAF5FF 100%)}
.page-hero{min-height:56vh;padding:150px 0 74px;background:linear-gradient(135deg,#FFFFFF 0%,#F2F7FF 56%,#F2F8FF 100%)}
.hero-section:before,.page-hero:before{
  content:"";position:absolute;inset:0;z-index:0;
  background:
    linear-gradient(rgba(18,48,71,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,48,71,.04) 1px,transparent 1px);
  background-size:86px 86px;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}
.page-hero .container{position:relative;z-index:2;text-align:center;max-width:980px}
.tagline{
  display:inline-flex;padding:9px 14px;border:1px solid #DDEBFF;border-radius:999px;
  color:#004FC4;background:#EEF5FF;font-weight:900;font-size:14px;margin-bottom:18px
}
.tagline:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 12px rgba(0,107,255,.55);margin:8px 10px 0 0}
h1{font-size:clamp(42px,6vw,76px);line-height:1.04;letter-spacing:-2.5px;color:var(--navy)}
h2{font-size:clamp(30px,3.8vw,50px);line-height:1.14;letter-spacing:-1.25px;color:var(--navy)}
h3{color:var(--navy)}
.gradient-text{background:linear-gradient(90deg,#004FC4,#F010E0,#1F6FEB);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy p,.page-hero p{font-size:18px;color:black;max-width:760px;margin:24px auto 32px}
.hero-copy p{margin-left:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:15px;padding:14px 24px;border:1px solid var(--border);font-weight:900;cursor:none}
.btn.primary{background:var(--grad);color:#fff;box-shadow:var(--shadow2);border:0}
.btn.ghost{background:#fff;color:var(--navy);box-shadow:0 10px 28px rgba(18,48,71,.08)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px;max-width:620px}
.hero-metrics div{padding:20px;border-radius:22px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.hero-metrics strong{display:block;font-size:29px;color:var(--orange)}
.hero-metrics span{font-size:13px;color:var(--muted)}

/* Professional 3D console */
.visual-console{
  position:relative;background:linear-gradient(145deg,#FFFFFF,#F2F7FF);
  border:1px solid var(--border);border-radius:34px;padding:32px;box-shadow:var(--shadow);
  min-height:480px;transform-style:preserve-3d;overflow:hidden
}
.visual-console:before{
  content:"";position:absolute;inset:0;background:
    radial-gradient(circle at 20% 20%,rgba(0,107,255,.17),transparent 32%),
    radial-gradient(circle at 80% 80%,rgba(31,111,235,.12),transparent 34%);
}
.console-logo{position:absolute;right:36px;top:28px;width:96px;filter:drop-shadow(0 12px 22px rgba(18,48,71,.16));animation:logoFloat 4s ease-in-out infinite}
@keyframes logoFloat{50%{transform:translateY(-12px) rotateY(12deg)}}
.console-card{
  position:absolute;padding:18px;border-radius:20px;background:rgba(255,255,255,.86);
  border:1px solid #E7EEF5;backdrop-filter:blur(12px);box-shadow:0 18px 36px rgba(18,48,71,.12);
  animation:floatCard 5s ease-in-out infinite;z-index:2
}
.console-card strong{display:block;color:var(--navy);font-size:22px}
.console-card span{color:var(--muted)}
.c1{left:34px;top:80px}.c2{right:40px;top:170px;animation-delay:.5s}.c3{left:95px;bottom:85px;animation-delay:1s}.c4{right:65px;bottom:45px;animation-delay:1.5s}
@keyframes floatCard{50%{transform:translateY(-14px) translateZ(35px)}}
.orbit{position:absolute;left:50%;top:50%;width:280px;height:280px;border:1px solid rgba(0,107,255,.28);border-radius:50%;transform:translate(-50%,-50%) rotateX(65deg);animation:spin 11s linear infinite}
.orbit:before,.orbit:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:var(--orange);box-shadow:0 0 18px rgba(0,107,255,.55)}
.orbit:before{left:20px;top:50px}.orbit:after{right:28px;bottom:40px;background:var(--blue);box-shadow:0 0 18px rgba(31,111,235,.38)}
@keyframes spin{to{transform:translate(-50%,-50%) rotateX(65deg) rotateZ(360deg)}}

/* Common sections */
.marquee-section{position:relative;z-index:3;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:18px 0}
.marquee{display:flex;gap:42px;white-space:nowrap;animation:marquee 30s linear infinite;width:max-content}
.marquee span{font-size:20px;font-weight:900;color:var(--navy)}
.marquee span:before{content:"✦";color:var(--orange);margin-right:20px}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{position:relative;z-index:2;padding:94px 0}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.section-head{text-align:center;max-width:880px;margin:0 auto 50px}
.section-head p,.content-card p,.service-3d p,.case-card p,.timeline-item p,.faq-item p{color:var(--muted);font-size:16px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.content-card,.glass-panel,.service-3d,.price-card,.timeline-item,.case-card,.lead-form,.seo-card,.faq-item{
  background:#fff;border:1px solid var(--border);border-radius:26px;padding:30px;box-shadow:var(--shadow);
  transform-style:preserve-3d;position:relative;overflow:hidden
}
.content-card:before,.service-3d:before,.price-card:before,.timeline-item:before,.case-card:before,.seo-card:before,.faq-item:before{
  content:"";position:absolute;inset:-2px;background:radial-gradient(circle at var(--mx,50%) var(--my,0%),rgba(0,107,255,.13),transparent 40%);opacity:0;transition:.25s
}
.content-card:hover:before,.service-3d:hover:before,.price-card:hover:before,.timeline-item:hover:before,.case-card:hover:before,.seo-card:hover:before,.faq-item:hover:before{opacity:1}
.icon{font-size:42px;margin-bottom:18px;filter:drop-shadow(0 10px 16px rgba(0,107,255,.18))}
.service-3d h3,.price-card h3,.case-card h3,.content-card h3,.faq-item h3{font-size:23px;margin-bottom:12px}
.service-3d:hover,.case-card:hover,.content-card:hover,.price-card:hover{border-color:#DDEBFF}
.price-card.popular{border-color:#B8D4FF;transform:translateY(-10px);box-shadow:0 18px 55px rgba(0,107,255,.16)}
.badge{display:inline-flex;padding:8px 13px;border-radius:999px;background:var(--grad);font-size:12px;font-weight:950;margin-bottom:16px;color:#fff}
.price{font-size:28px;font-weight:950;margin:18px 0;color:var(--orange)}
.price-card ul,.seo-card ul,.content-card ul{list-style:none;display:grid;gap:12px;margin:22px 0}
.price-card li,.seo-card li,.content-card li{color:var(--muted);border-bottom:1px solid #EEF3F7;padding-bottom:10px}
.price-card li:before,.seo-card li:before,.content-card li:before{content:"✓";color:var(--orange);font-weight:900;margin-right:10px}
.detail-list{display:grid;gap:14px;margin-top:22px}
.detail-list li{list-style:none;color:var(--muted);padding:14px 16px;border:1px solid #EEF3F7;border-radius:16px;background:#FAFCFE}
.detail-list li:before{content:"✓";color:var(--orange);font-weight:900;margin-right:10px}
.mini-pricing{margin-top:34px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.mini-pricing div{display:flex;justify-content:space-between;gap:18px;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 25px rgba(18,48,71,.07)}
.mini-pricing span{font-weight:950;color:#004FC4;white-space:nowrap}

/* Timeline */
.timeline{position:relative;display:grid;gap:18px;max-width:950px;margin:auto}
.timeline:before{content:"";position:absolute;left:35px;top:20px;bottom:20px;width:2px;background:linear-gradient(var(--orange),#B8D4FF)}
.timeline-item{margin-left:70px}
.timeline-item span{position:absolute;left:-56px;top:24px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--grad);font-weight:950;color:#fff;box-shadow:0 0 0 8px rgba(0,107,255,.13)}

/* Global server map light */
.global-server-wrap{
  position:relative;min-height:620px;border-radius:34px;border:1px solid var(--border);
  background:linear-gradient(135deg,#FFFFFF 0%,#F2F7FF 52%,#EAF5FF 100%);
  box-shadow:var(--shadow);overflow:hidden;padding:34px;transform-style:preserve-3d
}
.global-server-wrap:before{
  content:"";position:absolute;inset:0;background:
  linear-gradient(rgba(18,48,71,.04) 1px,transparent 1px),
  linear-gradient(90deg,rgba(18,48,71,.04) 1px,transparent 1px);background-size:70px 70px;opacity:.75
}
.globe-core{
  position:absolute;left:50%;top:50%;width:270px;height:270px;border-radius:50%;transform:translate(-50%,-50%);
  background:radial-gradient(circle at 35% 30%,#fff,#DDEBFF 28%,#DDEEFF 63%,#FFFFFF);
  border:1px solid #DDE7F1;box-shadow:0 0 60px rgba(0,107,255,.16),inset 0 0 50px rgba(255,255,255,.85);animation:globePulse 3s ease-in-out infinite;z-index:2
}
.globe-core:before{content:"";position:absolute;inset:18px;border-radius:50%;border:1px dashed rgba(31,111,235,.25);animation:spinOrbit 10s linear infinite}
.globe-core:after{content:"RJ";position:absolute;inset:0;display:grid;place-items:center;font-size:64px;font-weight:950;color:var(--orange)}
@keyframes globePulse{50%{transform:translate(-50%,-50%) scale(1.04)}}
@keyframes spinOrbit{to{transform:rotate(360deg)}}
.continent-node{
  position:absolute;z-index:3;width:190px;padding:15px 16px;border-radius:18px;background:rgba(255,255,255,.92);
  border:1px solid #E4ECF3;backdrop-filter:blur(12px);box-shadow:0 16px 35px rgba(18,48,71,.12);animation:continentFloat 4.5s ease-in-out infinite
}
.continent-node h3{font-size:18px;margin-bottom:4px}.continent-node p{font-size:13px;color:var(--muted);line-height:1.45}
.continent-node:before{content:"";position:absolute;left:14px;top:-9px;width:18px;height:18px;border-radius:50%;background:var(--orange);box-shadow:0 0 18px rgba(0,107,255,.42),0 0 0 8px rgba(0,107,255,.12)}
.continent-node.asia{left:8%;top:10%;animation-delay:0s}.continent-node.europe{left:39%;top:5%;animation-delay:.4s}.continent-node.africa{right:8%;top:13%;animation-delay:.8s}.continent-node.north-america{left:5%;top:43%;animation-delay:1.2s}.continent-node.south-america{left:20%;bottom:8%;animation-delay:1.6s}.continent-node.australia{right:17%;bottom:9%;animation-delay:2s}.continent-node.antarctica{right:5%;top:47%;animation-delay:2.4s}
@keyframes continentFloat{50%{transform:translateY(-11px) translateZ(30px)}}
.continent-line{position:absolute;z-index:1;height:2px;background:linear-gradient(90deg,rgba(0,107,255,.05),rgba(0,107,255,.6),rgba(31,111,235,.35));transform-origin:left center;opacity:.65}
.continent-line.l-asia{left:250px;top:145px;width:310px;transform:rotate(25deg)}.continent-line.l-europe{left:530px;top:105px;width:185px;transform:rotate(74deg)}.continent-line.l-africa{right:260px;top:160px;width:250px;transform:rotate(150deg)}.continent-line.l-na{left:230px;top:345px;width:330px;transform:rotate(-9deg)}.continent-line.l-sa{left:325px;bottom:145px;width:260px;transform:rotate(-35deg)}.continent-line.l-au{right:295px;bottom:135px;width:260px;transform:rotate(208deg)}.continent-line.l-an{right:225px;top:390px;width:260px;transform:rotate(173deg)}
.global-feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.global-feature-list div{padding:20px;border:1px solid var(--border);background:#fff;border-radius:20px;box-shadow:var(--shadow)}
.global-feature-list strong{display:block;color:var(--orange);font-size:22px}.global-feature-list span{color:var(--muted);font-size:14px}

/* Portfolio */
.portfolio-impact{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}
.impact-card{padding:26px;border-radius:24px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;position:relative;overflow:hidden}
.impact-card:before{content:"";position:absolute;inset:-2px;background:radial-gradient(circle at 50% 0%,rgba(0,107,255,.13),transparent 45%)}
.impact-card strong{position:relative;display:block;font-size:38px;line-height:1;color:var(--orange);margin-bottom:10px}
.impact-card span{position:relative;color:var(--muted);font-weight:800}
.portfolio-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:#EEF5FF;border:1px solid #DDEBFF;color:#004FC4;font-weight:900;margin-bottom:18px}
.portfolio-badge:before{content:"★";color:var(--orange)}
.project-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.project-category{padding:26px;border-radius:26px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.project-category h3{margin-bottom:10px}.project-category p{color:var(--muted)}
.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.feature-strip div{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--border);text-align:center;box-shadow:var(--shadow)}
.feature-strip strong{display:block;color:var(--orange);font-size:24px}.feature-strip span{color:var(--muted);font-size:14px}
.tech-stack{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.tech-stack span{padding:12px 16px;border-radius:999px;background:#EEF5FF;border:1px solid #DDEBFF;font-weight:800;color:#004FC4}

/* Server diagram light */
.server-diagram{position:relative;min-height:360px;border-radius:30px;border:1px solid var(--border);background:linear-gradient(135deg,#FFFFFF,#F2F7FF,#EAF5FF);overflow:hidden;padding:28px;box-shadow:var(--shadow)}
.server-node{position:absolute;padding:16px 18px;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:0 16px 35px rgba(18,48,71,.12);font-weight:900;color:var(--navy)}
.server-node small{display:block;color:var(--muted);font-weight:600;margin-top:4px}
.server-node.n1{left:40px;top:42px}.server-node.n2{right:48px;top:72px}.server-node.n3{left:50%;top:50%;transform:translate(-50%,-50%)}.server-node.n4{left:55px;bottom:48px}.server-node.n5{right:52px;bottom:52px}
.server-line{position:absolute;height:2px;background:linear-gradient(90deg,var(--orange),#DDEEFF);opacity:.7;transform-origin:left center}
.server-line.l1{left:210px;top:92px;width:250px;transform:rotate(6deg)}.server-line.l2{left:635px;top:124px;width:220px;transform:rotate(160deg)}.server-line.l3{left:205px;bottom:105px;width:290px;transform:rotate(-18deg)}.server-line.l4{right:205px;bottom:110px;width:260px;transform:rotate(196deg)}

/* Contact and footer */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.contact-section{background:linear-gradient(180deg,transparent,#F2F7FF)}
.contact-cards{display:grid;gap:13px;margin-top:26px}
.contact-cards a,.contact-cards span{padding:16px;border-radius:16px;background:#fff;border:1px solid var(--border);font-weight:900;box-shadow:0 10px 25px rgba(18,48,71,.07)}
.lead-form{display:grid;gap:15px}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:14px;padding:16px;font:inherit;outline:none}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#B8D4FF;box-shadow:0 0 0 4px rgba(0,107,255,.10)}
.lead-form option{background:#fff}
.lead-form textarea{min-height:130px;resize:vertical}
.cta-band{text-align:center;padding:72px 0;background:linear-gradient(90deg,#EEF5FF,#EAF5FF);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.cta-band p{color:var(--muted);max-width:720px;margin:16px auto 24px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:100;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:28px;box-shadow:0 20px 45px rgba(37,211,102,.30)}
.footer{position:relative;z-index:2;background:#fff;border-top:1px solid var(--border);padding:64px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}
.footer p,.footer a,.footer span{color:var(--muted);display:block;margin-top:8px}
.footer a:hover{color:var(--orange)}
.copyright{text-align:center;border-top:1px solid var(--border);margin-top:34px;padding-top:22px;color:#7A8C9A}

/* Animations */
.reveal{opacity:0;transform:translateY(35px);transition:opacity .78s ease,transform .78s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.tilt-card{transition:transform .16s ease,box-shadow .3s ease}
.tilt-card:hover{box-shadow:0 28px 70px rgba(18,48,71,.14)}
.magnetic{transition:transform .18s ease}

/* Responsive */
@media(max-width:1060px){
  .nav-links{gap:10px;font-size:14px}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1000px){
  .global-server-wrap{min-height:auto}.globe-core,.continent-line{display:none}
  .continent-node{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;margin:14px 0}
  .global-feature-list,.feature-strip,.portfolio-impact,.project-category-grid{grid-template-columns:repeat(2,1fr)}
  .server-node{position:static;margin:12px 0}.server-line{display:none}.server-diagram{min-height:auto}
}
@media(max-width:820px){
  body{cursor:auto}.cursor-dot,.cursor-ring{display:none}
  .mobile-toggle{display:block}
  .nav-links{position:absolute;top:88px;left:0;right:0;margin:auto;width:min(1180px,calc(100% - 34px));display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
  .nav-links.active{display:flex}.nav-links a{padding:12px}
  .hero-section{padding-top:128px}
  .grid-3,.grid-2{grid-template-columns:1fr}
  .price-card.popular{transform:none}
  .mini-pricing{grid-template-columns:1fr}.mini-pricing div{flex-direction:column}
  .hero-metrics{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  h1{letter-spacing:-1.5px}
  .preloader-stage{height:340px}.preloader-ring{width:220px;height:220px}.preloader-ring.r2{width:275px;height:275px}.preloader-ring.r3{width:320px;height:320px}.preloader-logo{width:130px;height:130px}.preloader-text{bottom:24px}.preloader-text h3{font-size:22px}
  .visual-console{min-height:420px}.c2,.c4{right:20px}.console-logo{display:none}
}
@media(max-width:560px){
  .brand-text small{display:none}.brand-logo{width:48px;height:48px}
  .nav-shell{border-radius:20px}.section{padding:72px 0}.hero-section{min-height:auto}
  .hero-actions{flex-direction:column}.btn{width:100%}
  .timeline:before{left:20px}.timeline-item{margin-left:46px}.timeline-item span{left:-44px;width:38px;height:38px;font-size:12px}
  .preloader-stage{height:310px}.preloader-ring{width:200px;height:200px}.preloader-ring.r2{width:245px;height:245px}.preloader-ring.r3{width:290px;height:290px}.preloader-logo{width:115px;height:115px}.loading-bar{width:220px}
  .console-card{position:static;margin:14px 0}.visual-console{min-height:auto}.orbit{display:none}
  .global-feature-list,.feature-strip,.portfolio-impact,.project-category-grid{grid-template-columns:1fr}
  .impact-card strong{font-size:32px}
}


/* IT office/server background added without removing animations */
.hero-section{
  background:
    
    url("../images/bg-final.png") center center / cover no-repeat !important;
}
.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(18,48,71,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,48,71,.035) 1px,transparent 1px),
    radial-gradient(circle at 22% 18%,rgba(255,255,255,.72),transparent 35%),
    radial-gradient(circle at 72% 38%,rgba(255,255,255,.55),transparent 44%) !important;
  background-size:86px 86px,86px 86px,auto,auto !important;
  mask-image:none !important;
}
.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.64),rgba(255,255,255,.16),rgba(255,255,255,.36)),
    radial-gradient(circle at 64% 42%,rgba(255,255,255,.62),transparent 36%) !important;
}
.hero-grid{
  position:relative;
  z-index:3;
}
.hero-copy,
.hero-visual,
.hero-metrics,
.hero-actions{
  position:relative;
  z-index:4;
}
.visual-console{
  background:rgba(255,255,255,.78) !important;
  backdrop-filter:blur(13px);
  -webkit-backdrop-filter:blur(13px);
  border-color:rgba(255,255,255,.80) !important;
}
.console-card{
  background:rgba(255,255,255,.90) !important;
}
@media(max-width:820px){
  .hero-section{
    background:
      linear-gradient(180deg,rgba(255,255,255,.97),rgba(242,247,255,.91)),
      url("../images/bg-final.png") center top / cover no-repeat !important;
  }
}


/* Client Portfolio Section */
.client-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.client-card{position:relative;overflow:hidden;border-radius:28px;padding:30px;background:rgba(255,255,255,.92);border:1px solid var(--border);box-shadow:var(--shadow);transform-style:preserve-3d;transition:.35s ease}
.client-card:hover{transform:translateY(-10px) perspective(1000px) rotateX(3deg) rotateY(-3deg);box-shadow:0 28px 70px rgba(18,48,71,.16)}
.client-card:before{content:"";position:absolute;inset:-2px;background:radial-gradient(circle at 20% 10%,rgba(0,107,255,.13),transparent 38%);opacity:.8}
.client-logo{position:relative;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid var(--border);font-size:28px;margin-bottom:18px}
.client-card h3{position:relative;font-size:22px;margin-bottom:8px}
.client-type{position:relative;display:inline-flex;padding:7px 12px;border-radius:999px;background:#EEF5FF;color:var(--orange);font-size:12px;font-weight:900;margin-bottom:14px}
.client-card p{position:relative;color:var(--muted);margin-bottom:18px}
.client-points{position:relative;display:grid;gap:10px}
.client-points span{color:var(--muted);font-size:14px;padding-bottom:9px;border-bottom:1px solid #EEF3F7}
.client-points span:before{content:"✓";color:var(--orange);font-weight:900;margin-right:8px}
.client-portfolio-note{margin-top:28px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#fff,#eef5ff);border:1px solid var(--border);color:var(--muted);box-shadow:var(--shadow)}
@media(max-width:980px){.client-portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.client-portfolio-grid{grid-template-columns:1fr}}


/* Unique 3D Client Portfolio Upgrade */
.client-portfolio-stage{
  position:relative;
  margin-top:42px;
  padding:42px;
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 18%,rgba(0,107,255,.14),transparent 30%),
    radial-gradient(circle at 82% 78%,rgba(45,124,255,.10),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,247,255,.90));
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  overflow:hidden;
  perspective:1400px;
}
.client-portfolio-stage:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,107,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.05) 1px,transparent 1px);
  background-size:74px 74px;
  opacity:.65;
  transform:perspective(900px) rotateX(64deg) translateY(110px) scale(1.16);
  transform-origin:center bottom;
  animation:clientGrid3D 12s linear infinite;
}
@keyframes clientGrid3D{to{background-position:74px 74px}}
.client-orbit-core{
  position:absolute;
  left:50%;
  top:50%;
  width:260px;
  height:260px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  z-index:1;
  background:
    radial-gradient(circle at 35% 30%,rgba(255,255,255,.98),rgba(221,235,255,.86) 40%,rgba(0,107,255,.08));
  border:1px solid rgba(0,107,255,.15);
  box-shadow:0 0 80px rgba(0,107,255,.12),inset 0 0 50px rgba(255,255,255,.72);
  animation:clientCorePulse 4s ease-in-out infinite;
}
.client-orbit-core:before,.client-orbit-core:after{
  content:"";
  position:absolute;
  inset:22px;
  border-radius:50%;
  border:1px dashed rgba(0,107,255,.22);
  animation:clientOrbitSpin 13s linear infinite;
}
.client-orbit-core:after{
  inset:48px;
  animation-duration:9s;
  animation-direction:reverse;
}
@keyframes clientCorePulse{50%{transform:translate(-50%,-50%) scale(1.05)}}
@keyframes clientOrbitSpin{to{transform:rotate(360deg)}}
.client-3d-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.client-3d-card{
  position:relative;
  min-height:340px;
  padding:28px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(228,236,243,.95);
  box-shadow:0 24px 58px rgba(18,48,71,.12);
  overflow:hidden;
  transform-style:preserve-3d;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.client-3d-card:hover{
  transform:perspective(1200px) rotateX(5deg) rotateY(-6deg) translateY(-14px) translateZ(35px);
  box-shadow:0 35px 90px rgba(0,107,255,.16);
  border-color:rgba(0,107,255,.26);
}
.client-3d-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:radial-gradient(circle at var(--mx,30%) var(--my,10%),rgba(0,107,255,.16),transparent 38%);
  opacity:.85;
  transition:.25s;
}
.client-3d-card:after{
  content:"";
  position:absolute;
  inset:auto 22px -18px 22px;
  height:38px;
  border-radius:50%;
  background:rgba(18,48,71,.13);
  filter:blur(18px);
  opacity:.65;
  transition:.3s;
}
.client-3d-card:hover:after{opacity:.95}
.client-3d-top{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
  transform:translateZ(34px);
}
.client-3d-icon{
  width:66px;
  height:66px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff,#eef5ff);
  border:1px solid var(--border);
  font-size:32px;
  box-shadow:0 14px 30px rgba(0,107,255,.10);
  animation:clientIconFloat 4.2s ease-in-out infinite;
}
@keyframes clientIconFloat{50%{transform:translateY(-7px) rotateY(18deg)}}
.client-3d-type{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#EEF5FF;
  color:var(--orange);
  font-size:12px;
  font-weight:950;
  margin-bottom:8px;
}
.client-3d-card h3{
  position:relative;
  font-size:24px;
  margin-bottom:10px;
  transform:translateZ(28px);
}
.client-3d-card p{
  position:relative;
  color:var(--muted);
  margin-bottom:18px;
  transform:translateZ(20px);
}
.client-3d-points{
  position:relative;
  display:grid;
  gap:10px;
  transform:translateZ(24px);
}
.client-3d-points span{
  display:flex;
  gap:9px;
  color:var(--muted);
  font-size:14px;
  padding-bottom:9px;
  border-bottom:1px solid #EEF3F7;
}
.client-3d-points span:before{
  content:"✓";
  color:var(--orange);
  font-weight:950;
}
.client-3d-number{
  position:absolute;
  right:24px;
  top:24px;
  font-size:42px;
  font-weight:950;
  color:rgba(0,107,255,.08);
  transform:translateZ(10px);
}
.client-3d-ribbon{
  position:absolute;
  left:-40px;
  top:24px;
  transform:rotate(-35deg);
  width:150px;
  text-align:center;
  padding:7px;
  font-size:11px;
  font-weight:950;
  color:#fff;
  background:linear-gradient(90deg,var(--orange),#2D7CFF);
  box-shadow:0 12px 24px rgba(0,107,255,.18);
}
.client-impact-3d{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:32px;
}
.client-impact-box{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.86);
  border:1px solid var(--border);
  box-shadow:0 18px 44px rgba(18,48,71,.10);
  text-align:center;
  transform-style:preserve-3d;
  transition:.3s;
}
.client-impact-box:hover{
  transform:translateY(-10px) rotateX(5deg);
}
.client-impact-box strong{
  display:block;
  font-size:38px;
  color:var(--orange);
  line-height:1;
  margin-bottom:8px;
  animation:clientNumberPulse 3s ease-in-out infinite;
}
.client-impact-box span{color:var(--muted);font-weight:850}
@keyframes clientNumberPulse{50%{transform:scale(1.08);filter:drop-shadow(0 10px 16px rgba(0,107,255,.18))}}
.client-case-strip{
  position:relative;
  z-index:2;
  margin-top:30px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
}
.client-case-panel{
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
}
.client-case-panel h3{font-size:26px;margin-bottom:12px}
.client-case-panel p{color:var(--muted)}
.client-case-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.client-case-tags span{
  padding:10px 13px;
  border-radius:999px;
  background:#EEF5FF;
  border:1px solid #DDEBFF;
  color:var(--orange);
  font-weight:850;
  font-size:13px;
}
@media(max-width:1050px){
  .client-3d-grid{grid-template-columns:repeat(2,1fr)}
  .client-impact-3d{grid-template-columns:repeat(2,1fr)}
  .client-case-strip{grid-template-columns:1fr}
}
@media(max-width:650px){
  .client-portfolio-stage{padding:20px}
  .client-3d-grid,.client-impact-3d{grid-template-columns:1fr}
  .client-orbit-core{display:none}
}


/* Client Portfolio Details Page */
.client-detail-hero{
  position:relative;
  padding:42px;
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 16%,rgba(0,107,255,.13),transparent 34%),
    radial-gradient(circle at 82% 70%,rgba(45,124,255,.10),transparent 34%),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(242,247,255,.88));
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  overflow:hidden;
  perspective:1400px;
}
.client-detail-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,107,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.045) 1px,transparent 1px);
  background-size:76px 76px;
  opacity:.72;
  transform:perspective(900px) rotateX(64deg) translateY(120px) scale(1.18);
  transform-origin:center bottom;
  animation:clientDetailGrid 12s linear infinite;
}
@keyframes clientDetailGrid{to{background-position:76px 76px}}
.client-detail-hero .inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:34px;
  align-items:center;
}
.client-detail-hero p{color:var(--muted)}
.client-detail-stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:24px;
}
.client-detail-stat{
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--border);
  box-shadow:0 18px 42px rgba(18,48,71,.10);
}
.client-detail-stat strong{
  display:block;
  font-size:34px;
  color:var(--orange);
  line-height:1;
  margin-bottom:8px;
}
.client-detail-stat span{color:var(--muted);font-weight:850}
.client-detail-orbit{
  position:relative;
  min-height:360px;
  border-radius:32px;
  background:rgba(255,255,255,.68);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
  overflow:hidden;
}
.detail-orbit-core{
  position:absolute;
  left:50%;
  top:50%;
  width:190px;
  height:190px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle at 35% 30%,#fff,#eef5ff 48%,rgba(0,107,255,.10));
  border:1px solid rgba(0,107,255,.15);
  box-shadow:0 0 70px rgba(0,107,255,.14), inset 0 0 42px rgba(255,255,255,.85);
  animation:clientCorePulse 4s ease-in-out infinite;
}
.detail-orbit-core:after{
  content:"300+";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-size:42px;
  font-weight:950;
  color:var(--orange);
}
.detail-orbit-ring{
  position:absolute;
  left:50%;
  top:50%;
  width:310px;
  height:310px;
  border-radius:50%;
  border:1px dashed rgba(0,107,255,.18);
  transform:translate(-50%,-50%) rotateX(66deg);
  animation:detailOrbitSpin 12s linear infinite;
}
.detail-orbit-ring.r2{
  width:245px;height:245px;
  animation-duration:9s;
  animation-direction:reverse;
  border-color:rgba(45,124,255,.16);
}
.detail-orbit-node{
  position:absolute;
  padding:12px 14px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 16px 34px rgba(18,48,71,.12);
  font-weight:900;
  color:var(--navy);
  animation:detailNodeFloat 4s ease-in-out infinite;
}
.detail-orbit-node small{display:block;color:var(--muted);font-weight:650;margin-top:2px}
.detail-orbit-node.n1{left:26px;top:38px}
.detail-orbit-node.n2{right:30px;top:55px;animation-delay:.6s}
.detail-orbit-node.n3{left:44px;bottom:45px;animation-delay:1.2s}
.detail-orbit-node.n4{right:38px;bottom:52px;animation-delay:1.8s}
@keyframes detailOrbitSpin{to{transform:translate(-50%,-50%) rotateX(66deg) rotateZ(360deg)}}
@keyframes detailNodeFloat{50%{transform:translateY(-10px) translateZ(35px)}}

.client-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:34px;
}
.client-detail-card{
  position:relative;
  min-height:420px;
  padding:30px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  overflow:hidden;
  transform-style:preserve-3d;
  transition:.35s;
}
.client-detail-card:hover{
  transform:perspective(1200px) rotateX(5deg) rotateY(-5deg) translateY(-14px);
  box-shadow:0 34px 90px rgba(0,107,255,.15);
  border-color:rgba(0,107,255,.26);
}
.client-detail-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:radial-gradient(circle at var(--mx,30%) var(--my,10%),rgba(0,107,255,.14),transparent 40%);
  opacity:.85;
}
.client-detail-card > *{position:relative}
.client-detail-icon{
  width:70px;
  height:70px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff,#eef5ff);
  border:1px solid var(--border);
  box-shadow:0 16px 34px rgba(0,107,255,.10);
  font-size:34px;
  margin-bottom:18px;
  animation:clientIconFloat 4.2s ease-in-out infinite;
}
.client-detail-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#EEF5FF;
  color:var(--orange);
  font-size:12px;
  font-weight:950;
  margin-bottom:12px;
}
.client-detail-card h3{font-size:24px;margin-bottom:10px}
.client-detail-card p{color:var(--muted);margin-bottom:16px}
.client-detail-list{
  display:grid;
  gap:10px;
  margin-top:16px;
}
.client-detail-list span{
  color:var(--muted);
  font-size:14px;
  padding-bottom:9px;
  border-bottom:1px solid #EEF3F7;
}
.client-detail-list span:before{
  content:"✓";
  color:var(--orange);
  font-weight:950;
  margin-right:8px;
}
.client-detail-number{
  position:absolute;
  right:26px;
  top:24px;
  font-size:48px;
  font-weight:950;
  color:rgba(0,107,255,.08);
}
.client-detail-section{
  margin-top:38px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.client-detail-panel{
  padding:32px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
}
.client-detail-panel h3{font-size:27px;margin-bottom:12px}
.client-detail-panel p{color:var(--muted)}
.client-detail-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.client-detail-tags span{
  padding:10px 14px;
  border-radius:999px;
  background:#EEF5FF;
  border:1px solid #DDEBFF;
  color:var(--orange);
  font-size:13px;
  font-weight:850;
}
.client-process-3d{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  margin-top:34px;
}
.client-process-step{
  position:relative;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 18px 44px rgba(18,48,71,.10);
  text-align:center;
  transform-style:preserve-3d;
  transition:.3s;
}
.client-process-step:hover{transform:translateY(-10px) rotateX(5deg)}
.client-process-step strong{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  margin:0 auto 14px;
  color:#fff;
  background:linear-gradient(90deg,var(--orange),#2D7CFF);
}
.client-process-step span{display:block;color:var(--navy);font-weight:900;margin-bottom:6px}
.client-process-step p{color:var(--muted);font-size:14px}
@media(max-width:1100px){
  .client-detail-hero .inner,.client-detail-section{grid-template-columns:1fr}
  .client-detail-grid{grid-template-columns:repeat(2,1fr)}
  .client-process-3d{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .client-detail-hero{padding:22px}
  .client-detail-grid,.client-detail-stats,.client-process-3d{grid-template-columns:1fr}
  .client-detail-orbit{min-height:300px}
  .detail-orbit-ring{display:none}
}


/* Free IT Consultancy Popup */
.consultancy-modal{
  position:fixed;
  inset:0;
  z-index:99998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(7,18,35,.62);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.consultancy-modal.show{
  display:flex;
}
.consultancy-box{
  position:relative;
  width:min(620px,100%);
  max-height:92vh;
  overflow:auto;
  border-radius:28px;
  padding:42px 44px 38px;
  background:
    radial-gradient(circle at 20% 5%,rgba(0,107,255,.24),transparent 32%),
    radial-gradient(circle at 90% 90%,rgba(45,124,255,.18),transparent 34%),
    #ffffff;
  border:1px solid rgba(0,107,255,.18);
  box-shadow:0 35px 110px rgba(5,18,35,.28);
  animation:consultancyPopIn .45s ease both;
}
@keyframes consultancyPopIn{
  from{opacity:0;transform:translateY(30px) scale(.94) rotateX(8deg);filter:blur(6px)}
  to{opacity:1;transform:translateY(0) scale(1) rotateX(0);filter:blur(0)}
}
.consultancy-box:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:28px;
  background:
    linear-gradient(rgba(0,107,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.045) 1px,transparent 1px);
  background-size:48px 48px;
  opacity:.5;
}
.consultancy-close{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#EEF5FF;
  color:var(--navy,#123047);
  font-size:24px;
  font-weight:900;
  cursor:pointer;
  z-index:3;
  display:grid;
  place-items:center;
  transition:.25s;
}
.consultancy-close:hover{
  background:var(--orange,#006BFF);
  color:#fff;
  transform:rotate(90deg);
}
.consultancy-content{
  position:relative;
  z-index:2;
  text-align:center;
}
.consultancy-icon{
  width:70px;
  height:70px;
  margin:0 auto 16px;
  border-radius:22px;
  display:grid;
  place-items:center;
  font-size:34px;
  background:linear-gradient(135deg,#EEF5FF,#fff);
  border:1px solid rgba(0,107,255,.16);
  box-shadow:0 18px 45px rgba(0,107,255,.13);
  animation:consultancyIconFloat 3.5s ease-in-out infinite;
}
@keyframes consultancyIconFloat{
  50%{transform:translateY(-8px) rotateY(15deg)}
}
.consultancy-content h2{
  font-size:clamp(30px,4vw,42px);
  line-height:1.18;
  margin-bottom:14px;
  color:var(--navy,#123047);
}
.consultancy-content h2 span{
  background:linear-gradient(90deg,var(--orange,#006BFF),#2D7CFF);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.consultancy-content p{
  max-width:470px;
  margin:0 auto 26px;
  color:var(--muted,#5F7182);
  font-size:17px;
}
.consultancy-form{
  display:grid;
  gap:15px;
  text-align:left;
}
.consultancy-form input,
.consultancy-form textarea{
  width:100%;
  border:1px solid #DDEBFF;
  background:rgba(255,255,255,.92);
  color:var(--text,#172B3A);
  border-radius:16px;
  padding:17px 18px;
  font:inherit;
  outline:none;
  font-weight:700;
  transition:.25s;
}
.consultancy-form input::placeholder,
.consultancy-form textarea::placeholder{
  color:#5F7182;
  opacity:.85;
}
.consultancy-form input:focus,
.consultancy-form textarea:focus{
  border-color:var(--orange,#006BFF);
  box-shadow:0 0 0 4px rgba(0,107,255,.10);
  background:#fff;
}
.consultancy-form textarea{
  min-height:115px;
  resize:vertical;
}
.consultancy-submit{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:999px;
  margin-top:8px;
  color:#fff;
  font-weight:950;
  font-size:17px;
  background:linear-gradient(90deg,var(--orange,#006BFF),#2D7CFF);
  box-shadow:0 18px 42px rgba(0,107,255,.25);
  cursor:pointer;
  transition:.25s;
}
.consultancy-submit:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 55px rgba(0,107,255,.30);
}
.consultancy-small{
  margin-top:14px!important;
  font-size:13px!important;
  color:#7A8C9A!important;
}
@media(max-width:620px){
  .consultancy-modal{padding:14px}
  .consultancy-box{padding:34px 20px 26px;border-radius:22px}
  .consultancy-close{top:12px;right:12px}
}


/* Front Page World + Testimonials Sections */
.world-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%,rgba(0,107,255,.10),transparent 30%),
    radial-gradient(circle at 80% 70%,rgba(45,124,255,.08),transparent 32%),
    linear-gradient(135deg,#ffffff,#f2f7ff);
}
.world-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,107,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.045) 1px,transparent 1px);
  background-size:82px 82px;
  opacity:.65;
}
.world-title{
  text-align:center;
  max-width:900px;
  margin:0 auto 42px;
  position:relative;
  z-index:2;
}
.world-title h2 span{
  background:linear-gradient(90deg,var(--orange,#006BFF),#2D7CFF);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.world-title p{color:var(--muted);font-size:18px;margin-top:14px}
.world-carousel-wrap{
  position:relative;
  z-index:2;
  overflow:hidden;
  padding:18px 0 26px;
}
.world-carousel{
  display:flex;
  gap:26px;
  width:max-content;
  animation:worldMove 28s linear infinite;
}
.world-carousel:hover{animation-play-state:paused}
@keyframes worldMove{
  to{transform:translateX(-50%)}
}
.country-card{
  width:250px;
  min-height:178px;
  border-radius:26px;
  padding:28px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--border);
  box-shadow:0 20px 50px rgba(18,48,71,.10);
  display:grid;
  place-items:center;
  text-align:center;
  transform-style:preserve-3d;
  transition:.35s ease;
}
.country-card:hover{
  transform:translateY(-12px) perspective(1000px) rotateX(5deg) rotateY(-5deg);
  box-shadow:0 30px 80px rgba(0,107,255,.16);
}
.flag{
  font-size:64px;
  line-height:1;
  filter:drop-shadow(0 14px 22px rgba(0,107,255,.18));
  margin-bottom:14px;
}
.country-card h3{
  font-size:22px;
  color:var(--navy,#123047);
}
.country-card p{
  color:var(--muted);
  font-size:13px;
  margin-top:6px;
}
.testimonials-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 20%,rgba(0,107,255,.10),transparent 34%),
    radial-gradient(circle at 82% 28%,rgba(45,124,255,.08),transparent 30%),
    linear-gradient(135deg,#f7fbff,#ffffff 45%,#eef5ff);
}
.testimonials-section:before{
  content:"";
  position:absolute;
  inset:auto -10% 0 -10%;
  height:260px;
  background:linear-gradient(90deg,rgba(0,107,255,.06),rgba(255,255,255,.0),rgba(0,107,255,.06));
  transform:skewY(-5deg);
}
.testimonial-head{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:end;
  margin-bottom:42px;
}
.testimonial-head .label{
  display:inline-flex;
  letter-spacing:8px;
  font-weight:950;
  color:var(--orange,#006BFF);
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:8px;
}
.testimonial-head h2{
  max-width:760px;
}
.testimonial-arrows{
  display:flex;
  gap:12px;
}
.testimonial-arrow{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid var(--border);
  background:#fff;
  color:var(--navy,#123047);
  font-size:24px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(18,48,71,.10);
  cursor:pointer;
  transition:.25s;
}
.testimonial-arrow:hover{
  background:var(--orange,#006BFF);
  color:#fff;
  transform:translateY(-3px);
}
.testimonial-track-wrap{
  position:relative;
  z-index:2;
  overflow:hidden;
  padding:24px 0 34px;
}
.testimonial-track{
  display:flex;
  gap:28px;
  width:max-content;
  animation:testimonialMove 34s linear infinite;
}
.testimonial-track:hover{animation-play-state:paused}
@keyframes testimonialMove{
  to{transform:translateX(-50%)}
}
.testimonial-card{
  position:relative;
  width:360px;
  min-height:430px;
  padding:38px 30px 34px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--border);
  box-shadow:0 24px 60px rgba(18,48,71,.12);
  border-radius:34px;
  text-align:center;
  transform-style:preserve-3d;
  transition:.35s ease;
  overflow:hidden;
}
.testimonial-card:hover{
  transform:translateY(-14px) perspective(1200px) rotateX(5deg) rotateY(-4deg);
  box-shadow:0 36px 90px rgba(0,107,255,.16);
}
.testimonial-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background:radial-gradient(circle at 50% 0%,rgba(0,107,255,.13),transparent 42%);
  opacity:.9;
}
.testimonial-logo{
  position:relative;
  width:92px;
  height:92px;
  border-radius:26px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  background:linear-gradient(135deg,#fff,#eef5ff);
  border:1px solid var(--border);
  font-size:42px;
  box-shadow:0 18px 42px rgba(0,107,255,.12);
}
.testimonial-stars{
  position:relative;
  color:#FFD447;
  font-size:22px;
  letter-spacing:2px;
  margin-bottom:14px;
  text-shadow:0 6px 16px rgba(255,212,71,.22);
}
.testimonial-card h3{
  position:relative;
  font-size:24px;
  margin-bottom:4px;
}
.testimonial-role{
  position:relative;
  color:var(--muted);
  font-size:13px;
  margin-bottom:18px;
}
.testimonial-card p{
  position:relative;
  color:var(--text,#172B3A);
  font-weight:700;
  line-height:1.75;
}
.quote-mark{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(90deg,var(--orange,#006BFF),#2D7CFF);
  color:#fff;
  font-size:28px;
  box-shadow:0 16px 36px rgba(0,107,255,.22);
}
@media(max-width:860px){
  .testimonial-head{display:block;text-align:center}
  .testimonial-arrows{justify-content:center;margin-top:20px}
  .country-card{width:220px}
  .testimonial-card{width:320px}
}
@media(max-width:560px){
  .world-carousel,.testimonial-track{animation-duration:42s}
  .country-card{width:200px;padding:22px}
  .flag{font-size:54px}
  .testimonial-card{width:285px;min-height:440px}
}


/* Contact Page Location Map Section */
.location-map-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%,rgba(0,107,255,.10),transparent 32%),
    radial-gradient(circle at 80% 80%,rgba(45,124,255,.08),transparent 34%),
    linear-gradient(135deg,#ffffff,#f2f7ff);
}
.location-map-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,107,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.04) 1px,transparent 1px);
  background-size:78px 78px;
  opacity:.6;
}
.location-map-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:36px;
  align-items:center;
}
.location-info-card{
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
}
.location-info-card h2{
  margin-bottom:14px;
}
.location-info-card p{
  color:var(--muted);
  margin-bottom:18px;
}
.location-info-list{
  display:grid;
  gap:14px;
  margin-top:22px;
}
.location-info-list a,
.location-info-list span{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--border);
  color:var(--muted);
  font-weight:800;
  box-shadow:0 10px 25px rgba(18,48,71,.06);
}
.location-info-list strong{
  color:var(--navy,#123047);
}
.location-map-card{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  border:1px solid var(--border);
  background:#fff;
  box-shadow:0 24px 70px rgba(18,48,71,.14);
  transform-style:preserve-3d;
  transition:.35s ease;
}
.location-map-card:hover{
  transform:perspective(1200px) rotateX(3deg) rotateY(-3deg) translateY(-8px);
  box-shadow:0 34px 90px rgba(0,107,255,.16);
}
.location-map-card img{
  display:block;
  width:100%;
  height:430px;
  object-fit:cover;
}
.location-map-overlay{
  position:absolute;
  left:22px;
  bottom:22px;
  right:22px;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 16px 40px rgba(18,48,71,.16);
}
.location-map-overlay h3{
  font-size:20px;
  margin-bottom:5px;
}
.location-map-overlay p{
  color:var(--muted);
  font-size:14px;
}
.map-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.map-action-row .btn{
  min-height:48px;
  padding:12px 18px;
}
@media(max-width:980px){
  .location-map-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .location-info-card{padding:24px}
  .location-map-card img{height:320px}
  .location-map-overlay{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:0;
    border-radius:0;
  }
}


/* Contact map top + details down layout */
.location-map-section.map-top-layout{
  padding-top:90px;
}
.map-top-layout .location-map-grid{
  display:block !important;
}
.map-top-layout .location-map-card{
  width:100%;
  max-width:1180px;
  margin:0 auto 34px;
  border-radius:34px;
}
.map-top-layout .location-map-card img{
  height:520px;
  width:100%;
  object-fit:cover;
}
.map-top-layout .location-map-overlay{
  left:28px;
  right:auto;
  bottom:28px;
  max-width:520px;
}
.map-top-layout .location-info-card{
  max-width:1180px;
  margin:0 auto;
}
.map-top-layout .location-info-card h2,
.map-top-layout .location-info-card > p{
  text-align:center;
}
.map-top-layout .location-info-list{
  grid-template-columns:repeat(4,1fr);
  align-items:stretch;
}
.map-top-layout .location-info-list a,
.map-top-layout .location-info-list span{
  min-height:132px;
}
.map-top-layout .map-action-row{
  justify-content:center;
}
@media(max-width:1000px){
  .map-top-layout .location-info-list{
    grid-template-columns:repeat(2,1fr);
  }
  .map-top-layout .location-map-card img{
    height:430px;
  }
}
@media(max-width:620px){
  .location-map-section.map-top-layout{
    padding-top:60px;
  }
  .map-top-layout .location-info-list{
    grid-template-columns:1fr;
  }
  .map-top-layout .location-map-card img{
    height:330px;
  }
  .map-top-layout .location-map-overlay{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    max-width:none;
  }
}


/* Contact detail cards text alignment fix */
.map-top-layout .location-info-card{padding:42px 34px!important;overflow:visible!important}
.map-top-layout .location-info-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.map-top-layout .location-info-list>a,.map-top-layout .location-info-list>span{display:flex!important;align-items:flex-start!important;gap:14px!important;min-height:auto!important;height:auto!important;padding:22px 18px!important;border-radius:22px!important;word-break:normal!important;overflow-wrap:normal!important;white-space:normal!important}
.map-top-layout .location-info-list>a>span,.map-top-layout .location-info-list>span>span{display:block!important;width:100%!important;min-width:0!important;line-height:1.55!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important}
.map-top-layout .location-info-list strong{display:block!important;margin-bottom:6px!important;font-size:17px!important;line-height:1.25!important;color:var(--navy,#123047)!important}
.map-top-layout .contact-value{display:block!important;color:var(--muted,#5F7182)!important;font-weight:800!important;font-size:15px!important;line-height:1.55!important;word-break:normal!important;overflow-wrap:break-word!important}
.map-top-layout .location-icon{display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#EEF5FF!important;color:var(--orange,#006BFF)!important;font-size:18px!important}
.map-top-layout .map-action-row{margin-top:28px!important}
@media(max-width:1100px){.map-top-layout .location-info-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.map-top-layout .location-info-card{padding:28px 18px!important}.map-top-layout .location-info-list{grid-template-columns:1fr!important}.map-top-layout .location-info-list>a,.map-top-layout .location-info-list>span{padding:18px!important}}


/* Final proper contact details card layout */
.map-top-layout .location-info-card{
  max-width:1180px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:46px 34px 42px !important;
  border-radius:34px !important;
  background:rgba(255,255,255,.94) !important;
  overflow:hidden !important;
}

.map-top-layout .location-info-card h2{
  text-align:center !important;
  margin-bottom:10px !important;
}

.map-top-layout .location-info-card > p{
  text-align:center !important;
  max-width:760px !important;
  margin:0 auto 28px !important;
}

.map-top-layout .location-info-list{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
  margin-top:0 !important;
}

.map-top-layout .location-info-list > a,
.map-top-layout .location-info-list > span{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:14px !important;
  min-height:190px !important;
  height:auto !important;
  padding:24px !important;
  border-radius:24px !important;
  background:#ffffff !important;
  border:1px solid #DDEBFF !important;
  box-shadow:0 18px 45px rgba(18,48,71,.08) !important;
  color:var(--text,#172B3A) !important;
  text-align:left !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  white-space:normal !important;
}

.map-top-layout .location-info-list > a:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(0,107,255,.28) !important;
  box-shadow:0 26px 65px rgba(0,107,255,.13) !important;
}

.map-top-layout .location-icon{
  display:grid !important;
  place-items:center !important;
  flex:0 0 48px !important;
  width:48px !important;
  height:48px !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,#EEF5FF,#FFFFFF) !important;
  border:1px solid #DDEBFF !important;
  color:var(--orange,#006BFF) !important;
  font-size:21px !important;
  box-shadow:0 12px 28px rgba(0,107,255,.09) !important;
}

.map-top-layout .location-info-list > a > span:not(.location-icon),
.map-top-layout .location-info-list > span > span:not(.location-icon){
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  line-height:1.55 !important;
}

.map-top-layout .location-info-list strong{
  display:block !important;
  margin:0 0 8px !important;
  padding:0 !important;
  font-size:18px !important;
  line-height:1.25 !important;
  color:var(--navy,#123047) !important;
  font-weight:950 !important;
}

.map-top-layout .contact-value{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--muted,#5F7182) !important;
  font-size:15px !important;
  font-weight:750 !important;
  line-height:1.65 !important;
  letter-spacing:0 !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  white-space:normal !important;
}

.map-top-layout .location-info-list a[href^="tel"] .contact-value,
.map-top-layout .location-info-list a[href^="https://rjtechinfotech"] .contact-value{
  font-size:16px !important;
  font-weight:850 !important;
}

.map-top-layout .map-action-row{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  gap:14px !important;
  margin-top:30px !important;
}

.map-top-layout .map-action-row .btn{
  width:auto !important;
  min-width:210px !important;
}

@media(max-width:1100px){
  .map-top-layout .location-info-list{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .map-top-layout .location-info-list > a,
  .map-top-layout .location-info-list > span{
    min-height:165px !important;
  }
}

@media(max-width:620px){
  .map-top-layout .location-info-card{
    padding:30px 18px !important;
    border-radius:24px !important;
  }
  .map-top-layout .location-info-list{
    grid-template-columns:1fr !important;
  }
  .map-top-layout .location-info-list > a,
  .map-top-layout .location-info-list > span{
    min-height:auto !important;
    padding:20px !important;
  }
  .map-top-layout .map-action-row .btn{
    width:100% !important;
    min-width:0 !important;
  }
}


/* Global SEO Keywords Section */
.global-keyword-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 20%,rgba(0,107,255,.10),transparent 32%),
    radial-gradient(circle at 80% 80%,rgba(45,124,255,.08),transparent 34%),
    linear-gradient(135deg,#ffffff,#f2f7ff);
}
.global-keyword-section:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(0,107,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(0,107,255,.04) 1px,transparent 1px);
  background-size:78px 78px;
  opacity:.55;
}
.global-keyword-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:34px;
}
.global-keyword-card{
  padding:26px;
  border-radius:26px;
  background:rgba(255,255,255,.92);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform-style:preserve-3d;
  transition:.3s ease;
}
.global-keyword-card:hover{
  transform:translateY(-8px) perspective(1000px) rotateX(4deg);
  border-color:rgba(0,107,255,.25);
}
.global-keyword-card h3{
  font-size:22px;
  margin-bottom:12px;
}
.global-keyword-card ul{
  list-style:none;
  display:grid;
  gap:10px;
}
.global-keyword-card li{
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}
.global-keyword-card li:before{
  content:"✓";
  color:var(--orange,#006BFF);
  font-weight:900;
  margin-right:8px;
}
@media(max-width:1050px){.global-keyword-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.global-keyword-grid{grid-template-columns:1fr}}
