/* =========================
   ABOUT PAGE (about.css)
   Premium + Animated + Responsive
========================= */

.reveal{
  opacity:0;
  transform: translateY(18px);
  transition: .7s cubic-bezier(.2,.9,.2,1);
  will-change: transform, opacity;
}
.reveal.is-in{
  opacity:1;
  transform: translateY(0);
}

.ab-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--border2);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow2);
  font-weight:900;
  letter-spacing:.25px;
}
.ab-badge::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 0 0 6px rgba(231,61,84,.12);
}

/* ============ HERO ============ */
.ab-hero{
  position:relative;
  padding: 72px 0 34px;
  overflow:hidden;
}
.ab-hero__bg{
  position:absolute; inset:-1px;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(231,61,84,.16), transparent 60%),
    radial-gradient(900px 520px at 70% 0%, rgba(3,81,148,.16), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0));
  pointer-events:none;
}
.ab-hero__inner{ position:relative; z-index:1; }

.ab-hero__title{
  margin:14px 0 10px;
  font-size: clamp(30px, 4vw, 52px);
  line-height:1.05;
  letter-spacing:-.7px;
  color: var(--ink);
}
.ab-grad{
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.ab-hero__sub{
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height:1.7;
  margin:0 0 18px;
}
.ab-hero__cta{ display:flex; gap:12px; flex-wrap:wrap; }
.ab-arrow{ font-weight:900; }

.ab-stats{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.ab-stat{
  background: rgba(255,255,255,.78);
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  padding: 14px 14px 12px;
  position:relative;
  overflow:hidden;
}
.ab-stat::after{
  content:"";
  position:absolute; inset:auto -30% -60% -30%;
  height:120%;
  background: radial-gradient(circle at 50% 0%, rgba(231,61,84,.16), transparent 55%);
  transform: rotate(-8deg);
}
.ab-stat__num{
  position:relative;
  z-index:1;
  font-size: 1.8rem;
  font-weight: 1000;
  color: var(--ink);
  letter-spacing:-.5px;
}
.ab-stat__label{
  position:relative;
  z-index:1;
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}

/* ============ SECTIONS ============ */
.ab-section{
  padding: 56px 0;
  position:relative;
}
.ab-section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0));
  border-top:1px solid rgba(2,6,23,.06);
  border-bottom:1px solid rgba(2,6,23,.06);
}
.ab-head{
  max-width: 78ch;
  margin: 0 0 22px;
}
.ab-title{
  margin:0 0 10px;
  font-size: clamp(24px, 2.6vw, 34px);
  color: var(--ink);
  letter-spacing: -.4px;
}
.ab-lead{
  margin:0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height:1.7;
}
.ab-h3{
  margin:0 0 10px;
  font-size: 1.2rem;
  color: var(--ink);
}
.ab-p{
  margin:0 0 12px;
  color: var(--text);
  line-height: 1.8;
  text-align: justify;
}

/* ============ ABOUT US BLOCK ============ */
.ab-about{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: stretch;
}
.ab-about__card{
  background: rgba(255,255,255,.8);
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 22px;
  position:relative;
  overflow:hidden;
}
.ab-about__card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(700px 280px at 10% 0%, rgba(231,61,84,.18), transparent 60%),
    radial-gradient(700px 280px at 90% 10%, rgba(3,81,148,.18), transparent 58%);
  pointer-events:none;
}
.ab-about__card > *{ position:relative; z-index:1; }

.ab-bullets{
  padding-left: 18px;
  margin: 14px 0 10px;
  color: var(--text);
  line-height:1.8;
}
.ab-mini{ display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.ab-chip{
  font-size: .85rem;
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow2);
  font-weight:800;
  color: var(--ink);
}

/* media grid */
.ab-about__media{
  border-radius: var(--r);
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, rgba(3,81,148,.10), rgba(231,61,84,.10));
  position:relative;
  overflow:hidden;
}
.ab-media__grid{
  position:absolute; inset:14px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.ab-media__tile{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.35);
  background:
    radial-gradient(240px 120px at 30% 30%, rgba(255,255,255,.65), transparent 60%),
    linear-gradient(135deg, rgba(0,39,68,.75), rgba(3,81,148,.35));
  box-shadow: 0 12px 26px rgba(2,6,23,.14);
  transform: translateZ(0);
  transition: .35s ease;
}
.ab-media__tile:hover{ transform: translateY(-4px) scale(1.01); }

