/* =========================================================
   Amit Online Services — Core Stylesheet
========================================================= */
:root{
  --navy:#0b1f3a;
  --navy-soft:#132c52;
  --blue:#1a56db;
  --blue-dark:#123f9e;
  --blue-light:#e8f0fe;
  --accent:#0ea5b7;
  --gray-900:#101828;
  --gray-700:#344054;
  --gray-500:#667085;
  --gray-300:#d0d5dd;
  --gray-100:#f5f7fa;
  --white:#ffffff;
  --radius-lg:20px;
  --radius-md:14px;
  --radius-sm:10px;
  --shadow-sm:0 2px 10px rgba(16,24,40,.06);
  --shadow-md:0 10px 30px rgba(16,24,40,.10);
  --shadow-lg:0 20px 50px rgba(11,31,58,.14);
  --transition: all .3s cubic-bezier(.4,0,.2,1);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color:var(--gray-700);
  background:var(--white);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,h5,h6{
  color:var(--gray-900);
  font-weight:700;
  letter-spacing:-.02em;
}
p{margin-bottom:0;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;}
.page-wrap{padding-top:116px;}

.text-primary-brand{color:var(--blue);}
.text-accent-brand{color:var(--accent);}
.bg-soft{background:var(--gray-100);}
.section{padding:100px 0;}
.section-sm{padding:70px 0;}
@media (max-width:991px){
  .section{padding:70px 0;}
  .section-sm{padding:50px 0;}
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--blue);
  background:var(--blue-light);
  padding:8px 16px;
  border-radius:50px;
  margin-bottom:20px;
}
.eyebrow::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--blue);
  display:inline-block;
}

.section-title{
  font-size:clamp(1.9rem,3vw,2.6rem);
  margin-bottom:16px;
}
.section-sub{
  color:var(--gray-500);
  font-size:1.05rem;
  max-width:640px;
}
.mx-auto-text{margin-left:auto;margin-right:auto;text-align:center;}

/* ===================== BUTTONS ===================== */
.btn{
  border-radius:50px;
  font-weight:600;
  padding:12px 26px;
  transition:var(--transition);
  border:none;
}
.btn-brand-primary{
  background:var(--blue);
  color:var(--white);
  box-shadow:0 8px 20px rgba(26,86,219,.28);
}
.btn-brand-primary:hover{
  background:var(--blue-dark);
  color:var(--white);
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(26,86,219,.35);
}
.btn-brand-outline{
  background:transparent;
  border:1.5px solid var(--gray-300);
  color:var(--gray-900);
}
.btn-brand-outline:hover{
  border-color:var(--blue);
  color:var(--blue);
  transform:translateY(-2px);
}
.btn-brand-light{
  background:var(--white);
  color:var(--blue);
}
.btn-brand-light:hover{
  background:var(--blue-light);
  color:var(--blue-dark);
  transform:translateY(-2px);
}
.btn-lg-pill{padding:14px 32px;font-size:1.02rem;}

