:root{
  --blue:#0D5BFF;
  --blue-dark:#0A46CC;
  --blue-tint:#EAF1FF;
  --white:#FFFFFF;
  --dark:#111111;
  --muted:#5B6472;
  --light-bg:#F8FAFC;
  --border:#E5E7EB;
  --radius:18px;
  --radius-sm:12px;
  --shadow-soft:0 8px 30px rgba(17,17,17,0.06);
  --shadow-lift:0 24px 48px rgba(13,91,255,0.14);
  --ease:cubic-bezier(.22,.9,.28,1);
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif;
  color:var(--dark);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{font-family:'Manrope',sans-serif;font-weight:700;letter-spacing:-0.02em;color:var(--dark);}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
.container{width:100%;max-width:1240px;margin:0 auto;padding:0 24px;}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--blue);
  margin-bottom:14px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--blue);border-radius:2px;}
.section-head{max-width:640px;margin-bottom:52px;}
.section-head h2{font-size:clamp(28px,3.4vw,42px);line-height:1.15;margin-bottom:14px;}
.section-head p{color:var(--muted);font-size:16.5px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
section{padding:100px 0;}
@media(max-width:768px){section{padding:64px 0;}}

.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:15px 28px;border-radius:100px;font-weight:600;font-size:15px;
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .3s, border-color .3s;
  position:relative;overflow:hidden;isolation:isolate;
}
.btn svg{width:16px;height:16px;transition:transform .3s var(--ease);}
.btn:hover svg{transform:translateX(3px);}
.btn-primary{background:var(--blue);background-size:200% 100%;background-position:0% 0;color:#fff;box-shadow:0 10px 24px rgba(13,91,255,0.28);}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(13,91,255,0.4);background:linear-gradient(120deg,var(--blue-dark),var(--blue) 60%,#3b82f6);}
.btn-outline{background:transparent;color:var(--dark);border:1.5px solid var(--border);}
.btn-outline:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-3px);box-shadow:0 12px 26px rgba(13,91,255,0.16);background:var(--blue-tint);}
.btn-white{background:#fff;color:var(--blue);}
.btn-white:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,0,0,0.18);}
.btn::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,0.55) 48%,transparent 76%);
  transform:translateX(-120%);transition:transform .7s var(--ease);
}
.btn:hover::before{transform:translateX(120%);}
.btn::after{
  content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:100%;
  background:rgba(255,255,255,0.35);transform:translate(-50%,-50%);transition:width .5s var(--ease),height .5s var(--ease);
}
.btn:active::after{width:220%;height:220%;}

/* ===== TOP BAR ===== */
.topbar{background:#111;color:#eef3fb;font-size:13px;border-bottom:1px solid rgba(255,255,255,.08);}

.topbar .container{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 18px;}

.topbar-left{display:flex;align-items:center;gap:26px;}

.topbar-left span{display:flex;align-items:center;gap:8px;white-space:nowrap;font-weight:500;transition:.3s ease;}

.topbar-left i{width:14px;font-size:14px;color:var(--blue);text-align:center;flex-shrink:0;}

.topbar-left span:hover{color:#fff;}

.topbar-left span:hover i{transform:scale(1.1);}

.topbar-social{display:flex;align-items:center;gap:10px;}

.topbar-social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);padding:0;line-height:1;transition:all .35s ease;}

.topbar-social a i{display:block;font-size:16px;line-height:1;color:#fff;transform:none;}

.topbar-social a:hover{background:linear-gradient(135deg,var(--blue),#3b82f6);border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 18px rgba(13,91,255,.3);}

.topbar *{box-sizing:border-box;}

@media(max-width:992px){.topbar .container{padding:0 16px;}.topbar-left{gap:18px;}.topbar-left span:nth-child(3){display:none;}}

@media(max-width:768px){.topbar{display:none;}}

/* ===== HEADER ===== */
header{position:sticky;top:0;z-index:200;}

.navbar{background:rgba(255,255,255,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.5);transition:.35s ease;}

.navbar.scrolled{background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(0,0,0,.06);border-bottom-color:transparent;}

.nav-inner{display:flex;align-items:center;justify-content:space-between;height:74px;}

.logo{display:flex;align-items:center;gap:12px;flex-shrink:0;}

.logo-mark{width:220px;height:54px;display:flex;align-items:center;justify-content:flex-start;background:none;box-shadow:none;border-radius:0;overflow:hidden;}

.logo-mark img{width:100%;height:100%;object-fit:contain;display:block;}

.logo-mark svg{display:none;}

.logo-text{display:none;}

.nav-links{display:flex;align-items:center;gap:30px;}

.nav-links>li{position:relative;}

.nav-links a.nav-link{display:flex;align-items:center;gap:5px;padding:6px 0;font-size:14px;font-weight:600;color:var(--dark);position:relative;transition:.3s;}

.nav-links a.nav-link::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--blue);transition:.3s;}

.nav-links a.nav-link:hover::after,.nav-links li.active a.nav-link::after{width:100%;}

.nav-links li.active a.nav-link{color:var(--blue);}

.chevron{width:11px;height:11px;transition:.3s;}

.has-mega:hover .chevron{transform:rotate(180deg);}

.mega-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(10px);width:620px;background:#fff;border-radius:18px;border:1px solid var(--border);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;opacity:0;visibility:hidden;box-shadow:0 24px 50px rgba(0,0,0,.12);transition:.35s ease;}

.has-mega:hover .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);}

.mega-menu a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:600;transition:.3s;}

.mega-menu a:hover{background:var(--blue-tint);color:var(--blue);}

.mega-menu .mm-ic{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--blue-tint);color:var(--blue);flex-shrink:0;}