.ab-media__float{
  position:absolute;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 1000;
  color:#fff;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  box-shadow: 0 16px 30px rgba(2,6,23,.25);
  animation: floaty 4.2s ease-in-out infinite;
}

/* ============ SPLIT LAYOUTS ============ */
.ab-split{
  display:grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items:center;
}
.ab-split--reverse{
  grid-template-columns: 1.05fr .95fr;
}
.ab-split__img{
  min-height: 340px;
  border-radius: var(--r);
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  background:
    radial-gradient(260px 160px at 20% 20%, rgba(231,61,84,.22), transparent 60%),
    radial-gradient(340px 200px at 70% 30%, rgba(3,81,148,.22), transparent 60%),
    linear-gradient(135deg, rgba(0,39,68,.85), rgba(24,28,47,.85));
  position:relative;
  overflow:hidden;
}
.ab-split__img::after{
  content:"";
  position:absolute; inset:-40%;
  background: conic-gradient(from 180deg, rgba(231,61,84,.22), rgba(3,81,148,.22), rgba(255,60,0,.12), rgba(231,61,84,.22));
  filter: blur(18px);
  transform: rotate(12deg);
  animation: floaty 6s ease-in-out infinite;
}
.ab-split__content{
  background: rgba(255,255,255,.78);
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  padding: 22px;
}

.ab-timeline{ margin-top: 14px; display:grid; gap:10px; }
.ab-step{
  display:flex; gap:10px; align-items:flex-start;
  color: var(--text);
  font-weight: 750;
  line-height:1.6;
}
.ab-dot{
  flex:0 0 10px;
  width:10px; height:10px;
  border-radius:999px;
  background: var(--c1);
  box-shadow: 0 0 0 6px rgba(231,61,84,.12);
  margin-top:6px;
}

/* mission/vision image variants */
.ab-split__img--mission{
  background:
    radial-gradient(280px 170px at 20% 20%, rgba(3,81,148,.26), transparent 60%),
    radial-gradient(280px 170px at 70% 30%, rgba(255,60,0,.18), transparent 60%),
    linear-gradient(135deg, rgba(0,39,68,.88), rgba(24,28,47,.88));
}
.ab-split__img--vision{
  background:
    radial-gradient(280px 170px at 20% 20%, rgba(231,61,84,.22), transparent 60%),
    radial-gradient(280px 170px at 70% 30%, rgba(3,81,148,.22), transparent 60%),
    linear-gradient(135deg, rgba(0,39,68,.88), rgba(24,28,47,.88));
}

/* ============ LISTS ============ */
.ab-checks{ margin: 12px 0 0; padding:0; list-style:none; display:grid; gap:10px; }
.ab-checks li{
  background: #fff;
  border:1px solid var(--border);
  border-radius: 14px;
  padding: 10px 12px 10px 40px;
  position:relative;
  box-shadow: var(--shadow2);
  font-weight: 750;
  color: var(--ink);
}
.ab-checks li::before{
  content:"✓";
  position:absolute; left:12px; top:10px;
  width:20px; height:20px;
  display:grid; place-items:center;
  border-radius:999px;
  background: rgba(3,81,148,.12);
  color: var(--c2);
  font-weight: 1000;
}

/* quote */
.ab-quote{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--r);
  border:1px solid var(--border);
  background: linear-gradient(135deg, rgba(231,61,84,.10), rgba(3,81,148,.10));
  box-shadow: var(--shadow2);
  color: var(--ink);
  font-weight: 900;
}

/* ============ 4 CARD GRID ============ */
.ab-grid4{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.ab-card{
  background: rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  padding: 18px;
  position:relative;
  overflow:hidden;
  transition: .25s ease;
  transform: translateZ(0);
}
.ab-card::before{
  content:"";
  position:absolute; inset:auto -30% -60% -30%;
  height:120%;
  background: radial-gradient(circle at 50% 0%, rgba(231,61,84,.14), transparent 55%);
  transform: rotate(-6deg);
  transition: .25s ease;
}
.ab-card > *{ position:relative; z-index:1; }
.ab-card h3{ margin:10px 0 8px; color: var(--ink); }
.ab-card p{ margin:0; color: var(--muted); line-height:1.7; }
.ab-ic{
  width:44px; height:44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: #fff;
  border:1px solid var(--border);
  box-shadow: var(--shadow2);
  font-size: 20px;
}
.ab-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(2,6,23,.14);
}
.ab-card:hover::before{ transform: rotate(-10deg) translateY(-10px); }