/* ===================== TOP UTILITY BAR ===================== */
.site-header{z-index:1030;}
.top-utility-bar{
  background:#1a56db;
  color:rgba(255,255,255,.85);
  font-size:.82rem;
  padding:9px 0;
}
.top-utility-bar a{
  color:rgba(255,255,255,.85);
  text-decoration:none;
  transition:var(--transition);
}
.top-utility-bar a:hover{color:#fff;}
.top-utility-bar .icon-inline{margin-right:5px;font-size:.85rem;}
.top-utility-bar .divider{
  color:rgba(255,255,255,.3);
  margin:0 14px;
}

/* ===================== NAVBAR ===================== */
.site-navbar{
  padding:14px 0;
  transition:var(--transition);
  box-shadow:0 1px 0 rgba(16,24,40,.06);
}
.site-navbar.scrolled{
  padding:10px 0;
  box-shadow:var(--shadow-sm);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  font-size:1.3rem;
  color:var(--gray-900);
}
.brand-mark{
  width:38px;height:38px;
  border-radius:10px;
  background:var(--blue);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;
}
.brand-mark-dark{background:var(--accent);}
.brand-logo-img{height:50px;width:auto;display:block;}
.footer-brand{
  display:inline-flex;
  background:#fff;
  padding:10px 16px;
  border-radius:12px;
  margin-bottom:16px;
}
.footer-brand .brand-logo-img{height:36px;}
.main-nav{gap:6px;}
.main-nav .nav-link{
  color:var(--gray-700);
  font-weight:600;
  font-size:.96rem;
  padding:10px 16px !important;
  border-radius:50px;
  transition:var(--transition);
  position:relative;
}
.main-nav .nav-link:hover{color:var(--blue);background:var(--blue-light);}
.main-nav .nav-link.active{color:var(--blue);background:var(--blue-light);}

/* ===================== HERO ===================== */
.hero{
  position:relative;
  min-height:70vh;
  display:flex;
  align-items:center;
  padding:190px 0 80px;
  background:

    url('/static/images/banner.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.hero > .container{width:100%;}
.hero-page {
    padding: 190px 0 90px;
    background: linear-gradient(135deg, var(--navy) 0%, #1a56db 100%);
    color: #fff;
    text-align: center;
}
.hero-page .section-sub{color:rgba(255,255,255,.75);margin:0 auto;}
.hero-page h1{color:#fff;}
.hero-page .eyebrow{background:rgba(255,255,255,.12);color:#fff;}
.hero-page .eyebrow::before{background:var(--accent);}
.about-hero{
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  padding-top:260px !important;
  padding-bottom:160px !important;
}
@media (max-width:767.98px){
  .about-hero{
    padding-top:200px !important;
    padding-bottom:100px !important;
  }
}

.hero-text{
  max-width:640px;
  padding-right:24px;
}
.hero .eyebrow{margin-bottom:26px;}
.hero h1{
  font-size:clamp(2.2rem,4.2vw,3.4rem);
  line-height:1.2;
  margin-bottom:24px;
}
.hero p.lead-text{
  font-size:1.12rem;
  color:var(--gray-500);
  max-width:520px;
  margin-bottom:32px;
}
.hero .hero-points{margin-top:0; margin-bottom:38px;}
.hero .d-flex.gap-3{align-items:center;}
.hero-visual{
  background:var(--white);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  padding:24px;
  position:relative;
  animation:float 5s ease-in-out infinite;
}
@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-14px);}
}
.hero-visual img{border-radius:var(--radius-md);width:100%;display:block;}
.hero-badge{
  position:absolute;
  background:#fff;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-md);
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:12px;
}
.hero-badge-1{top:-16px;left:-24px;}
.hero-badge-2{bottom:-18px;right:-20px;}
.hero-badge .icon-wrap{
  width:40px;height:40px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:var(--blue-light);color:var(--blue);font-size:1.2rem;
}
.hero-badge strong{display:block;font-size:1rem;color:var(--gray-900);}
.hero-badge span{font-size:.78rem;color:var(--gray-500);}

/* ===================== FEATURE CARDS ===================== */
.feature-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:36px 28px;
  height:100%;
  border:1px solid #1a56db38;
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
}
.feature-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-md);
  border-color:transparent;
}
.feature-icon{
  width:58px;height:58px;
  border-radius:16px;
  background:var(--blue-light);
  color:var(--blue);
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;
  margin-bottom:22px;
  transition:var(--transition);
}
.feature-card:hover .feature-icon{
  background:var(--blue);
  color:#fff;
  transform:rotate(-6deg) scale(1.05);
}

