/* ============================================================
   M/S MATE LIFE — Pharmaceutical Trade (style3.css)
   Palette: #355872 Dark Blue | #7AAACE Mid Blue | #9CD5FF Light Blue | #F7F8F0 Off-White
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', 'Segoe UI', Roboto, sans-serif; background: #F7F8F0; color: #1e3a50; line-height: 1.7; }
img  { max-width: 100%; display: block; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }

/* ---------- Utility ---------- */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

.section-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: #7AAACE; margin-bottom: 0.4rem; display: block;
}
.section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800;
  color: #355872; line-height: 1.25; margin-bottom: 0.8rem;
}
.section-desc { font-size: 0.95rem; color: #4a6a82; max-width: 620px; line-height: 1.72; }
.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-header .section-desc { margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1.6rem; border-radius: 50px; font-weight: 600;
  font-size: 0.9rem; transition: all 0.3s ease; cursor: pointer; border: none;
}
.btn-primary { background: #355872; color: #fff; }
.btn-primary:hover { background: #7AAACE; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(53,88,114,0.28); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); }
.btn-outline:hover { background: #fff; color: #355872; transform: translateY(-2px); }

/* ---------- Topbar ---------- */
.topbar { background: #355872; color: #9CD5FF; font-size: 0.8rem; padding: 0.4rem 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.4rem; }
.topbar-contact a { color: #9CD5FF; margin-right: 1.4rem; transition: color 0.2s; }
.topbar-contact a:hover { color: #fff; }
.topbar-contact i, .topbar-contact span i { margin-right: 0.35rem; }
.topbar-contact span { color: rgba(156,213,255,0.8); }

/* ---------- Navbar ---------- */
.navbar {
  background: #fff; position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 16px rgba(53,88,114,0.10);
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.navbar-logo { display: flex; align-items: center; }
.navbar-logo img { height: 56px; width: auto; object-fit: contain; }

.nav-links { display: flex; align-items: center; gap: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  padding: 2px 0.75rem; font-size: 0.88rem; font-weight: 600;
  color: #355872; border-radius: 6px; transition: all 0.2s;
  display: flex; align-items: center; gap: 0.3rem; white-space: nowrap;
}
.nav-arrow { font-size: 0.65rem; transition: transform 0.25s; }
.nav-links > li:hover .nav-arrow { transform: rotate(180deg); }
.nav-links > li > a:hover,
.nav-links > li > a.active { color: #7AAACE; }

/* Dropdown */
.dropdown {
  position: absolute; top: calc(100% + 4px); left: 0;
  background: #fff; border-radius: 12px;
  box-shadow: 0 12px 40px rgba(53,88,114,0.18);
  min-width: 210px; padding: 0.5rem 0;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
  z-index: 200; border: 1px solid rgba(53,88,114,0.08);
}
.has-dropdown:hover .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li a {
  padding: 0.6rem 1.1rem; display: flex; align-items: center;
  gap: 0.6rem; font-size: 0.85rem; font-weight: 500; color: #355872;
  transition: all 0.18s; border-radius: 0;
}
.dropdown li a i { color: #7AAACE; width: 16px; font-size: 0.8rem; }
.dropdown li a:hover { background: rgba(156,213,255,0.12); color: #355872; padding-left: 1.4rem; }

/* Nav Buttons */
.nav-query {
  background: #7AAACE !important; color: #fff !important;
  border-radius: 50px !important; padding: 0.5rem 1.1rem !important;
  font-weight: 700 !important; white-space: nowrap; margin-left: 0.4rem;
  font-size: 0.85rem !important;
}
.nav-query:hover { background: #355872 !important; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(53,88,114,0.25); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; background: none; border: none; z-index: 1100; }
.hamburger span { display: block; width: 24px; height: 2px; background: #355872; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  height: 70vh; min-height: 420px; max-height: 600px;
}
.hero-slides { display: flex; height: 100%; transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1); }
.hero-slide {
  min-width: 100%; height: 100%; position: relative; display: flex; align-items: center;
}
.hero-slide::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(10,28,48,0.92) 0%, rgba(53,88,114,0.72) 50%, rgba(53,88,114,0.15) 100%);
  z-index: 1;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Hero split layout */
.hero-layout {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; align-items: center; width: 100%;
}
.hero-content { color: #fff; padding: 1.5rem 0; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(156,213,255,0.12); border: 1px solid rgba(156,213,255,0.3);
  color: #9CD5FF; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 50px; margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 800;
  line-height: 1.18; margin-bottom: 1rem; color: #fff;
}
.hero-title span { color: #9CD5FF; }
.hero-desc { font-size: 0.95rem; margin-bottom: 1.5rem; color: rgba(255,255,255,0.82); max-width: 480px; }
.hero-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }

/* Hero team image */
.hero-team-wrap { display: flex; align-items: center; justify-content: center; }
.hero-team-img {
  width: 340px; height: 340px; border-radius: 50%;
  overflow: hidden; border: 5px solid rgba(156,213,255,0.4);
  box-shadow: 0 0 0 12px rgba(156,213,255,0.1), 0 24px 60px rgba(0,0,0,0.35);
  flex-shrink: 0;
}
.hero-team-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

/* Hero controls */
.hero-dots {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 0.5rem;
}
.hero-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(255,255,255,0.4); cursor: pointer; transition: all 0.3s; border: none; padding: 0;
}
.hero-dot.active { background: #9CD5FF; width: 26px; border-radius: 5px; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.3);
  color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 1rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.3s; backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: #355872; border-color: #355872; }
.hero-arrow.prev { left: 1.5rem; }
.hero-arrow.next { right: 1.5rem; }

/* ---------- Stats Bar ---------- */
.stats-bar { background: #355872; padding: 1.2rem 0; }
.stats-bar .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.stat-item { text-align: center; color: #fff; padding: 0.8rem 1rem; border-right: 1px solid rgba(156,213,255,0.2); }
.stat-item:last-child { border-right: none; }
.stat-number { font-size: 2rem; font-weight: 800; color: #9CD5FF; line-height: 1; margin-bottom: 0.2rem; }
.stat-label { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.72); }

/* ---------- CEO Desk ---------- */
.about { padding: 4rem 0; background: #F7F8F0; }
.about .container { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: center; }
.about-visual { position: relative; }
.about-img-main {
  border-radius: 20px 20px 0 0; overflow: hidden;
  box-shadow: 0 20px 50px rgba(53,88,114,0.16);
}
.ceo-img-frame img { width: 100%; height: 400px; object-fit: cover; object-position: top center; }
.ceo-nameplate {
  background: #355872; color: #fff; border-radius: 0 0 20px 20px;
  padding: 1.2rem 2rem; text-align: center; margin-top: -2px;
  box-shadow: 0 20px 50px rgba(53,88,114,0.16);
}
.ceo-nameplate .ceo-name { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 0.2rem; }
.ceo-nameplate .ceo-title { font-size: 0.78rem; color: #9CD5FF; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.ceo-nameplate .ceo-company { font-size: 0.7rem; color: rgba(255,255,255,0.55); margin-top: 0.15rem; letter-spacing: 0.1em; text-transform: uppercase; }

.about-content { padding-bottom: 1rem; }
.about-features { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.about-feature { display: flex; align-items: flex-start; gap: 0.9rem; }
.about-feature-icon {
  width: 38px; height: 38px; border-radius: 9px; background: rgba(156,213,255,0.15);
  color: #355872; display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.about-feature-text strong { display: block; color: #355872; font-weight: 700; margin-bottom: 0.08rem; font-size: 0.92rem; }
.about-feature-text span { font-size: 0.85rem; color: #5a7a92; }
.about-actions { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.about-whatsapp { display: flex; align-items: center; gap: 0.6rem; font-weight: 600; color: #25D366; font-size: 0.9rem; transition: opacity 0.2s; }
.about-whatsapp:hover { opacity: 0.75; }
.about-whatsapp i { font-size: 1.3rem; }

/* ---------- Services ---------- */
.services-section { padding: 4rem 0; background: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.service-card {
  background: #F7F8F0; border-radius: 16px; padding: 1.8rem;
  border: 1px solid rgba(53,88,114,0.07); transition: all 0.35s ease;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #355872, #9CD5FF);
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(53,88,114,0.12); background: #fff; border-color: rgba(156,213,255,0.4); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-icon {
  width: 50px; height: 50px; border-radius: 12px; background: #355872; color: #9CD5FF;
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.1rem; transition: all 0.3s;
}
.service-card:hover .service-card-icon { background: #7AAACE; color: #fff; }
.service-card h3 { font-size: 1rem; font-weight: 800; color: #355872; margin-bottom: 0.6rem; }
.service-card p { font-size: 0.87rem; color: #4a6a82; line-height: 1.68; margin-bottom: 1rem; }
.service-list { display: flex; flex-direction: column; gap: 0.4rem; }
.service-list li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.82rem; color: #2c4f68; }
.service-list li i { color: #7AAACE; font-size: 0.75rem; flex-shrink: 0; margin-top: 0.3rem; }

/* ---------- Why Choose Us ---------- */
.why-us {
  padding: 4rem 0;
  background: linear-gradient(135deg, #355872 0%, #1e3a50 100%);
  color: #fff; overflow: hidden; position: relative;
}
.why-us::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 380px; height: 380px; background: rgba(156,213,255,0.07);
  border-radius: 50%; pointer-events: none;
}
.why-us .section-title { color: #fff; }
.why-us .section-label { color: #9CD5FF; }
.why-us .container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.why-us-content .section-desc { color: rgba(255,255,255,0.75); max-width: 520px; margin-bottom: 2rem; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.feature-box {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(156,213,255,0.15);
  border-radius: 14px; padding: 1.2rem; transition: all 0.3s;
}
.feature-box:hover { background: rgba(156,213,255,0.12); border-color: rgba(156,213,255,0.35); transform: translateY(-3px); }
.feature-icon { font-size: 1.5rem; margin-bottom: 0.5rem; color: #9CD5FF; }
.feature-box h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 0.3rem; color: #fff; }
.feature-box p { font-size: 0.8rem; color: rgba(255,255,255,0.62); line-height: 1.58; }

.why-us-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.visual-card { border-radius: 14px; overflow: hidden; position: relative; }
.visual-card img { width: 100%; height: 180px; object-fit: cover; display: block; transition: transform 0.5s; }
.visual-card:hover img { transform: scale(1.05); }
.visual-card:first-child { grid-column: 1 / -1; }
.visual-card:first-child img { height: 230px; }
.visual-card-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(22,50,70,0.92) 0%, transparent 100%);
  color: #fff; padding: 0.8rem; font-size: 0.8rem; font-weight: 600;
}

/* ---------- Certifications ---------- */
.certifications { padding: 4rem 0; background: linear-gradient(175deg, #F7F8F0 0%, #eef4f9 100%); }
.cert-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.cert-card {
  background: #fff; border-radius: 16px; padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: 0 4px 20px rgba(53,88,114,0.06); border: 1px solid rgba(156,213,255,0.28);
  position: relative; overflow: hidden; transition: all 0.3s ease;
  display: flex; flex-direction: column; gap: 0.8rem;
}
.cert-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(53,88,114,0.13); border-color: #9CD5FF; }
.cert-card-ribbon {
  position: absolute; top: 0; right: 0;
  background: linear-gradient(135deg, #355872 0%, #7AAACE 100%);
  color: #fff; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em;
  padding: 0.25rem 0.75rem; border-bottom-left-radius: 10px; text-transform: uppercase;
}
.cert-card-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(53,88,114,0.08) 0%, rgba(156,213,255,0.2) 100%);
  color: #355872; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; transition: all 0.3s; flex-shrink: 0;
}
.cert-card:hover .cert-card-icon { background: linear-gradient(135deg, #355872 0%, #7AAACE 100%); color: #fff; }
.cert-card-body h4 { font-size: 0.98rem; font-weight: 700; color: #1e3a50; margin-bottom: 0.3rem; }
.cert-card-body p { font-size: 0.83rem; color: #5a7a92; line-height: 1.6; }

/* ---------- Trusted / Testimonials Marquee ---------- */
.trusted-section { padding: 4rem 0; background: #F7F8F0; overflow: hidden; }
.trusted-section .container { margin-bottom: 0; }

.marquee-wrapper {
  overflow: hidden; width: 100%;
  padding: 0.75rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.marquee-track {
  display: flex; gap: 1.2rem;
  width: max-content;
  will-change: transform;
}
.marquee-left  { animation: scroll-left  35s linear infinite; }
.marquee-right { animation: scroll-right 35s linear infinite; }

@keyframes scroll-left  { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scroll-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.tcard {
  background: #fff; border-radius: 16px; padding: 1.4rem 1.6rem;
  border: 1px solid rgba(53,88,114,0.07); box-shadow: 0 4px 18px rgba(53,88,114,0.06);
  width: 310px; flex-shrink: 0; transition: box-shadow 0.3s;
}
.tcard:hover { box-shadow: 0 12px 36px rgba(53,88,114,0.12); }
.tcard .stars { color: #f5a623; font-size: 0.85rem; margin-bottom: 0.7rem; letter-spacing: 0.08em; }
.tcard p { font-size: 0.83rem; color: #4a6a82; line-height: 1.68; margin-bottom: 1rem; font-style: italic; }
.tcard-author { display: flex; align-items: center; gap: 0.75rem; }
.tcard-author img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #9CD5FF; flex-shrink: 0; }
.tcard-author strong { display: block; font-size: 0.88rem; font-weight: 700; color: #355872; }
.tcard-author span { font-size: 0.75rem; color: #7AAACE; }

/* ---------- Footer ---------- */
.footer { background: #1a3348; color: rgba(255,255,255,0.72); padding: 3rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 3rem; padding-bottom: 2.5rem; }
.footer-logo { height: 48px; width: auto; margin-bottom: 0.5rem; }
.footer-brand .brand-name { font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 0.2rem; }
.footer-brand .brand-tagline { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: #9CD5FF; margin-bottom: 1rem; }
.footer-desc { font-size: 0.85rem; line-height: 1.75; margin-bottom: 1.2rem; color: rgba(255,255,255,0.6); }
.footer-col h4 {
  font-size: 0.78rem; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: 0.14em;
  margin-bottom: 1rem; position: relative; padding-bottom: 0.55rem;
}
.footer-col h4::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 26px; height: 2px; background: #9CD5FF; border-radius: 2px;
}
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.6); transition: all 0.2s; display: flex; align-items: center; gap: 0.4rem; }
.footer-links a::before { content: '›'; color: #9CD5FF; font-size: 1rem; }
.footer-links a:hover { color: #9CD5FF; padding-left: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 0.65rem; margin-bottom: 0.8rem; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-contact-item i { color: #9CD5FF; font-size: 0.9rem; margin-top: 0.2rem; flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-contact-item a:hover { color: #9CD5FF; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.1rem 0; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom a { color: #9CD5FF; font-weight: 600; transition: color 0.2s; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Scroll Fade-up ---------- */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1100px) {
  .hero-team-img { width: 280px; height: 280px; }
  .why-us .container { gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .hero-team-img { width: 240px; height: 240px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-bar .container { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item { border-bottom: 1px solid rgba(156,213,255,0.15); }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .about .container { grid-template-columns: 1fr; gap: 2rem; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .why-us .container { grid-template-columns: 1fr; gap: 2.5rem; }
  .why-us-visual { order: -1; grid-template-columns: 1fr 1fr; }
}

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

  .navbar-logo { flex: 0 0 auto; margin-right: auto; }
  .navbar-logo img { height: 48px; }

  /* Mobile nav */
  .nav-links {
    display: none; position: fixed;
    top: 68px; left: 0; right: 0; bottom: 0;
    background: #fff; flex-direction: column;
    padding: 1rem 1.2rem 2rem; gap: 0;
    box-shadow: 0 8px 32px rgba(53,88,114,0.15);
    border-top: 2px solid #9CD5FF;
    overflow-y: auto; z-index: 999;
  }
  .nav-links.open { display: flex; }

  .nav-links > li > a {
    padding: 0.85rem 0.5rem; font-size: 0.95rem;
    border-bottom: 1px solid rgba(53,88,114,0.08); width: 100%;
    border-radius: 0; justify-content: space-between;
  }
  .nav-links > li:last-child > a { border-bottom: none; }

  /* Mobile dropdown */
  .dropdown {
    position: static; box-shadow: none; border: none;
    background: rgba(156,213,255,0.06); border-radius: 0;
    padding: 0; opacity: 1; visibility: hidden;
    transform: none; max-height: 0; overflow: hidden;
    transition: max-height 0.3s ease, visibility 0.3s;
  }
  .has-dropdown.mob-open .dropdown { visibility: visible; max-height: 300px; }
  .dropdown li a { padding: 0.7rem 1rem 0.7rem 1.6rem; border-bottom: 1px solid rgba(53,88,114,0.05); font-size: 0.88rem; }
  .dropdown li a:hover { padding-left: 2rem; background: rgba(156,213,255,0.12); }

  .nav-query { margin-left: 0; margin-top: 0.8rem; border-radius: 10px !important; text-align: center; justify-content: center; }
  .nav-arrow { margin-left: auto; }
  .has-dropdown:hover .dropdown { opacity: 1; visibility: hidden; max-height: 0; }
  .has-dropdown.mob-open .dropdown { opacity: 1; visibility: visible; max-height: 300px; }

  /* Hero on mobile — stack layout */
  .hero { height: auto; min-height: 420px; max-height: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 0; }
  .hero-team-wrap { display: none; }
  .hero-content { padding: 3rem 0 4rem; }
  .hero-arrow { display: none; }

  .services-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }

  .tcard { width: 270px; }
}

@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .stats-bar .container { grid-template-columns: 1fr 1fr; }
  .visual-card:first-child { grid-column: auto; }
  .tcard { width: 250px; }
  .hero-title { font-size: clamp(1.4rem, 6vw, 2rem); }
}

/* ============================================================
   ABOUT PAGE STYLES
   ============================================================ */

/* ---------- Page Hero Banner ---------- */
.page-hero {
  position: relative; overflow: hidden;
  height: 26vh; min-height: 180px; max-height: 240px;
  display: flex; align-items: center;
}
.page-hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(10,28,48,0.93) 0%, rgba(53,88,114,0.78) 55%, rgba(53,88,114,0.35) 100%);
}
.page-hero .container { position: relative; z-index: 2; width: 90%; }
.page-hero-content { max-width: 680px; padding: 0; }
.page-hero-title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 800;
  color: #fff; line-height: 1.18; margin: 0.5rem 0 0.5rem;
}
.page-hero-title span { color: #9CD5FF; }
.page-hero-desc { font-size: 0.88rem; color: rgba(255,255,255,0.78); max-width: 520px; line-height: 1.65; }

/* Breadcrumb */
.breadcrumb ol {
  display: flex; align-items: center; gap: 0.5rem;
  flex-wrap: wrap; list-style: none; margin-bottom: 0.7rem;
}
.breadcrumb li { font-size: 0.78rem; color: rgba(156,213,255,0.7); }
.breadcrumb li::after { content: '/'; margin-left: 0.5rem; color: rgba(156,213,255,0.35); }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb a { color: #9CD5FF; font-weight: 600; transition: color 0.2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb li[aria-current="page"] { color: rgba(255,255,255,0.55); }

/* ---------- Our Company Section ---------- */
.company-section { padding: 5rem 0; background: #F7F8F0; }
.company-section .container { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: center; }

.company-img-wrap {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(53,88,114,0.16);
}
.company-img-wrap img { width: 100%; height: 420px; object-fit: cover; display: block; }
.company-img-badge {
  position: absolute; bottom: 1.2rem; left: 1.2rem;
  background: #355872; color: #fff;
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.6rem 1.2rem; border-radius: 50px;
  font-size: 0.85rem; font-weight: 700;
  box-shadow: 0 8px 24px rgba(53,88,114,0.35);
}
.company-img-badge i { color: #9CD5FF; font-size: 1rem; }
.company-img-secondary {
  margin-top: 1rem; border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 36px rgba(53,88,114,0.12);
}
.company-img-secondary img { width: 100%; height: 200px; object-fit: cover; display: block; }

.company-content .section-desc { max-width: none; }

.company-highlights {
  display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.8rem 0 2rem;
}
.highlight-chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(53,88,114,0.07); border: 1px solid rgba(53,88,114,0.12);
  color: #355872; font-size: 0.8rem; font-weight: 600;
  padding: 0.4rem 0.9rem; border-radius: 50px; white-space: nowrap;
}
.highlight-chip i { color: #7AAACE; }

/* ============================================================
   BLOG LISTING PAGE
   ============================================================ */

.blog-section { padding: 4rem 0 3rem; background: #F7F8F0; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

/* Blog Card */
.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(53,88,114,0.07);
  box-shadow: 0 4px 20px rgba(53,88,114,0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(53,88,114,0.13);
}

/* Card image */
.blog-card-img-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 9;
}
.blog-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-img-wrap img { transform: scale(1.05); }

.blog-card-cat {
  position: absolute; top: 0.85rem; left: 0.85rem;
  background: #355872; color: #9CD5FF;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.3rem 0.75rem;
  border-radius: 50px;
}

/* Card body */
.blog-card-body {
  padding: 1.5rem 1.6rem 1.8rem;
  display: flex; flex-direction: column; flex: 1;
}

.blog-card-meta {
  display: flex; flex-wrap: wrap; gap: 0.9rem;
  margin-bottom: 0.8rem;
}
.blog-card-meta span {
  font-size: 0.75rem; color: #7AAACE; font-weight: 600;
  display: flex; align-items: center; gap: 0.35rem;
}
.blog-card-meta i { font-size: 0.7rem; }

.blog-card-title {
  font-size: 1rem; font-weight: 800; color: #1e3a50;
  line-height: 1.38; margin-bottom: 0.75rem;
}
.blog-card-title a { color: inherit; transition: color 0.2s; }
.blog-card-title a:hover { color: #7AAACE; }

.blog-card-excerpt {
  font-size: 0.85rem; color: #5a7a92; line-height: 1.72;
  flex: 1; margin-bottom: 1.2rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.82rem; font-weight: 700; color: #355872;
  transition: gap 0.2s, color 0.2s;
  margin-top: auto;
}
.blog-read-more:hover { gap: 0.75rem; color: #7AAACE; }
.blog-read-more i { font-size: 0.72rem; }

/* Pagination */
.blog-pagination {
  display: flex; align-items: center; justify-content: center;
  gap: 0.5rem; flex-wrap: wrap; padding: 1rem 0 0.5rem;
}
.page-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  min-width: 40px; height: 40px; padding: 0 0.9rem;
  border-radius: 10px; font-size: 0.88rem; font-weight: 600;
  color: #355872; background: #fff;
  border: 1px solid rgba(53,88,114,0.15);
  transition: all 0.25s; cursor: pointer;
}
.page-btn:hover { background: #355872; color: #fff; border-color: #355872; }
.page-btn.active { background: #355872; color: #fff; border-color: #355872; }
.page-btn.page-next { padding: 0 1.1rem; }
.page-ellipsis { color: #7AAACE; font-weight: 700; padding: 0 0.2rem; line-height: 40px; }

/* Blog CTA Strip */
.blog-cta-strip {
  background: linear-gradient(135deg, #355872 0%, #1e3a50 100%);
  padding: 3.5rem 0;
}
.blog-cta-content {
  text-align: center; max-width: 600px; margin: 0 auto;
}
.blog-cta-content h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800;
  color: #fff; margin-bottom: 0.7rem;
}
.blog-cta-content p {
  font-size: 0.95rem; color: rgba(255,255,255,0.75);
  margin-bottom: 1.6rem; line-height: 1.7;
}

/* ============================================================
   BLOG DETAIL PAGE
   ============================================================ */

.blog-detail-section { padding: 4rem 0 2rem; background: #F7F8F0; }

.blog-detail-wrap { max-width: 1020px; margin: 0 auto; }

/* Meta bar */
.blog-detail-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
  margin-bottom: 1.6rem;
}
.blog-detail-meta span {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.8rem; color: #7AAACE; font-weight: 600;
}
.blog-detail-meta i { font-size: 0.75rem; }
.blog-detail-cat {
  background: #355872; color: #9CD5FF;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 50px;
}

/* Featured image */
.blog-detail-hero-img {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 16px 48px rgba(53,88,114,0.14);
  margin-bottom: 2.5rem;
}
.blog-detail-hero-img img {
  width: 100%; height: 420px; object-fit: cover; display: block;
}

/* Article typography */
.blog-detail-body { color: #2c4f68; line-height: 1.82; }

.blog-lead {
  font-size: 1.08rem; font-weight: 500; color: #1e3a50;
  line-height: 1.75; margin-bottom: 2rem;
  padding-left: 1.2rem;
  border-left: 4px solid #9CD5FF;
}

.blog-detail-body h2 {
  font-size: 1.35rem; font-weight: 800; color: #355872;
  margin: 2.2rem 0 0.9rem; line-height: 1.3;
}
.blog-detail-body h3 {
  font-size: 1.1rem; font-weight: 700; color: #355872;
  margin: 1.8rem 0 0.7rem;
}
.blog-detail-body p {
  font-size: 0.95rem; margin-bottom: 1.2rem;
}

/* Lists */
.blog-list { list-style: none; margin: 0.5rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.7rem; }
.blog-list li {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.93rem; color: #2c4f68;
}
.blog-list li i { color: #7AAACE; flex-shrink: 0; margin-top: 0.3rem; font-size: 0.85rem; }

.blog-numbered-list {
  padding-left: 1.2rem; display: flex; flex-direction: column; gap: 0.75rem;
}
.blog-numbered-list li { font-size: 0.93rem; color: #2c4f68; line-height: 1.7; }
.blog-numbered-list li strong { color: #355872; }

/* Highlight box */
.blog-highlight-box {
  background: rgba(156,213,255,0.1); border: 1px solid rgba(156,213,255,0.4);
  border-radius: 16px; padding: 1.6rem 1.8rem; margin: 1.5rem 0 2rem;
}
.blog-highlight-box h4 {
  font-size: 0.95rem; font-weight: 800; color: #355872;
  margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem;
}
.blog-highlight-box h4 i { color: #7AAACE; }

/* Inline CTA */
.blog-cta-inline {
  background: linear-gradient(135deg, #355872 0%, #1e3a50 100%);
  border-radius: 18px; padding: 2rem 2.2rem;
  margin: 2.5rem 0;
  text-align: center;
}
.blog-cta-inline h4 {
  font-size: 1.1rem; font-weight: 800; color: #fff;
  margin-bottom: 0.6rem;
}
.blog-cta-inline p {
  font-size: 0.9rem; color: rgba(255,255,255,0.75);
  margin-bottom: 1.4rem;
}

/* Tags */
.blog-tags {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin: 2rem 0;
}
.blog-tag {
  background: rgba(53,88,114,0.07); border: 1px solid rgba(53,88,114,0.12);
  color: #355872; font-size: 0.78rem; font-weight: 600;
  padding: 0.35rem 0.85rem; border-radius: 50px;
  transition: all 0.2s; cursor: default;
}
.blog-tag:hover { background: #355872; color: #9CD5FF; }

/* Author box */
.blog-author-box {
  display: flex; align-items: flex-start; gap: 1.4rem;
  background: #fff; border-radius: 18px; padding: 1.8rem 2rem;
  border: 1px solid rgba(53,88,114,0.08);
  box-shadow: 0 4px 20px rgba(53,88,114,0.06);
  margin-top: 2rem;
}
.blog-author-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  object-fit: cover; object-position: top center;
  border: 3px solid #9CD5FF; flex-shrink: 0;
}
.blog-author-name { font-size: 1rem; font-weight: 800; color: #355872; margin-bottom: 0.15rem; }
.blog-author-role { font-size: 0.75rem; font-weight: 600; color: #7AAACE; margin-bottom: 0.6rem; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-author-info p { font-size: 0.87rem; color: #5a7a92; line-height: 1.7; margin: 0; }

/* Related Posts */
.related-posts-section { padding: 4rem 0; background: #fff; }
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

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

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .related-posts-grid { grid-template-columns: repeat(2, 1fr); }
/*  .related-posts-grid .blog-card:last-child { display: none; }*/
}

@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .related-posts-grid { grid-template-columns: 1fr; }
  .related-posts-grid .blog-card:last-child { display: flex; }
  .blog-detail-hero-img img { height: 240px; }
  .blog-author-box { flex-direction: column; align-items: center; text-align: center; }
  .blog-lead { font-size: 1rem; }
}

@media (max-width: 600px) {
  .blog-pagination { gap: 0.35rem; }
  .page-btn { min-width: 36px; height: 36px; font-size: 0.82rem; }
  .blog-highlight-box { padding: 1.2rem 1.3rem; }
  .blog-cta-inline { padding: 1.5rem 1.4rem; }
}

/* ============================================================
   JOURNEY — Horizontal Hexagonal Timeline
   ============================================================ */
.journey-section {
  padding: 4rem 0 4rem;
  background: #0c1e30;
}
.journey-section .section-header { margin-bottom: 3rem; }
.journey-section .section-label  { color: #9CD5FF; }
.journey-section .section-title  { color: #fff; }
.journey-section .section-desc   { color: rgba(255,255,255,0.58); }

/* Scroll container */
.jt-wrap   { width: 100%; overflow: hidden; }
.jt-scroll {
  overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #355872 #0c1e30;
  padding-bottom: 3.5rem;
  display: flex;
  justify-content: center;
}
.jt-scroll::-webkit-scrollbar { height: 5px; }
.jt-scroll::-webkit-scrollbar-track { background: #0c1e30; }
.jt-scroll::-webkit-scrollbar-thumb { background: #355872; border-radius: 3px; }

/* Track — flex row */
.jt-track {
  display: flex; align-items: flex-start;
  position: relative;
  min-width: max-content;
  flex-shrink: 0;
  padding: 0 5rem;
}

/* Road line — centred on the hexagons */
/* jt-top height = 160px, hex-outer height = 133px → centre = 160+66.5 = 226px */
.jt-road {
  position: absolute;
  top: 226px; left: 0; right: 0;
  height: 20px;
  background: #162e45;
  border-top: 1.5px solid rgba(156,213,255,0.1);
  border-bottom: 1.5px solid rgba(156,213,255,0.1);
  transform: translateY(-50%);
  z-index: 0;
}
.jt-road::after {
  content: '';
  position: absolute; top: 50%; left: 0; right: 0;
  height: 2px; transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg,
    rgba(156,213,255,0.4) 0, rgba(156,213,255,0.4) 22px,
    transparent 22px, transparent 38px
  );
}

/* Each milestone item */
.jt-item {
  display: flex; flex-direction: column; align-items: center;
  width: 162px; flex-shrink: 0;
  position: relative; z-index: 1;
}

/* Top & bottom text zones — fixed height keeps all hexes aligned */
.jt-top, .jt-bot {
  width: 100%; height: 160px;
  display: flex; flex-direction: column; align-items: center;
  gap: 0.42rem;
}
.jt-top { justify-content: flex-end; }   /* content hugs hex from above */
.jt-bot { justify-content: flex-start; } /* content hugs hex from below */

/* ---- Hexagon layers ---- */
/* clip-path pointy-top hexagon: width × (2/√3) = height */
.jt-hex-outer {
  width: 115px; height: 133px;
  background: var(--mc, #355872);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 2;
  transition: transform 0.35s cubic-bezier(0.34, 1.5, 0.64, 1),
              filter 0.35s ease;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.5));
}
.jt-item:hover .jt-hex-outer {
  transform: scale(1.08) translateY(-5px);
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.6));
}
/* Glow pulse on present item */
.jt-item--present .jt-hex-outer--present {
  animation: hexPulse 2.5s ease-in-out infinite;
}
@keyframes hexPulse {
  0%, 100% { filter: drop-shadow(0 6px 18px rgba(156,213,255,0.4)); }
  50%       { filter: drop-shadow(0 6px 28px rgba(156,213,255,0.8)); }
}

.jt-hex-mid {
  width: 91px; height: 105px;
  background: #0c1e30;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
}
.jt-hex-mid--present { background: #0a1828; }

.jt-hex-face {
  width: 67px; height: 77px;
  background: rgba(255,255,255,0.04);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
  color: var(--mc, #9CD5FF);
  font-size: 1.5rem;
  transition: transform 0.35s ease;
}
.jt-item:hover .jt-hex-face { transform: scale(1.12); }

/* ---- Connector stem ---- */
.jt-stem {
  width: 3px; height: 30px;
  background: var(--mc, #355872);
  border-radius: 2px; flex-shrink: 0;
}

/* ---- Year badge ---- */
.jt-badge {
  background: var(--mc, #355872);
  color: #fff; font-size: 0.92rem; font-weight: 900;
  padding: 0.3rem 1rem; border-radius: 6px;
  display: inline-block; white-space: nowrap; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.45);
  letter-spacing: 0.02em;
}
.jt-badge--present {
  background: linear-gradient(90deg, #355872, var(--mc, #9CD5FF));
  box-shadow: 0 4px 20px rgba(156,213,255,0.4);
}

/* ---- Description text ---- */
.jt-desc {
  font-size: 0.76rem; color: rgba(255,255,255,0.68);
  line-height: 1.58; text-align: left;
  padding: 0 0.3rem; max-width: 148px; flex-shrink: 0;
}
.jt-bullet {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--mc, #9CD5FF);
  vertical-align: middle; margin-right: 0.3rem;
  flex-shrink: 0;
}

/* ---- Entrance animation ---- */
.jc-anim {
  opacity: 0;
  transform: translateY(28px) scale(0.94);
}
.jc-anim.jc-visible {
  opacity: 1; transform: translateY(0) scale(1);
  transition:
    opacity  0.5s ease                            calc(var(--jc-delay, 0ms)),
    transform 0.6s cubic-bezier(0.34, 1.5, 0.64, 1) calc(var(--jc-delay, 0ms));
}

/* ============================================================
   MISSION & VISION — Contained section (not full-width)
   ============================================================ */
.mvv-section {
  padding: 5rem 0;
  background: #fff;
}

.mvv-panels {
  display: grid; grid-template-columns: 1fr 1fr;
  border-radius: 20px; overflow: hidden;
  min-height: 460px;
  box-shadow: 0 20px 60px rgba(53,88,114,0.18);
  margin-top: 2.5rem;
}

.mvv-panel {
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
  min-height: 460px;
}
.mvv-panel-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: transform 0.8s ease;
}
.mvv-panel:hover .mvv-panel-bg { transform: scale(1.04); }

.mvv-panel-overlay { position: absolute; inset: 0; }
.mvv-panel-overlay--dark {
  background: linear-gradient(165deg, rgba(10,28,48,0.5) 0%, rgba(10,28,48,0.92) 100%);
}
.mvv-panel-overlay--light {
  background: linear-gradient(165deg, rgba(30,58,80,0.5) 0%, rgba(10,28,48,0.9) 100%);
}

.mvv-panel-content {
  position: relative; z-index: 2;
  padding: 2.5rem 2.5rem 3rem; width: 100%;
}

.mvv-icon-ring {
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(156,213,255,0.15);
  border: 2px solid rgba(156,213,255,0.35);
  color: #9CD5FF; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.2rem;
}
.mvv-icon-ring--light { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); color: #fff; }

.mvv-eyebrow {
  display: block; font-size: 0.67rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #9CD5FF; margin-bottom: 0.7rem;
}
.mvv-eyebrow--light { color: rgba(255,255,255,0.65); }

.mvv-heading {
  font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 800;
  color: #fff; line-height: 1.28; margin-bottom: 0.9rem;
}
.mvv-desc {
  font-size: 0.87rem; color: rgba(255,255,255,0.7);
  line-height: 1.72; margin-bottom: 1.4rem; max-width: 380px;
}
.mvv-checklist { display: flex; flex-direction: column; gap: 0.6rem; list-style: none; }
.mvv-checklist li {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.84rem; color: rgba(255,255,255,0.78); line-height: 1.5;
}
.mvv-check {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: rgba(156,213,255,0.18); border: 1.5px solid rgba(156,213,255,0.4);
  color: #9CD5FF; display: flex; align-items: center; justify-content: center;
  font-size: 0.55rem; margin-top: 0.1rem;
}
.mvv-check--light { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); color: #fff; }

/* ============================================================
   VALUES — Refined grid
   ============================================================ */
.values-section { padding: 5rem 0; background: linear-gradient(175deg, #F7F8F0 0%, #eef4f9 100%); }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }

.value-card {
  background: #fff; border-radius: 20px; padding: 2rem 1.8rem;
  border: 1px solid rgba(53,88,114,0.07);
  box-shadow: 0 4px 20px rgba(53,88,114,0.06);
  position: relative; overflow: hidden;
  transition: all 0.35s ease;
}
.value-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #355872, #9CD5FF);
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(53,88,114,0.13); border-color: rgba(156,213,255,0.4); }
.value-card:hover::after { transform: scaleX(1); }
.value-card-num {
  font-size: 3rem; font-weight: 900; color: rgba(53,88,114,0.06);
  line-height: 1; position: absolute; top: 1rem; right: 1.4rem;
}
.value-card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(53,88,114,0.08) 0%, rgba(156,213,255,0.2) 100%);
  color: #355872; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 1.1rem; transition: all 0.3s;
}
.value-card:hover .value-card-icon { background: linear-gradient(135deg, #355872 0%, #7AAACE 100%); color: #fff; }
.value-card h3 { font-size: 1rem; font-weight: 800; color: #1e3a50; margin-bottom: 0.6rem; }
.value-card p { font-size: 0.84rem; color: #5a7a92; line-height: 1.7; }

/* ---------- CTA Section ---------- */
.cta-section { padding: 5rem 0; background: #F7F8F0; }
.cta-inner {
  background: linear-gradient(135deg, #355872 0%, #1e3a50 100%);
  border-radius: 28px; padding: 3.5rem;
  display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center;
  position: relative; overflow: hidden;
  box-shadow: 0 24px 60px rgba(53,88,114,0.22);
}
.cta-inner::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px; background: rgba(156,213,255,0.06);
  border-radius: 50%; pointer-events: none;
}
.cta-inner::after {
  content: ''; position: absolute; bottom: -80px; left: -40px;
  width: 250px; height: 250px; background: rgba(156,213,255,0.04);
  border-radius: 50%; pointer-events: none;
}
.cta-content { position: relative; z-index: 1; }
.cta-content .section-label { color: #9CD5FF; }
.cta-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 800;
  color: #fff; line-height: 1.3; margin-bottom: 0.8rem;
}
.cta-desc { font-size: 0.93rem; color: rgba(255,255,255,0.72); max-width: 480px; line-height: 1.7; }
.cta-actions {
  display: flex; flex-direction: column; gap: 0.75rem;
  position: relative; z-index: 1; flex-shrink: 0;
}
.btn-cta-primary {
  background: #fff; color: #355872; border-radius: 50px;
  padding: 0.75rem 1.6rem; font-weight: 700; font-size: 0.9rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s; cursor: pointer; border: none; white-space: nowrap;
}
.btn-cta-primary:hover { background: #9CD5FF; color: #1e3a50; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-cta-outline {
  background: transparent; color: rgba(255,255,255,0.85);
  border: 1.5px solid rgba(255,255,255,0.35); border-radius: 50px;
  padding: 0.65rem 1.4rem; font-weight: 600; font-size: 0.88rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s; cursor: pointer; white-space: nowrap;
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); color: #fff; transform: translateY(-2px); }

/* ============================================================
   ABOUT PAGE — RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {
  .company-section .container { gap: 2.5rem; }
  .values-grid { grid-template-columns: repeat(3,1fr); }
  .mvv-panel-content { padding: 2rem 2rem 2.5rem; }
  .jt-track { padding: 0 3rem; }
}

@media (max-width: 900px) {
  .company-section .container { grid-template-columns: 1fr; gap: 2rem; }
  .company-img-wrap img { height: 300px; }
  .company-img-secondary img { height: 160px; }
  .mvv-panels { grid-template-columns: 1fr; }
  .mvv-panel { min-height: 400px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; gap: 2rem; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
  .jt-item { width: 148px; }
}

@media (max-width: 768px) {
  .page-hero { height: auto; min-height: 160px; max-height: none; }
  .page-hero-content { padding: 1.6rem 0 1.4rem; }
  .page-hero-title { font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .page-hero-desc { font-size: 0.82rem; }
  .company-section { padding: 3rem 0; }
  .journey-section { padding: 3rem 0 0; }
  .journey-section .section-header { margin-bottom: 2rem; }
  .mvv-section { padding: 3.5rem 0; }
  .values-section { padding: 3.5rem 0; }
  .cta-section { padding: 3rem 0; }
  .cta-inner { padding: 2rem 1.5rem; border-radius: 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .mvv-panel-content { padding: 1.8rem 1.5rem 2.2rem; }
  .mvv-panels { border-radius: 16px; margin-top: 2rem; }
  /* Shrink timeline items on mobile */
  .jt-item { width: 135px; }
  .jt-hex-outer { width: 100px; height: 115px; }
  .jt-hex-mid  { width: 79px;  height: 91px;  }
  .jt-hex-face { width: 57px;  height: 66px; font-size: 1.25rem; }
  .jt-top, .jt-bot { height: 140px; }
  .jt-road { top: calc(140px + 57.5px); }
  .jt-badge { font-size: 0.8rem; padding: 0.25rem 0.8rem; }
  .jt-desc { font-size: 0.72rem; max-width: 128px; }
  .jt-track { padding: 0 2rem; }
}

@media (max-width: 600px) {
  .company-highlights { gap: 0.5rem; }
  .highlight-chip { font-size: 0.75rem; padding: 0.35rem 0.75rem; }
  .cta-actions { flex-direction: column; }
  .btn-cta-primary, .btn-cta-outline { justify-content: center; }
  .values-grid { grid-template-columns: 1fr; }
  .page-hero-title { font-size: clamp(1.2rem, 6vw, 1.6rem); }
  .mvv-panels { grid-template-columns: 1fr; border-radius: 14px; }
  .mvv-panel { min-height: 360px; }
  .mvv-icon-ring { width: 52px; height: 52px; font-size: 1.2rem; }
  .mvv-heading { font-size: 1.1rem; }
  .jt-item { width: 122px; }
  .jt-hex-outer { width: 88px; height: 101px; }
  .jt-hex-mid  { width: 69px; height: 80px; }
  .jt-hex-face { width: 51px; height: 59px; font-size: 1.1rem; }
  .jt-top, .jt-bot { height: 125px; }
  .jt-road { top: calc(125px + 50.5px); }
  .jt-badge { font-size: 0.72rem; padding: 0.2rem 0.65rem; border-radius: 5px; }
  .jt-desc { font-size: 0.68rem; max-width: 112px; }
  .jt-stem { height: 22px; }
  .jt-track { padding: 0 1.5rem; }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* ---------- Contact Section ---------- */
.contact-section { padding: 5rem 0; background: #F7F8F0; }

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* ---- Form Card ---- */
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 6px 32px rgba(53,88,114,0.09);
  border: 1px solid rgba(53,88,114,0.07);
}
.contact-form-title {
  font-size: 1.25rem; font-weight: 800;
  color: #1e3a50; margin-bottom: 0.55rem;
}
.contact-form-desc {
  font-size: 0.86rem; color: #5a7a92;
  line-height: 1.72; margin-bottom: 1.8rem;
}

/* Form rows */
.form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin-bottom: 0;
}
.form-group { margin-bottom: 1.1rem; }
.form-group--full { grid-column: 1 / -1; }

.form-group label {
  display: block; font-size: 0.82rem; font-weight: 600;
  color: #355872; margin-bottom: 0.38rem;
}
.required { color: #e53e3e; margin-left: 0.15rem; }

.form-control {
  width: 100%; padding: 0.62rem 0.9rem;
  border: 1.5px solid rgba(53,88,114,0.18);
  border-radius: 8px; font-size: 0.86rem;
  color: #1e3a50; background: #F7F8F0;
  font-family: inherit; outline: none;
  transition: border-color 0.22s, box-shadow 0.22s, background 0.22s;
}
.form-control:focus {
  border-color: #7AAACE;
  box-shadow: 0 0 0 3px rgba(122,170,206,0.18);
  background: #fff;
}
.form-control::placeholder { color: rgba(90,122,146,0.5); font-size: 0.83rem; }
textarea.form-control { resize: vertical; min-height: 140px; line-height: 1.65; }

/* Submit row */
.form-submit-row {
  display: flex; align-items: center;
  gap: 1.2rem; flex-wrap: wrap; margin-top: 0.4rem;
}
.btn-contact-submit {
  background: #355872; color: #fff;
  border: none; border-radius: 50px;
  padding: 0.72rem 2rem; font-size: 0.92rem; font-weight: 700;
  cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem;
  transition: all 0.3s ease; white-space: nowrap;
}
.btn-contact-submit:hover {
  background: #7AAACE; transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(53,88,114,0.28);
}
.btn-contact-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.form-note {
  font-size: 0.75rem; color: #7a9ab2;
  display: flex; align-items: center; gap: 0.35rem;
}
.form-note i { color: #7AAACE; }

/* Success message */
.form-success {
  display: none; align-items: flex-start; gap: 1rem;
  background: rgba(53,88,114,0.06); border: 1px solid rgba(122,170,206,0.35);
  border-radius: 12px; padding: 1.1rem 1.3rem; margin-top: 1rem;
}
.form-success.show { display: flex; }
.form-success i { font-size: 1.5rem; color: #7AAACE; flex-shrink: 0; margin-top: 0.1rem; }
.form-success strong { display: block; font-size: 0.95rem; color: #355872; margin-bottom: 0.2rem; }
.form-success p { font-size: 0.82rem; color: #5a7a92; margin: 0; }

/* ---- Info column ---- */
.contact-info-col {
  display: flex; flex-direction: column; gap: 1.2rem;
}

.contact-info-card {
  background: #fff; border-radius: 16px;
  padding: 1.8rem 2rem; text-align: center;
  border: 1px solid rgba(53,88,114,0.08);
  box-shadow: 0 3px 18px rgba(53,88,114,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(53,88,114,0.13);
}
.contact-info-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #355872 0%, #7AAACE 100%);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; margin: 0 auto 1rem;
  box-shadow: 0 6px 20px rgba(53,88,114,0.28);
}
.contact-info-card h4 {
  font-size: 1rem; font-weight: 800;
  color: #1e3a50; margin-bottom: 0.55rem;
}
.contact-info-card p,
.contact-info-card a {
  font-size: 0.87rem; color: #5a7a92;
  line-height: 1.72; display: block;
  transition: color 0.2s;
}
.contact-info-card a:hover { color: #355872; }

/* Map embed */
.contact-map {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 3px 18px rgba(53,88,114,0.09);
  border: 1px solid rgba(53,88,114,0.08);
}
.contact-map iframe { display: block; width: 100%; height: 285px; border: none; }

/* ---- CTA Strip ---- */
.contact-cta-strip {
  padding: 4rem 0;
  background: linear-gradient(135deg, #355872 0%, #1e3a50 100%);
}
.cta-strip-grid {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center; gap: 1.5rem;
}
.cta-strip-item {
  display: flex; align-items: center; gap: 1.2rem;
  flex-wrap: wrap;
}
.cta-strip-icon {
  width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
  background: rgba(156,213,255,0.12); border: 1px solid rgba(156,213,255,0.25);
  color: #9CD5FF; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.cta-strip-text { flex: 1; min-width: 0; }
.cta-strip-text strong { display: block; font-size: 0.92rem; font-weight: 700; color: #fff; margin-bottom: 0.18rem; }
.cta-strip-text span { font-size: 0.78rem; color: rgba(255,255,255,0.6); }
.cta-strip-item .btn-primary {
  background: rgba(255,255,255,0.12); color: #fff;
  border: 1.5px solid rgba(255,255,255,0.35);
  white-space: nowrap; flex-shrink: 0; padding: 0.55rem 1.3rem;
}
.cta-strip-item .btn-primary:hover {
  background: #fff; color: #355872;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2); transform: translateY(-2px);
}
.cta-strip-divider {
  width: 1px; height: 60px;
  background: rgba(156,213,255,0.2);
  flex-shrink: 0;
}

/* ============================================================
   CONTACT PAGE — RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .contact-grid { grid-template-columns: 1fr; }
  .cta-strip-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .cta-strip-divider { width: 60px; height: 1px; margin: 0 auto; }
}

@media (max-width: 768px) {
  .contact-section { padding: 3.5rem 0; }
  .contact-form-card { padding: 1.8rem 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-cta-strip { padding: 3rem 0; }
  .cta-strip-item { justify-content: center; text-align: center; flex-direction: column; }
  .cta-strip-item .btn-primary { width: 100%; justify-content: center; }
}

@media (max-width: 500px) {
  .contact-form-card { padding: 1.4rem 1.2rem; }
  .form-submit-row { flex-direction: column; align-items: flex-start; }
  .btn-contact-submit { width: 100%; justify-content: center; }
  .contact-info-card { padding: 1.4rem 1.2rem; }
}

/* ============================================================
   PRODUCTS PAGE — MEDICINE TABLE
   ============================================================ */

/* ============================================================
   MEDICINE TABLE — PROFESSIONAL CARD DESIGN
   ============================================================ */
.med-section {
  padding: 4.5rem 0 5.5rem;
  background: linear-gradient(175deg, #eef4fb 0%, #F7F8F0 100%);
}

/* ---- Outer card ---- */
.med-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 48px rgba(53,88,114,0.12), 0 2px 8px rgba(53,88,114,0.06);
  border: 1px solid rgba(53,88,114,0.08);
  overflow: hidden;
}

/* ---- Card header ---- */
.med-card-hd {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
  padding: 2rem 2.2rem 1.4rem;
  border-bottom: 1px solid rgba(53,88,114,0.08);
  background: linear-gradient(135deg, #f7fbff 0%, #fff 100%);
}
.med-card-label {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: #7AAACE; display: block; margin-bottom: 0.3rem;
}
.med-card-title {
  font-size: 1.35rem; font-weight: 800; color: #1e3a50;
  line-height: 1.2; margin-bottom: 0.3rem;
}
.med-card-sub {
  font-size: 0.82rem; color: #7a9ab2; line-height: 1.5; max-width: 480px;
}
.med-count-badge {
  background: linear-gradient(135deg, #355872 0%, #7AAACE 100%);
  color: #fff; font-size: 0.78rem; font-weight: 800;
  padding: 0.38rem 1rem; border-radius: 50px; white-space: nowrap;
  flex-shrink: 0; align-self: flex-start;
  box-shadow: 0 4px 14px rgba(53,88,114,0.25);
  letter-spacing: 0.03em;
}

/* ---- Controls row ---- */
.med-controls {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.9rem; padding: 1.2rem 2.2rem;
  background: #fafcff;
  border-bottom: 1px solid rgba(53,88,114,0.07);
}
.med-search-wrap {
  display: flex; align-items: center; gap: 0.55rem;
  background: #fff; border: 1.5px solid rgba(53,88,114,0.16);
  border-radius: 10px; padding: 0.52rem 1rem;
  flex: 1; min-width: 200px; max-width: 320px;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.med-search-wrap:focus-within {
  border-color: #7AAACE;
  box-shadow: 0 0 0 3px rgba(122,170,206,0.18);
}
.med-search-wrap i { color: #7AAACE; font-size: 0.82rem; flex-shrink: 0; }
.med-search {
  border: none; outline: none; background: transparent;
  font-size: 0.86rem; color: #1e3a50; font-family: inherit; width: 100%;
}
.med-search::placeholder { color: rgba(90,122,146,0.48); font-size: 0.83rem; }

.med-filter-wrap { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.med-filter-btn {
  display: inline-flex; align-items: center; gap: 0.38rem;
  padding: 0.42rem 0.95rem; border-radius: 8px;
  font-size: 0.78rem; font-weight: 600; cursor: pointer;
  border: 1.5px solid rgba(53,88,114,0.18);
  background: #fff; color: #5a7a92;
  transition: all 0.2s ease; white-space: nowrap;
}
.med-filter-btn i { font-size: 0.7rem; }
.med-filter-btn:hover { border-color: #7AAACE; color: #355872; background: rgba(122,170,206,0.07); }
.med-filter-btn.active {
  background: #355872; color: #fff;
  border-color: #355872;
  box-shadow: 0 3px 10px rgba(53,88,114,0.28);
}

/* ---- Table scroll container ---- */
.med-table-wrap { overflow-x: auto; }

/* ---- The table ---- */
.med-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.875rem; min-width: 620px;
}

/* Header */
.med-table thead tr { background: #1e3a50; }
.med-table thead th {
  padding: 0.95rem 1.6rem; text-align: left;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.9);
  white-space: nowrap; border: none;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.med-table thead th:last-child { border-right: none; text-align: center; }
.med-table thead th.col-num { text-align: center; color: rgba(255,255,255,0.5); }

/* Column widths */
.col-num  { width: 4%; }
.col-name { width: 26%; }
.col-desc { width: 52%; }
.col-action { width: 18%; }

/* Body rows */
.med-table tbody .med-row {
  border-bottom: 1px solid rgba(53,88,114,0.06);
  transition: background 0.15s ease;
}
.med-table tbody .med-row:nth-child(odd)  { background: #fff; }
.med-table tbody .med-row:nth-child(even) { background: #f8fbfd; }
.med-table tbody .med-row:hover           { background: #edf5fc; }
.med-table tbody .med-row:last-child      { border-bottom: none; }

/* Cells */
.med-table td {
  padding: 1.05rem 1.6rem; vertical-align: middle;
  line-height: 1.58; color: #4a6a82;
}

/* Serial number */
td.col-num {
  font-size: 0.75rem; font-weight: 700;
  color: rgba(53,88,114,0.28); text-align: center;
  padding-left: 1rem; padding-right: 0.6rem;
}

/* Medicine name */
.med-name {
  font-size: 0.91rem; font-weight: 700;
  color: #1e3a50; line-height: 1.3; margin-bottom: 0.2rem;
}
.med-sub {
  display: block; font-size: 0.72rem; font-weight: 600;
  color: #7AAACE; margin-top: 0.12rem;
}

/* Description */
td.col-desc { font-size: 0.83rem; color: #4a6a82; }

/* Action */
td.col-action { text-align: center; padding: 0.9rem 1.2rem; }
.btn-query {
  display: inline-flex; align-items: center; gap: 0.42rem;
  background: #355872; color: #fff;
  padding: 0.5rem 1.1rem; border-radius: 8px;
  font-size: 0.78rem; font-weight: 700; white-space: nowrap;
  border: none; cursor: pointer;
  box-shadow: 0 2px 8px rgba(53,88,114,0.22);
  transition: all 0.22s ease;
}
.btn-query i { font-size: 0.7rem; }
.btn-query:hover {
  background: #7AAACE;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(53,88,114,0.3);
}

/* No results */
.med-no-results {
  padding: 3.5rem; text-align: center;
  color: #7a9ab2; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center; gap: 0.8rem;
}
.med-no-results i { font-size: 1.5rem; color: rgba(122,170,206,0.5); }
.med-no-results a { color: #355872; font-weight: 600; }

/* ---- Card footer ---- */
.med-card-footer {
  display: flex; align-items: flex-start; gap: 0.65rem;
  padding: 1.1rem 2.2rem;
  background: #f7fbff;
  border-top: 1px solid rgba(53,88,114,0.07);
  font-size: 0.82rem; color: #5a7a92; line-height: 1.65;
}
.med-card-footer i { color: #7AAACE; flex-shrink: 0; margin-top: 0.18rem; font-size: 0.9rem; }
.med-card-footer strong { color: #1e3a50; }
.med-card-footer a { color: #355872; font-weight: 600; }

/* ============================================================
   MEDICINE TABLE — RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .med-controls { padding: 1rem 1.6rem; }
  .med-card-hd  { padding: 1.6rem 1.6rem 1.2rem; }
  .med-card-footer { padding: 1rem 1.6rem; }
  .med-table td { padding: 0.95rem 1.2rem; }
  .med-table thead th { padding: 0.85rem 1.2rem; }
}

@media (max-width: 768px) {
  .med-section { padding: 3rem 0 4rem; }
  .med-card { border-radius: 16px; }
  .med-controls { flex-direction: column; align-items: stretch; }
  .med-search-wrap { max-width: 100%; }
  .col-num { display: none; }
  .col-name { width: 30%; }
  .col-desc { width: 48%; }
  .col-action { width: 22%; }
}

@media (max-width: 560px) {
  .med-filter-btn { padding: 0.38rem 0.75rem; font-size: 0.74rem; }
  .med-filter-btn i { display: none; }
  .med-table { min-width: 500px; }
  .btn-query { padding: 0.44rem 0.85rem; font-size: 0.74rem; }
  .med-card-hd { flex-direction: column; gap: 0.8rem; }
  .med-count-badge { align-self: flex-start; }
}

/* ============================================================
   GLOBAL MOBILE RESPONSIVE — All Pages
   Covers: index3.html · about.html · contact.html · products.html
   ============================================================ */

/* Prevent horizontal overflow on all screens */
html, body { overflow-x: hidden; }

/* ---- 1024px — Large tablets ---- */
@media (max-width: 1024px) {
  .container { width: 92%; }

  /* Index — hero */
  .hero { min-height: 380px; }
  .hero-title { font-size: clamp(1.5rem, 3.5vw, 2.4rem); }
  .hero-team-img { width: 260px; height: 260px; }

  /* Index — sections */
  .about .container { gap: 2.5rem; }
  .services-grid { grid-template-columns: repeat(3,1fr); }

  /* About — company */
  .company-section .container { gap: 2.5rem; }
  .company-img-wrap img { height: 360px; }

  /* Contact */
  .contact-grid { gap: 2rem; }
  .cta-inner { padding: 2.8rem 2.2rem; }
}

/* ---- 768px — Tablets / Mobile ---- */
@media (max-width: 768px) {

  /* === GLOBAL === */
  .container { width: 94%; }

  .section-title  { font-size: clamp(1.35rem, 4.5vw, 1.9rem); }
  .section-desc   { font-size: 0.88rem; }
  .section-header { margin-bottom: 2rem; }

  /* Buttons full-width on mobile */
  .hero-btns         { flex-direction: column; gap: 0.65rem; }
  .hero-btns .btn    { justify-content: center; width: 100%; max-width: 300px; }

  /* === NAVBAR (all pages) === */
  .topbar  { display: none; }
  .hamburger { display: flex; }

  .navbar .container { height: 60px; }
  .navbar-logo img   { height: 44px; }

  .nav-links {
    display: none; position: fixed;
    top: 60px; left: 0; right: 0; bottom: 0;
    background: #fff; flex-direction: column;
    padding: 0.8rem 1.2rem 2rem; gap: 0;
    box-shadow: 0 8px 32px rgba(53,88,114,0.15);
    border-top: 2px solid #9CD5FF;
    overflow-y: auto; z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links > li > a {
    padding: 0.9rem 0.6rem; font-size: 0.95rem;
    border-bottom: 1px solid rgba(53,88,114,0.08);
    width: 100%; border-radius: 0; display: block;
  }
  .nav-links > li:last-child > a { border-bottom: none; }
  .nav-query {
    margin-left: 0 !important; margin-top: 0.8rem;
    border-radius: 10px !important;
    text-align: center; justify-content: center;
    display: flex; width: 100%;
  }

  /* === FOOTER (all pages) === */
  .footer { padding: 2.5rem 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; padding-bottom: 2rem; }
  .footer-desc { font-size: 0.83rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; gap: 0.4rem; }

  /* === INDEX3.HTML === */

  /* Hero */
  .hero { height: auto; min-height: 380px; max-height: none; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-team-wrap { display: none; }
  .hero-content { padding: 2.5rem 0 3.5rem; }
  .hero-title  { font-size: clamp(1.5rem, 5.5vw, 2.2rem); }
  .hero-desc   { font-size: 0.9rem; }
  .hero-arrow  { display: none; }
  .hero-eyebrow { font-size: 0.65rem; }

  /* Stats bar */
  .stats-bar .container { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item { border-bottom: 1px solid rgba(156,213,255,0.15); }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  .stat-number { font-size: 1.6rem; }

  /* About (CEO) section on index */
  .about { padding: 3rem 0; }
  .about .container { grid-template-columns: 1fr; gap: 2rem; }
  .ceo-img-frame img { height: 280px; }

  /* Services */
  .services-section { padding: 3rem 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.4rem; }

  /* Why Us */
  .why-us { padding: 3rem 0; }
  .why-us .container { grid-template-columns: 1fr; gap: 2rem; }
  .why-us-visual { order: -1; grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 0.8rem; }

  /* Certifications */
  .certifications { padding: 3rem 0; }
  .cert-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }

  /* Testimonials marquee */
  .trusted-section { padding: 3rem 0; }
  .tcard { width: 260px; }

  /* === ABOUT.HTML === */

  /* Page hero */
  .page-hero { height: auto; min-height: 160px; max-height: none; }
  .page-hero-content { padding: 1.8rem 0 1.6rem; }
  .page-hero-title { font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .page-hero-desc  { font-size: 0.82rem; }

  /* Breadcrumb */
  .breadcrumb li { font-size: 0.74rem; }

  /* Company section */
  .company-section { padding: 3rem 0; }
  .company-section .container { grid-template-columns: 1fr; gap: 1.8rem; }
  .company-img-wrap img { height: 260px; }
  .company-img-secondary img { height: 150px; }
  .company-img-secondary { margin-top: 0.8rem; }
  .company-content .section-title { font-size: clamp(1.2rem, 4.5vw, 1.7rem); }

  /* Journey timeline */
  .journey-section { padding: 3rem 0 0; }
  .journey-section .container { padding-bottom: 0; }
  .jt-wrap { overflow: hidden; }
  .jt-scroll {
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 2.5rem;
  }
  .jt-item { scroll-snap-align: center; width: 135px; }
  .jt-hex-outer { width: 100px; height: 115px; }
  .jt-hex-mid   { width: 79px;  height: 91px;  }
  .jt-hex-face  { width: 57px;  height: 66px; font-size: 1.2rem; }
  .jt-top, .jt-bot { height: 140px; }
  .jt-road  { top: calc(140px + 57.5px); }
  .jt-badge { font-size: 0.78rem; padding: 0.25rem 0.75rem; }
  .jt-desc  { font-size: 0.72rem; max-width: 125px; }
  .jt-track { padding: 0 2rem; }

  /* Mission & Vision */
  .mvv-section { padding: 3rem 0; }
  .mvv-panels  { grid-template-columns: 1fr; border-radius: 14px; margin-top: 1.8rem; }
  .mvv-panel   { min-height: 420px; }
  .mvv-panel-content { padding: 2rem 1.6rem 2.5rem; }
  .mvv-heading { font-size: 1.15rem; }
  .mvv-desc    { font-size: 0.85rem; margin-bottom: 1.2rem; }

  /* Values */
  .values-section { padding: 3rem 0; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .value-card  { padding: 1.5rem 1.3rem; }

  /* CTA section */
  .cta-section { padding: 3rem 0; }
  .cta-inner { grid-template-columns: 1fr; gap: 1.8rem; padding: 2rem 1.5rem; border-radius: 18px; }
  .cta-title { font-size: clamp(1.2rem, 4vw, 1.6rem); }
  .cta-actions { flex-direction: row; flex-wrap: wrap; gap: 0.6rem; }
  .btn-cta-primary, .btn-cta-outline { padding: 0.62rem 1.2rem; font-size: 0.85rem; }

  /* === CONTACT.HTML === */
  .contact-section { padding: 3rem 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .contact-form-card { padding: 1.8rem 1.5rem; }
  .contact-form-title { font-size: 1.1rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-group { margin-bottom: 1rem; }
  .contact-info-col { gap: 1rem; }
  .contact-info-card { padding: 1.4rem 1.5rem; }
  .contact-map iframe { height: 240px; }
  .contact-cta-strip { padding: 2.5rem 0; }
  .cta-strip-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .cta-strip-item { flex-direction: column; text-align: center; align-items: center; }
  .cta-strip-item .btn-primary { width: 100%; justify-content: center; }
  .cta-strip-divider { display: none; }
  .form-submit-row { flex-wrap: wrap; gap: 0.8rem; }
  .form-note { font-size: 0.73rem; }

  /* === PRODUCTS.HTML === */
  .med-section { padding: 3rem 0 4rem; }
  .med-card { border-radius: 14px; }
  .med-card-hd { padding: 1.5rem 1.5rem 1.1rem; flex-direction: row; align-items: flex-start; }
  .med-card-title { font-size: 1.1rem; }
  .med-card-sub { font-size: 0.78rem; }
  .med-controls { padding: 1rem 1.5rem; flex-direction: column; align-items: stretch; gap: 0.8rem; }
  .med-search-wrap { max-width: 100%; }
  .med-filter-wrap { gap: 0.4rem; }
  .med-filter-btn { padding: 0.4rem 0.8rem; font-size: 0.76rem; }
  .med-table-wrap { overflow-x: auto; }
  .med-table { min-width: 500px; font-size: 0.83rem; }
  .med-table thead th { padding: 0.85rem 1.1rem; font-size: 0.7rem; }
  .med-table td { padding: 0.9rem 1.1rem; }
  .col-num { display: none; }
  .col-name { width: 30%; }
  .col-desc { width: 48%; }
  .col-action { width: 22%; }
  .btn-query { padding: 0.44rem 0.85rem; font-size: 0.74rem; }
  .med-card-footer { padding: 0.9rem 1.5rem; font-size: 0.78rem; }
}

/* ---- 600px — Large phones ---- */
@media (max-width: 600px) {

  /* Global */
  .container { width: 96%; }
  .section-title { font-size: clamp(1.2rem, 5vw, 1.6rem); }

  /* Index */
  .hero-title { font-size: clamp(1.35rem, 6vw, 1.9rem); }
  .hero-content { padding: 2rem 0 3rem; }
  .features-grid { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .stats-bar .container { grid-template-columns: 1fr 1fr; }
  .tcard { width: 250px; }

  /* About */
  .values-grid { grid-template-columns: 1fr; }
  .company-img-wrap img { height: 220px; }
  .company-highlights { gap: 0.45rem; }
  .highlight-chip { font-size: 0.74rem; }
  .mvv-panel { min-height: 380px; }
  .mvv-icon-ring { width: 52px; height: 52px; font-size: 1.2rem; }
  .cta-actions { flex-direction: column; }
  .btn-cta-primary, .btn-cta-outline { width: 100%; justify-content: center; }

  /* Journey timeline smaller */
  .jt-item { width: 120px; scroll-snap-align: center; }
  .jt-hex-outer { width: 86px; height: 99px; }
  .jt-hex-mid   { width: 67px; height: 77px; }
  .jt-hex-face  { width: 49px; height: 57px; font-size: 1rem; }
  .jt-top, .jt-bot { height: 120px; }
  .jt-road { top: calc(120px + 49.5px); }
  .jt-badge { font-size: 0.7rem; padding: 0.2rem 0.6rem; }
  .jt-desc  { font-size: 0.66rem; max-width: 110px; }
  .jt-stem  { height: 20px; }
  .jt-track { padding: 0 1.2rem; }

  /* Contact */
  .contact-form-card { padding: 1.4rem 1.2rem; }
  .contact-info-card { padding: 1.2rem 1rem; }
  .contact-info-icon { width: 48px; height: 48px; font-size: 1.1rem; }
  .contact-map iframe { height: 210px; }
  .btn-contact-submit { width: 100%; justify-content: center; }
  .form-submit-row { flex-direction: column; align-items: flex-start; }

  /* Products */
  .med-section { padding: 2.5rem 0 3rem; }
  .med-card-hd { padding: 1.2rem 1.2rem 1rem; flex-direction: column; gap: 0.7rem; }
  .med-count-badge { align-self: flex-start; }
  .med-controls { padding: 0.9rem 1.2rem; }
  .med-card-footer { padding: 0.8rem 1.2rem; font-size: 0.76rem; }
  .med-table { min-width: 460px; }
  .col-desc { font-size: 0.78rem; }
}

/* ---- 480px — Regular phones ---- */
@media (max-width: 480px) {

  /* Global */
  .container { width: 100%; padding: 0 1rem; }

  /* Index hero */
  .hero-title { font-size: clamp(1.2rem, 6.5vw, 1.7rem); }
  .hero-eyebrow { font-size: 0.6rem; padding: 0.3rem 0.75rem; }
  .hero-dots { bottom: 1rem; }

  /* Stats */
  .stat-number { font-size: 1.5rem; }
  .stat-label  { font-size: 0.65rem; }

  /* About page hero */
  .page-hero-title { font-size: clamp(1.15rem, 6vw, 1.5rem); }
  .page-hero-desc  { font-size: 0.78rem; }

  /* Company section */
  .company-section .container { gap: 1.5rem; }
  .company-img-wrap img { height: 200px; }
  .company-img-secondary { display: none; }
  .about-actions { 
/*    flex-direction: column;*/
   gap: 0.7rem; }
  .btn.btn-primary { justify-content: center; }

  /* Values */
  .value-card { padding: 1.3rem 1.1rem; }
  .value-card h3 { font-size: 0.92rem; }

  /* CTA */
  .cta-inner { padding: 1.6rem 1.2rem; border-radius: 14px; }
  .cta-title { font-size: 1.1rem; }
  .cta-desc  { font-size: 0.82rem; }

  /* Contact form */
  .contact-form-card { padding: 1.2rem 1rem; border-radius: 14px; }
  .contact-form-title { font-size: 1rem; }
  .form-control { font-size: 0.84rem; padding: 0.6rem 0.8rem; }
  .contact-info-card { padding: 1.1rem 0.9rem; }

  /* Products table */
  .med-card { border-radius: 12px; }
  .med-card-title { font-size: 1rem; }
  .med-table { min-width: 440px; }
  .med-table td { padding: 0.8rem 0.9rem; }
  .btn-query { font-size: 0.7rem; padding: 0.4rem 0.7rem; }
  .btn-query i { display: none; }

  /* Footer */
  .footer-brand .brand-name { font-size: 1rem; }
  .footer-desc { font-size: 0.8rem; }
  .footer-links a { font-size: 0.8rem; }
  .footer-contact-item { font-size: 0.8rem; }
}

/* ---- 380px — Small phones (e.g. iPhone SE) ---- */
@media (max-width: 380px) {

  /* Index hero */
  .hero-title { font-size: 1.2rem; }
  .btn { padding: 0.6rem 1.2rem; font-size: 0.84rem; }

  /* Stats bar */
  .stats-bar .container { grid-template-columns: 1fr 1fr; }
  .stat-number { font-size: 1.35rem; }

  /* About company */
  .company-img-wrap img { height: 180px; }

  /* Journey timeline — minimum sizes */
  .jt-item { width: 105px; }
  .jt-hex-outer { width: 78px; height: 90px; }
  .jt-hex-mid   { width: 61px; height: 70px; }
  .jt-hex-face  { width: 44px; height: 51px; font-size: 0.9rem; }
  .jt-top, .jt-bot { height: 110px; }
  .jt-road { top: calc(110px + 45px); }
  .jt-desc { font-size: 0.62rem; max-width: 98px; }
  .jt-badge { font-size: 0.65rem; padding: 0.18rem 0.5rem; }

  /* Contact */
  .contact-form-card { padding: 1rem 0.9rem; }

  /* Products */
  .med-card-hd { padding: 1rem; }
  .med-controls { padding: 0.8rem 1rem; }
  .med-table { min-width: 400px; }
  .med-filter-btn { padding: 0.35rem 0.6rem; font-size: 0.7rem; }
}

/* =============================================================
   SERVICES PAGE — style3.css addition
   ============================================================= */

/* ---- Intro Strip ---- */
.svc-intro-strip {
  background: #1e3a50;
  padding: 2.2rem 0;
}
.svc-intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.svc-intro-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #fff;
}
.svc-intro-item i {
  font-size: 1.6rem;
  color: #9CD5FF;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.svc-intro-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #fff;
}
.svc-intro-item span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.4;
}

/* ---- Main Services Section ---- */
.svc-main {
  padding: 5rem 0 4rem;
  background: #F7F8F0;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3rem;
}

/* ---- Service Card ---- */
.svc-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.8rem 1.8rem;
  border: 1px solid rgba(53,88,114,0.1);
  box-shadow: 0 6px 28px rgba(53,88,114,0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(24px);
}
.svc-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(53,88,114,0.15);
}

.svc-card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.svc-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #355872, #7AAACE);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.svc-card-icon.svc-icon--2 { background: linear-gradient(135deg, #1e3a50, #355872); }
.svc-card-icon.svc-icon--3 { background: linear-gradient(135deg, #2a5f82, #7AAACE); }
.svc-card-icon.svc-icon--4 { background: linear-gradient(135deg, #355872, #9CD5FF); }
.svc-card-icon.svc-icon--5 { background: linear-gradient(135deg, #1e3a50, #7AAACE); }
.svc-card-icon.svc-icon--6 { background: linear-gradient(135deg, #355872, #2a5f82); }

.svc-card-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(53,88,114,0.1);
  line-height: 1;
  letter-spacing: -1px;
}

.svc-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a50;
  margin: 0;
}
.svc-card-desc {
  font-size: 0.875rem;
  color: #5a6e7e;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

.svc-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.svc-card-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #4a6070;
}
.svc-card-list li i {
  color: #355872;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.svc-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: #355872;
  text-decoration: none;
  border: 1.5px solid #355872;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  align-self: flex-start;
  transition: background 0.25s, color 0.25s;
}
.svc-card-btn:hover {
  background: #355872;
  color: #fff;
}
.svc-card-btn i {
  transition: transform 0.2s;
}
.svc-card-btn:hover i {
  transform: translateX(3px);
}

/* ---- Process Section ---- */
.svc-process {
  padding: 5rem 0 4.5rem;
  background: #fff;
}
.svc-process-steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  margin-top: 3rem;
  position: relative;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.svc-process-steps.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Dashed line running between all 5 circle centres (10% = half of 1/5 step width) */
.svc-process-steps::before {
  content: '';
  position: absolute;
  top: 33px;       /* half of 66px circle */
  left: 10%;       /* centre of step 1 */
  right: 10%;      /* centre of step 5 */
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(53,88,114,0.35) 0px,
    rgba(53,88,114,0.35) 8px,
    transparent 8px,
    transparent 16px
  );
  z-index: 0;
}

/* Arrow tip at right end of the line */
.svc-process-steps::after {
  content: '';
  position: absolute;
  top: 26px;   /* 33px - 7px (half border height) */
  right: calc(10% - 8px);
  border-left: 9px solid rgba(53,88,114,0.4);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 0;
}

.svc-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.svc-step-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #355872, #7AAACE);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(53,88,114,0.28);
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.svc-step:hover .svc-step-circle {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(53,88,114,0.38);
}
.svc-step-c2 { background: linear-gradient(135deg, #1e3a50, #355872); }
.svc-step-c3 { background: linear-gradient(135deg, #2a5f82, #7AAACE); }
.svc-step-c4 { background: linear-gradient(135deg, #355872, #9CD5FF); }
.svc-step-c5 { background: linear-gradient(135deg, #1e3a50, #7AAACE); }

.svc-step-body {
  padding: 0 0.5rem;
}

.svc-step-num {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #7AAACE;
  margin-bottom: 0.35rem;
  background: rgba(53,88,114,0.08);
  padding: 0.18rem 0.6rem;
  border-radius: 50px;
}
.svc-step-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e3a50;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.svc-step-body p {
  font-size: 0.8rem;
  color: #5a6e7e;
  line-height: 1.6;
  margin: 0;
}

/* ---- Certifications Strip ---- */
.svc-cert-strip {
  background: linear-gradient(135deg, #1e3a50 0%, #355872 100%);
  padding: 3.5rem 0;
}
.svc-cert-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.svc-cert-text {
  flex: 1;
  min-width: 220px;
}
.svc-cert-text h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.svc-cert-text p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.72);
  margin: 0;
  line-height: 1.5;
}
.svc-cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}
.svc-cert-badge {
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(156,213,255,0.45);
  color: #9CD5FF;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.svc-cert-badge:hover {
  background: rgba(156,213,255,0.2);
  color: #fff;
}

/* ---- Services Responsive ---- */
@media (max-width: 1024px) {
  .svc-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .svc-main { padding: 3.5rem 0 3rem; }
  .svc-process { padding: 3.5rem 0 3rem; }
  .svc-cert-strip { padding: 2.5rem 0; }
  .svc-cert-inner { flex-direction: column; gap: 1.5rem; text-align: center; }
  .svc-cert-badges { justify-content: center; }
  .svc-cert-text h2 { font-size: 1.15rem; }

  /* Process — collapse to vertical on tablet */
  .svc-process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .svc-process-steps::before,
  .svc-process-steps::after { display: none; }
  .svc-step {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 1.2rem;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .svc-step:last-child { padding-bottom: 0; }
  /* Vertical connector line */
  .svc-step:not(.svc-step--last)::after {
    content: '';
    position: absolute;
    left: 26px; /* center of 52px circle */
    top: 52px;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(
      to bottom,
      rgba(53,88,114,0.35) 0px,
      rgba(53,88,114,0.35) 8px,
      transparent 8px,
      transparent 16px
    );
  }
  .svc-step-circle {
    width: 52px;
    height: 52px;
    font-size: 1.1rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .svc-step-body { padding: 0.25rem 0 0; }
}

@media (max-width: 600px) {
  .svc-intro-strip { padding: 1.8rem 0; }
  .svc-intro-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .svc-intro-item i { font-size: 1.3rem; }
  .svc-intro-item strong { font-size: 0.87rem; }
  .svc-intro-item span { font-size: 0.75rem; }
  .svc-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .svc-card { padding: 1.5rem 1.2rem; }
  .svc-card-num { font-size: 2rem; }
  .svc-process-steps { max-width: 100%; }
}

@media (max-width: 480px) {
  .svc-intro-grid { grid-template-columns: 1fr; gap: 1rem; }
  .svc-step-circle { width: 44px; height: 44px; font-size: 0.95rem; }
  .svc-step-body h3 { font-size: 0.92rem; }
  .svc-cert-text h2 { font-size: 1rem; }
  .svc-cert-badge { font-size: 0.72rem; padding: 0.38rem 0.75rem; }
}




/*03-06-2026*/

.nav-links .current_page_item a {
  color: #7AAACE !important;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2a4d6a;
}

header {
    position: fixed;
    top: 35px; 
    left: 0;
    width: 100%;
    z-index: 9998;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

body {
    margin-top: 100px;
}
.footer-brand{
  margin-bottom: 30px !important;
}
.page-template-page-about .jt-scroll{
  padding-bottom: 50px !important;
  padding-top: 10px !important;
  display: block !important;
}
#gform_1 .gform-body input,
#gform_1 .gform-body textarea{
    width: 100% !important;
    padding: 0.62rem 0.9rem !important;
    border: 1.5px solid rgba(53, 88, 114, 0.18) !important;
    border-radius: 8px !important;
    font-size: 0.86rem !important;
    color: #1e3a50 !important;
    background: #F7F8F0 !important;
    font-family: inherit !important;
    outline: none !important;
    transition: border-color 0.22s, box-shadow 0.22s, background 0.22s !important;
}
#gform_1 .gform-body input:focus,
#gform_1 .gform-body textarea:focus{
    border-color: #7AAACE !important;
    box-shadow: 0 0 0 3px rgba(122, 170, 206, 0.18) !important;
    background: #fff !important;
}
#gform_1 .gform_fields{
  row-gap: 20px !important;
}
#gform_1 .gform-footer #gform_submit_button_1{
    background: #355872 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.72rem 2rem !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    outline: none !important;
}
#gform_1 .gform-footer #gform_submit_button_1:hover{
    background: #7AAACE !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(53, 88, 114, 0.28) !important;
}
.page-template-page-contact .form-note{
  margin-top: 15px !important;
}



.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2rem 0;
  flex-wrap: wrap;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.9rem;
  border-radius: 10px;
  border: 1.5px solid #d0d5dd;
  background: #ffffff;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.blog-pagination .page-numbers:hover {
  background: #355872;
  border-color: #355872;
  color: #fff !important;
}
.blog-pagination .page-numbers.current {
  background: #355872;
  color: #ffffff;
  border-color: #355872;
  font-weight: 500;
}
.blog-pagination .next.page-numbers {
  padding: 0 1.2rem;
  gap: 6px;
}
.blog-pagination .next.page-numbers:hover {
  background: #355872;
  border-color: #355872;
  color: #fff !important;
}
.blog-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #888888;
  cursor: default;
  min-width: 24px;
}

.single-post .page-hero{
  min-height: 240px !important;
}
.single-post .page-hero .page-hero-desc{
  display: none !important;
}
.single-post .blog-detail-wrap ol.wp-block-list{
  padding-left: 20px !important;
}
/*05-06-2026*/
.page-template-default .section-header{
  text-align: left !important;
}
.page-template-default .svc-main {
    padding: 2rem 0 4rem !important;
}








/*Responsive == 03-06-2026*/


@media (max-width: 991px){
  .home .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 900px){
  .home .ceo-img-frame img{
    height: auto !important;
  }
  .home .about-content{
    padding-bottom: 0px !important;
  }
  .home .why-us .container{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 768px) {
  body {
      margin-top: 60px !important;
  }
  header{
    top: 0px !important;
  }
  #navLinks li{
    width: 100% !important;
  }
  .home .services-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .footer-grid{
        gap: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .footer-desc{
      margin-bottom: 0.8rem !important;
    }
    .footer-brand {
      margin-bottom: 20px !important;
    }
    .page-template-page-about .jt-scroll {
        padding-bottom: 110px !important;
        padding-top: 40px !important;
    }
}
@media (max-width: 575px){
    .home .why-us-visual {
        grid-template-columns: 1fr  !important;
        width: 100% !important;
    }
}
@media (max-width: 437px) {
  .home .hero-slide{
    height: auto !important;
  }
}

@media (max-width: 375px){
  .home .stats-bar .container{
    grid-template-columns: 1fr !important;
  }
  .home .stats-bar .container .stat-item{
    border-bottom: 1px solid rgba(156, 213, 255, 0.2) !important;
    border-right: none !important;
  }
  .home .stats-bar .container .stat-item:last-child{
    border-bottom: none !important;
  }
      
}




    /* ---- Team Section ---- */
    .team-section {
      padding: 5rem 0 6rem;
      background: #F7F8F0;
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      margin-top: 0;
    }

    /* ---- Member Card ---- */
    .member-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(53, 88, 114, 0.08);
      box-shadow: 0 4px 20px rgba(53, 88, 114, 0.06);
      transition: all 0.35s ease;
      display: flex;
      flex-direction: column;
    }

    .member-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 52px rgba(53, 88, 114, 0.15);
      border-color: rgba(156, 213, 255, 0.45);
    }

    /* Image */
    .member-img-wrap {
      position: relative;
      overflow: hidden;
      aspect-ratio: 1 / 1;
    }

    .member-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      transition: transform 0.5s ease;
    }

    .member-card:hover .member-img-wrap img {
      transform: scale(1.05);
    }

    /* blue gradient overlay at bottom of image */
    .member-img-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(26, 51, 72, 0.45) 0%,
        transparent 50%
      );
      pointer-events: none;
    }

    /* Card body */
    .member-info {
      padding: 1.4rem 1.5rem 1.6rem;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .member-info::before {
      content: '';
      display: block;
      width: 32px;
      height: 3px;
      background: linear-gradient(90deg, #355872, #9CD5FF);
      border-radius: 2px;
      margin-bottom: 0.9rem;
      transition: width 0.3s ease;
    }

    .member-card:hover .member-info::before {
      width: 56px;
    }

    .member-name {
      font-size: 1.05rem;
      font-weight: 800;
      color: #1e3a50;
      margin-bottom: 0.3rem;
      line-height: 1.25;
    }

    .member-position {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #7AAACE;
    }

    /* Social links */
    .member-social {
      display: flex;
      gap: 0.5rem;
      margin-top: 1.1rem;
    }

    .member-social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 8px;
      background: rgba(53, 88, 114, 0.06);
      color: #355872;
      font-size: 0.8rem;
      transition: all 0.22s ease;
      text-decoration: none;
    }

    .member-social a:hover {
      background: #355872;
      color: #fff;
      transform: translateY(-2px);
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .team-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 520px) {
      .team-grid { grid-template-columns: 1fr; }
    }








/*19-06-2026*/

#gform_2 .gform-body input{
    width: 100% !important;
    padding: 0.62rem 0.9rem !important;
    border: 1.5px solid rgba(53, 88, 114, 0.18) !important;
    border-radius: 8px !important;
    font-size: 0.86rem !important;
    color: #1e3a50 !important;
    background: #F7F8F0 !important;
    font-family: inherit !important;
    outline: none !important;
    transition: border-color 0.22s, box-shadow 0.22s, background 0.22s !important;
    height: 45px !important;
}
#gform_2 .gform-body textarea{
    width: 100% !important;
    padding: 0.62rem 0.9rem !important;
    border: 1.5px solid rgba(53, 88, 114, 0.18) !important;
    border-radius: 8px !important;
    font-size: 0.86rem !important;
    color: #1e3a50 !important;
    background: #F7F8F0 !important;
    font-family: inherit !important;
    outline: none !important;
    transition: border-color 0.22s, box-shadow 0.22s, background 0.22s !important;
}

#gform_2 .gform-body select{
    padding-top: 2px !important;
    width: 100% !important;
    border: 1.5px solid rgba(53, 88, 114, 0.18) !important;
    border-radius: 8px !important;
    font-size: 0.86rem !important;
    color: #1e3a50 !important;
    background: #F7F8F0 !important;
    font-family: inherit !important;
    outline: none !important;
    transition: border-color 0.22s, box-shadow 0.22s, background 0.22s !important;
    height: 45px !important;
}
#gform_2 .gform-body input:focus,
#gform_2 .gform-body textarea:focus,
#gform_2 .gform-body select:focus{
    border-color: #7AAACE !important;
    box-shadow: 0 0 0 3px rgba(122, 170, 206, 0.18) !important;
    background: #fff !important;
}
#gform_2 #gform_submit_button_2{
    background: #355872 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.72rem 2rem !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    outline: none !important;
    height: 50px !important;
}
#gform_2 #gform_submit_button_2:hover{
    background: #7AAACE !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(53, 88, 114, 0.28) !important;
}
.page-id-130 #enquiryForm{
  padding-top: 4rem !important;
}
#gform_2 .gform_fields{
  row-gap: 20px !important;
}
.page-id-130 .section-header{
  margin-bottom: 0px !important;
}


/*20-07-2026*/

#input_2_12_chosen{
    background: transparent;
    border: none;
    box-shadow: none;
}
#input_2_12_chosen .search-field{
  width: 100% !important;
}
#input_2_12_chosen .chosen-choices{
  padding: 0px 3px !important;
}
#field_2_12 .chosen-container-active{
  outline: none !important;
}
#field_2_12 .chosen-container-active .chosen-drop{
  margin-top: -8px !important;
}