/* dark version */
.ab-card--dark{
  background: rgba(0,39,68,.72);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
}
.ab-card--dark h3{ color:#fff }
.ab-card--dark p{ color: rgba(255,255,255,.78) }
.ab-card--dark .ab-ic{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.20);
  color:#fff;
}

/* ============ SERVICES STICKY BG ============ */
.ab-services{
  position:relative;
  padding: 70px 0;
  overflow:hidden;
  isolation:isolate;
}
.ab-services__bg{
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(231,61,84,.26), transparent 60%),
    radial-gradient(900px 520px at 80% 0%, rgba(3,81,148,.26), transparent 55%),
    linear-gradient(135deg, rgba(0,39,68,.92), rgba(24,28,47,.92));
  filter: saturate(1.05);
}
.ab-services__inner{
  position:relative;
  z-index:1;
}
.ab-head--light .ab-title--light,
.ab-title--light{ color:#fff; }
.ab-lead--light{ color: rgba(255,255,255,.78); }

/* ============ VALUES ============ */
.ab-values{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}
.ab-value{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  padding: 18px;
  transition: .25s ease;
}
.ab-value h3{
  margin:0 0 8px;
  color: var(--ink);
}
.ab-value p{
  margin:0;
  color: var(--muted);
  line-height:1.7;
}
.ab-value:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(2,6,23,.12);
  border-color: rgba(231,61,84,.22);
}

/* ============ CTA ============ */
.ab-cta{
  padding: 56px 0 74px;
}
.ab-cta__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 22px;
  border-radius: calc(var(--r) + 6px);
  border: 1px solid var(--border);
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(231,61,84,.16), transparent 60%),
    radial-gradient(600px 220px at 80% 0%, rgba(3,81,148,.16), transparent 58%),
    rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}
.ab-cta__title{
  margin:0 0 6px;
  color: var(--ink);
  font-size: clamp(22px, 2.3vw, 32px);
  letter-spacing:-.35px;
}
.ab-cta__sub{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  max-width: 66ch;
}
.ab-cta__actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px){
  .ab-about{ grid-template-columns: 1fr; }
  .ab-stats{ grid-template-columns: 1fr; }
  .ab-split,
  .ab-split--reverse{ grid-template-columns: 1fr; }
  .ab-split__img{ min-height: 280px; }
  .ab-grid4{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ab-values{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ab-cta__inner{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 560px){
  .ab-grid4{ grid-template-columns: 1fr; }
  .ab-values{ grid-template-columns: 1fr; }
}


/* ===== About Us (No Image) Premium Update ===== */

.ab-title--bar{
  position:relative;
  display:inline-block;
  padding-bottom:10px;
}
.ab-title--bar::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:86px;
  height:4px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  box-shadow: 0 10px 22px rgba(2,6,23,.10);
}

.ab-about2{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  align-items: stretch;
}

/* shared panel style */
.ab-panel{
  background: rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius: calc(var(--r) + 4px);
  box-shadow: var(--shadow);
  padding: 22px;
  position:relative;
  overflow:hidden;
  transition: .25s ease;
}

/* premium glow */
.ab-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(700px 260px at 10% 0%, rgba(231,61,84,.18), transparent 60%),
    radial-gradient(700px 260px at 90% 12%, rgba(3,81,148,.18), transparent 58%);
  pointer-events:none;
  opacity:.9;
}
.ab-panel > *{ position:relative; z-index:1; }

.ab-panel:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(2,6,23,.14);
  border-color: rgba(231,61,84,.22);
}

/* main side */
.ab-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid var(--border2);
  background: rgba(255,255,255,.65);
  box-shadow: var(--shadow2);
  font-weight: 900;
  color: var(--ink);
  letter-spacing:.25px;
  margin-bottom: 12px;
}
.ab-kicker::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 0 0 6px rgba(3,81,148,.10);
}

.ab-h3--xl{
  font-size: 1.35rem;
  margin: 0 0 10px;
}