/* ===================== WHY CHOOSE US — decoration ===================== */
.why-section{position:relative; overflow:hidden;}
.why-section .eyebrow i{font-size:.7rem; color:var(--blue);}
.why-title{margin-bottom:18px;}
.why-gradient-text{
  background:linear-gradient(90deg,#3b6fe0 0%,#7c5cf0 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.section-sub .hl{font-weight:700;}
.hl-blue{color:#3b6fe0;}
.hl-purple{color:#8b5cf6;}
.hl-teal{color:#0ea5b7;}
.why-underline{
  display:block;
  width:64px;height:4px;
  border-radius:4px;
  background:linear-gradient(90deg,#3b6fe0,#c7d3f5);
  margin:20px auto 0;
}
.why-dots{
  position:absolute;
  width:150px;height:150px;
  background-image:radial-gradient(rgba(26,86,219,.18) 1.6px, transparent 1.6px);
  background-size:16px 16px;
  z-index:0;
}
.why-dots-tl{top:10%; left:4%;}
.why-dots-br{bottom:8%; right:6%;}
.why-blob{
  position:absolute;
  width:340px;height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(139,92,246,.10) 0%, transparent 70%);
  z-index:0;
}
.why-blob-tr{top:-80px; right:-100px;}
.why-float{
  position:absolute;
  width:56px;height:56px;
  border-radius:16px;
  background:var(--white);
  box-shadow:var(--shadow-md);
  align-items:center;
  justify-content:center;
  font-size:1.3rem;
  z-index:1;
}
.why-float-1{top:22%; left:9%; color:#3b6fe0;}
.why-float-2{top:16%; right:8%; color:#8b5cf6;}

/* card enhancements */
.feature-card{position:relative;}
.feature-icon{position:relative;}
.icon-dot{
  position:absolute;
  top:-2px; right:-2px;
  width:12px;height:12px;
  border-radius:50%;
  border:2px solid var(--white);
}
.card-underline{
  display:block;
  width:34px;height:3px;
  border-radius:3px;
  margin-bottom:14px;
}
.card-arrow{
  position:absolute;
  right:24px; bottom:24px;
  width:40px;height:40px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  transition:var(--transition);
}
.card-arrow:hover{transform:translateX(3px);}

.why-card-1 .feature-icon{background:#e3ecfd; color:#3b6fe0;}
.why-card-1 .icon-dot{background:#3b6fe0;}
.why-card-1 .card-underline{background:#3b6fe0;}
.why-card-1 .card-arrow{background:#e3ecfd; color:#3b6fe0;}

.why-card-2 .feature-icon{background:#f1e9fe; color:#8b5cf6;}
.why-card-2 .icon-dot{background:#8b5cf6;}
.why-card-2 .card-underline{background:#8b5cf6;}
.why-card-2 .card-arrow{background:#f1e9fe; color:#8b5cf6;}

.why-card-3 .feature-icon{background:#e2f7ea; color:#22a55a;}
.why-card-3 .icon-dot{background:#22a55a;}
.why-card-3 .card-underline{background:#22a55a;}
.why-card-3 .card-arrow{background:#e2f7ea; color:#22a55a;}

.why-card-4 .feature-icon{background:#fdecd4; color:#e8912d;}
.why-card-4 .icon-dot{background:#e8912d;}
.why-card-4 .card-underline{background:#e8912d;}
.why-card-4 .card-arrow{background:#fdecd4; color:#e8912d;}

.why-card-5 .feature-icon{background:#dcf1fb; color:#159bd6;}
.why-card-5 .icon-dot{background:#159bd6;}
.why-card-5 .card-underline{background:#159bd6;}
.why-card-5 .card-arrow{background:#dcf1fb; color:#159bd6;}

.why-card-6 .feature-icon{background:#fde3ee; color:#e0397c;}
.why-card-6 .icon-dot{background:#e0397c;}
.why-card-6 .card-underline{background:#e0397c;}
.why-card-6 .card-arrow{background:#fde3ee; color:#e0397c;}

.why-section .feature-card{padding-bottom:70px;}
.why-section .feature-card:hover .feature-icon{transform:none;}
.feature-card h5{margin-bottom:10px;font-size:1.12rem;}
.feature-card p{color:var(--gray-500);font-size:.95rem;}

/* ===================== ABOUT US TEASER ===================== */
.about-section{
  background:linear-gradient(180deg, #eef3fc 0%, #f6f8fd 100%);
  position:relative;
  overflow:hidden;
}
.about-image-card{
  position:relative;
  height:100%;
  min-height:420px;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
.about-image-card img{
  width:100%;height:100%;
  object-fit:cover;
  object-position:bottom center;
  display:block;
}
.about-image-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(11,31,58,0) 40%, rgba(11,31,58,.85) 100%);
}
.about-image-card-full{
  min-height:0;
  height:auto;
}
.about-image-card-full::before{display:none;}
.about-image-card-full img{height:auto;}
.about-badges{
  position:absolute;
  left:0; right:0; bottom:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:22px 24px;
  z-index:1;
}
.about-badge{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  color:#fff;
}
.about-badge i{
  width:34px;height:34px;
  border-radius:10px;
  background:rgba(255,255,255,.15);
  display:flex;align-items:center;justify-content:center;
  font-size:.95rem;
}
.about-badge span{font-size:.72rem;font-weight:600;line-height:1.3;}

.about-content-card{
  height:100%;
  background:var(--white);
  border:1px solid var(--gray-100);
  box-shadow:var(--shadow-sm);
  border-radius:var(--radius-lg);
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-content-card h2{
  font-size:clamp(1.7rem,2.6vw,2.2rem);
  margin-bottom:20px;
}
.about-content-card p{
  color:var(--gray-500);
  font-size:1rem;
  margin-bottom:18px;
}
.btn-know-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--navy);
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:14px 28px;
  border-radius:50px;
  margin-top:10px;
  transition:var(--transition);
  width:fit-content;
}
.btn-know-more:hover{
  background:var(--blue);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(26,86,219,.3);
}
@media (max-width:767.98px){
  .about-badges{grid-template-columns:repeat(2,1fr);}
  .about-content-card{padding:32px 26px;}
}

/* ===================== BUILT FOR EVERY ROLE ===================== */
.role-card{
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-lg);
  padding:38px 32px;
  height:100%;
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
  position:relative;
  overflow:hidden;
}
.role-card::before{
  content:"";
  position:absolute;
  top:0; left:0; bottom:0;
  width:4px;
  transition:var(--transition);
}
.role-card:hover{box-shadow:var(--shadow-md); transform:translateY(-8px);}
.role-icon{
  width:58px;height:58px;
  border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;
  color:#fff;
  margin-bottom:22px;
}
.role-card h5{margin-bottom:10px;font-size:1.15rem;}
.role-card > p{color:var(--gray-500);font-size:.94rem;margin-bottom:20px;}
.role-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px;}
.role-list li{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:var(--gray-700);font-weight:500;}
.role-list li i{margin-top:2px;font-size:.95rem;flex-shrink:0;}

.role-card-1::before{background:linear-gradient(180deg,#3b6fe0,#0ea5b7);}
.role-card-1 .role-icon{background:linear-gradient(135deg,#3b6fe0,#0ea5b7);}
.role-card-1 .role-list li i{color:#3b6fe0;}

.role-card-2::before{background:linear-gradient(180deg,#e8912d,#e0397c);}
.role-card-2 .role-icon{background:linear-gradient(135deg,#e8912d,#e0397c);}
.role-card-2 .role-list li i{color:#e8912d;}

.role-card-3::before{background:linear-gradient(180deg,#8b5cf6,#3b6fe0);}
.role-card-3 .role-icon{background:linear-gradient(135deg,#8b5cf6,#3b6fe0);}
.role-card-3 .role-list li i{color:#8b5cf6;}

/* Numbered feature (Features page) */
.feature-num-card{
  background:var(--white);
  border:1px solid #1951ce3d;
  border-radius:var(--radius-lg);
  padding:32px;
  height:100%;
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
  position:relative;
  overflow:hidden;
}
.feature-num-card::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:4px;
  transform:scaleX(0);
  transform-origin:left;
  transition:var(--transition);
}
.feature-num-card:hover{
  box-shadow:var(--shadow-md);
  transform:translateY(-6px);
  border-color:transparent;
}
.feature-num-card:hover::before{transform:scaleX(1);}
.feature-num{
  font-size:2.6rem;
  font-weight:800;
  color:var(--gray-100);
  position:absolute;
  top:14px; right:22px;
  line-height:1;
  transition:var(--transition);
}
.feature-num-card .feature-icon{margin-bottom:20px;}

.fnum-1::before{background:#3b6fe0;} .fnum-1 .feature-icon{background:#e3ecfd;color:#3b6fe0;} .fnum-1:hover .feature-num{color:#e3ecfd;} .fnum-1 .learn-more{color:#3b6fe0;}
.fnum-2::before{background:#8b5cf6;} .fnum-2 .feature-icon{background:#f1e9fe;color:#8b5cf6;} .fnum-2:hover .feature-num{color:#f1e9fe;} .fnum-2 .learn-more{color:#8b5cf6;}
.fnum-3::before{background:#22a55a;} .fnum-3 .feature-icon{background:#e2f7ea;color:#22a55a;} .fnum-3:hover .feature-num{color:#e2f7ea;} .fnum-3 .learn-more{color:#22a55a;}
.fnum-4::before{background:#e8912d;} .fnum-4 .feature-icon{background:#fdecd4;color:#e8912d;} .fnum-4:hover .feature-num{color:#fdecd4;} .fnum-4 .learn-more{color:#e8912d;}
.fnum-5::before{background:#0ea5b7;} .fnum-5 .feature-icon{background:#dcf1fb;color:#0ea5b7;} .fnum-5:hover .feature-num{color:#dcf1fb;} .fnum-5 .learn-more{color:#0ea5b7;}
.fnum-6::before{background:#e0397c;} .fnum-6 .feature-icon{background:#fde3ee;color:#e0397c;} .fnum-6:hover .feature-num{color:#fde3ee;} .fnum-6 .learn-more{color:#e0397c;}
.fnum-7::before{background:#6366f1;} .fnum-7 .feature-icon{background:#e5e5fd;color:#6366f1;} .fnum-7:hover .feature-num{color:#e5e5fd;} .fnum-7 .learn-more{color:#6366f1;}
.fnum-8::before{background:#f59e0b;} .fnum-8 .feature-icon{background:#fef3d6;color:#f59e0b;} .fnum-8:hover .feature-num{color:#fef3d6;} .fnum-8 .learn-more{color:#f59e0b;}
.fnum-9::before{background:#ef4444;} .fnum-9 .feature-icon{background:#fde2e2;color:#ef4444;} .fnum-9:hover .feature-num{color:#fde2e2;} .fnum-9 .learn-more{color:#ef4444;}
.learn-more{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:700;
  color:var(--blue);
  font-size:.9rem;
  margin-top:16px;
  transition:var(--transition);
}
.learn-more i{transition:var(--transition);}
.feature-num-card:hover .learn-more i{transform:translateX(4px);}

/* ===================== HOW IT WORKS ===================== */
.step-card{
  text-align:center;
  padding:20px;
  position:relative;
}
.step-num{
  width:68px;height:68px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--blue) 0%, var(--navy) 100%);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:1.25rem;
  margin:0 auto 22px;
  box-shadow:0 12px 26px rgba(26,86,219,.28), 0 0 0 6px rgba(26,86,219,.08);
  position:relative;
  z-index:1;
  transition:var(--transition);
}
.step-card:hover .step-num{transform:scale(1.08); box-shadow:0 16px 32px rgba(26,86,219,.35), 0 0 0 8px rgba(26,86,219,.1);}
.step-card h5{margin-bottom:8px;}
.step-card p{color:var(--gray-500);font-size:.92rem;}
.step-line{
  position:absolute;
  top:34px; left:60%;
  width:80%;
  height:2px;
  background:repeating-linear-gradient(90deg,var(--gray-300) 0 8px, transparent 8px 16px);
  z-index:0;
}
@media (max-width:991px){.step-line{display:none;}}

/* ===================== BENEFITS ===================== */
.benefit-block{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:40px;
  height:100%;
  box-shadow:var(--shadow-sm);
  border:1px solid #1a56db38;
  transition:var(--transition);
  position:relative;
  overflow:hidden;
}
.benefit-block::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height:4px;
  background:linear-gradient(90deg,var(--blue),#7c5cf0);
  transform:scaleX(0);
  transform-origin:left;
  transition:var(--transition);
}
.benefit-block:hover{box-shadow:var(--shadow-md);transform:translateY(-8px);}
.benefit-block:hover::before{transform:scaleX(1);}
.benefit-icon{
  width:64px;height:64px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--blue) 0%, #7c5cf0 100%);
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1.7rem;
  margin-bottom:24px;
  box-shadow:0 10px 22px rgba(26,86,219,.25);
  transition:var(--transition);
}
.benefit-block:hover .benefit-icon{transform:rotate(-6deg) scale(1.06);}
.benefit-block-1::before{background:linear-gradient(90deg,#3b6fe0,#0ea5b7);}
.benefit-block-1 .benefit-icon{background:linear-gradient(135deg,#3b6fe0,#0ea5b7);}
.benefit-block-2::before{background:linear-gradient(90deg,#e8912d,#e0397c);}
.benefit-block-2 .benefit-icon{background:linear-gradient(135deg,#e8912d,#e0397c); box-shadow:0 10px 22px rgba(232,145,45,.25);}
.benefit-block-3::before{background:linear-gradient(90deg,#22a55a,#3b6fe0);}
.benefit-block-3 .benefit-icon{background:linear-gradient(135deg,#22a55a,#3b6fe0); box-shadow:0 10px 22px rgba(34,165,90,.25);}

/* ===================== STATS ===================== */
.stats-section{
  background:linear-gradient(135deg,var(--navy) 0%, var(--navy-soft) 60%, #1a3a6e 100%);
  color:#fff;
  border-radius:var(--radius-lg);
  padding:60px 30px;
  position:relative;
  overflow:hidden;
}
.stats-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.06) 1.4px, transparent 1.4px);
  background-size:22px 22px;
  opacity:.6;
}
.stats-section .row{position:relative; z-index:1;}
.stat-item{
  text-align:center;
  position:relative;
}
.stat-item:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-2px; top:8px; bottom:8px;
  width:1px;
  background:rgba(255,255,255,.14);
}
@media (max-width:767.98px){.stat-item:not(:last-child)::after{display:none;}}
.stat-item h3{
  color:#fff;
  font-size:clamp(2rem,4vw,2.8rem);
  margin-bottom:6px;
  background:linear-gradient(135deg,#ffffff 0%, #bcd2ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.stat-item span{
  color:rgba(255,255,255,.65);
  font-weight:600;
  font-size:.92rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}

/* ===================== TESTIMONIALS ===================== */
.testimonial-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:34px;
  height:100%;
  border:1px solid var(--gray-100);
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
  position:relative;
  overflow:hidden;
}
.testimonial-card::before{
  content:"\201C";
  position:absolute;
  top:-6px; right:22px;
  font-size:5.5rem;
  font-weight:800;
  font-family:Georgia,serif;
  color:var(--blue-light);
  line-height:1;
  z-index:0;
}
.testimonial-card > *{position:relative; z-index:1;}
.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px);}
.testimonial-card .stars{color:#f5a623;margin-bottom:14px;font-size:.9rem;}
.testimonial-card p.quote{color:var(--gray-700);font-size:.98rem;margin-bottom:22px;}
.testimonial-user{display:flex;align-items:center;gap:14px;}
.testimonial-user img{
  width:48px;height:48px;border-radius:50%;object-fit:cover;
  box-shadow:0 0 0 3px var(--blue-light);
}
.testimonial-user strong{display:block;font-size:.95rem;color:var(--gray-900);}
.testimonial-user span{font-size:.82rem;color:var(--gray-500);}

/* ===================== CTA ===================== */
.cta-section{
  background:linear-gradient(120deg,var(--blue) 0%, var(--navy) 100%);
  border-radius:var(--radius-lg);
  padding:70px 40px;
  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.cta-section h2{color:#fff;margin-bottom:14px; position:relative; z-index:1;}
.cta-section p{color:rgba(255,255,255,.8);max-width:560px;margin:0 auto 30px; position:relative; z-index:1;}
.cta-section .btn{position:relative; z-index:1;}
.cta-section::before,
.cta-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  z-index:0;
}
.cta-section::before{width:260px;height:260px; top:-120px; left:-60px;}
.cta-section::after{width:200px;height:200px; bottom:-100px; right:6%;}

/* ===================== FOOTER ===================== */
.site-footer{
  background:var(--navy);
  color:rgba(255,255,255,.7);
  padding:70px 0 24px;
}
.footer-about{font-size:.9rem;margin:16px 0 20px;color:rgba(255,255,255,.6);}
.footer-heading{color:#fff;font-weight:700;margin-bottom:20px;font-size:1rem;}
.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;font-size:.9rem;}
.footer-links a{color:rgba(255,255,255,.65);transition:var(--transition);}
.footer-links a:hover{color:#fff;padding-left:4px;}
.footer-links li i{margin-right:8px;color:var(--accent);}
.social-icons{display:flex;gap:10px;}
.social-icons a{
  width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
  color:#fff;transition:var(--transition);
}
.social-icons a:hover{background:var(--blue);transform:translateY(-3px);}
.footer-divider{border-color:rgba(255,255,255,.12);margin:40px 0 20px;}
.footer-bottom{text-align:center;font-size:.85rem;color:rgba(255,255,255,.5);}
.footer-bottom-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:12px 24px;
  text-align:left;
}
.footer-credit{color:rgba(255,255,255,.5);}
.footer-credit strong{color:rgba(255,255,255,.75);font-weight:700;}
.footer-legal{display:flex;align-items:center;gap:12px;}
.footer-legal a{color:rgba(255,255,255,.5);transition:var(--transition);}
.footer-legal a:hover{color:#fff;}
.footer-legal-divider{color:rgba(255,255,255,.25);}
@media (max-width:767.98px){
  .footer-bottom-row{justify-content:center;text-align:center;}
}

/* ===================== ABOUT PAGE ===================== */
.value-card, .why-card{
  background:var(--white);
  border:1px solid #1a56db38;
  border-radius:var(--radius-lg);
  padding:32px 24px;
  text-align:center;
  height:100%;
  box-shadow:var(--shadow-sm);
  transition:var(--transition);
}
.value-card:hover, .why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px);}
.value-card .feature-icon, .why-card .feature-icon{margin:0 auto 20px;}

.value-card-1 .feature-icon{background:#e3ecfd; color:#3b6fe0;}
.value-card-1:hover .feature-icon{background:#3b6fe0; color:#fff;}
.value-card-2 .feature-icon{background:#f1e9fe; color:#8b5cf6;}
.value-card-2:hover .feature-icon{background:#8b5cf6; color:#fff;}
.value-card-3 .feature-icon{background:#fdecd4; color:#e8912d;}
.value-card-3:hover .feature-icon{background:#e8912d; color:#fff;}
.value-card-4 .feature-icon{background:#e2f7ea; color:#22a55a;}
.value-card-4:hover .feature-icon{background:#22a55a; color:#fff;}
.value-card .feature-icon, .why-card .feature-icon{transition:var(--transition);}

.about-who-visual{position:relative;}
.about-who-visual img{
  width:100%;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  display:block;
}
.who-badge{top:-18px; right:-16px; left:auto;}

.mission-card{
  background:var(--blue-light);
  border-radius:var(--radius-lg);
  padding:44px;
  height:100%;
  position:relative;
  overflow:hidden;
}
.mission-card::after{
  content:"";
  position:absolute;
  width:160px;height:160px;
  border-radius:50%;
  background:rgba(26,86,219,.08);
  top:-60px; right:-60px;
}
.mission-card i{
  font-size:1.6rem;color:#fff;margin-bottom:18px;display:flex;
  width:56px;height:56px;border-radius:16px;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--blue-dark));
  box-shadow:0 10px 22px rgba(26,86,219,.3);
  position:relative; z-index:1;
}
.vision-card{
  background:linear-gradient(160deg,var(--navy) 0%, var(--navy-soft) 100%);
  color:#fff;
  border-radius:var(--radius-lg);
  padding:44px;
  height:100%;
  position:relative;
  overflow:hidden;
}
.vision-card::after{
  content:"";
  position:absolute;
  width:160px;height:160px;
  border-radius:50%;
  background:rgba(14,165,183,.12);
  bottom:-70px; right:-50px;
}
.vision-card i{
  font-size:1.6rem;color:#fff;margin-bottom:18px;display:flex;
  width:56px;height:56px;border-radius:16px;align-items:center;justify-content:center;
  background:rgba(14,165,183,.2);
  position:relative; z-index:1;
}
.vision-card h3{color:#fff; position:relative; z-index:1;}
.vision-card p{color:rgba(255,255,255,.75); position:relative; z-index:1;}

/* ===================== CONTACT PAGE ===================== */
.contact-info-card{
  background:#143f96;
  color:#fff;
  border-radius:var(--radius-lg);
  padding:44px 34px;
  height:100%;
}
.contact-info-card h3{color:#fff;}
.contact-item{display:flex;gap:16px;margin-bottom:26px;}
.contact-item .icon-wrap{
  width:46px;height:46px;flex:0 0 46px;
  border-radius:12px;
  background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  color:var(--accent);font-size:1.15rem;
}
.contact-item strong{display:block;color:#fff;font-size:.95rem;margin-bottom:2px;}
.contact-item span, .contact-item p{color:rgba(255,255,255,.65);font-size:.9rem;margin:0;}

.contact-form-card{
  background:var(--white);
  border:1px solid var(--gray-100);
  box-shadow:var(--shadow-sm);
  border-radius:var(--radius-lg);
  padding:44px;
}
.form-control, .form-select{
  border-radius:var(--radius-sm);
  border:1.5px solid var(--gray-300);
  padding:12px 16px;
  font-size:.95rem;
}
.form-control:focus, .form-select:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 4px var(--blue-light);
}
.form-label{font-weight:600;color:var(--gray-900);font-size:.9rem;margin-bottom:6px;}

.accordion-item{
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md) !important;
  overflow:hidden;
  margin-bottom:14px;
}
.accordion-button{
  font-weight:700;
  color:var(--gray-900);
  padding:20px 24px;
}
.accordion-button:not(.collapsed){
  background:var(--blue-light);
  color:var(--blue-dark);
  box-shadow:none;
}
.accordion-button:focus{box-shadow:none;border-color:var(--gray-100);}
.accordion-body{color:var(--gray-500);padding:0 24px 22px;}

/* ===================== BLOG PAGE ===================== */
.category-filters{display:flex;flex-wrap:wrap;gap:10px;}
.category-filters .filter-btn{
  border:1.5px solid var(--gray-300);
  background:#fff;
  padding:9px 20px;
  border-radius:50px;
  font-weight:600;
  font-size:.88rem;
  color:var(--gray-700);
  transition:var(--transition);
}
.category-filters .filter-btn:hover{border-color:var(--blue);color:var(--blue);}
.category-filters .filter-btn.active{background:var(--blue);border-color:var(--blue);color:#fff;}

.featured-post{
  background:var(--white);
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--gray-100);
  box-shadow:var(--shadow-sm);
}
.featured-post img{height:100%;object-fit:cover;min-height:280px;width:100%;}
.featured-post .featured-body{padding:40px;}

.blog-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--gray-100);
  box-shadow:var(--shadow-sm);
  height:100%;
  transition:var(--transition);
}
.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px);}
.blog-card .blog-img{position:relative;overflow:hidden;height:200px;}
.blog-card .blog-img img{width:100%;height:100%;object-fit:cover;transition:var(--transition);}
.blog-card:hover .blog-img img{transform:scale(1.08);}
.blog-badge{
  position:absolute;top:14px;left:14px;
  background:var(--white);
  color:var(--blue);
  font-size:.72rem;font-weight:700;
  padding:6px 14px;border-radius:50px;
  text-transform:uppercase;letter-spacing:.04em;
}
.blog-body{padding:24px;}
.blog-date{font-size:.8rem;color:var(--gray-500);margin-bottom:10px;display:flex;align-items:center;gap:6px;}
.blog-body h5{font-size:1.06rem;margin-bottom:10px;line-height:1.4;}
.blog-body p{color:var(--gray-500);font-size:.9rem;margin-bottom:18px;}
.blog-readmore{font-weight:700;color:var(--blue);font-size:.88rem;display:inline-flex;align-items:center;gap:6px;}

.pagination .page-link{
  border:none;
  color:var(--gray-700);
  font-weight:600;
  margin:0 4px;
  border-radius:10px;
}
.pagination .page-item.active .page-link{background:var(--blue);color:#fff;}

/* ===================== NOTIFICATIONS PAGE ===================== */
.notif-card{
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:22px 24px;
  display:flex;
  gap:18px;
  margin-bottom:16px;
  transition:var(--transition);
}
.notif-card:hover{box-shadow:var(--shadow-sm);}
.notif-card.unread{
  background:var(--blue-light);
  border-color:transparent;
  position:relative;
}
.notif-card.unread::before{
  content:"";
  position:absolute;left:0;top:0;bottom:0;
  width:4px;border-radius:4px 0 0 4px;
  background:var(--blue);
}
.notif-icon{
  width:48px;height:48px;flex:0 0 48px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;
  background:var(--gray-100);
  color:var(--blue);
}
.notif-card.unread .notif-icon{background:var(--blue);color:#fff;}
.notif-content{flex:1;}
.notif-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;}
.notif-content h6{margin-bottom:6px;font-size:1rem;}
.notif-content p{color:var(--gray-500);font-size:.9rem;margin-bottom:10px;}
.notif-meta{display:flex;align-items:center;gap:14px;font-size:.8rem;color:var(--gray-500);}
.notif-meta .badge-cat{
  background:var(--white);
  border:1px solid var(--gray-300);
  padding:4px 12px;
  border-radius:50px;
  font-weight:600;
  color:var(--gray-700);
}
.notif-time{font-size:.78rem;color:var(--gray-500);white-space:nowrap;}
.unread-dot{
  width:9px;height:9px;border-radius:50%;
  background:var(--blue);
  flex:0 0 9px;
  margin-top:6px;
}

/* ===================== FADE IN ANIMATION ===================== */
.fade-in-up{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.fade-in-up.in-view{
  opacity:1;
  transform:translateY(0);
}

/* Divider dot list for hero */
.hero-points{list-style:none;padding:0;margin:26px 0;display:flex;flex-wrap:wrap;gap:18px 28px;}
.hero-points li{display:flex;align-items:center;gap:8px;font-weight:600;color:var(--gray-700);font-size:.92rem;}
.hero-points li i{color:var(--accent);font-size:1.1rem;}