.mega-menu a:hover .mm-ic{background:var(--blue);color:#fff;}

.mega-menu .mm-ic svg{width:17px;height:17px;}

.nav-cta{display:flex;align-items:center;gap:16px;}

.nav-cta .btn{padding:11px 18px;font-size:13px;border-radius:10px;min-height:42px;}

.nav-cta .btn svg{width:14px;height:14px;}

.burger{display:none;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);align-items:center;justify-content:center;background:#0D5BFF;color: white;}

.burger svg{width:19px;height:19px;}

@media(max-width:1080px){.nav-links{display:none;}.burger{display:flex;}.nav-inner{height:68px;}.logo-mark{width:170px;height:44px;}.nav-cta .btn{display:none;}}

.mobile-menu{position:fixed;top:0;right:0;width:min(340px,88vw);height:100%;background:#fff;z-index:300;transform:translateX(100%);transition:.4s ease;box-shadow:-15px 0 40px rgba(0,0,0,.12);padding:22px 18px;overflow-y:auto;}

.mobile-menu.open{transform:translateX(0);}

.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #ececec;margin-bottom:18px;}

.mobile-logo{display:flex;align-items:center;}

.mobile-logo img{width:180px;height:auto;display:block;object-fit:contain;}

.mobile-menu-close{width:38px;height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#0D5BFF;color: white; display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;}

.mobile-menu-close:hover{background:var(--blue);border-color:var(--blue);color:#fff;}

.mobile-menu-close i{font-size:18px;}

.mobile-nav{list-style:none;margin:0;padding:0;}

.mobile-nav li{border-bottom:1px solid #edf0f5;}

.mobile-nav li:last-child{border-bottom:none;}

.mobile-nav a{display:block;padding:16px 2px;font-size:16px;font-weight:600;color:#1f2937;transition:.3s;}

.mobile-nav a:hover{color:var(--blue);padding-left:8px;}

.mobile-btn{width:100%;justify-content:center;margin-top:24px;padding:13px 18px;font-size:14px;border-radius:12px;}

.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.35s;z-index:290;}

.overlay.open{opacity:1;visibility:visible;}


/* ===== HERO ===== */
/* ===== HERO ===== */

.hero{position:relative;overflow:hidden;background:#f8fbff;padding:0;}

.hero-slider{position:relative;height:600px;}

.hero-slide{position:absolute;inset:0;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:opacity .8s ease;}

.hero-slide.active{opacity:1;visibility:visible;z-index:2;}

.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.78) 30%,rgba(255,255,255,.45) 55%,rgba(255,255,255,.12) 75%,rgba(255,255,255,0) 100%);}

.hero .container{position:relative;z-index:5;height:100%;display:flex;align-items:center;}

.hero-content{max-width:560px;}

.hero-content .eyebrow{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border-radius:40px;background:rgba(255,255,255,.85);border:1px solid rgba(13,91,255,.12);color:#0d5bff;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:22px;}

.hero-content .eyebrow::before{content:"";width:28px;height:2px;background:#0d5bff;border-radius:20px;}

.hero-content h1{font-size:clamp(38px,4vw,56px);line-height:1.1;font-weight:900;color:#0f172a;letter-spacing:-.03em;margin-bottom:20px;text-shadow:0 2px 10px rgba(255,255,255,.45);}

.hero-content .accent{color: #2563eb;}

.hero-content p{max-width:500px;font-size:17px;line-height:1.8;color:#374151;font-weight:500;margin-bottom:32px;}

.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}

.hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 26px;border-radius:12px;font-size:15px;font-weight:700;transition:.35s ease;}

.hero-actions .btn i{transition:.35s ease;}

.hero-actions .btn:hover i{transform:translateX(5px);}

.hero-actions .btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 28px;font-size:15px;font-weight:700;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .35s ease;}

.hero-actions .btn i{transition:transform .35s ease;}

.hero-actions .btn:hover i{transform:translateX(5px);}

.hero-actions .btn-primary{position:relative;background:linear-gradient(135deg,#0d5bff,#2f7bff);color:#fff;border:none;box-shadow:0 12px 30px rgba(13,91,255,.25);}

.hero-actions .btn-primary::before{content:"";position:absolute;top:0;left:-120%;width:55%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.8),transparent);transform:skewX(-20deg);transition:left .8s ease;}

.hero-actions .btn-primary:hover::before{left:170%;}

.hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(13,91,255,.35);}

.hero-actions .btn-primary:active{transform:translateY(-1px);}

.hero-actions .btn-outline{position:relative;background:rgba(255,255,255,.96);color:#111827;border:2px solid #d8e2f2;box-shadow:0 8px 22px rgba(15,23,42,.08);}

.hero-actions .btn-outline::before{content:"";position:absolute;top:0;left:-120%;width:55%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.9),transparent);transform:skewX(-20deg);transition:left .8s ease;}

.hero-actions .btn-outline:hover::before{left:170%;}

.hero-actions .btn-outline:hover{background:#ffffff;color:#0d5bff;border-color:#0d5bff;transform:translateY(-3px);box-shadow:0 18px 35px rgba(13,91,255,.18);}

.hero-actions .btn-outline:active{transform:translateY(-1px);}

.hero-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:20;}

.hero-dots button{width:10px;height:10px;border:none;border-radius:50%;background:#d7dfec;cursor:pointer;transition:all .35s ease;}

.hero-dots button.active{width:34px;border-radius:30px;background:#0d5bff;box-shadow:0 8px 20px rgba(13,91,255,.35);}

.hero-dots button:hover{background:#0d5bff;transform:scale(1.15);}

.hero-slide.active .hero-content{animation:heroFade .8s cubic-bezier(.22,1,.36,1);}

@keyframes heroFade{0%{opacity:0;transform:translateY(28px);}100%{opacity:1;transform:translateY(0);}}

.hero-slide.active{animation:heroZoom 8s linear forwards;}

@keyframes heroZoom{0%{background-size:100%;}100%{background-size:105%;}}

@media(max-width:991px){.hero-slider{height:560px;}}

@media(max-width:991px){.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.72) 45%,rgba(255,255,255,.18) 100%);}}

@media(max-width:991px){.hero .container{justify-content:center;padding:0 30px;}}

@media(max-width:991px){.hero-content{max-width:100%;text-align:center;}}

@media(max-width:991px){.hero-content .eyebrow{margin:0 auto 20px;}}

@media(max-width:991px){.hero-content p{margin-left:auto;margin-right:auto;}}

@media(max-width:991px){.hero-actions{justify-content:center;}}

@media(max-width:767px){.hero-slider{height:100vh;min-height:680px;}}

@media(max-width:767px){.hero-content h1{font-size:34px;line-height:1.15;}}

@media(max-width:767px){.hero-content p{font-size:15px;line-height:1.8;}}

@media(max-width:767px){.hero-actions{flex-direction:column;align-items:stretch;gap:14px;}}

@media(max-width:767px){.hero-actions .btn{width:100%;}}

@media(max-width:767px){.hero-dots{bottom:18px;}}

@media(max-width:575px){.hero-slider{min-height:620px;}}

@media(max-width:575px){.hero-content h1{font-size:30px;}}

@media(max-width:575px){.hero-content p{font-size:14px;}}

@media(max-width:575px){.hero-content .eyebrow{font-size:10px;padding:9px 16px;}}

@media(max-width:575px){.hero-actions .btn{height:50px;font-size:14px;}}

@media(max-width:575px){.hero-dots button{width:9px;height:9px;}}

@media(max-width:575px){.hero-dots button.active{width:28px;}}
.hero-actions,
.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-outline{
opacity:1 !important;
visibility:visible !important;
filter:none !important;
}


/* ================= RESPONSIVE ================= */

@media(max-width:1200px){
.hero-slider{height:560px;}
.hero-content{max-width:520px;}
.hero-content h1{font-size:46px;}
}

@media(max-width:992px){
.hero-slider{height:520px;}
.hero-overlay{background:rgba(255,255,255,.88);}
.hero .container{justify-content:center;text-align:center;}
.hero-content{max-width:100%;}
.hero-content p{margin:0 auto 28px;}
.hero-actions{justify-content:center;}
}

@media(max-width:768px){
.hero-slider{height:500px;}
.hero-content h1{font-size:34px;}
.hero-content p{font-size:15px;}
.hero-actions{flex-direction:column;}
.hero-actions .btn{width:100%;}
}

@media(max-width:576px){
.hero-slider{height:470px;}
.hero-content .eyebrow{font-size:11px;padding:7px 16px;}
.hero-content h1{font-size:30px;}
.hero-content p{font-size:14px;line-height:1.7;}
.hero-dots{bottom:18px;}
}
/* ===== STATS ===== */
.stats-bar{background:#0b1220;padding:30px 0;}

.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}

.stat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:125px;padding:20px;border-radius:16px;background:#121a2b;border:1px solid rgba(255,255,255,.06);transition:all .35s ease;overflow:hidden;}

.stat::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.35s ease;}

.stat:hover::before{transform:scaleX(1);}

.stat:hover{transform:translateY(-8px);background:#182338;border-color:rgba(37,99,235,.35);box-shadow:0 18px 35px rgba(0,0,0,.28);}

.stat .num{display:flex;align-items:center;justify-content:center;font-family:'Manrope',sans-serif;font-size:34px;font-weight:800;color:#fff;line-height:1;transition:.35s ease;}

.stat:hover .num{color:#60a5fa;}

.stat .plus{margin-left:2px;color:#2563eb;}

.stat p{margin-top:12px;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#9ca3af;line-height:1.4;text-align:center;}

.stat:hover p{color:#fff;}

@media(max-width:992px){

.stats-inner{grid-template-columns:repeat(2,1fr);}

}

@media(max-width:576px){

.stats-bar{padding:40px 0;}

.stats-inner{grid-template-columns:1fr;gap:14px;}

.stat{height:110px;}

.stat .num{font-size:30px;}

.stat p{font-size:10px;}

}


/* ===== SERVICES ===== */
.mw-services{padding:50px 0;background:#f8fbff;position:relative;overflow:hidden;}

.mw-services-head{max-width:760px;margin:0 auto 70px;text-align:center;}

.mw-eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:50px;background:#eaf2ff;color:#0d5bff;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:18px;}

.mw-services-head h2{margin:0 0 18px;font-size:clamp(34px,3vw,46px);font-weight:800;line-height:1.2;color:#111827;}

.mw-services-head p{max-width:680px;margin:auto;font-size:16px;line-height:1.8;color:#64748b;}

.mw-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}

.mw-service-card{position:relative;padding:34px 28px;border-radius:22px;background:#ffffff;border:1px solid #e7edf7;overflow:hidden;transition:all .45s cubic-bezier(.22,1,.36,1);box-shadow:0 10px 25px rgba(15,23,42,.05);}

.mw-service-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.45s ease;}

.mw-service-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(37,99,235,.04),transparent 65%);opacity:0;transition:.45s ease;pointer-events:none;}

.mw-service-card:hover::before{transform:scaleX(1);}

.mw-service-card:hover::after{opacity:1;}

.mw-service-card:hover{transform:translateY(-12px);border-color:#d7e6ff;box-shadow:0 28px 55px rgba(37,99,235,.16);}

.mw-service-icon{position:relative;width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #d9e7ff;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:.45s ease;overflow:hidden;}

.mw-service-icon::before{content:"";position:absolute;top:-120%;left:-120%;width:220%;height:220%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.8),transparent);transform:rotate(25deg);transition:.8s ease;}

.mw-service-card:hover .mw-service-icon::before{top:100%;left:100%;}

.mw-service-card:hover .mw-service-icon{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#2563eb;transform:rotate(-6deg) scale(1.08);box-shadow:0 15px 35px rgba(37,99,235,.25);}

.mw-service-icon i{font-size:28px;color:#2563eb;transition:.35s ease;}

.mw-service-card:hover .mw-service-icon i{color:#fff;transform:scale(1.12);}

.mw-service-card h3{margin:0 0 14px;font-size:20px;font-weight:800;color:#111827;transition:.35s ease;}

.mw-service-card:hover h3{color:#2563eb;}

.mw-service-card p{margin:0;font-size:15px;line-height:1.8;color:#64748b;}

.mw-service-btn{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:14px;font-weight:700;color:#2563eb;text-decoration:none;transition:.35s ease;}

.mw-service-btn i{font-size:13px;transition:.35s ease;}

.mw-service-card:hover .mw-service-btn{gap:14px;}

.mw-service-card:hover .mw-service-btn i{transform:translateX(6px);}

@media(max-width:1200px){.mw-services-grid{grid-template-columns:repeat(2,1fr);}}

@media(max-width:768px){.mw-services{padding:70px 0;}.mw-services-head{margin-bottom:50px;}.mw-services-grid{grid-template-columns:1fr;gap:22px;}.mw-service-card{padding:28px 24px;}.mw-service-icon{width:56px;height:56px;}.mw-service-icon i{font-size:24px;}.mw-service-card h3{font-size:18px;}.mw-service-card p{font-size:14px;}}

/*==================================================
INDUSTRIES SECTION
==================================================*/

#industries{padding:50px 0;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);}

#industries .container{max-width:1320px;width:100%;margin:auto;padding:0 20px;}

#industries .section-head{max-width:760px;margin:0 auto 70px;text-align:center;}

#industries .eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:50px;background:rgba(1,149,192,.08);color:#2563eb;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;}

#industries h2{margin:22px 0 18px;    font-size: clamp(32px, 3vw, 44px);font-weight:800;line-height:1.15;color:#101828;}

#industries h2 span{color:#2563eb;}

#industries .section-head p{max-width:700px;margin:auto;font-size:17px;line-height:1.9;color:#667085;}

/*==================================================
INDUSTRIES GRID
==================================================*/

.industries-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;align-items:stretch;}

.industries-grid>*{height:100%;}

/*==================================================
INDUSTRY CARD
==================================================*/

.industry-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:340px;padding:34px;border-radius:24px;background:#ffffff;border:1px solid rgba(1,149,192,.08);overflow:hidden;box-shadow:0 15px 40px rgba(15,23,42,.06);transition:all .45s cubic-bezier(.4,0,.2,1);}

.industry-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.45s;}

.industry-card::after{content:"";position:absolute;top:-160%;left:-90%;width:45%;height:420%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.75),transparent);transform:rotate(25deg);transition:1s;pointer-events:none;}

.industry-card:hover{transform:translateY(-12px);border-color:#2563eb;box-shadow:0 28px 60px rgba(1,149,192,.18);}

.industry-card:hover::before{transform:scaleX(1);}

.industry-card:hover::after{left:160%;}

/*==================================================
INDUSTRY ICON
==================================================*/

.industry-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 18px 35px rgba(1,149,192,.22);transition:.45s;}

.industry-icon i{font-size:34px;color:#ffffff;}

.industry-card:hover .industry-icon{transform:translateY(-6px) rotate(8deg) scale(1.08);box-shadow:0 24px 45px rgba(1,149,192,.35);}

/*==================================================
INDUSTRY CONTENT
==================================================*/

.industry-content{display:flex;flex-direction:column;flex:1;position:relative;}

.industry-number{position:absolute;top:-10px;right:0;font-size:54px;font-weight:800;line-height:1;color:rgba(1,149,192,.08);user-select:none;transition:.35s;}

.industry-content h3{margin:0 0 16px;font-size:25px;font-weight:700;line-height:1.3;color:#111827;transition:.35s;}

.industry-content p{margin:0;font-size:15px;line-height:1.9;color:#667085;}

.industry-link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:24px;font-size:15px;font-weight:700;color:#2563eb;text-decoration:none;transition:.35s;}

.industry-link i{transition:.35s;}

.industry-card:hover .industry-number{color:rgba(1,149,192,.16);transform:scale(1.08);}

.industry-card:hover h3{color:#2563eb;}

.industry-card:hover .industry-link{gap:16px;}

.industry-card:hover .industry-link i{transform:translateX(6px);}

/*==================================================
INDUSTRY HOVER EFFECTS
==================================================*/

.industry-card:hover{background:#ffffff;}

.industry-card:hover{background-image:radial-gradient(circle at top right,rgba(1,149,192,.08),transparent 55%);}

.industry-card:hover{outline-offset:4px;}

.industry-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.08),0 35px 70px rgba(1,149,192,.18);}

.industry-card:hover{transform:translateY(-12px) scale(1.02);}

/*==================================================
SHINE EFFECT
==================================================*/

.industry-card::after{content:"";position:absolute;top:-160%;left:-80%;width:45%;height:420%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.85),transparent);transform:rotate(25deg);transition:1.1s;pointer-events:none;}

.industry-card:hover::after{left:170%;}

/*==================================================
GRADIENT TOP BAR
==================================================*/

.industry-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa,#4FD1C5);transform:scaleX(0);transform-origin:left;transition:.45s;}

.industry-card:hover::before{transform:scaleX(1);}

/*==================================================
ICON EFFECT
==================================================*/

.industry-card:hover .industry-icon{transform:translateY(-8px) rotate(8deg) scale(1.08);}

.industry-card:hover .industry-icon{box-shadow:0 25px 50px rgba(1,149,192,.35);}

.industry-card:hover .industry-icon{background:linear-gradient(135deg,#2563eb,#60a5fa);}

.industry-icon{transition:.45s cubic-bezier(.4,0,.2,1);}

/*==================================================
NUMBER EFFECT
==================================================*/

.industry-card:hover .industry-number{transform:scale(1.12);}

.industry-card:hover .industry-number{color:rgba(1,149,192,.18);}

.industry-number{transition:.4s ease;}

/*==================================================
TITLE EFFECT
==================================================*/

.industry-content h3{transition:.35s ease;}

.industry-card:hover h3{color:#2563eb;}

.industry-card:hover h3{letter-spacing:.3px;}

/*==================================================
TEXT EFFECT
==================================================*/

.industry-content p{transition:.35s ease;}

.industry-card:hover p{color:#4B5563;}

.industry-card:hover p{transform:translateY(-2px);}

/*==================================================
BUTTON EFFECT
==================================================*/

.industry-link{transition:.35s ease;}

.industry-link i{transition:.35s ease;}

.industry-card:hover .industry-link{gap:16px;}

.industry-card:hover .industry-link{color:#2563eb;}

.industry-card:hover .industry-link i{transform:translateX(6px);}

/*==================================================
SMOOTH TRANSITIONS
==================================================*/

.industry-card *{transition:all .35s ease;}

/*==================================================
PREMIUM GLOW
==================================================*/

.industry-card:hover{border-color:rgba(1,149,192,.18);}

.industry-card:hover{background-color:#ffffff;}

.industry-card:hover{filter:saturate(105%);}

/*==================================================
HARDWARE ACCELERATION
==================================================*/

.industry-card{will-change:transform;}

.industry-card{transform-style:preserve-3d;}

.industry-card{backface-visibility:hidden;}

.industry-card{cursor:pointer;}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){.industries-grid{grid-template-columns:repeat(3,1fr);gap:24px;}}

@media(max-width:1200px){.industry-card{padding:30px;min-height:320px;}}

@media(max-width:1200px){.industry-icon{width:74px;height:74px;border-radius:20px;}}

@media(max-width:1200px){.industry-icon i{font-size:30px;}}

@media(max-width:1200px){.industry-content h3{font-size:22px;}}

@media(max-width:1200px){.industry-content p{font-size:14px;line-height:1.8;}}

@media(max-width:992px){#industries{padding:90px 0;}}

@media(max-width:992px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:24px;}}

@media(max-width:992px){.industry-card{min-height:300px;}}

@media(max-width:992px){.industry-number{font-size:42px;}}

@media(max-width:992px){#industries h2{font-size:2.3rem;}}

@media(max-width:768px){#industries{padding:75px 0;}}

@media(max-width:768px){.industries-grid{grid-template-columns:1fr;gap:20px;}}

@media(max-width:768px){.industry-card{padding:24px;min-height:auto;}}

@media(max-width:768px){.industry-icon{width:64px;height:64px;border-radius:18px;margin-bottom:22px;}}

@media(max-width:768px){.industry-icon i{font-size:26px;}}

@media(max-width:768px){.industry-content h3{font-size:20px;}}

@media(max-width:768px){.industry-content p{font-size:14px;}}

@media(max-width:768px){.industry-number{font-size:36px;}}

@media(max-width:768px){.industry-link{padding-top:18px;font-size:14px;}}

@media(max-width:576px){#industries .container{padding:0 16px;}}

@media(max-width:576px){#industries .section-head{margin-bottom:40px;}}

@media(max-width:576px){#industries h2{font-size:1.9rem;}}

@media(max-width:576px){#industries .section-head p{font-size:15px;}}

@media(max-width:576px){.industry-card{border-radius:18px;}}

@media(max-width:576px){.industry-icon{width:58px;height:58px;}}

@media(max-width:576px){.industry-icon i{font-size:22px;}}

@media(max-width:576px){.industry-content h3{font-size:18px;}}

@media(max-width:576px){.industry-content p{font-size:13px;line-height:1.7;}}

@media(max-width:576px){.industry-link{font-size:13px;}}

@media(prefers-reduced-motion:reduce){.industry-card,.industry-card::before,.industry-card::after,.industry-card *{transition:none!important;}}

@media(prefers-reduced-motion:reduce){.industry-card:hover{transform:none;box-shadow:0 15px 40px rgba(15,23,42,.06);}}

/*==================================================
OPTIONAL PREMIUM EFFECTS
==================================================*/

.industry-card:nth-child(1){animation:fadeUp .5s ease both;}

.industry-card:nth-child(2){animation:fadeUp .6s ease both;}

.industry-card:nth-child(3){animation:fadeUp .7s ease both;}

.industry-card:nth-child(4){animation:fadeUp .8s ease both;}

.industry-card:nth-child(5){animation:fadeUp .9s ease both;}

.industry-card:nth-child(6){animation:fadeUp 1s ease both;}

@keyframes fadeUp{from{opacity:0;transform:translateY(40px);}to{opacity:1;transform:translateY(0);}}

/* ================= ICON ================= */

.s-ic{position:relative;width:62px;height:62px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #d6e4ff;box-shadow:0 10px 22px rgba(37,99,235,.10);margin-bottom:24px;transition:.45s ease;overflow:hidden;}

.s-ic::before{content:"";position:absolute;top:-100%;left:-100%;width:220%;height:220%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.7),transparent);transform:rotate(25deg);transition:.8s ease;}

.s-card:hover .s-ic::before{top:100%;left:100%;}

.s-card:hover .s-ic{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#2563eb;transform:rotate(-6deg) scale(1.08);box-shadow:0 16px 36px rgba(37,99,235,.28);}

.s-ic i,.s-ic svg{width:28px;height:28px;font-size:28px;color:#2563eb;transition:.4s ease;display:flex;align-items:center;justify-content:center;}

.s-card:hover .s-ic i,.s-card:hover .s-ic svg{color:#fff;transform:scale(1.12);}

/* ================= CONTENT ================= */

.s-card h3{margin:0 0 12px;font-size:20px;font-weight:800;color:#0f172a;transition:.35s ease;}

.s-card p{margin:0;font-size:15px;line-height:1.8;color:#64748b;transition:.35s ease;}

.s-card:hover h3{color:#2563eb;}

.s-card:hover p{color:#475569;}

/* ================= READ MORE ================= */

.s-card .more{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-size:14px;font-weight:700;color:#2563eb;transition:.35s ease;}

.s-card .more i{font-size:13px;transition:.35s ease;}

.s-card:hover .more i{transform:translateX(6px);}

/* ================= RESPONSIVE ================= */

@media(max-width:1200px){.services-grid{grid-template-columns:repeat(2,1fr);}}

@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:22px;}.s-card{padding:28px 24px;}.s-ic{width:56px;height:56px;}.s-ic i,.s-ic svg{width:24px;height:24px;font-size:24px;}.s-card h3{font-size:18px;}.s-card p{font-size:14px;}}


/* ================= ABOUT V3 ================= */

.about-v3{padding:50px 0;background:#ffffff;}

.about-v3-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}

.about-v3-image{overflow:hidden;border-radius:24px;}

.about-v3-image img{width:100%;height:560px;display:block;object-fit:cover;border-radius:24px;transition:.6s ease;box-shadow:0 25px 60px rgba(15,23,42,.10);}

.about-v3-image:hover img{transform:scale(1.05);}

.about-v3-tag{display:inline-block;padding:8px 18px;border-radius:40px;background:#eef5ff;color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;}

.about-v3-content h2{margin:0 0 20px;font-size:clamp(36px,3vw,48px);font-weight:800;line-height:1.2;color:#111827;}

.about-v3-content h2 span{display:block;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

.about-v3-content p{margin:0 0 30px;font-size:16px;line-height:1.9;color:#64748b;}

.about-v3-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:36px;}

.about-v3-list div{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#111827;}

.about-v3-list i{color:#2563eb;font-size:16px;}

.about-v3 .btn{padding:15px 34px;border-radius:14px;}

@media(max-width:992px){

.about-v3-grid{grid-template-columns:1fr;gap:50px;}

.about-v3-image img{height:420px;}

}

@media(max-width:768px){

.about-v3{padding:70px 0;}

.about-v3-content h2{font-size:34px;}

.about-v3-list{grid-template-columns:1fr;}

}
/* ===== WHY CHOOSE ===== */
.why-section{padding:90px 0;background:#f8fbff;}

.why-heading{text-align:center;max-width:760px;margin:0 auto 55px;}

.section-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 22px;background:#eef5ff;border-radius:50px;color:#2563eb;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:16px;}

.why-heading h2{font-size:clamp(30px,3vw,42px);font-weight:800;line-height:1.2;color:#101828;margin-bottom:16px;}

.why-heading h2 span{color: #2563eb;}

.why-heading p{max-width:680px;margin:auto;font-size:15px;line-height:1.8;color:#64748b;}

.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}

.why-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:22px;background:#fff;border:1px solid #e7edf7;border-radius:18px;box-shadow:0 8px 25px rgba(15,23,42,.05);transition:.35s ease;position:relative;overflow:hidden;min-height:30px;}

.why-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.35s;}

.why-card:hover::before{transform:scaleX(1);}

.why-card:hover{transform:translateY(-8px);border-color:#2563eb;box-shadow:0 20px 45px rgba(37,99,235,.12);}

.why-image{width:90px;height:90px;margin-bottom:18px;border-radius:16px;overflow:hidden;background:#f4f7fb;position:relative;}

.why-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s ease;}

.why-image::after{content:"";position:absolute;top:0;left:-170%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);transform:skewX(-25deg);}

.why-card:hover .why-image::after{animation:whyShine .8s linear;}

.why-card:hover .why-image img{transform:scale(1.08);}

@keyframes whyShine{
0%{left:-170%;}
100%{left:170%;}
}

.why-content{width:100%;}

.why-content h3{font-size:20px;font-weight:800;line-height:1.35;color:#111827;margin-bottom:12px;transition:.3s;}

.why-card:hover h3{color:#2563eb;}

.why-content p{font-size:14px;line-height:1.75;color:#64748b;margin-bottom:18px;}

.why-content a{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:14px;font-weight:700;text-decoration:none;transition:.3s;}

.why-content a:hover{gap:12px;}

.why-content a svg{width:17px;height:17px;transition:.3s;}

.why-content a:hover svg{transform:translateX(5px);}

/*==================================================
TABLET
==================================================*/

@media(max-width:1100px){

.why-grid{grid-template-columns:repeat(2,1fr);}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){

.why-section{padding:70px 0;}

.why-heading{margin-bottom:40px;}

.why-heading h2{font-size:30px;}

.why-heading p{font-size:14px;}

.why-grid{grid-template-columns:1fr;gap:20px;}

.why-card{padding:20px;min-height:auto;}

.why-image{width:80px;height:80px;margin-bottom:16px;}

.why-content h3{font-size:18px;}

.why-content p{font-size:13.5px;}

}

@media(max-width:480px){

.why-section{padding:60px 0;}

.why-card{padding:18px;}

.why-image{width:75px;height:75px;}

.why-content h3{font-size:17px;}

.why-content a{font-size:13px;}

}


/* ===== PRODUCTS ===== */

.products-section{padding:50px 0;background:#ffffff;}

.products-heading{text-align:center;max-width:760px;margin:0 auto 60px;}

.products-heading .section-tag{display:inline-flex;align-items:center;padding:8px 22px;background:#eef5ff;color:#2563eb;border-radius:40px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;}

.products-heading h2{font-size:clamp(32px,3vw,44px);font-weight:800;line-height:1.2;color:#111827;margin-bottom:16px;}

.products-heading h2 span{color: #2563eb;}

.products-heading p{max-width:700px;margin:auto;font-size:15px;line-height:1.9;color:#64748b;}

.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}

.product-card{background:#fff;border:1px solid #e7edf7;border-radius:20px;overflow:hidden;transition:.35s ease;position:relative;box-shadow:0 10px 30px rgba(15,23,42,.05);}

.product-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.35s;}

.product-card:hover::before{transform:scaleX(1);}

.product-card:hover{transform:translateY(-8px);border-color:#2563eb;box-shadow:0 20px 45px rgba(37,99,235,.12);}

.product-image{height:210px;overflow:hidden;position:relative;background:#f4f7fb;}

.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.6s ease;}

.product-card:hover .product-image img{transform:scale(1.08);}

.product-image::after{content:"";position:absolute;top:0;left:-170%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);transform:skewX(-25deg);}

.product-card:hover .product-image::after{animation:productShine .8s linear;}

@keyframes productShine{
0%{left:-170%;}
100%{left:170%;}
}

.product-content{padding:24px;}

.product-category{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:30px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;}

.product-content h3{font-size:22px;font-weight:800;line-height:1.3;color:#111827;margin-bottom:12px;transition:.3s;}

.product-card:hover h3{color:#2563eb;}

.product-content p{font-size:14px;line-height:1.8;color:#64748b;margin-bottom:22px;}

.product-content a{display:inline-flex;align-items:center;gap:8px;color:#2563eb;font-size:14px;font-weight:700;text-decoration:none;transition:.3s;}

.product-content a::after{content:"→";transition:.3s;}

.product-content a:hover{gap:14px;}

.product-content a:hover::after{transform:translateX(5px);}

/*==================================
RESPONSIVE
==================================*/

@media(max-width:1100px){

.products-grid{grid-template-columns:repeat(2,1fr);}

}

@media(max-width:768px){

.products-section{padding:70px 0;}

.products-grid{grid-template-columns:1fr;gap:20px;}

.product-image{height:190px;}

.products-heading{margin-bottom:40px;}

.products-heading h2{font-size:30px;}

.products-heading p{font-size:14px;}

.product-content{padding:20px;}

.product-content h3{font-size:20px;}

.product-content p{font-size:13.5px;}

}

/* ===== PROCESS ===== */
/*==================================================
PROCESS SECTION
==================================================*/

.process{padding:50px 0;background:#f8fbff;}

.process .container{max-width:1240px;margin:auto;padding:0 24px;}

.process .section-head{max-width:760px;margin:0 auto 70px;text-align:center;}

.process-track{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch;}

/*==================================================
PROCESS CARD
==================================================*/

.process-card{position:relative;padding:36px 32px;background:#fff;border:1px solid #E7EDF7;border-radius:22px;overflow:hidden;box-shadow:0 10px 25px rgba(15,23,42,.05);transition:all .45s cubic-bezier(.22,1,.36,1);}

.process-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2563eb,#60a5fa);transform:scaleX(0);transform-origin:left;transition:.45s ease;}

.process-card::after{content:"";position:absolute;top:-150%;left:-90%;width:45%;height:420%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.75),transparent);transform:rotate(25deg);transition:1s;pointer-events:none;}

.process-card:hover::before{transform:scaleX(1);}

.process-card:hover::after{left:170%;}

.process-card:hover{transform:translateY(-10px);border-color:#2563eb;box-shadow:0 22px 48px rgba(37,99,235,.14);}

/*==================================================
PROCESS ICON
==================================================*/

.process-icon{position:relative;width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #d6e4ff;box-shadow:0 10px 22px rgba(37,99,235,.10);overflow:hidden;transition:.45s ease;}

.process-icon::before{content:"";position:absolute;top:-100%;left:-100%;width:220%;height:220%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.7),transparent);transform:rotate(25deg);transition:.8s ease;}

.process-card:hover .process-icon::before{top:100%;left:100%;}

.process-card:hover .process-icon{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#2563eb;transform:rotate(-6deg) scale(1.08);box-shadow:0 16px 36px rgba(37,99,235,.28);}

.process-icon i{font-size:30px;color:#2563eb;transition:.4s ease;}

.process-card:hover .process-icon i{color:#fff;transform:scale(1.12);}

/*==================================================
PROCESS NUMBER
==================================================*/

.process-number{position:absolute;top:24px;right:24px;font-size:52px;font-weight:800;line-height:1;color:rgba(37,99,235,.08);transition:.35s ease;user-select:none;}

.process-card:hover .process-number{color:rgba(37,99,235,.16);transform:scale(1.08);}

/*==================================================
PROCESS CONTENT
==================================================*/

.process-card h3{margin:0 0 14px;font-size:22px;font-weight:800;line-height:1.35;color:#111827;transition:.35s ease;}

.process-card:hover h3{color:#2563eb;}

.process-card p{margin:0;font-size:15px;line-height:1.85;color:#64748b;}



/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){.process-track{grid-template-columns:repeat(2,1fr);}}

@media(max-width:992px){.process{padding:90px 0;}}

@media(max-width:768px){.process{padding:70px 0;}}

@media(max-width:768px){.process-track{grid-template-columns:1fr;gap:22px;}}

@media(max-width:768px){.process-card{padding:28px 24px;}}

@media(max-width:768px){.process-icon{width:60px;height:60px;border-radius:16px;}}

@media(max-width:768px){.process-icon i{font-size:24px;}}

@media(max-width:768px){.process-card h3{font-size:20px;}}

@media(max-width:768px){.process-card p{font-size:14px;}}

@media(max-width:768px){.process-number{font-size:42px;}}

/*==================================================
TESTIMONIALS
==================================================*/

.testimonials{
padding:50px 0;
background:#f8fbff;
overflow:hidden;
position:relative;
}

.testimonials::before{
content:"";
position:absolute;
top:-180px;
left:-180px;
width:420px;
height:420px;
background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);
pointer-events:none;
}

.testimonials::after{
content:"";
position:absolute;
right:-180px;
bottom:-180px;
width:420px;
height:420px;
background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);
pointer-events:none;
}

.testimonials .container{
position:relative;
z-index:2;
}

/*==================================================
SECTION HEADING
==================================================*/

.testimonials .section-head{
max-width:760px;
margin:0 auto 60px;
text-align:center;
}

.testimonials .eyebrow{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 22px;
border-radius:50px;
background:rgba(37,99,235,.08);
color:#2563eb;
font-size:13px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:18px;
}

.testimonials h2{
font-size:44px;
font-weight:800;
line-height:1.2;
color:#0f172a;
margin-bottom:18px;
}

.testimonials .section-head p:last-child{
font-size:16px;
line-height:1.8;
color:#64748b;
}

/*==================================================
SLIDER
==================================================*/

.testimonial-slider{
overflow:hidden;
position:relative;
width:100%;
}

.testimonial-track{
display:flex;
align-items:stretch;
gap:28px;
width:max-content;
animation:testimonialMove 35s linear infinite;
}

.testimonial-slider:hover .testimonial-track{
animation-play-state:paused;
}

/*==================================================
CARD
==================================================*/

.testimonial-card{
width:360px;
min-width:360px;
background:#ffffff;
border:1px solid #e5edf8;
border-radius:24px;
padding:34px;
box-shadow:0 15px 40px rgba(15,23,42,.06);
transition:.35s ease;
position:relative;
overflow:hidden;
}

.testimonial-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#2563eb,#60a5fa);
transform:scaleX(0);
transform-origin:left;
transition:.35s ease;
}

.testimonial-card:hover::before{
transform:scaleX(1);
}

.testimonial-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(37,99,235,.14);
border-color:#2563eb;
}

/*==================================================
QUOTE
==================================================*/

.testimonial-text{
font-size:16px;
line-height:1.9;
color:#475569;
margin-bottom:28px;
min-height:150px;
}

.testimonial-text::before{
content:"“";
font-size:56px;
font-weight:700;
color:#2563eb;
display:block;
line-height:1;
margin-bottom:8px;
opacity:.18;
}

/*==================================================
USER
==================================================*/

.testimonial-user{
display:flex;
align-items:center;
gap:16px;
}

.testimonial-avatar{
width:64px;
height:64px;
border-radius:50%;
background:linear-gradient(135deg,#2563eb,#4f8cff);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
font-weight:700;
flex-shrink:0;
box-shadow:0 10px 25px rgba(37,99,235,.25);
}

.testimonial-user h4{
font-size:18px;
font-weight:700;
color:#111827;
margin:0 0 4px;
}

.testimonial-user span{
font-size:14px;
color:#64748b;
}

/*==================================================
STARS
==================================================*/

.testimonial-stars{
display:flex;
gap:4px;
margin-bottom:20px;
color:#fbbf24;
font-size:15px;
}

/*==================================================
ANIMATION
==================================================*/

@keyframes testimonialMove{

0%{
transform:translateX(0);
}

100%{
transform:translateX(calc(-388px * 4));
}

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.testimonial-card{
width:340px;
min-width:340px;
}

}

@media(max-width:768px){

.testimonials{
padding:80px 0;
}

.testimonials h2{
font-size:34px;
}

.testimonial-track{
gap:20px;
}

.testimonial-card{
width:300px;
min-width:300px;
padding:28px;
}

.testimonial-avatar{
width:56px;
height:56px;
font-size:20px;
}

.testimonial-text{
font-size:15px;
min-height:auto;
}

}

@media(max-width:480px){

.testimonial-card{
width:280px;
min-width:280px;
padding:24px;
}

.testimonial-user{
gap:12px;
}

.testimonial-avatar{
width:50px;
height:50px;
font-size:18px;
}

.testimonial-user h4{
font-size:16px;
}

.testimonial-user span{
font-size:13px;
}

.testimonial-text{
font-size:14px;
line-height:1.8;
}

}
/*==================================================
STARS
==================================================*/

.testi-stars{
margin-bottom:18px;
}

.testi-stars i{
color:#fbbf24;
transition:.35s;
}

.testi-card:hover .testi-stars i{
transform:scale(1.15);
}

/*==================================================
TEXT
==================================================*/

.testi-text{
transition:.35s;
}

.testi-card:hover .testi-text{
color:#334155;
}

/*==================================================
AVATAR
==================================================*/

.testi-avatar{
transition:.45s;
}

.testi-card:hover .testi-avatar{
transform:rotate(-8deg) scale(1.08);
}

.testi-card:hover .testi-avatar{
box-shadow:0 16px 35px rgba(37,99,235,.28);
}

/*==================================================
NAME
==================================================*/

.testi-user h4{
transition:.35s;
}

.testi-card:hover h4{
color:#2563eb;
}

/*==================================================
ROLE
==================================================*/

.testi-user span{
transition:.35s;
}

.testi-card:hover span{
color:#475569;
}

/*==================================================
QUOTE
==================================================*/

.testi-card::before{
z-index:2;
}

.testi-card::after{
z-index:1;
}

.testi-card>*{
position:relative;
z-index:3;
}

/*==================================================
SMOOTH
==================================================*/

.testi-card *{
transition:all .35s ease;
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1200px){

.testi-track{
gap:24px;
}

.testi-card{
flex:0 0 330px;
padding:28px;
}

}

@media (max-width:992px){

.testimonials{
padding:90px 0;
}

.testi-track{
gap:20px;
}

.testi-card{
flex:0 0 300px;
padding:26px;
}

.testi-avatar{
width:52px;
height:52px;
font-size:16px;
}

.testi-user h4{
font-size:16px;
}

.testi-user span{
font-size:13px;
}

.testi-text{
font-size:14px;
line-height:1.8;
}

}

@media (max-width:768px){

.testimonials{
padding:75px 0;
}

.testimonials .section-head{
margin-bottom:45px;
}

.testi-track{
gap:18px;
animation-duration:28s;
}

.testi-card{
flex:0 0 270px;
padding:22px;
border-radius:18px;
}

.testi-stars{
margin-bottom:14px;
}

.testi-stars i{
font-size:13px;
}

.testi-text{
font-size:13px;
margin-bottom:22px;
}

.testi-avatar{
width:48px;
height:48px;
font-size:15px;
}

.testi-user{
gap:12px;
}

.testi-user h4{
font-size:15px;
}

.testi-user span{
font-size:12px;
}

}

@media (max-width:576px){

.testimonials{
padding:65px 0;
}

.testimonials .container{
padding:0 16px;
}

.testi-track{
gap:16px;
animation-duration:24s;
}

.testi-card{
flex:0 0 240px;
padding:20px;
}

.testi-avatar{
width:44px;
height:44px;
font-size:14px;
}

.testi-text{
font-size:12.8px;
line-height:1.75;
}

.testi-user h4{
font-size:14px;
}

.testi-user span{
font-size:11px;
}

}

/*==================================================
REDUCE MOTION
==================================================*/

@media (prefers-reduced-motion:reduce){

.testi-track{
animation:none;
}

.testi-card{
transition:none;
}

.testi-card:hover{
transform:none;
}

.testi-card::before,
.testi-card::after{
transition:none;
}

}



/* ===== CTA BANNER ===== */
/*==================================================
CTA SECTION
==================================================*/
/*==================================================
CTA SECTION
==================================================*/

.cta-section{padding:25px 0 45px;background:#fff;}

.cta-section .container{max-width:1240px;margin:auto;padding:0 20px;}

/*==================================================
CTA BANNER
==================================================*/

.cta-banner{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;padding:22px 30px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#1d4ed8,#3b82f6);overflow:hidden;box-shadow:0 14px 35px rgba(37,99,235,.14);min-height:145px;}

.cta-banner::before{content:"";position:absolute;right:-60px;top:-90px;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.07);}

.cta-banner::after{content:"";position:absolute;top:-180%;left:-70%;width:28%;height:420%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(25deg);animation:ctaShine 7s linear infinite;pointer-events:none;}

@keyframes ctaShine{

0%{left:-80%;}

100%{left:180%;}

}

/*==================================================
CONTENT
==================================================*/

.cta-content{position:relative;z-index:2;max-width:720px;}

.cta-content .section-tag{display:inline-flex;padding:6px 15px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:50px;font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:9px;}

.cta-content h2{margin:0 0 7px;font-size:25px;font-weight:800;line-height:1.2;color:#fff;}

.cta-content p{margin:0;font-size:13px;line-height:1.6;color:rgba(255,255,255,.88);}

/*==================================================
BUTTON
==================================================*/

.cta-right{position:relative;z-index:2;}

.cta-right .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 20px;border-radius:10px;font-size:13px;font-weight:700;white-space:nowrap;transition:.3s ease;}

.cta-right .btn i{font-size:12px;transition:transform .3s ease;}

.cta-right .btn:hover{transform:translateY(-2px);}

.cta-right .btn:hover i{transform:translateX(4px);}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:900px){

.cta-banner{grid-template-columns:1fr;text-align:center;gap:18px;padding:24px;}

.cta-content{max-width:100%;margin:auto;}

.cta-right{margin:auto;}

}

@media(max-width:600px){

.cta-section{padding:20px 0 40px;}

.cta-section .container{padding:0 14px;}

.cta-banner{padding:20px 18px;border-radius:16px;min-height:auto;}

.cta-content .section-tag{font-size:9px;padding:5px 12px;margin-bottom:8px;}

.cta-content h2{font-size:21px;}

.cta-content p{font-size:12.5px;line-height:1.55;}

.cta-right .btn{padding:10px 17px;font-size:12px;}

}
/*==================================================
FOOTER
==================================================*/

footer{position:relative;background:#0f172a;color:#94a3b8;padding:90px 0 0;overflow:hidden;}

footer::before{content:"";position:absolute;top:-220px;right:-220px;width:420px;height:420px;border-radius:50%;background:rgba(37,99,235,.05);}

footer::after{content:"";position:absolute;bottom:-180px;left:-180px;width:360px;height:360px;border-radius:50%;background:rgba(59,130,246,.04);}

footer .container{position:relative;z-index:2;max-width:1320px;margin:auto;padding:0 20px;}

/*==================================================
FOOTER TOP
==================================================*/

.footer-top{display:grid;grid-template-columns:1.7fr 0.7fr 1fr 1.3fr 1.2fr;gap:40px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.08);}

/*==================================================
FOOTER LOGO
==================================================*/

.footer-logo{display:inline-block;margin-bottom:22px;}

.footer-logo img{width:220px;height:auto;display:block;transition:.35s ease;}

.footer-logo:hover img{transform:scale(1.04);}

/*==================================================
ABOUT
==================================================*/

.footer-about p{margin:0 0 26px;font-size:15px;line-height:1.9;color:#94a3b8;max-width:360px;}

/*==================================================
HEADINGS
==================================================*/

.footer-links h4{position:relative;margin:0 0 24px;font-size:18px;font-weight:700;color:#ffffff;}

.footer-links h4::after{content:"";position:absolute;left:0;bottom:-10px;width:48px;height:3px;border-radius:30px;background:linear-gradient(90deg,#2563eb,#60a5fa);}

/*==================================================
LINKS
==================================================*/

.footer-links ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px;}

.footer-links ul li{margin:0;}

.footer-links ul li a{display:inline-flex;align-items:center;font-size:14px;color:#94a3b8;text-decoration:none;transition:.35s ease;}

.footer-links ul li a::before{content:"›";margin-right:1px;color:#2563eb;opacity:0;transform:translateX(-6px);transition:.35s ease;}

.footer-links ul li a:hover{color:#ffffff;padding-left:6px;}

.footer-links ul li a:hover::before{opacity:1;transform:translateX(0);}

/*==================================================
SOCIAL
==================================================*/

.footer-social{display:flex;align-items:center;gap:14px;}

.footer-social a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);transition:.35s ease;}

.footer-social a:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:translateY(-5px);box-shadow:0 14px 30px rgba(37,99,235,.28);}

.footer-social i{font-size:17px;color:#ffffff;transition:.35s ease;}

.footer-social a:hover i{transform:scale(1.1);}

/*==================================================
CONTACT INFO
==================================================*/

.footer-contact{display:flex;flex-direction:column;gap:18px;margin:0;padding:0;list-style:none;}

.footer-contact li{display:flex;align-items:flex-start;gap:14px;font-size:14px;line-height:1.8;color:#94a3b8;transition:.35s ease;}

.footer-contact li:hover{color:#ffffff;}

.footer-contact i{width:18px;font-size:16px;color:#2563eb;flex-shrink:0;margin-top:5px;transition:.35s ease;}

.footer-contact li:hover i{color:#60a5fa;transform:scale(1.15);}

.footer-contact span{display:block;}

/*==================================================
FOOTER BOTTOM
==================================================*/

.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:28px 0;gap:20px;flex-wrap:wrap;}

.footer-copy{font-size:14px;color:#94a3b8;}

.footer-copy strong{color:#ffffff;font-weight:700;}

.footer-bottom-links{display:flex;align-items:center;gap:28px;}

.footer-bottom-links a{position:relative;font-size:14px;color:#94a3b8;text-decoration:none;transition:.35s ease;}

.footer-bottom-links a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:2px;border-radius:10px;background:linear-gradient(90deg,#2563eb,#60a5fa);transition:.35s ease;}

.footer-bottom-links a:hover{color:#ffffff;}

.footer-bottom-links a:hover::after{width:100%;}

/*==================================================
HOVER EFFECTS
==================================================*/

.footer-about p:hover{color:#ffffff;}

.footer-links ul li{transition:.35s ease;}

.footer-links ul li:hover{transform:translateX(4px);}

.footer-logo img:hover{filter:drop-shadow(0 10px 24px rgba(37,99,235,.30));}

/*==================================================
DIVIDER
==================================================*/

.footer-bottom{border-top:1px solid rgba(255,255,255,.06);}

/*==================================================
SCROLLBAR FIX
==================================================*/

footer *{box-sizing:border-box;}

/*==================================================
TABLET
==================================================*/

@media(max-width:1200px){.footer-top{grid-template-columns:repeat(3,1fr);}}

@media(max-width:1200px){.footer-top{gap:35px;}}

@media(max-width:992px){footer{padding:70px 0 0;}}

@media(max-width:992px){.footer-top{grid-template-columns:repeat(2,1fr);}}

@media(max-width:992px){.footer-logo img{width:200px;}}

@media(max-width:992px){.footer-about p{max-width:100%;}}

@media(max-width:992px){.footer-bottom{justify-content:center;text-align:center;}}

@media(max-width:992px){.footer-bottom-links{justify-content:center;}}

/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){.footer-top{grid-template-columns:1fr;}}

@media(max-width:768px){.footer-top{gap:38px;}}

@media(max-width:768px){.footer-links h4{margin-bottom:20px;}}

@media(max-width:768px){.footer-logo img{width:180px;}}

@media(max-width:768px){.footer-about p{font-size:14px;}}

@media(max-width:768px){.footer-contact li{font-size:13.5px;}}

@media(max-width:768px){.footer-bottom{flex-direction:column;padding:24px 0;}}

@media(max-width:768px){.footer-bottom-links{gap:18px;flex-wrap:wrap;}}

@media(max-width:768px){.footer-copy{font-size:13px;}}

@media(max-width:768px){.footer-bottom-links a{font-size:13px;}}

@media(max-width:768px){.footer-social a{width:38px;height:38px;}}

@media(max-width:768px){.footer-social i{font-size:15px;}}

@media(max-width:576px){footer{padding:60px 0 0;}}

@media(max-width:576px){footer .container{padding:0 18px;}}

@media(max-width:576px){.footer-links ul{gap:12px;}}

@media(max-width:576px){.footer-contact{gap:16px;}}

@media(max-width:576px){.footer-bottom-links{gap:14px;}}

@media(max-width:576px){.footer-links h4{font-size:17px;}}

@media(max-width:576px){.footer-links ul li a{font-size:13.5px;}}

@media(max-width:576px){.footer-contact i{font-size:15px;}}

/* reveal utility */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease);}
.reveal.in{opacity:1;transform:translateY(0);}

/* icon sprite hidden */
.icon-def{position:absolute;width:0;height:0;overflow:hidden;}

/*==================================================
PREMIUM GLOWING WHATSAPP
==================================================*/

.wa-float{
position:fixed;
right:30px;
bottom:30px;
width:68px;
height:68px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#25D366,#1ebe5d);
border-radius:50%;
text-decoration:none;
overflow:hidden;
z-index:9999;
box-shadow:
0 0 0 0 rgba(37,211,102,.55),
0 0 25px rgba(37,211,102,.45),
0 0 50px rgba(37,211,102,.25);
animation:waFloat 3s ease-in-out infinite;
transition:all .35s ease;
}

/*==================================================
ICON
==================================================*/

.wa-float i{
position:relative;
z-index:5;
font-size:36px;
color:#ffffff;
transition:.35s ease;
}

/*==================================================
GLOW RING
==================================================*/

.wa-float::before{
content:"";
position:absolute;
inset:-4px;
border-radius:50%;
border:2px solid rgba(255,255,255,.35);
animation:waPulse 2.2s infinite;
}

/*==================================================
PREMIUM SHINE
==================================================*/

.wa-float::after{
content:"";
position:absolute;
top:-50%;
left:-170%;
width:80%;
height:220%;
background:linear-gradient(
90deg,
transparent 0%,
rgba(255,255,255,.10) 25%,
rgba(255,255,255,.95) 50%,
rgba(255,255,255,.10) 75%,
transparent 100%
);
transform:skewX(-25deg);
pointer-events:none;
transition:left .85s cubic-bezier(.22,1,.36,1);
}

/*==================================================
HOVER
==================================================*/

.wa-float:hover{
transform:translateY(-8px) scale(1.08);
box-shadow:
0 0 25px rgba(37,211,102,.90),
0 0 55px rgba(37,211,102,.75),
0 0 90px rgba(37,211,102,.55);
}

.wa-float:hover::after{
left:190%;
}

.wa-float:hover i{
transform:scale(1.08);
}

/*==================================================
FLOAT
==================================================*/

@keyframes waFloat{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-8px);
}

100%{
transform:translateY(0);
}

}

/*==================================================
PULSE
==================================================*/

@keyframes waPulse{

0%{
transform:scale(1);
opacity:1;
}

70%{
transform:scale(1.45);
opacity:.25;
}

100%{
transform:scale(1.75);
opacity:0;
}

}

/*==================================================
MOBILE
==================================================*/

@media(max-width:768px){

.wa-float{
right:18px;
bottom:18px;
width:60px;
height:60px;
}

.wa-float i{
font-size:30px;
}

}
/* =================================================================
   HERO CINEMATIC ENHANCEMENT (ADDITIVE ONLY)
   ------------------------------------------------------------------
   Nothing above this block is modified. This section only:
   1) Pins the hero for a scroll-scrubbed cinematic video background
   2) Adds mouse parallax depth layers
   3) Adds a staggered load-in for the existing hero content
   All original hero typography, spacing, colors and buttons are
   untouched — see script hero-cinematic.js for the behaviour.
================================================================= */

/* Tall scroll stage. Its height is the "runway" the video scrubs
   across before the hero unpins and the page continues normally. */
.hero-scroll-stage{ position:relative; height:300vh; }

/* Pin the hero itself inside that runway, just below the sticky
   header (offset supplied by JS via --header-offset). */
.hero.hero--cinematic{
  position:sticky;
  top:var(--header-offset,0px);
  z-index:1;
  overflow:hidden;
  /* This subtree's paint/layout never affects (and is never
     affected by) the rest of the page — keeps every scrub frame
     cheap and stops the browser from ever having to lay out
     content elsewhere while the video/particles update. */
  contain:layout paint;
  background:#eef3fb url("assets/hero-poster.jpg") center/cover no-repeat;
}

/* Background video fills the same frame the old slide images used.
   transform-origin is pinned to the exact center so the scroll
   push-in zoom and idle drift both scale from the same point —
   no drift-induced re-centering, which is what causes "shaking". */
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
  transform-origin:50% 50%;
  transform:translate3d(0,0,0) scale(1.06);
  will-change:transform;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  pointer-events:none;
  opacity:0;
  transition:opacity .5s ease;
}
.hero-video.is-ready{ opacity:1; }

/* If the video ever fails to decode, the poster background set on
   the hero above is enough of a fallback — just make sure the
   (invisible) video element doesn't sit on top of anything. */
.hero-video-error .hero-video{ display:none; }

/* Floating particle layer — independent parallax depth, purely
   decorative, sits above the video and below the readable content. */
.hero-particles{
  position:absolute;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
  will-change:transform;
  transform:translate3d(0,0,0);
}

.hero-particle{
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.65);
  opacity:0;
  will-change:transform,opacity;
  animation-name:heroParticleFloat;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}

@keyframes heroParticleFloat{
  0%{opacity:0; transform:translateY(0);}
  12%{opacity:.7;}
  88%{opacity:.3;}
  100%{opacity:0; transform:translateY(-120px);}
}

/* ---------- Staggered load-in for the existing hero content ---------- */
/* Scoped to .hero--cinematic so it can never affect the bare
   .eyebrow / .hero-content classes reused elsewhere on the page. */
.hero--cinematic .hero-content .eyebrow,
.hero--cinematic .hero-content h1,
.hero--cinematic .hero-content p,
.hero--cinematic .hero-actions{
  opacity:0;
  transform:translateY(24px);
  animation-name:heroCinematicIn;
  animation-duration:.9s;
  animation-timing-function:cubic-bezier(.22,1,.36,1);
  animation-fill-mode:forwards;
}
.hero--cinematic .hero-content .eyebrow{ animation-delay:.15s; }
.hero--cinematic .hero-content h1{ animation-delay:.32s; }
.hero--cinematic .hero-content p{ animation-delay:.5s; }
.hero--cinematic .hero-actions{ animation-delay:.68s; }

@keyframes heroCinematicIn{
  to{ opacity:1; transform:translateY(0); }
}

/* Once the load-in animation finishes, hero-cinematic.js hands the
   `transform` property on h1 / hero-actions to JS for parallax. This
   class releases the keyframe's hold on it so JS can take over. */
.hero--cinematic .anim-done{ animation:none; }

/* ---------- Responsive ---------- */
@media(max-width:992px){
  .hero-scroll-stage{ height:240vh; }
}
@media(max-width:576px){
  .hero-scroll-stage{ height:200vh; }
}

/* Respect reduced-motion preference: keep content visible, drop
   the scrub/parallax/entrance motion. */
@media(prefers-reduced-motion:reduce){
  .hero-scroll-stage{ height:auto; }
  .hero.hero--cinematic{ position:relative; top:0; }
  .hero-video{ transform:none; }
  .hero--cinematic .hero-content .eyebrow,
  .hero--cinematic .hero-content h1,
  .hero--cinematic .hero-content p,
  .hero--cinematic .hero-actions{
    opacity:1; transform:none; animation:none;
  }
  .hero-particle{ display:none; }
}
/*==================================================
WHY CHOOSE US
==================================================*/

.why-choose{
padding:50px 0;
background:#f8fbff;
position:relative;
overflow:hidden;
}

.why-heading{
max-width:760px;
margin:0 auto 70px;
text-align:center;
}

.section-tag{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 22px;
border-radius:50px;
background:rgba(37,99,235,.08);
color:#2563eb;
font-size:13px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:20px;
}

.why-heading h2{

font-weight:800;
line-height:1.25;
color:#0f172a;
margin-bottom:22px;
}

.why-heading h2 span{
background:linear-gradient(135deg,#2563eb,#3b82f6);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.why-heading p{
font-size:17px;
line-height:1.9;
color:#64748b;
max-width:720px;
margin:auto;
}

/*==================================================
GRID
==================================================*/

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

/*==================================================
CARD
==================================================*/

.why-card{
background:#ffffff;
border:1px solid #e6edf7;
border-radius:24px;
padding:42px 34px;
text-align:center;
transition:.4s ease;
position:relative;
overflow:hidden;
box-shadow:0 12px 35px rgba(15,23,42,.05);
}

.why-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#2563eb,#60a5fa);
transform:scaleX(0);
transform-origin:left;
transition:.4s ease;
}

.why-card:hover::before{
transform:scaleX(1);
}

.why-card:hover{
transform:translateY(-10px);
box-shadow:0 22px 50px rgba(37,99,235,.12);
border-color:#2563eb;
}

/*==================================================
ICON
==================================================*/

.why-icon{
width:64px;
height:64px;
margin:0 auto 28px;
border-radius:24px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#2563eb,#3b82f6);
box-shadow:0 15px 35px rgba(37,99,235,.28);
transition:.4s ease;
}

.why-icon i{
font-size:38px;
color:#ffffff;
transition:.4s ease;
}

.why-card:hover .why-icon{
transform:rotate(-8deg) scale(1.08);
border-radius:28px;
}

.why-card:hover .why-icon i{
transform:scale(1.12);
}

/*==================================================
CONTENT
==================================================*/

.why-content h3{
font-size:28px;
font-weight:800;
line-height:1.35;
color:#0f172a;
margin-bottom:18px;
transition:.35s ease;
}

.why-card:hover .why-content h3{
color:#2563eb;
}

.why-content p{
font-size:16px;
line-height:1.9;
color:#64748b;
margin:0;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

.why-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.why-choose{
padding:80px 0;
}

.why-heading h2{
font-size:34px;
}

.why-heading p{
font-size:15px;
}

.why-grid{
grid-template-columns:1fr;
gap:24px;
}

.why-card{
padding:36px 28px;
}

.why-icon{
width:78px;
height:78px;
margin-bottom:22px;
}

.why-icon i{
font-size:32px;
}

.why-content h3{
font-size:24px;
}

.why-content p{
font-size:15px;
}

}

/* ===== WHY CHOOSE US - MATCH SERVICES CARD SIZE ===== */

.why-card{padding:34px 28px;border-radius:22px;}
.why-icon{width:64px;height:64px;margin:0 auto 24px;border-radius:18px;}
.why-icon i{font-size:28px;}
.why-content h3{font-size:20px;line-height:1.3;margin-bottom:14px;}
.why-content p{font-size:15px;line-height:1.8;}

@media(max-width:768px){
.why-card{padding:28px 24px;border-radius:22px;}
.why-icon{width:56px;height:56px;margin-bottom:24px;border-radius:18px;}
.why-icon i{font-size:24px;}
.why-content h3{font-size:18px;line-height:1.3;margin-bottom:14px;}
.why-content p{font-size:14px;line-height:1.8;}
}

/* ===== TESTIMONIALS - SERVICES SIZE MATCH + SPACE FIX ===== */

.testimonials{padding:50px 0;background:#f8fbff;overflow:hidden;position:relative;}
.testimonials::before{display:none;}
.testimonials::after{display:none;}
.testimonials .section-head{margin:0 auto 45px;}
.testimonials h2{font-size:40px;line-height:1.2;margin-bottom:14px;}
.testimonial-track{gap:22px;}
.testimonial-card{width:320px;min-width:320px;padding:28px;border-radius:22px;box-shadow:0 10px 25px rgba(15,23,42,.05);}
.testimonial-text{font-size:15px;line-height:1.8;margin-bottom:20px;min-height:0;}
.testimonial-text::before{font-size:42px;margin-bottom:4px;}
.testimonial-user{gap:12px;}
.testimonial-avatar{width:56px;height:56px;font-size:18px;}
.testimonial-user h4{font-size:16px;margin:0 0 3px;}
.testimonial-user span{font-size:13px;}
.testimonial-stars{margin-bottom:14px;font-size:14px;}

@media(max-width:768px){
.testimonials{padding:60px 0;}
.testimonials .section-head{margin-bottom:35px;}
.testimonials h2{font-size:34px;}
.testimonial-track{gap:18px;}
.testimonial-card{width:280px;min-width:280px;padding:24px;border-radius:20px;}
.testimonial-text{font-size:14px;line-height:1.75;margin-bottom:18px;min-height:0;}
.testimonial-text::before{font-size:38px;margin-bottom:3px;}
.testimonial-avatar{width:50px;height:50px;font-size:16px;}
.testimonial-user h4{font-size:15px;}
.testimonial-user span{font-size:12px;}
}

@media(max-width:480px){
.testimonials{padding:50px 0;}
.testimonials .container{padding:0 16px;}
.testimonial-track{gap:16px;}
.testimonial-card{width:260px;min-width:260px;padding:20px;}
.testimonial-text{font-size:14px;line-height:1.7;}
.testimonial-avatar{width:46px;height:46px;font-size:15px;}
.testimonial-user h4{font-size:14px;}
.testimonial-user span{font-size:11px;}
}

/* ==================================================
   GLOBAL MOBILE HEADING STANDARD
   Keep all page headings consistent on mobile
   ================================================== */

@media (max-width:768px){

    h1{
        font-size:32px !important;
        line-height:1.2 !important;
    }

    h2{
        font-size:28px !important;
        line-height:1.25 !important;
    }

    h3{
        font-size:22px !important;
        line-height:1.3 !important;
    }

    h4{
        font-size:18px !important;
        line-height:1.35 !important;
    }

    h5{
        font-size:16px !important;
        line-height:1.4 !important;
    }

    h6{
        font-size:14px !important;
        line-height:1.4 !important;
    }

}


/* ==================================================
   GLOBAL MOBILE SECTION SPACING
   Reduce unwanted gaps
   Hero is excluded
   ================================================== */

@media (max-width:768px){

    section:not(.hero){
        margin-top:0 !important;
        margin-bottom:0 !important;
    }

    section:not(.hero) + section:not(.hero){
        margin-top:0 !important;
    }

    .section-heading{
        margin-bottom:25px !important;
    }

    .section-title{
        margin-bottom:10px !important;
    }

    .section-subtitle{
        margin-bottom:20px !important;
    }

}


/* ==================================================
   MOBILE HERO
   Reduce excess scroll space only
   Keep parallax / video / overlay untouched
   ================================================== */

@media (max-width:576px){

    .hero-scroll-stage{
        height:180vh !important;
    }

}
/* ==================================================
   MOBILE HERO — SHOW VIDEO CLEARLY
   ================================================== */

@media (max-width:576px){

    .hero-overlay{
        background:linear-gradient(
            180deg,
            rgba(255,255,255,.65) 0%,
            rgba(255,255,255,.54) 45%,
            rgba(255,255,255,.30) 100%
        ) !important;
    }

}
@media (max-width:576px){

    .hero-content p{
        font-weight:700 !important;
        color: #111;
    }

}
@media (max-width:576px){
    .hero-content .eyebrow::before{
        display:none !important;
    }
}
/* ==================================================
   MOBILE SECTION SPACING
   Reduce top & bottom padding
   HERO EXCLUDED
   ================================================== */

@media (max-width:768px){

    section:not(.hero){
        padding-top:25px !important;
        padding-bottom:25px !important;
    }

}
.footer-bottom-links{
  display: none;
}
/* =========================================================
   FOOTER PRODUCTS
   ========================================================= */

.footer-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-products li {
    margin-bottom: 10px;
}

.footer-products span {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

/* Hover effect */
.footer-products span:hover {
    color: #f9fafd;
}

/* =========================================================
   FOOTER - MOBILE 2 COLUMN LAYOUT
   ========================================================= */

@media screen and (max-width: 768px) {

    /* First column - Logo/About/Social stays full width */
    .footer-top .footer-about {
        grid-column: 1 / -1;
        width: 100%;
    }

    /* Remaining 4 columns - 2 columns per row */
    .footer-top .footer-links {
        width: 100%;
    }

    /*
       If footer-top is already CSS Grid,
       make the 4 footer link columns 2 per row.
    */
    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 35px 20px !important;
    }

    /* First column remains full width */
    .footer-top .footer-about {
        grid-column: 1 / -1 !important;
    }


    /* =====================================================
       FOOTER LOGO
       ===================================================== */

    .footer-logo img {
        width: 180px !important;
        max-width: 100%;
        height: auto;
        display: block;
    }

}


/* =========================================================
   LOGO SHINE EFFECT
   FOOTER + HEADER
   Mild continuous animation
   ========================================================= */

/* Footer logo */
.footer-logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    isolation: isolate;
}

/* Header logo */
.logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    isolation: isolate;
}


/* Shine layer */
.footer-logo::after,
.logo::after {
    content: "";
    position: absolute;

    top: 0;
    left: -120%;

    width: 45%;
    height: 100%;

    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 35%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0.05) 65%,
        transparent 100%
    );

    transform: skewX(-20deg);

    pointer-events: none;

    animation: logoSoftShine 5s ease-in-out infinite;
}


/* =========================================================
   SHINE ANIMATION
   ========================================================= */

@keyframes logoSoftShine {

    0% {
        left: -120%;
        opacity: 0;
    }

    15% {
        opacity: 0.8;
    }

    35% {
        left: 130%;
        opacity: 0;
    }

    100% {
        left: 130%;
        opacity: 0;
    }

}


/* =========================================================
   LOGO SOFT BORDER / GLOW
   ========================================================= */

.footer-logo img,
.logo img {
    position: relative;
    z-index: 1;

    border-radius: 8px;

    filter: drop-shadow(
        0 0 4px rgba(37, 99, 235, 0.18)
    );

    transition: filter 0.3s ease;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 35px 25px !important;
    }

    .footer-top .footer-about {
        grid-column: 1 / -1 !important;
    }

}


/* =========================================================
   DESKTOP
   Keep existing footer layout
   ========================================================= */

@media screen and (min-width: 1025px) {

    .footer-logo img {
        width: 190px;
        height: auto;
    }

}
@media screen and (max-width: 768px) {
    .footer-about {
        text-align: center;
    }

    .footer-about .footer-logo {
        display: inline-block;
        margin: 0 auto 20px;
    }

    .footer-about p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-contact li {
      gap:5px;
    }

    .footer-about .footer-social {
        justify-content: center;
    }
}