/* right side title */
.ab-side__title{
  margin: 0 0 12px;
  color: var(--ink);
  font-weight: 1000;
  letter-spacing: -.2px;
}

/* checklist */
.ab-checklist{
  list-style:none;
  padding:0;
  margin:0 0 14px;
  display:grid;
  gap:10px;
}
.ab-checklist li{
  position:relative;
  padding: 12px 12px 12px 42px;
  border:1px solid var(--border);
  border-radius: 14px;
  background:#fff;
  box-shadow: var(--shadow2);
  font-weight: 800;
  color: var(--ink);
  line-height:1.4;
  transition: .22s ease;
}
.ab-checklist li::before{
  content:"✓";
  position:absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(231,61,84,.12);
  color: var(--c1);
  font-weight: 1000;
}
.ab-checklist li:hover{
  transform: translateY(-2px);
  border-color: rgba(3,81,148,.25);
}

/* KPI mini cards */
.ab-kpis{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.ab-kpi{
  background: linear-gradient(135deg, rgba(231,61,84,.10), rgba(3,81,148,.10));
  border:1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  box-shadow: var(--shadow2);
  transition: .22s ease;
}
.ab-kpi:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(2,6,23,.12);
}
.ab-kpi__num{
  font-weight: 1100;
  letter-spacing: .8px;
  color: var(--ink);
  font-size: 1.05rem;
}
.ab-kpi__txt{
  margin-top: 6px;
  color: var(--text);
  font-weight: 800;
  line-height:1.25;
}
.ab-kpi__txt span{
  color: var(--muted);
  font-weight: 800;
}

/* responsive */
@media (max-width: 980px){
  .ab-about2{ grid-template-columns: 1fr; }
  .ab-kpis{ grid-template-columns: 1fr; }
}
/* =========================
   FIX READABILITY (About Us section)
   Paste at END of about.css
========================= */

#ab-about-us, #about-us { /* safety */
  color: var(--text);
}

/* Make panels fully readable (less transparent) */
#about-us .ab-panel{
  background: #ffffff;                 /* solid */
  border-color: rgba(2,6,23,.12);
  box-shadow: 0 18px 44px rgba(2,6,23,.10);
}

/* Reduce glow so text stays crisp */
#about-us .ab-panel::before{
  opacity: .55;                        /* less glow */
}

/* Stronger headings */
#about-us .ab-title,
#about-us .ab-h3,
#about-us .ab-side__title{
  color: var(--ink);
}

/* Paragraph readability */
#about-us .ab-p{
  color: #111827;                      /* stronger than --text */
  font-weight: 600;
  line-height: 1.85;
}

/* Lead text readability */
#about-us .ab-lead{
  color: #334155;
  font-weight: 600;
}

/* Checklist text */
#about-us .ab-checklist li{
  background: #ffffff;
  color: #0B1220;
  border-color: rgba(2,6,23,.12);
}

/* Chips: readable + not faded */
#about-us .ab-chip{
  background: #ffffff;
  color: #0B1220;
  border-color: rgba(2,6,23,.16);
  font-weight: 900;
}

/* Kicker: improve contrast */
#about-us .ab-kicker{
  background: #ffffff;
  color: #0B1220;
  border-color: rgba(2,6,23,.16);
}

/* KPI cards: increase contrast */
#about-us .ab-kpi{
  background: #F8FAFC;
  border-color: rgba(2,6,23,.12);
}
#about-us .ab-kpi__txt{
  color: #0B1220;
}
#about-us .ab-kpi__txt span{
  color: #475569;
}

/* =================================================
   HISTORY SECTION – PREMIUM DESIGN
================================================= */

#history{
  padding: 70px 0;
}

/* Split Layout */
#history .ab-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

/* Heading with bottom gradient bar */
#history .ab-title{
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

#history .ab-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  box-shadow: 0 10px 22px rgba(2,6,23,.12);
}

/* ================= IMAGE SIDE ================= */

#history .ab-imgWrap{
  position: relative;
  min-height: 460px; /* Bigger height */
}

/* Outer 10px dashed border */
#history .ab-imgFrame{
  position: relative;
  height: 100%;
  min-height: 460px;
  border-radius: calc(var(--r) + 14px);

  border: 5px dashed rgba(2,6,23,.18); /* 10px dashed */
  padding: 16px; /* spacing between border & image */

  background: rgba(255,255,255,.7);
  box-shadow: var(--shadow);
  transition: .35s ease;
}

/* Actual Image */
#history .ab-img{
  height: 100%;
  min-height: 420px;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
    background: url("../assets/images/aboutus.jpg") center/cover no-repeat;
}

/* ================= DOT OVERLAY ================= */

/* Bigger dotted pattern */
#history .ab-imgDots{
  position: absolute;
  top: -28px;
  left: -28px;

  width: 260px;     /* larger width */
  height: 180px;    /* larger height */

  background-image: radial-gradient(
    rgba(231,61,84,.65) 3px,
    transparent 3px
  );
  background-size: 18px 18px; /* bigger dots */

  opacity: .75;
  pointer-events: none;
}

/* Optional dashed frame around dotted overlay */
#history .ab-imgDots::after{
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 24px;
  border: 3px dashed rgba(3,81,148,.35);
  opacity: .8;
}

/* Hover Effect */
#history .ab-imgFrame:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(2,6,23,.18);
  border-color: rgba(231,61,84,.35);
}

#history .ab-imgFrame:hover .ab-imgDots{
  opacity: 1;
}

/* ================= TEXT SIDE ================= */

#history .ab-split__content{
  background: #ffffff;
  border-radius: var(--r);
  padding: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow2);
}

#history .ab-p{
  color: #1E293B;
  line-height: 1.85;
  font-weight: 600;
}

/* Timeline */
#history .ab-timeline{
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

#history .ab-step{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 700;
  color: var(--ink);
}

#history .ab-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c1);
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(231,61,84,.15);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px){
  #history .ab-split{
    grid-template-columns: 1fr;
  }

  #history .ab-imgWrap{
    min-height: 380px;
  }

  #history .ab-imgFrame{
    min-height: 380px;
    border-width: 8px;
  }

  #history .ab-img{
    min-height: 340px;
  }

  #history .ab-imgDots{
    width: 220px;
    height: 150px;
  }
}

@media (max-width: 560px){
  #history .ab-imgFrame{
    border-width: 6px;
    padding: 12px;
  }

  #history .ab-imgDots{
    width: 180px;
    height: 130px;
  }
}

/* =================================================
   MISSION SECTION 
================================================= */

#mission .ab-mission{
  display:grid;
  grid-template-columns: 1.05fr .95fr; /* text left, image right */
  gap: 28px;
  align-items:center;
}

/* CONTENT */
#mission .ab-mission__content{
  background:#fff;
  border:1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  padding: 26px;
}

#mission .ab-p{
  color:#111827;
  line-height:1.85;
  font-weight:600;
}

/* MEDIA */
#mission .ab-mission__media{
  position:relative;
}

/* Frame with 10px dashed border */
#mission .ab-mission__frame{
  position:relative;
  width:100%;
  border-radius: calc(var(--r) + 14px);
  border: 5px dashed rgba(2,6,23,.16);
  padding: 14px;
  background: rgba(255,255,255,.65);
  box-shadow: var(--shadow);
  transition: .35s ease;

  /* responsive-safe sizing */
  aspect-ratio: 16 / 12;   /* controls height nicely */
}

/* Image fills frame */
#mission .ab-mission__img{
  width:100%;
  height:100%;
  border-radius: var(--r);
  overflow:hidden;
    background: url("../assets/images/mission.jpg") center/cover no-repeat;

}

/* TOP-RIGHT dotted overlay */
#mission .ab-mission__dots{
  position:absolute;
  top: -22px;
  right: -22px;

  width: 240px;
  height: 160px;

  background-image: radial-gradient(rgba(3,81,148,.55) 3px, transparent 3px);
  background-size: 18px 18px;

  opacity: .78;
  pointer-events:none;
  filter: drop-shadow(0 12px 22px rgba(2,6,23,.18));
}

#mission .ab-mission__dots::after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius: 24px;
  border: 3px dashed rgba(231,61,84,.34);
  opacity: .78;
}

/* HOVER */
#mission .ab-mission__frame:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(2,6,23,.18);
  border-color: rgba(3,81,148,.28);
}
#mission .ab-mission__frame:hover .ab-mission__dots{
  opacity: 1;
}

/* Clean checks */
#mission .ab-checks--clean li{
  background:#fff;
  border:1px solid rgba(2,6,23,.12);
  box-shadow: var(--shadow2);
}

/* RESPONSIVE: image first, then text */
@media (max-width: 992px){
  #mission .ab-mission{
    grid-template-columns: 1fr;
  }

  /* Force image first */
  #mission .ab-mission__media{ order: 1; }
  #mission .ab-mission__content{ order: 2; }

  /* lighter border for small screens */
  #mission .ab-mission__frame{
    border-width: 8px;
    padding: 12px;
    aspect-ratio: 16 / 13;
  }

  #mission .ab-mission__dots{
    width: 210px;
    height: 140px;
    top: -18px;
    right: -18px;
  }
}

@media (max-width: 560px){
  #mission .ab-mission__frame{
    border-width: 6px;
    padding: 10px;
    aspect-ratio: 16 / 14;
  }

  #mission .ab-mission__dots{
    width: 180px;
    height: 120px;
    top: -14px;
    right: -14px;
  }
}

/* =================================================
   WHY CHOOSE – Premium + Readable UI
================================================= */

#why .ab-head{
  max-width: 78ch;
}

#why .ab-lead{
  color: #334155;      /* readable */
  font-weight: 650;
}

/* Grid */
#why .why-grid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
}

/* Card */
#why .why-card{
  background:#fff;
  border:1px solid rgba(2,6,23,.12);
  border-radius: calc(var(--r) + 4px);
  box-shadow: var(--shadow2);
  padding: 18px;
  position:relative;
  overflow:hidden;
  transition: .28s ease;
}

/* subtle gradient glow */
#why .why-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(520px 200px at 12% 0%, rgba(231,61,84,.14), transparent 60%),
    radial-gradient(520px 200px at 88% 10%, rgba(3,81,148,.12), transparent 58%);
  opacity:.55;
  pointer-events:none;
}
#why .why-card > *{ position:relative; z-index:1; }

/* hover */
#why .why-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(2,6,23,.14);
  border-color: rgba(231,61,84,.28);
}

/* Top row */
#why .why-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 12px;
}

/* Icon badge */
#why .why-ic{
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, rgba(231,61,84,.14), rgba(3,81,148,.12));
  border: 1px solid rgba(2,6,23,.10);
  box-shadow: var(--shadow2);
  font-size: 20px;
}

/* Tag */
#why .why-tag{
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .2px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(2,6,23,.12);
  background: #fff;
  color: var(--ink);
}

/* Title & text */
#why .why-title{
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 1000;
  letter-spacing: -.2px;
}
#why .why-text{
  margin: 0;
  color: #334155; /* readable */
  line-height: 1.75;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 980px){
  #why .why-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px){
  #why .why-grid{ grid-template-columns: 1fr; }
}

/* =================================================
   VALUES SECTION – Premium Hover UI
================================================= */

#values .ab-lead{
  color:#334155;
  font-weight:600;
}

/* Grid */
#values .values-grid{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

/* Card */
#values .value-card{
  background:#fff;
  border:1px solid rgba(2,6,23,.12);
  border-radius: calc(var(--r) + 4px);
  padding: 24px 20px;
  text-align:left;
  position:relative;
  overflow:hidden;
  box-shadow: var(--shadow2);
  transition: .3s ease;
}

/* soft background glow */
#values .value-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(500px 200px at 12% 0%, rgba(231,61,84,.14), transparent 60%),
    radial-gradient(500px 200px at 88% 10%, rgba(3,81,148,.12), transparent 58%);
  opacity:.55;
  pointer-events:none;
  transition:.3s ease;
}
#values .value-card > *{ position:relative; z-index:1; }

/* Icon */
#values .value-icon{
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 18px;
  display:grid;
  place-items:center;
  font-size: 22px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(231,61,84,.15), rgba(3,81,148,.12));
  border:1px solid rgba(2,6,23,.10);
  box-shadow: var(--shadow2);
}

/* Title */
#values .value-title{
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 1000;
  color: var(--ink);
}

/* Text */
#values .value-text{
  margin:0;
  color:#334155;
  line-height:1.75;
  font-weight:600;
}

/* HOVER EFFECT */
#values .value-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(2,6,23,.16);
  border-color: rgba(231,61,84,.30);
}

#values .value-card:hover::before{
  opacity: .9;
}

#values .value-card:hover .value-icon{
  transform: scale(1.1) rotate(6deg);
  transition: .3s ease;
}

/* Responsive */
@media (max-width: 980px){
  #values .values-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 560px){
  #values .values-grid{
    grid-template-columns: 1fr;
  }
}

/* =================================================
   CTA – Attractive + Unique Premium Block
================================================= */

.ab-cta2{
  padding: 60px 0 80px;
}

.cta2{
  position:relative;
  overflow:hidden;
  border-radius: calc(var(--r) + 10px);
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: 0 26px 60px rgba(2,6,23,.12);

  background:
    radial-gradient(700px 260px at 15% 0%, rgba(231,61,84,.18), transparent 60%),
    radial-gradient(700px 260px at 90% 10%, rgba(3,81,148,.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.75));
  backdrop-filter: blur(6px);

  padding: 26px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items:center;
  transition: .3s ease;
}

/* subtle hover lift */
.cta2:hover{
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(2,6,23,.16);
  border-color: rgba(231,61,84,.26);
}

/* Shine line */
.cta2__shine{
  position:absolute;
  top:0;
  left:-40%;
  height:100%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events:none;
}
.cta2:hover .cta2__shine{
  opacity: 1;
  animation: ctaShine .9s ease;
}
@keyframes ctaShine{
  0%{ transform: translateX(-30%) skewX(-18deg); }
  100%{ transform: translateX(320%) skewX(-18deg); }
}

/* blobs */
.cta2__blob{
  position:absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .55;
  pointer-events:none;
}
.cta2__blob.b1{
  width: 220px; height: 220px;
  left: -70px; bottom: -90px;
  background: rgba(231,61,84,.35);
  animation: floaty 5.5s ease-in-out infinite;
}
.cta2__blob.b2{
  width: 240px; height: 240px;
  right: -90px; top: -110px;
  background: rgba(3,81,148,.35);
  animation: floaty 6.2s ease-in-out infinite;
}

/* left content */
.cta2__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background:#fff;
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: var(--shadow2);
  font-weight: 950;
  color: var(--ink);
}
.cta2__badge::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  box-shadow: 0 0 0 6px rgba(231,61,84,.12);
}

.cta2__title{
  margin: 14px 0 10px;
  font-size: clamp(24px, 3.1vw, 38px);
  letter-spacing: -.6px;
  line-height: 1.1;
  color: var(--ink);
}
.cta2__grad{
  background: linear-gradient(90deg, var(--c1), var(--c2));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.cta2__sub{
  margin:0;
  color:#334155;
  font-weight: 650;
  line-height: 1.75;
  max-width: 70ch;
}

.cta2__chips{
  margin-top: 14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cta2__chip{
  padding: 8px 10px;
  border-radius: 999px;
  background:#fff;
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: var(--shadow2);
  color: var(--ink);
  font-weight: 900;
  font-size: .86rem;
}

.cta2__trust{
  margin: 14px 0 0;
  color: #475569;
  font-weight: 650;
  display:flex;
  align-items:center;
  gap: 10px;
}
.cta2__tick{
  width:22px; height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(3,81,148,.12);
  color: var(--c2);
  font-weight: 1000;
}

/* right side */
.cta2__right{
  position:relative;
  z-index:1;
  display:grid;
  gap: 12px;
}
.cta2__actions{
  display:grid;
  gap: 10px;
}
.cta2__btn{
  width:100%;
  justify-content:center;
}

.cta2__call{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 14px;
  border-radius: calc(var(--r) + 4px);
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(2,6,23,.12);
  box-shadow: var(--shadow2);
}
.cta2__callTitle{
  font-weight: 1000;
  color: var(--ink);
  letter-spacing: -.2px;
}
.cta2__callSub{
  color:#64748B;
  font-weight: 650;
  margin-top: 2px;
}

/* Responsive */
@media (max-width: 980px){
  .cta2{
    grid-template-columns: 1fr;
  }
  .cta2__actions{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px){
  .cta2{
    padding: 20px;
  }
  .cta2__call{
    flex-direction: column;
    align-items:flex-start;
  }
  .cta2__btn{ width: 100%; }
}
