/* ============================================
   m-K Theme — Clean CSS matching exact design
   ============================================ */

/* === VARIABLES === */
:root {
  --primary: #ff6700;
  --navy: #00385b;
  --bg-light: #f8f7f5;
  --bg-dark: #23170f;
  --primary-rgb: 255, 103, 0;
  --navy-rgb: 0, 56, 91;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
*, *::before, *::after { font-family: 'Cairo', sans-serif; }
.material-symbols-outlined { font-family: 'Material Symbols Outlined' !important; }
body {
  font-family: 'Cairo', sans-serif;
  background: var(--bg-light);
  color: #0f172a;
  direction: rtl;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: color .3s; }
img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; }
button, input, select, textarea { cursor: pointer; font-family: 'Cairo', sans-serif; }

/* === UTILITIES === */
.mk-container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* ========== HEADER ========== */
.mk-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,247,245,.8);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,56,91,.05);
}
.mk-header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 1.5rem;
  height: 80px; display: flex; align-items: center; justify-content: space-between;
}
.mk-logo { display: flex; align-items: center; gap: 8px; }
.mk-logo-img { height: 45px; width: auto; object-fit: contain; }
@media(min-width:768px) { .mk-logo-img { height: 50px; } }
.mk-logo-text { display: flex; flex-direction: column; line-height: 1; }
.mk-logo-name { font-size: 1.5rem; font-weight: 900; color: var(--navy); letter-spacing: -0.05em; }
.mk-logo-sub { font-size: .7rem; font-weight: 900; color: var(--primary); letter-spacing: .2em; margin-top: -2px; }
.mk-logo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 40px; height: 40px; }
.mk-logo-grid div { display: flex; align-items: center; justify-content: center; padding: 2px; }
.mk-logo-grid .navy-bg { background: var(--navy); }
.mk-logo-grid .primary-bg { background: var(--primary); }
.mk-logo-grid .material-symbols-outlined { color: #fff; font-size: 14px; }

.mk-nav { display: none; align-items: center; gap: 2rem; }
@media(min-width:768px) { .mk-nav { display: flex; } }
.mk-nav a { color: rgba(0,56,91,.8); font-weight: 700; font-size: .95rem; }
.mk-nav a:hover { color: var(--primary); }

.mk-header-cta {
  background: linear-gradient(135deg, #ff6700, #ff8533); color: #fff; padding: 10px 24px;
  border-radius: 9999px; font-weight: 700; border: none;
  transition: all .4s;
  display: none; font-size: .95rem;
  position: relative; overflow: visible;
  animation: mkBtnGlow 2s ease-in-out infinite;
}
.mk-header-cta::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-20deg);
  animation: mkBtnShine 1.8s linear infinite;
}
@media(min-width:1024px) { .mk-header-cta { display: inline-block; } }
.mk-header-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,103,0,.35); }

.mk-burger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
@media(min-width:768px) { .mk-burger { display: none; } }
.mk-burger span { display: block; width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .3s; }

.mk-mobile-menu {
  position: fixed; inset: 0; background: rgba(0,56,91,.97);
  z-index: 999; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2rem;
  transform: translateX(100%); transition: .4s;
}
.mk-mobile-menu.open { transform: translateX(0); }
.mk-mobile-close { position: absolute; top: 24px; left: 24px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }
.mk-mobile-menu a { color: #fff; font-size: 1.4rem; font-weight: 700; }
.mk-mobile-menu a:hover { color: var(--primary); }
.mk-mob-cta {
  display: block; margin-top: 1rem; padding: 16px 40px;
  background: linear-gradient(135deg, #ff6700, #ff8533) !important; color: #fff !important;
  border-radius: 12px; font-size: 1.2rem !important; font-weight: 800 !important;
  text-align: center;
  position: relative; overflow: hidden;
  animation: mkBtnGlow 2s ease-in-out infinite;
}
.mk-mob-cta::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-20deg);
  animation: mkBtnShine 1.8s linear infinite;
}

/* ========== HERO ========== */
.mk-hero { position: relative; padding: 80px 0 100px; overflow: hidden; }
.mk-hero .mk-container { position: relative; z-index: 2; }
.mk-hero-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
.mk-hero-content { text-align: right; order: 2; }
.mk-hero-content > * + * { margin-top: 1.5rem; }
.mk-hero-visual { order: 1; }

/* Desktop: 2 columns, content right image left */
@media(min-width:1024px) {
  .mk-hero { padding: 80px 0 128px; }
  .mk-hero-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .mk-hero-content { order: 1; }
  .mk-hero-visual { order: 2; }
}

/* ---- Floating Background Elements ---- */
.mk-hero-floats { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.mk-float {
  position: absolute; border-radius: 50%;
  opacity: 0.5; will-change: transform;
}
.mk-float-1 {
  width: 400px; height: 400px; top: -100px; right: -80px;
  background: radial-gradient(circle, rgba(255,103,0,.18) 0%, transparent 70%);
  animation: mkFloatUp 8s ease-in-out infinite;
}
.mk-float-2 {
  width: 300px; height: 300px; bottom: -50px; left: -60px;
  background: radial-gradient(circle, rgba(0,56,91,.12) 0%, transparent 70%);
  animation: mkFloatDown 10s ease-in-out infinite;
}
.mk-float-3 {
  width: 200px; height: 200px; top: 40%; left: 30%;
  background: radial-gradient(circle, rgba(255,103,0,.1) 0%, transparent 70%);
  animation: mkFloatDrift 12s ease-in-out infinite;
}
.mk-float-4 {
  width: 80px; height: 80px; top: 20%; right: 40%;
  background: rgba(255,103,0,.15); border-radius: 20px;
  transform: rotate(45deg);
  animation: mkFloatSpin 15s linear infinite;
}
.mk-float-5 {
  width: 120px; height: 120px; bottom: 15%; right: 15%;
  border: 3px solid rgba(0,56,91,.08); border-radius: 50%;
  animation: mkFloatPulse 6s ease-in-out infinite;
}

@keyframes mkFloatUp {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}
@keyframes mkFloatDown {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(20px) scale(1.08); }
}
@keyframes mkFloatDrift {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(20px, -15px); }
  66% { transform: translate(-15px, 10px); }
}
@keyframes mkFloatSpin {
  0% { transform: rotate(45deg); }
  100% { transform: rotate(405deg); }
}
@keyframes mkFloatPulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.15); opacity: 0.7; }
}

/* Hide some floats on mobile */
@media(max-width:767px) {
  .mk-float-3, .mk-float-4, .mk-float-5 { display: none; }
  .mk-float-1 { width: 250px; height: 250px; top: -60px; right: -40px; }
  .mk-float-2 { width: 180px; height: 180px; }
}

/* ---- Hero Badge ---- */
.mk-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 20px; border-radius: 9999px;
  background: rgba(255,103,0,.1); color: var(--primary);
  font-weight: 700; font-size: .875rem;
  border: 1px solid rgba(255,103,0,.15);
}
.mk-badge .material-symbols-outlined { font-size: 16px; }

/* ---- Hero Typography ---- */
.mk-hero-subtitle { color: var(--navy); font-size: 1.25rem; font-weight: 600; }
@media(min-width:768px) { .mk-hero-subtitle { font-size: 1.5rem; } }

.mk-hero-title {
  color: var(--navy); font-size: 2.5rem; font-weight: 900; line-height: 1.2;
}
@media(min-width:768px) { .mk-hero-title { font-size: 3.5rem; } }
@media(min-width:1024px) { .mk-hero-title { font-size: 4.5rem; } }
.mk-text-primary { color: var(--primary); }

.mk-hero-desc {
  font-size: 1rem; color: #475569; max-width: 32rem;
  line-height: 1.8; font-weight: 500;
}
@media(min-width:768px) { .mk-hero-desc { font-size: 1.125rem; } }

/* ---- Hero Buttons ---- */
.mk-hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; padding-top: 1rem; }

.mk-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem; font-weight: 700; border-radius: 9999px;
  transition: all .4s cubic-bezier(.25,.46,.45,.94); border: none; font-family: 'Cairo', sans-serif;
  font-size: 1rem; padding: 14px 28px; cursor: pointer; text-decoration: none;
  position: relative; overflow: hidden; z-index: 1;
}
@media(min-width:768px) { .mk-btn { font-size: 1.125rem; padding: 16px 32px; } }

/* Primary button - shine + continuous glow */
.mk-btn-primary {
  background: linear-gradient(135deg, #ff6700 0%, #ff8533 100%);
  color: #fff;
  animation: mkBtnGlow 2s ease-in-out infinite;
}
.mk-btn-primary::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-20deg); z-index: 2;
  animation: mkBtnShine 1.8s linear infinite;
}
.mk-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 40px rgba(255,103,0,.35);
  background: linear-gradient(135deg, #ff7a1a 0%, #ff9040 100%);
}

/* Outline button - animated border + fill on hover */
.mk-btn-outline {
  background: transparent; color: var(--navy);
  border: 2px solid transparent; position: relative;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #00385b, #ff6700, #00385b);
  background-origin: border-box; background-clip: padding-box, border-box;
  background-size: 100% 100%, 200% 100%;
  animation: mkBtnBorderSpin 3s linear infinite;
}
.mk-btn-outline::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: var(--navy); z-index: -1;
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.mk-btn-outline:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,56,91,.15);
}
.mk-btn-outline:hover::before { transform: scaleX(1); }

/* Navy button */
.mk-btn-navy {
  background: linear-gradient(135deg, #00385b 0%, #004d7a 100%);
  color: #fff;
  animation: mkBtnGlowNavy 2.5s ease-in-out infinite;
}
.mk-btn-navy::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
  transform: skewX(-20deg); z-index: 2;
  animation: mkBtnShine 2.2s linear infinite;
}
.mk-btn-navy:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 40px rgba(0,56,91,.3);
}

/* White button */
.mk-btn-white { background: #fff; color: var(--navy); font-weight: 900; }
.mk-btn-white:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,.1); }

/* Ghost button (CTA) */
.mk-btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 16px 40px; border: 1px solid rgba(255,255,255,.2); color: #fff;
  border-radius: 14px; font-weight: 800; font-size: 1.1rem;
  background: rgba(255,255,255,.06); transition: all .4s;
  position: relative; overflow: hidden;
}
.mk-btn-ghost::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  transform: skewX(-20deg);
  animation: mkBtnShine 2.5s linear infinite;
}
.mk-btn-ghost:hover { background: rgba(255,255,255,.15); transform: translateY(-3px); }

/* ===== BUTTON KEYFRAMES ===== */
@keyframes mkBtnShine {
  0% { left: -100%; }
  100% { left: 150%; }
}
@keyframes mkBtnPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,103,0,.5); }
  70% { box-shadow: 0 0 0 14px rgba(255,103,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,103,0,0); }
}
@keyframes mkBtnGlow {
  0%, 100% { box-shadow: 0 5px 20px rgba(255,103,0,.25), 0 0 60px rgba(255,103,0,0); }
  50% { box-shadow: 0 5px 20px rgba(255,103,0,.4), 0 0 60px rgba(255,103,0,.15); }
}
@keyframes mkBtnBorderSpin {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes mkBtnGlowNavy {
  0%, 100% { box-shadow: 0 5px 20px rgba(0,56,91,.2), 0 0 50px rgba(0,56,91,0); }
  50% { box-shadow: 0 5px 20px rgba(0,56,91,.35), 0 0 50px rgba(0,77,122,.15); }
}
.mk-btn-white:hover { background: #f1f5f9; }
.mk-btn-full {
  width: 100%; position: relative; overflow: hidden;
}
.mk-btn-full::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transform: skewX(-20deg); z-index: 0;
  animation: mkBtnShine 1.8s linear infinite;
}

/* ---- Trust / Avatars ---- */
.mk-trust { display: flex; align-items: center; gap: 1rem; padding-top: 1.5rem; flex-wrap: wrap; }
.mk-avatars { display: flex; }
.mk-avatars > * { margin-left: -14px; }
.mk-avatars > *:first-child { margin-left: 0; }
.mk-avatars img {
  width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid #fff; object-fit: cover;
}
@media(min-width:768px) {
  .mk-avatars img { width: 48px; height: 48px; border-width: 4px; }
  .mk-avatars > * { margin-left: -16px; }
}
.mk-avatar-count {
  width: 44px; height: 44px; border-radius: 50%;
  border: 3px solid #fff; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 700;
}
@media(min-width:768px) { .mk-avatar-count { width: 48px; height: 48px; border-width: 4px; font-size: .75rem; } }
.mk-trust-text { color: #64748b; font-weight: 700; font-size: .875rem; }

/* ---- Hero Visual / Image ---- */
.mk-hero-visual { position: relative; }
.mk-hero-img-wrapper { position: relative; }

.mk-hero-glow {
  position: absolute; top: -60px; left: -60px;
  width: 220px; height: 220px; background: rgba(255,103,0,.2);
  border-radius: 50%; filter: blur(50px); z-index: 0;
  animation: mkFloatUp 8s ease-in-out infinite;
}
.mk-hero-glow-2 {
  top: auto; left: auto; bottom: -40px; right: -40px;
  width: 180px; height: 180px; background: rgba(0,56,91,.15);
  animation: mkFloatDown 10s ease-in-out infinite;
}
@media(min-width:1024px) {
  .mk-hero-glow { width: 300px; height: 300px; top: -80px; left: -80px; }
  .mk-hero-glow-2 { width: 250px; height: 250px; }
}

.mk-hero-img-card {
  position: relative; z-index: 1; border-radius: 1.25rem;
  box-shadow: 0 25px 60px -12px rgba(0,0,0,.12);
  border: 1px solid rgba(0,56,91,.06); overflow: hidden;
  background: #fff;
}
.mk-hero-img-card img { width: 100%; height: auto; display: block; }

/* ---- Floating Stat Cards ---- */
.mk-hero-stat {
  position: absolute; z-index: 5;
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 14px;
  padding: 12px 16px; box-shadow: 0 10px 40px rgba(0,0,0,.1);
  border: 1px solid rgba(0,56,91,.05);
  animation: mkStatFloat 4s ease-in-out infinite;
}
.mk-hero-stat-1 { bottom: 20%; left: -10px; }
.mk-hero-stat-2 { top: 15%; right: -10px; animation-delay: 2s; }

@media(min-width:768px) {
  .mk-hero-stat-1 { left: -30px; }
  .mk-hero-stat-2 { right: -30px; }
}
@media(min-width:1024px) {
  .mk-hero-stat-1 { left: -50px; }
  .mk-hero-stat-2 { right: -40px; }
}
@media(max-width:480px) {
  .mk-hero-stat { padding: 8px 12px; gap: 8px; border-radius: 10px; }
  .mk-hero-stat-1 { bottom: 10%; left: 5px; }
  .mk-hero-stat-2 { top: 8%; right: 5px; }
}

.mk-stat-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,103,0,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mk-stat-icon .material-symbols-outlined { font-size: 20px; }
.mk-stat-icon-green { background: rgba(16,185,129,.1); color: #10b981; }
.mk-stat-info { display: flex; flex-direction: column; }
.mk-stat-info strong { font-size: 1.1rem; font-weight: 900; color: var(--navy); line-height: 1.2; }
.mk-stat-info span { font-size: .75rem; color: #64748b; font-weight: 600; }

@keyframes mkStatFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ========== PARTNERS MARQUEE ========== */
.mk-partners {
  padding: 60px 0; background: #fff;
  border-top: 1px solid rgba(0,56,91,.05);
  border-bottom: 1px solid rgba(0,56,91,.05);
  overflow: hidden;
}
@media(min-width:768px) { .mk-partners { padding: 80px 0; } }
.mk-partners-title {
  text-align: center; font-size: 1.5rem; font-weight: 900;
  color: var(--navy); margin-bottom: 2.5rem;
}
@media(min-width:768px) { .mk-partners-title { margin-bottom: 3rem; } }
.mk-marquee { overflow: hidden; display: flex; direction: ltr; }
.mk-marquee-track {
  display: flex; align-items: center; gap: 3rem;
  animation: marqueeScroll 35s linear infinite;
  min-width: 100%;
}
@media(min-width:768px) { .mk-marquee-track { gap: 4.5rem; } }
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.33%); }
}
.mk-marquee-item {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  height: 40px;
  opacity: .85; transition: all .4s ease;
}
.mk-marquee-item svg { height: 100%; width: auto; }
.mk-marquee-item:hover { opacity: 1; transform: scale(1.1); }

/* ========== ABOUT / VISION ========== */
.mk-about { padding: 80px 0; background: var(--bg-light); }
@media(min-width:768px) { .mk-about { padding: 100px 0; } }
.mk-about-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media(min-width:1024px) { .mk-about-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }

.mk-about-content { text-align: right; }
.mk-about-title {
  font-size: 1.75rem; font-weight: 900; color: var(--navy);
  line-height: 1.5; margin: 1rem 0 1.25rem;
}
@media(min-width:768px) { .mk-about-title { font-size: 2.25rem; } }
@media(min-width:1024px) { .mk-about-title { font-size: 2.5rem; } }
.mk-about-desc {
  font-size: 1.05rem; color: #475569; line-height: 1.9; font-weight: 500; margin-bottom: 2rem;
}
@media(min-width:768px) { .mk-about-desc { font-size: 1.125rem; } }

/* Stats Row */
.mk-about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin-bottom: 2rem; padding: 1.5rem 0;
  border-top: 1px solid rgba(0,56,91,.08); border-bottom: 1px solid rgba(0,56,91,.08);
}
.mk-about-stat { text-align: center; }
.mk-about-stat strong {
  display: block; font-size: 2rem; font-weight: 900; color: var(--primary); line-height: 1.2;
}
@media(min-width:768px) { .mk-about-stat strong { font-size: 2.5rem; } }
.mk-about-stat span { font-size: .85rem; color: #64748b; font-weight: 700; }
.mk-about-btn { margin-top: .5rem; }

/* About Visual */
.mk-about-visual { position: relative; }
.mk-about-img-wrap { position: relative; }
.mk-about-accent {
  position: absolute; top: -15px; right: -15px; bottom: -15px; left: -15px;
  border-radius: 1.5rem; border: 3px solid rgba(255,103,0,.15);
  z-index: 0;
}
@media(max-width:767px) { .mk-about-accent { top: -8px; right: -8px; bottom: -8px; left: -8px; } }
.mk-about-img {
  position: relative; z-index: 1; border-radius: 1.25rem;
  overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.1);
}
.mk-about-img img { width: 100%; height: auto; display: block; object-fit: cover; min-height: 300px; }
@media(min-width:768px) { .mk-about-img img { min-height: 400px; } }

.mk-about-exp {
  position: absolute; z-index: 5; bottom: -20px; right: 20px;
  background: var(--navy); color: #fff; padding: 16px 24px;
  border-radius: 14px; box-shadow: 0 12px 35px rgba(0,56,91,.3);
  text-align: center;
}
@media(min-width:768px) { .mk-about-exp { bottom: -25px; right: 30px; padding: 20px 30px; } }
.mk-about-exp strong {
  display: block; font-size: 2rem; font-weight: 900; color: var(--primary); line-height: 1;
}
@media(min-width:768px) { .mk-about-exp strong { font-size: 2.5rem; } }
.mk-about-exp span { font-size: .8rem; font-weight: 600; opacity: .85; }

/* ========== FEATURES ========== */
.mk-features { padding: 80px 0; background: var(--bg-light); position: relative; overflow: hidden; }
@media(min-width:768px) { .mk-features { padding: 100px 0; } }
.mk-features .mk-container { position: relative; z-index: 2; }
.mk-features .mk-section-title { color: var(--navy); }
.mk-features .mk-section-desc { color: #475569; }

/* Background floating shapes */
.mk-features-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.mk-features-bg .mk-bg-shape {
  position: absolute; border-radius: 50%; opacity: 0.4;
}
.mk-features-bg .mk-bg-shape-1 {
  width: 300px; height: 300px; top: -80px; right: -80px;
  background: radial-gradient(circle, rgba(255,103,0,.12) 0%, transparent 70%);
  animation: mkFeatFloat1 10s ease-in-out infinite;
}
.mk-features-bg .mk-bg-shape-2 {
  width: 200px; height: 200px; bottom: -60px; left: -40px;
  background: radial-gradient(circle, rgba(0,56,91,.08) 0%, transparent 70%);
  animation: mkFeatFloat2 12s ease-in-out infinite;
}
.mk-features-bg .mk-bg-shape-3 {
  width: 100px; height: 100px; top: 50%; left: 45%;
  border: 2px solid rgba(255,103,0,.08); border-radius: 20px;
  transform: rotate(45deg);
  animation: mkFeatSpin 20s linear infinite;
}
@keyframes mkFeatFloat1 { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-25px) scale(1.08)} }
@keyframes mkFeatFloat2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(20px)} }
@keyframes mkFeatSpin { 0%{transform:rotate(45deg)} 100%{transform:rotate(405deg)} }
@media(max-width:767px) { .mk-features-bg .mk-bg-shape-3 { display:none; } }

/* Features Grid */
.mk-features-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 3rem;
}
@media(min-width:576px) { .mk-features-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:1024px) { .mk-features-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }



/* Feature Card */
.mk-feat-card {
  position: relative; background: #fff; padding: 2rem 1.75rem;
  border-radius: 1.25rem; border: 1px solid rgba(0,56,91,.08);
  box-shadow: 0 4px 25px rgba(0,0,0,.06);
  transition: all .5s cubic-bezier(.25,.46,.45,.94);
  overflow: hidden; text-align: right; min-height: 220px;
}
/* Shimmer line on top */
/* Shimmer line on hover - via box-shadow */
.mk-feat-card:hover {
  background: var(--navy); border-color: transparent;
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,56,91,.25), inset 0 4px 0 0 var(--primary);
}
.mk-feat-card:hover h3 { color: #fff; }
.mk-feat-card:hover p { color: rgba(255,255,255,.75); }
.mk-feat-card:hover .mk-feat-num { color: rgba(255,255,255,.08); }
.mk-feat-card:hover .mk-feat-icon {
  background: rgba(255,103,0,.25); color: #fff;
  transform: scale(1.1) rotate(-5deg);
}

/* Accent Card (01) - already navy */
.mk-feat-card-accent {
  background: var(--navy); border-color: transparent;
}
.mk-feat-card-accent h3, .mk-feat-card-accent p { color: #fff; }
.mk-feat-card-accent p { opacity: .8; }
.mk-feat-card-accent .mk-feat-num { color: rgba(255,255,255,.08); }
.mk-feat-card-accent .mk-feat-icon { background: rgba(255,103,0,.25); color: #fff; }
.mk-feat-card-accent:hover {
  background: var(--primary); 
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(255,103,0,.3), inset 0 4px 0 0 #fff;
}
.mk-feat-card-accent:hover .mk-feat-icon { background: rgba(255,255,255,.2); }

/* Number */
.mk-feat-num {
  position: absolute; top: 12px; left: 16px;
  font-size: 3.5rem; font-weight: 900; color: rgba(0,56,91,.06);
  line-height: 1; pointer-events: none;
  transition: color .5s ease;
}

/* Icon */
.mk-feat-icon {
  width: 56px; height: 56px; border-radius: 14px; margin-bottom: 1.25rem;
  background: rgba(255,103,0,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  transition: all .5s ease;
}
.mk-feat-icon .material-symbols-outlined { font-size: 28px; }

/* Text */
.mk-feat-card h3 {
  font-size: 1.15rem; font-weight: 800; color: var(--navy);
  margin-bottom: .75rem; transition: color .5s ease;
}
.mk-feat-card p {
  font-size: .95rem; color: #64748b; line-height: 1.7; font-weight: 500;
  transition: color .5s ease;
}

/* Entrance handled by Intersection Observer */

/* ========== SERVICES ========== */
.mk-services { padding: 80px 0; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
@media(min-width:768px) { .mk-services { padding: 100px 0; } }
.mk-section-head { margin-bottom: 4rem; }
.mk-section-badge {
  color: var(--primary); font-weight: 900; text-transform: uppercase;
  letter-spacing: .1em; font-size: .875rem;
}
.mk-section-title { font-size: 2.5rem; font-weight: 900; margin-top: 1rem; margin-bottom: 1.5rem; color: var(--navy); }
.mk-section-desc { max-width: 42rem; font-size: 1.125rem; font-weight: 500; color: #475569; }
.mk-section-desc.light { color: #cbd5e1; }
.mk-center { text-align: center; }
.mk-center .mk-section-desc { margin: 0 auto; }

.mk-services-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media(min-width:768px) { .mk-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:1024px) { .mk-services-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.mk-svc-card {
  padding: 2.5rem 2rem; background: rgba(255,255,255,.06);
  border-radius: 1.25rem; border: 1px solid rgba(255,255,255,.08);
  transition: all .5s cubic-bezier(.25,.46,.45,.94);
  text-align: right; position: relative; overflow: hidden;
}
.mk-svc-card:hover {
  background: rgba(255,255,255,.12); border-color: rgba(255,103,0,.3);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.3), inset 4px 0 0 0 var(--primary);
}
.mk-svc-icon {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1.5rem;
  background: rgba(255,103,0,.15); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  transition: all .5s ease;
}
.mk-svc-icon .material-symbols-outlined { font-size: 26px; }
.mk-svc-card:hover .mk-svc-icon {
  background: var(--primary); color: #fff;
  transform: scale(1.1);
}
.mk-svc-card h4 { font-size: 1.2rem; font-weight: 800; margin-bottom: .75rem; transition: color .4s; }
.mk-svc-card:hover h4 { color: var(--primary); }
.mk-svc-card p { color: rgba(255,255,255,.55); font-weight: 500; line-height: 1.8; font-size: .95rem; }
.mk-svc-card:hover p { color: rgba(255,255,255,.8); }

/* Entrance handled by Intersection Observer */

/* ========== TESTIMONIALS ========== */
.mk-testimonials { padding: 80px 0; background: var(--bg-light); overflow: hidden; }
.mk-testimonials .mk-section-title { color: var(--navy); }
.mk-test-card {
  background: #fff; padding: 2.5rem; border-radius: 2rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
  border: 1px solid rgba(0,56,91,.05);
  height: 100%; display: flex; flex-direction: column; justify-content: space-between;
}
.mk-quote-mark { font-size: 3.75rem; color: var(--primary); font-family: serif; line-height: 1; display: block; margin-bottom: 1rem; }
.mk-stars { display: flex; color: var(--primary); margin-bottom: 1.5rem; gap: 2px; }
.mk-stars .material-symbols-outlined { font-variation-settings: 'FILL' 1; font-size: 20px; }
.mk-test-text { color: var(--navy); font-size: 1.25rem; font-weight: 700; line-height: 1.7; margin-bottom: 2rem; flex: 1; }
.mk-test-author { display: flex; align-items: center; gap: 1rem; border-top: 1px solid rgba(0,56,91,.05); padding-top: 1.5rem; }
.mk-test-author img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,103,0,.2); flex-shrink: 0; }
.mk-test-author-ph { width: 56px; height: 56px; border-radius: 50%; background: #f1f5f9; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mk-test-author-ph .material-symbols-outlined { font-size: 28px; color: #94a3b8; }
.mk-test-author h5 { font-weight: 900; color: var(--navy); margin-bottom: 2px; }
.mk-test-author p { font-size: .875rem; color: #64748b; font-weight: 700; }

.mk-swiper-dots { text-align: center; margin-top: 2rem; }
.mk-swiper-dots .swiper-pagination-bullet { width: 12px; height: 12px; background: var(--navy); opacity: .2; }
.mk-swiper-dots .swiper-pagination-bullet-active { background: var(--primary); opacity: 1; }

/* ========== FAQ ========== */
.mk-faq { padding: 80px 0; background: #fff; }
.mk-faq .mk-section-title { color: var(--navy); }
.mk-faq-wrap { max-width: 56rem; margin: 0 auto; }
.mk-faq-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.mk-faq-item {
  background: #fff; border: 1px solid rgba(0,56,91,.05);
  border-radius: 2rem; overflow: hidden; transition: all .3s;
}
.mk-faq-item[open] { box-shadow: 0 20px 50px rgba(0,0,0,.06); border-color: rgba(255,103,0,.2); }
.mk-faq-item summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.75rem 2rem; cursor: pointer; list-style: none;
  font-size: 1.125rem; font-weight: 900; color: var(--navy); gap: 1rem;
}
.mk-faq-item summary::-webkit-details-marker { display: none; }
.mk-faq-expand {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,103,0,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s; flex-shrink: 0;
}
.mk-faq-item[open] .mk-faq-expand { transform: rotate(45deg); }
.mk-faq-answer, .mk-faq-body { padding: 0 2rem 2rem; color: #475569; line-height: 1.9; font-weight: 500; font-size: 1rem; }

/* ========== CTA ========== */
.mk-cta { padding: 60px 1rem; background: var(--navy); position: relative; overflow: hidden; }
@media(min-width:768px) { .mk-cta { padding: 80px 0; } }
.mk-cta-box {
  background: var(--primary); padding: 2rem 1.5rem; border-radius: 1.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 2rem;
  text-align: center;
}
@media(min-width:768px) { .mk-cta-box { padding: 4rem; flex-direction: row; text-align: right; gap: 3rem; } }
.mk-cta-content { flex: 1; }
.mk-cta-title {
  font-size: 1.75rem; font-weight: 900; color: #fff;
  margin-top: 1rem; margin-bottom: 1rem; line-height: 1.3;
}
@media(min-width:768px) { .mk-cta-title { font-size: 2.5rem; margin-bottom: 1.5rem; } }
@media(min-width:1024px) { .mk-cta-title { font-size: 3rem; } }
.mk-cta-desc {
  color: rgba(255,255,255,.8); font-size: 1rem;
  margin-bottom: 1.5rem; max-width: 36rem; font-weight: 500; line-height: 1.7;
}
@media(min-width:768px) { .mk-cta-desc { font-size: 1.125rem; margin-bottom: 2rem; } }
.mk-cta-buttons { display: flex; flex-direction: column; gap: .75rem; width: 100%; }
@media(min-width:576px) { .mk-cta-buttons { flex-direction: row; flex-wrap: wrap; gap: 1rem; width: auto; } }
.mk-cta-badge {
  display: inline-block; background: rgba(255,255,255,.2); color: var(--navy);
  font-weight: 900; text-transform: uppercase; letter-spacing: .1em;
  font-size: .875rem; padding: 4px 12px; border-radius: 4px;
}
.mk-cta-image { display: none; width: 33%; position: relative; }
@media(min-width:1024px) { .mk-cta-image { display: block; } }
.mk-cta-circle {
  position: absolute; top: -40px; right: -40px;
  width: 160px; height: 160px; border: 4px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.mk-cta-img {
  width: 100%; aspect-ratio: 1; border-radius: 1rem;
  object-fit: cover; box-shadow: 0 25px 50px rgba(0,0,0,.2);
  position: relative; z-index: 1;
}

/* ========== CONTACT FORM ========== */
.mk-contact { padding: 80px 0; background: var(--bg-light); }
.mk-contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media(min-width:1024px) { .mk-contact-grid { grid-template-columns: 1fr 1.2fr; } }
.mk-contact-desc { color: #475569; font-size: 1.05rem; line-height: 1.8; margin: 1rem 0 2rem; font-weight: 500; }
.mk-contact-items { display: flex; flex-direction: column; gap: 4rem; margin-bottom: 2rem; }
.mk-ci-item {
  display: flex; align-items: center; gap: 1.25rem; padding: 1.75rem 2rem;
  background: #fff; border-radius: 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04); border: 1px solid rgba(0,56,91,.06);
  transition: .3s;
}
.mk-ci-item:hover { transform: translateX(-8px); box-shadow: 0 8px 25px rgba(var(--primary-rgb),.08); }
.mk-ci-icon {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,103,0,.08); display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.mk-ci-icon .material-symbols-outlined { font-size: 24px; color: var(--primary); }
.mk-ci-item strong { display: block; font-weight: 900; color: var(--navy); font-size: 1rem; margin-bottom: 2px; }
.mk-ci-item a, .mk-ci-item span { color: #475569; font-weight: 600; font-size: .9rem; }
.mk-ci-item a:hover { color: var(--primary); }

.mk-social-links { display: flex; gap: .75rem; }
.mk-social-link {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,56,91,.08); display: flex; align-items: center;
  justify-content: center; transition: .3s;
}
.mk-social-link:hover { background: var(--primary); }
.mk-social-link svg { color: var(--navy); }
.mk-social-link:hover svg { color: #fff; }

.mk-form-wrap {
  background: #fff; padding: 2.5rem; border-radius: 2rem;
  box-shadow: 0 10px 40px rgba(0,0,0,.04); border: 1px solid rgba(0,56,91,.05);
}
.mk-form-group { margin-bottom: 1.25rem; }
.mk-form-group label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 6px; font-size: .9rem; }
.mk-form-group input,
.mk-form-group select,
.mk-form-group textarea {
  width: 100%; padding: 12px 16px; border: 2px solid rgba(0,56,91,.08);
  border-radius: 1rem; font-family: 'Cairo', sans-serif; font-size: 1rem;
  font-weight: 500; color: #1e293b; background: var(--bg-light);
  transition: .3s; outline: none;
}
.mk-form-group input:focus,
.mk-form-group select:focus,
.mk-form-group textarea:focus {
  border-color: var(--primary); background: #fff;
  box-shadow: 0 0 0 4px rgba(255,103,0,.06);
}
.mk-form-group textarea { resize: vertical; min-height: 120px; }
.mk-form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media(min-width:768px) { .mk-form-row { grid-template-columns: 1fr 1fr; } }
.mk-form-btn { width: 100%; padding: 14px; font-size: 1.05rem; }
.mk-form-msg { text-align: center; padding: 10px; margin-top: 1rem; border-radius: 8px; font-weight: 700; display: none; }
.mk-form-msg.success { display: block; background: rgba(34,197,94,.08); color: #16a34a; }
.mk-form-msg.error { display: block; background: rgba(239,68,68,.08); color: #dc2626; }

/* ========== FOOTER ========== */
.mk-footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,.05); padding: 80px 0 40px; position: relative; overflow: hidden; }
.mk-footer .mk-container { position: relative; z-index: 1; }
.mk-footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 5rem; }
@media(min-width:768px) { .mk-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; } }

.mk-flogo { display: flex; align-items: center; gap: 8px; margin-bottom: 1.5rem; }
.mk-flogo-img { height: 50px; width: auto; object-fit: contain; }
.mk-flogo-text { display: flex; flex-direction: column; line-height: 1; }
.mk-flogo-name { font-size: 1.5rem; font-weight: 900; color: #fff; letter-spacing: -0.05em; }
.mk-flogo-sub { font-size: .7rem; font-weight: 900; color: var(--primary); letter-spacing: .2em; margin-top: -2px; }
.mk-flogo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 32px; height: 32px; opacity: .9; }
.mk-flogo-grid div { display: flex; align-items: center; justify-content: center; padding: 1px; }
.mk-flogo-grid .navy-bg { background: rgba(255,255,255,.1); }
.mk-flogo-grid .primary-bg { background: var(--primary); }
.mk-flogo-grid .material-symbols-outlined { color: #fff; font-size: 12px; }

.mk-footer-desc { color: #e2e8f0; line-height: 1.7; font-weight: 700; margin-bottom: 1.5rem; }
.mk-footer-social { display: flex; gap: 1rem; }
.mk-footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.1); display: flex; align-items: center;
  justify-content: center; color: #fff; transition: .3s;
}
.mk-footer-social a:hover { background: var(--primary); }
.mk-footer-social svg { color: #fff; }

.mk-footer-col h6 { font-weight: 900; color: #fff; margin-bottom: 1.5rem; font-size: 1.1rem; position: relative; padding-bottom: .75rem; }
.mk-footer-col h6::after { content: ''; position: absolute; bottom: 0; right: 0; width: 30px; height: 3px; background: var(--primary); border-radius: 2px; }
.mk-footer-links { display: flex; flex-direction: column; gap: 1rem; }
.mk-footer-links a, .mk-footer-links li { color: #e2e8f0; font-weight: 600; font-size: .95rem; transition: all .3s; }
.mk-footer-links a:hover { color: var(--primary); padding-right: 8px; }
.mk-footer-links .material-symbols-outlined { color: var(--primary); font-size: 20px; }
.mk-footer-contact li { display: flex; align-items: center; gap: 12px; direction: rtl; color: #e2e8f0; font-weight: 600; }

.mk-footer-bottom {
  padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  color: #cbd5e1; font-size: .875rem; font-weight: 700;
}
@media(min-width:768px) { .mk-footer-bottom { flex-direction: row; justify-content: space-between; } }
.mk-footer-bottom a:hover { text-decoration: underline; }

.mk-footer-glow {
  position: absolute; border-radius: 50%; filter: blur(80px);
  pointer-events: none; opacity: .2; z-index: 0;
}
.mk-fg1 { width: 500px; height: 500px; background: var(--primary); top: -150px; right: -120px; animation: fgGlow 6s ease-in-out infinite; }
.mk-fg2 { width: 400px; height: 400px; background: var(--primary); bottom: -120px; left: -80px; animation: fgGlow 8s ease-in-out infinite reverse; opacity: .15; }
.mk-fg3 { width: 250px; height: 250px; background: #fff; top: 35%; left: 50%; animation: fgGlow 10s ease-in-out infinite; opacity: .04; }
@keyframes fgGlow { 0%,100% { transform: scale(1); opacity: .12; } 50% { transform: scale(1.2); opacity: .22; } }

/* ========== WHATSAPP FAB ========== */
.mk-whatsapp {
  position: fixed; bottom: 24px; left: 24px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4);
  animation: waBounce 2s ease-in-out infinite; transition: .3s;
}
.mk-whatsapp:hover { transform: scale(1.1); }
.mk-whatsapp .material-symbols-outlined { color: #fff; font-size: 28px; }
@keyframes waBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ========== BACK TO TOP ========== */
.mk-back-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--primary); display: flex; align-items: center;
  justify-content: center; box-shadow: 0 4px 15px rgba(255,103,0,.3);
  opacity: 0; pointer-events: none; transition: .3s; border: none;
}
.mk-back-top.show { opacity: 1; pointer-events: auto; }
.mk-back-top .material-symbols-outlined { color: #fff; font-size: 24px; }

/* ========== SCROLL PROGRESS ========== */
.mk-scroll-bar {
  position: fixed; top: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--navy));
  z-index: 100; width: 0; transition: width .1s;
}


/* ========== AOS ========== */
[data-aos] { opacity: 0; transition-property: transform, opacity; }
[data-aos].aos-animate { opacity: 1; }

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

/* Page Hero */
.mk-page-hero {
  padding: 120px 0 80px; background: linear-gradient(135deg, var(--bg-light) 0%, #fff 100%);
  text-align: center; position: relative; overflow: hidden; min-height: 400px;
}
@media(min-width:768px) { .mk-page-hero { padding: 160px 0 120px; min-height: 500px; } }
.mk-breadcrumb {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  margin-bottom: 2rem; font-size: .9rem; font-weight: 700; color: #64748b;
}
.mk-breadcrumb a { color: var(--primary); }
.mk-breadcrumb .material-symbols-outlined { font-size: 16px; }
.mk-page-hero-title {
  font-size: 2rem; font-weight: 900; color: var(--navy);
  line-height: 1.4; max-width: 700px; margin: 0 auto 1.5rem;
}
@media(min-width:768px) { .mk-page-hero-title { font-size: 2.75rem; } }
@media(min-width:1024px) { .mk-page-hero-title { font-size: 3.25rem; } }
.mk-page-hero-desc {
  font-size: 1.05rem; color: #475569; max-width: 600px;
  margin: 0 auto 2rem; line-height: 1.8; font-weight: 500;
}
/* Story */
.mk-story { padding: 80px 0; background: #fff; }
@media(min-width:768px) { .mk-story { padding: 100px 0; } }
.mk-story-grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center;
}
@media(min-width:1024px) { .mk-story-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.mk-story-title {
  font-size: 1.75rem; font-weight: 900; color: var(--navy);
  margin-bottom: 1.5rem; line-height: 1.5;
}
@media(min-width:768px) { .mk-story-title { font-size: 2.25rem; } }
.mk-story-text p {
  color: #475569; line-height: 1.9; font-weight: 500; margin-bottom: 1rem; font-size: 1rem;
}
.mk-story-visual { position: relative; }
.mk-story-img {
  border-radius: 1.5rem; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.mk-story-img img { width: 100%; height: auto; object-fit: cover; min-height: 300px; }
.mk-story-badge {
  position: absolute; bottom: -20px; right: 20px;
  background: var(--primary); color: #fff; padding: 16px 24px;
  border-radius: 14px; text-align: center;
  box-shadow: 0 12px 35px rgba(255,103,0,.3);
}
@media(min-width:768px) { .mk-story-badge { bottom: -25px; right: 30px; padding: 20px 30px; } }
.mk-story-badge strong { display: block; font-size: 2rem; font-weight: 900; line-height: 1; }
.mk-story-badge span { font-size: .8rem; font-weight: 700; opacity: .9; }

/* Vision & Mission */
.mk-vm { padding: 80px 0; background: var(--bg-light); }
@media(min-width:768px) { .mk-vm { padding: 100px 0; } }
.mk-vm-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media(min-width:768px) { .mk-vm-grid { grid-template-columns: 1fr 1fr; } }
.mk-vm-card {
  background: #fff; padding: 2.5rem 2rem; border-radius: 1.5rem;
  box-shadow: 0 4px 25px rgba(0,0,0,.04); border: 1px solid rgba(0,56,91,.06);
  text-align: right;
}
.mk-vm-icon {
  width: 56px; height: 56px; border-radius: 14px; margin-bottom: 1.5rem;
  background: rgba(255,103,0,.08); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.mk-vm-icon .material-symbols-outlined { font-size: 28px; }
.mk-vm-card h3 { font-size: 1.5rem; font-weight: 900; color: var(--navy); margin-bottom: 1rem; }
.mk-vm-card p { color: #475569; line-height: 1.9; font-weight: 500; }

/* Core Values */
.mk-values { padding: 80px 0; background: #fff; }
@media(min-width:768px) { .mk-values { padding: 100px 0; } }
.mk-values-title {
  font-size: 2rem; font-weight: 900; color: var(--navy);
  text-align: center; margin-bottom: 3rem;
}
@media(min-width:768px) { .mk-values-title { font-size: 2.5rem; } }
.mk-values-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
}
@media(min-width:1024px) { .mk-values-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.mk-value-card {
  background: var(--bg-light); padding: 2rem 1.5rem; border-radius: 1.25rem;
  text-align: center; transition: all .4s;
}
.mk-value-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,.08); }
.mk-value-icon {
  width: 52px; height: 52px; border-radius: 14px; margin: 0 auto 1.25rem;
  background: rgba(255,103,0,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.mk-value-icon .material-symbols-outlined { font-size: 26px; }
.mk-value-card h4 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: .5rem; }
.mk-value-card p { color: #64748b; font-size: .9rem; line-height: 1.7; font-weight: 500; }

/* Stats Counter */
.mk-counter {
  padding: 60px 0; background: var(--bg-light);
  border-top: 1px solid rgba(0,56,91,.06); border-bottom: 1px solid rgba(0,56,91,.06);
}
.mk-counter-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem;
}
@media(min-width:768px) { .mk-counter-grid { grid-template-columns: repeat(4, 1fr); } }
.mk-counter-item { text-align: center; }
.mk-counter-item strong {
  display: block; font-size: 2.5rem; font-weight: 900; color: var(--primary); line-height: 1.2;
}
@media(min-width:768px) { .mk-counter-item strong { font-size: 3rem; } }
.mk-counter-item span { font-size: .9rem; color: #64748b; font-weight: 700; }

/* Team */
.mk-team { padding: 80px 0; background: #fff; }
@media(min-width:768px) { .mk-team { padding: 100px 0; } }
.mk-team-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem;
}
@media(min-width:768px) { .mk-team-grid { grid-template-columns: repeat(3, 1fr); } }
.mk-team-card { text-align: center; }
.mk-team-img {
  border-radius: 1.25rem; overflow: hidden; margin-bottom: 1.25rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}
.mk-team-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.mk-team-card h4 { font-size: 1.15rem; font-weight: 900; color: var(--navy); margin-bottom: .25rem; }
.mk-team-card p { color: var(--primary); font-weight: 700; font-size: .9rem; }

/* CTA About */
.mk-cta-about {
  padding: 60px 1rem; background: var(--primary);
  text-align: center;
}
@media(min-width:768px) { .mk-cta-about { padding: 80px 0; } }
.mk-cta-about h2 { color: #fff; font-size: 1.5rem; font-weight: 900; margin-bottom: 1.5rem; }
@media(min-width:768px) { .mk-cta-about h2 { font-size: 2.5rem; margin-bottom: 2rem; } }
.mk-cta-about .mk-btn-primary {
  background: #fff; color: var(--primary); border-color: #fff;
}
.mk-cta-about .mk-btn-primary:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ========== ANIMATED ICONS (Flaticon GIF) ========== */
.mk-anim-icon {
  width: 100%; height: 100%; object-fit: contain;
  max-width: 36px; max-height: 36px;
}
.mk-feat-icon .mk-anim-icon,
.mk-svc-icon .mk-anim-icon,
.mk-vm-icon .mk-anim-icon,
.mk-value-icon .mk-anim-icon,
.mk-svcp-icon .mk-anim-icon,
.mk-bento-icon .mk-anim-icon,
.mk-contactp-card-icon .mk-anim-icon {
  max-width: 32px; max-height: 32px;
}
.mk-stat-icon .mk-anim-icon {
  max-width: 24px; max-height: 24px;
}

/* ========== SCROLL REVEAL ANIMATIONS ========== */
.mk-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .7s cubic-bezier(.25,.46,.45,.94), transform .7s cubic-bezier(.25,.46,.45,.94);
}
.mk-reveal.mk-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
/* Override for feat-card that has !important */
.mk-feat-card.mk-reveal { opacity: 0; transform: translateY(35px); }
.mk-feat-card.mk-reveal.mk-revealed { opacity: 1 !important; transform: translateY(0) !important; }

/* ========== ICON ANIMATIONS ========== */
/* Bounce in when scrolled to */
.mk-icon-animate {
  animation: mkIconBounce .8s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes mkIconBounce {
  0% { transform: scale(0) rotate(-15deg); opacity: 0; }
  50% { transform: scale(1.25) rotate(5deg); opacity: 1; }
  70% { transform: scale(.9) rotate(-2deg); }
  100% { transform: scale(1) rotate(0); }
}

/* Continuous subtle float on icons */
.mk-feat-icon, .mk-svc-icon, .mk-vm-icon, .mk-value-icon, .mk-counter-icon, .mk-svcp-icon, .mk-bento-icon, .mk-contactp-card-icon {
  animation: mkIconFloat 3s ease-in-out infinite;
  animation-play-state: paused;
}
.mk-icon-animate { animation: mkIconBounce .8s cubic-bezier(.36,.07,.19,.97) both, mkIconFloat 3s ease-in-out .8s infinite; }

@keyframes mkIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Hover: spin + scale */
.mk-feat-icon:hover, .mk-svc-icon:hover, .mk-vm-icon:hover, .mk-value-icon:hover, .mk-counter-icon:hover, .mk-svcp-icon:hover, .mk-bento-icon:hover, .mk-contactp-card-icon:hover {
  animation: mkIconPop .5s ease both !important;
}
@keyframes mkIconPop {
  0% { transform: scale(1) rotate(0); }
  40% { transform: scale(1.2) rotate(-10deg); }
  70% { transform: scale(1.1) rotate(5deg); }
  100% { transform: scale(1.15) rotate(0); }
}

/* Hero stat icons - pulse */
.mk-stat-icon .material-symbols-outlined,
.mk-stat-icon .mk-anim-icon {
  animation: mkStatPulse 2s ease-in-out infinite;
}
@keyframes mkStatPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* Contact icons - wiggle on hover */
.mk-ci-icon:hover {
  animation: mkWiggle .5s ease;
}
@keyframes mkWiggle {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-12deg); }
  50% { transform: rotate(12deg); }
  75% { transform: rotate(-6deg); }
}

/* FAQ expand icon - smooth rotate */
.mk-faq-expand {
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), background .4s;
}
.mk-faq-item[open] .mk-faq-expand {
  transform: rotate(45deg);
  background: var(--primary);
  color: #fff;
}

/* ========== COUNTER NUMBER GLOW ========== */
.mk-counter-item strong,
.mk-about-stat strong {
  transition: color .3s;
}

/* ========== GLOBAL SECTION TRANSITIONS ========== */
.mk-section-head {
  transition: opacity .6s, transform .6s;
}

/* Stars rating animation */
.mk-stars .material-symbols-outlined {
  display: inline-block;
  animation: mkStarPop .4s ease both;
}
.mk-stars .material-symbols-outlined:nth-child(1) { animation-delay: 0s; }
.mk-stars .material-symbols-outlined:nth-child(2) { animation-delay: .1s; }
.mk-stars .material-symbols-outlined:nth-child(3) { animation-delay: .2s; }
.mk-stars .material-symbols-outlined:nth-child(4) { animation-delay: .3s; }
.mk-stars .material-symbols-outlined:nth-child(5) { animation-delay: .4s; }
@keyframes mkStarPop {
  0% { transform: scale(0) rotate(-45deg); opacity: 0; }
  60% { transform: scale(1.3) rotate(10deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); }
}

/* Team card hover */
.mk-team-card { transition: transform .4s; }
.mk-team-card:hover { transform: translateY(-8px); }
.mk-team-img img { transition: transform .6s; }
.mk-team-card:hover .mk-team-img img { transform: scale(1.05); }

/* ========== ABOUT PAGE HERO BG SHAPES ========== */
.mk-page-hero { position: relative; overflow: hidden; }
.mk-page-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.mk-ph-shape {
  position: absolute; pointer-events: none;
}
/* 1: Large orange glow top-left */
.mk-ph-shape-1 {
  width: 350px; height: 350px; top: -100px; left: -80px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,103,0,.12) 0%, transparent 65%);
  animation: mkPH1 8s ease-in-out infinite;
}
/* 2: Navy glow bottom-right */
.mk-ph-shape-2 {
  width: 280px; height: 280px; bottom: -80px; right: -60px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,56,91,.08) 0%, transparent 65%);
  animation: mkPH2 10s ease-in-out infinite;
}
/* 3: Spinning square */
.mk-ph-shape-3 {
  width: 70px; height: 70px; top: 35%; right: 18%;
  border: 2px solid rgba(255,103,0,.1); border-radius: 14px;
  transform: rotate(45deg); animation: mkPHSpin 20s linear infinite;
}
/* 4: Small spinning square left */
.mk-ph-shape-4 {
  width: 40px; height: 40px; top: 20%; left: 10%;
  border: 1.5px solid rgba(0,56,91,.07); border-radius: 8px;
  transform: rotate(45deg); animation: mkPHSpin 15s linear infinite reverse;
}
/* 5: Orange orb pulse */
.mk-ph-shape-5 {
  width: 20px; height: 20px; top: 55%; left: 8%; border-radius: 50%;
  background: #ff6700; opacity: .1;
  animation: mkPHOrb 3s ease-in-out infinite;
}
/* 6: Navy orb pulse */
.mk-ph-shape-6 {
  width: 14px; height: 14px; top: 25%; right: 8%; border-radius: 50%;
  background: #00385b; opacity: .07;
  animation: mkPHOrb 4s ease-in-out infinite 1s;
}
/* 7: Large outlined circle spinning */
.mk-ph-shape-7 {
  width: 130px; height: 130px; top: 10%; right: 5%; border-radius: 50%;
  border: 2px solid rgba(0,56,91,.05);
  animation: mkPHSpin 28s linear infinite;
}
/* 8: Dot cluster */
.mk-ph-shape-8 {
  width: 6px; height: 6px; top: 60%; left: 25%; border-radius: 50%;
  background: #ff6700; opacity: .12;
  box-shadow: 18px -14px 0 rgba(255,103,0,.08), 38px 8px 0 rgba(0,56,91,.06),
              -12px 22px 0 rgba(255,103,0,.06), 55px -5px 0 rgba(0,56,91,.05),
              28px 28px 0 rgba(255,103,0,.04);
  animation: mkPH1 7s ease-in-out infinite;
}
/* 9: Horizontal line */
.mk-ph-shape-9 {
  width: 100px; height: 2px; top: 45%; left: 5%;
  background: rgba(255,103,0,.07); border-radius: 1px;
  animation: mkPHLine 8s ease-in-out infinite;
}
/* 10: Plus/cross */
.mk-ph-shape-10 {
  width: 22px; height: 22px; top: 15%; left: 35%;
  background: linear-gradient(#ff6700,#ff6700) center/2px 100% no-repeat,
              linear-gradient(#ff6700,#ff6700) center/100% 2px no-repeat;
  opacity: .08; animation: mkPHSpin 12s linear infinite;
}
/* 11: Diamond */
.mk-ph-shape-11 {
  width: 16px; height: 16px; bottom: 25%; left: 15%;
  background: #ff6700; border-radius: 3px; opacity: .07;
  transform: rotate(45deg);
  animation: mkPHDia 6s ease-in-out infinite;
}
/* 12: Ring bottom-left */
.mk-ph-shape-12 {
  width: 50px; height: 50px; bottom: 20%; left: 30%; border-radius: 50%;
  border: 1.5px solid rgba(255,103,0,.08);
  animation: mkPH2 9s ease-in-out infinite reverse;
}
/* 13: Gradient streak */
.mk-ph-shape-13 {
  width: 140px; height: 3px; top: 70%; right: 15%; border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,103,0,.1), transparent);
  animation: mkPHStreak 5s ease-in-out infinite;
}
/* 14: Soft glow center */
.mk-ph-shape-14 {
  width: 250px; height: 250px; top: 30%; left: 50%; border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,56,91,.04) 0%, transparent 60%);
  animation: mkPH1 14s ease-in-out infinite;
}
/* 15: Tiny dots trail */
.mk-ph-shape-15 {
  width: 4px; height: 4px; top: 40%; right: 30%; border-radius: 50%;
  background: #00385b; opacity: .08;
  box-shadow: 20px 10px 0 rgba(255,103,0,.06), 40px -5px 0 rgba(0,56,91,.05),
              60px 12px 0 rgba(255,103,0,.04), 80px -8px 0 rgba(0,56,91,.06),
              100px 6px 0 rgba(255,103,0,.05);
  animation: mkPHZig 10s ease-in-out infinite;
}

@keyframes mkPH1{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-30px) translateX(20px)}}
@keyframes mkPH2{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(25px) translateX(-18px)}}
@keyframes mkPHSpin{0%{transform:rotate(45deg)}100%{transform:rotate(405deg)}}
@keyframes mkPHOrb{0%,100%{transform:scale(1);opacity:.1}50%{transform:scale(2);opacity:.04}}
@keyframes mkPHLine{0%,100%{transform:translateX(0);opacity:.07}50%{transform:translateX(50px);opacity:.12}}
@keyframes mkPHDia{0%,100%{transform:rotate(45deg) scale(1)}50%{transform:rotate(45deg) translateY(-20px) scale(1.4)}}
@keyframes mkPHStreak{0%,100%{transform:translateX(-60px);opacity:0}50%{transform:translateX(60px);opacity:1}}
@keyframes mkPHZig{0%,100%{transform:translateY(0)}25%{transform:translateY(-15px)}50%{transform:translateY(10px)}75%{transform:translateY(-8px)}}

/* ========== COUNTER ICONS ========== */
.mk-counter-icon {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 1rem;
  background: rgba(255,103,0,.1); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.mk-counter-icon .material-symbols-outlined { font-size: 28px; }
.mk-counter-icon .mk-anim-icon { max-width: 30px; max-height: 30px; }

/* ========== VM CARD HOVER ========== */
.mk-vm-card {
  transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.mk-vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  border-color: rgba(255,103,0,.2);
}
.mk-vm-card:hover .mk-vm-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.mk-vm-icon { transition: all .5s; }

/* ========== STORY BADGE PULSE ========== */
.mk-story-badge {
  animation: mkBadgePulse 3s ease-in-out infinite;
}
@keyframes mkBadgePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* ========== CTA ABOUT EFFECTS ========== */
.mk-cta-about {
  position: relative; overflow: hidden;
}
.mk-cta-about::before {
  content: ''; position: absolute; top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(255,255,255,.08) 0%, transparent 50%);
  animation: mkCtaGlow 6s ease-in-out infinite;
}
@keyframes mkCtaGlow {
  0%, 100% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(30px) translateY(-20px); }
}
.mk-cta-about h2 { position: relative; z-index: 1; }
.mk-cta-about .mk-btn-primary { position: relative; z-index: 1; }

/* ========== VALUES CARD HOVER NUMBER ========== */
.mk-value-card {
  position: relative; overflow: hidden;
}
.mk-value-card::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, var(--primary), #ffb366);
  transform: scaleX(0); transform-origin: right;
  transition: transform .5s;
}
.mk-value-card:hover::before { transform: scaleX(1); }

/* ========== SERVICES PAGE ========== */

/* Service Cards Grid */
.mk-svcp-grid { padding: 80px 0; background: var(--bg-light); }
@media(min-width:768px) { .mk-svcp-grid { padding: 100px 0; } }
.mk-svcp-cards {
  display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem;
}
@media(min-width:768px) { .mk-svcp-cards { grid-template-columns: repeat(2, 1fr); } }
@media(min-width:1024px) { .mk-svcp-cards { grid-template-columns: repeat(3, 1fr); } }

.mk-svcp-card {
  background: #fff; padding: 2.5rem 2rem; border-radius: 1.5rem;
  border: 1px solid rgba(0,56,91,.05); box-shadow: 0 2px 15px rgba(0,0,0,.03);
  transition: all .5s cubic-bezier(.25,.46,.45,.94);
  display: flex; flex-direction: column;
}
.mk-svcp-card:hover {
  transform: translateY(-8px); box-shadow: 0 25px 60px rgba(0,0,0,.1);
  border-color: rgba(255,103,0,.15);
}
.mk-svcp-icon {
  width: 64px; height: 64px; border-radius: 16px; margin-bottom: 1.5rem;
  background: rgba(255,103,0,.08); color: var(--primary);
  display: flex; align-items: center; justify-content: center; transition: all .4s;
}
.mk-svcp-icon .material-symbols-outlined { font-size: 32px; }
.mk-svcp-icon .mk-anim-icon { max-width: 36px; max-height: 36px; }
.mk-svcp-card:hover .mk-svcp-icon { transform: scale(1.1) rotate(-5deg); }
.mk-svcp-card h3 { font-size: 1.35rem; font-weight: 900; color: var(--navy); margin-bottom: .75rem; }
.mk-svcp-desc { color: #64748b; font-size: .95rem; line-height: 1.8; font-weight: 500; margin-bottom: 1.5rem; }
.mk-svcp-features { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 2rem; flex-grow: 1; }
.mk-svcp-features li {
  display: flex; align-items: center; gap: .5rem; color: var(--navy);
  font-weight: 600; font-size: .9rem;
}
.mk-svcp-features .material-symbols-outlined { font-size: 18px; color: var(--primary); }
.mk-svcp-btn {
  display: block; text-align: center; padding: .85rem; border-radius: .75rem;
  border: 1px solid rgba(255,103,0,.25); color: var(--primary); font-weight: 800;
  transition: all .4s; font-size: .95rem;
  position: relative; overflow: hidden;
}
.mk-svcp-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: var(--primary); z-index: -1;
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}
.mk-svcp-btn:hover { color: #fff; border-color: var(--primary); }
.mk-svcp-btn:hover::before { transform: scaleY(1); }

/* Process */
.mk-process { padding: 80px 0; background: #fff; }
@media(min-width:768px) { .mk-process { padding: 100px 0; } }



/* Bento Grid */
.mk-why { padding: 80px 0; background: var(--bg-light); }
@media(min-width:768px) { .mk-why { padding: 100px 0; } }
.mk-bento {
  display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 3rem;
}
@media(min-width:768px) {
  .mk-bento { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto; }
}
.mk-bento-card {
  padding: 2.5rem 2rem; border-radius: 1.5rem; transition: all .5s cubic-bezier(.25,.46,.45,.94);
  position: relative; overflow: hidden;
}
.mk-bento-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px; background: linear-gradient(90deg, var(--primary), #ffb366);
  transform: scaleX(0); transform-origin: right; transition: transform .5s;
}
.mk-bento-card:hover::after { transform: scaleX(1); }
.mk-bento-card:hover { transform: translateY(-6px); }

.mk-bento-icon {
  width: 56px; height: 56px; border-radius: 14px; margin-bottom: 1.5rem;
  display: flex; align-items: center; justify-content: center; transition: all .5s;
}
.mk-bento-icon .material-symbols-outlined { font-size: 28px; }
.mk-bento-icon .mk-anim-icon { max-width: 32px; max-height: 32px; }
.mk-bento-card:hover .mk-bento-icon { transform: scale(1.15) rotate(-5deg); }

.mk-bento h3 { font-size: 1.35rem; font-weight: 900; margin-bottom: .75rem; }
.mk-bento p { font-size: .95rem; line-height: 1.8; font-weight: 500; }

/* Navy card */
.mk-bento-navy {
  background: var(--navy); color: #fff;
  box-shadow: 0 15px 40px rgba(0,56,91,.2);
}
.mk-bento-navy p { color: rgba(255,255,255,.7); }
.mk-bento-navy .mk-bento-icon { background: rgba(255,103,0,.2); color: var(--primary); }
.mk-bento-navy:hover { box-shadow: 0 25px 60px rgba(0,56,91,.3); }
.mk-bento-navy::after { background: var(--primary); }

/* Primary card */
.mk-bento-primary {
  background: var(--primary); color: #fff;
  box-shadow: 0 15px 40px rgba(255,103,0,.2);
}
.mk-bento-primary p { color: rgba(255,255,255,.8); }
.mk-bento-primary .mk-bento-icon { background: rgba(255,255,255,.2); color: #fff; }
.mk-bento-primary:hover { box-shadow: 0 25px 60px rgba(255,103,0,.3); }
.mk-bento-primary::after { background: #fff; }

/* Light card */
.mk-bento-light {
  background: #fff; border: 1px solid rgba(0,56,91,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
}
.mk-bento-light h3 { color: var(--navy); }
.mk-bento-light p { color: #64748b; }
.mk-bento-light .mk-bento-icon { background: rgba(255,103,0,.08); color: var(--primary); }
.mk-bento-light:hover { box-shadow: 0 20px 50px rgba(0,0,0,.08); border-color: rgba(255,103,0,.15); }

@media(min-width:768px) {
  .mk-bento-big { grid-column: span 2; }
  .mk-bento-tall { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
}

/* CTA Services */
.mk-cta-svc {
  padding: 0 1rem; margin: 60px 0;
}
@media(min-width:768px) { .mk-cta-svc { padding: 0 1.5rem; margin: 80px 0; } }
.mk-cta-svc .mk-container {
  background: var(--navy); border-radius: 1.5rem; padding: 2.5rem 1.5rem;
  position: relative; overflow: hidden;
}
@media(min-width:768px) { .mk-cta-svc .mk-container { padding: 5rem 3rem; border-radius: 2.5rem; } }
.mk-cta-svc::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,103,0,.06) 0%, transparent 50%);
}
.mk-cta-svc h2 { color: #fff; font-size: 1.5rem; font-weight: 900; margin-bottom: 1rem; position: relative; z-index: 1; }
@media(min-width:768px) { .mk-cta-svc h2 { font-size: 2.75rem; } }
.mk-cta-svc p { color: rgba(255,255,255,.7); font-size: 1rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.8; position: relative; z-index: 1; }
.mk-cta-btns { display: flex; flex-direction: column; gap: .75rem; position: relative; z-index: 1; }
@media(min-width:576px) { .mk-cta-btns { flex-direction: row; flex-wrap: wrap; gap: 1rem; justify-content: center; } }
/* ========== CONTACT PAGE ========== */
.mk-contactp { padding: 60px 0 80px; }
.mk-contactp-grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem;
}
@media(min-width:1024px) { .mk-contactp-grid { grid-template-columns: 7fr 5fr; } }

/* Form */
.mk-contactp-form {
  background: #fff; padding: 2.5rem 2rem; border-radius: 1.5rem;
  border: 1px solid rgba(0,56,91,.05); box-shadow: 0 10px 40px rgba(0,0,0,.06);
}
@media(min-width:768px) { .mk-contactp-form { padding: 3rem; } }
.mk-form-row { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
@media(min-width:576px) { .mk-form-row { grid-template-columns: 1fr 1fr; } }
.mk-form-group { margin-bottom: 1.5rem; }
.mk-form-row .mk-form-group { margin-bottom: 0; }
.mk-form-group label {
  display: block; font-weight: 700; color: var(--navy); font-size: .9rem; margin-bottom: .5rem;
}
.mk-contactp .mk-form-group input,
.mk-contactp .mk-form-group select,
.mk-contactp .mk-form-group textarea {
  width: 100%; height: 56px; background: var(--bg-light); border: 2px solid rgba(0,56,91,.08); border-radius: 12px;
  padding: 0 1.25rem; font-size: 1rem; font-weight: 500; color: var(--navy);
  transition: all .3s; outline: none;
}
.mk-contactp .mk-form-group textarea { height: auto; padding: 1.25rem; resize: vertical; }
.mk-contactp .mk-form-group select { appearance: none; cursor: pointer; }
.mk-contactp .mk-form-group input:focus,
.mk-contactp .mk-form-group select:focus,
.mk-contactp .mk-form-group textarea:focus {
  box-shadow: 0 0 0 3px rgba(255,103,0,.15); background: #fff; border-color: var(--primary);
}
.mk-contactp-submit {
  width: 100%; height: 56px; font-size: 1.1rem; display: flex;
  align-items: center; justify-content: center; gap: .5rem; margin-top: .5rem;
}

/* Info Cards */
.mk-contactp-info { display: flex; flex-direction: column; gap: 1.5rem; }
.mk-contactp-card {
  display: flex; align-items: center; gap: 1.25rem; background: #fff;
  padding: 1.75rem; border-radius: 1.5rem; border: 1px solid rgba(0,56,91,.05);
  box-shadow: 0 4px 20px rgba(0,0,0,.04); transition: all .4s;
}
.mk-contactp-card:hover { border-color: rgba(255,103,0,.2); transform: translateX(-6px); box-shadow: 0 12px 35px rgba(0,0,0,.08); }
.mk-contactp-card-icon {
  width: 56px; height: 56px; border-radius: 16px; flex-shrink: 0;
  background: rgba(0,56,91,.05); color: var(--navy);
  display: flex; align-items: center; justify-content: center; transition: all .4s;
}
.mk-contactp-card-icon .material-symbols-outlined { font-size: 28px; }
.mk-contactp-card:hover .mk-contactp-card-icon { transform: scale(1.1); background: rgba(255,103,0,.1); color: var(--primary); }
.mk-contactp-card h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: .25rem; }
.mk-contactp-card p { color: #475569; font-weight: 600; font-size: .95rem; }
.mk-contactp-sub { color: #94a3b8; font-size: .8rem; font-weight: 600; }

/* WhatsApp Card */
.mk-contactp-wa {
  display: flex; align-items: center; gap: 1rem; padding: 1.75rem;
  background: #25D366; border-radius: 1.5rem; color: #fff; cursor: pointer;
  transition: all .4s; margin-top: .5rem;
}
.mk-contactp-wa:hover { background: #1fb855; transform: scale(1.02); box-shadow: 0 15px 40px rgba(37,211,102,.3); }
.mk-contactp-wa-icon {
  width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mk-contactp-wa h4 { font-size: 1.15rem; font-weight: 800; }
.mk-contactp-wa p { font-size: .85rem; opacity: .8; }
.mk-contactp-wa > .material-symbols-outlined { margin-right: auto; font-size: 28px; }

/* Map */
.mk-map { position: relative; height: 400px; overflow: hidden; margin-top: 3rem; }
@media(min-width:768px) { .mk-map { height: 500px; } }
.mk-map img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.mk-map-overlay { position: absolute; inset: 0; background: rgba(0,56,91,.15); pointer-events: none; z-index: 1; }
.mk-map-pin {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center;
}
.mk-map-pin .material-symbols-outlined {
  font-size: 56px; color: var(--primary); filter: drop-shadow(0 4px 8px rgba(0,0,0,.3));
  animation: mkPinBounce 2s ease-in-out infinite;
}
@keyframes mkPinBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.mk-map-label {
  position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff; padding: .5rem 1rem; border-radius: .5rem;
  white-space: nowrap; font-size: .85rem; font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,.2); margin-bottom: .5rem;
}

/* FAQ Grid */
.mk-contactp-faq { padding: 80px 0; background: #fff; }
@media(min-width:768px) { .mk-contactp-faq { padding: 100px 0; } }
.mk-title-bar { width: 60px; height: 5px; background: var(--primary); border-radius: 3px; margin: 1rem auto 0; }
.mk-contactp-faq-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 3rem;
}
@media(min-width:768px) { .mk-contactp-faq-grid { grid-template-columns: repeat(3, 1fr); } }
.mk-cfaq-card {
  background: #fff; padding: 2rem; border-radius: 1.25rem;
  border: 1px solid rgba(0,56,91,.06); box-shadow: 0 2px 15px rgba(0,0,0,.03);
  transition: all .4s;
}
.mk-cfaq-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,.08); border-color: rgba(255,103,0,.15); }
.mk-cfaq-card h4 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: .75rem; }
.mk-cfaq-card p { color: #64748b; font-size: .95rem; line-height: 1.8; font-weight: 500; }


/* ========== HERO VIDEO ========== */
.mk-hero-video {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 300px; display: block; border-radius: inherit;
}
@media(min-width:768px) { .mk-hero-video { min-height: 400px; } }
.mk-hero-img-card { border-radius: 1.25rem; overflow: hidden; position: relative; }

/* ========== FOOTER EXTRA GLOW & SHAPES ========== */
.mk-fg4 {
  width: 200px; height: 200px; background: rgba(255,255,255,.03);
  top: 20%; right: 30%; filter: blur(60px);
  animation: fgGlow 12s ease-in-out infinite;
}

/* Glowing outlined shapes in footer */
.mk-footer-shape {
  position: absolute; pointer-events: none; z-index: 0;
}
.mk-fs1 {
  width: 100px; height: 100px; top: 15%; left: 15%;
  border: 2px solid rgba(255,103,0,.12);
  border-radius: 20px; transform: rotate(45deg);
  animation: mkFsFloat 15s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(255,103,0,.06), inset 0 0 20px rgba(255,103,0,.03);
}
.mk-fs2 {
  width: 60px; height: 60px; bottom: 20%; right: 20%;
  border: 2px solid rgba(255,255,255,.06);
  border-radius: 50%;
  animation: mkFsFloat 12s ease-in-out infinite reverse;
  box-shadow: 0 0 15px rgba(255,255,255,.03), inset 0 0 15px rgba(255,255,255,.02);
}

@keyframes mkFsFloat {
  0%, 100% { transform: rotate(45deg) translateY(0); opacity: .8; }
  50% { transform: rotate(45deg) translateY(-20px); opacity: 1; }
}
@keyframes fgGlow {
  0%, 100% { transform: scale(1); opacity: inherit; }
  50% { transform: scale(1.15); opacity: .25; }
}

@media(max-width:767px) {
  .mk-fs1, .mk-fs2, .mk-fg4 { display: none; }
  .mk-fg1 { width: 300px; height: 300px; }
  .mk-fg2 { width: 200px; height: 200px; }
}



/* Service horizontal arrows (desktop) */
  display: none; align-items: center; justify-content: center;
  flex-shrink: 0; width: 50px;
}
  width: 40px; height: 16px; overflow: visible;
  filter: drop-shadow(0 0 6px rgba(255,103,0,.4));
}

/* Service vertical arrows (mobile) */
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; height: 36px; padding: 2px 0;
}
  width: 16px; height: 32px; overflow: visible;
  filter: drop-shadow(0 0 6px rgba(255,103,0,.4));
}

/* Down arrow between rows */
  display: flex; justify-content: center; padding: 1rem 0;
}
  width: 20px; height: 40px; overflow: visible;
  filter: drop-shadow(0 0 6px rgba(255,103,0,.4));
}

/* Reuse arrow animations */

/* Hide down arrow on mobile (vertical arrows handle it) */



/* Horizontal flowing connector (desktop) */
.mk-svc-connector {
  display: none; position: absolute; z-index: 0; pointer-events: none;
}
@media(min-width:1024px) {
  .mk-svc-connector {
    display: block; top: 0; left: 3%; right: 3%; height: 100%;
  }
  .mk-svc-line {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 100%; height: 50px;
  }
}
.mk-flow-line {
  stroke-dasharray: 12 8;
  opacity: .4;
}
.mk-flow-dot {
  filter: drop-shadow(0 0 8px rgba(255,103,0,.6)) drop-shadow(0 0 20px rgba(255,103,0,.3));
  animation: mkFlowDot 4s ease-in-out infinite;
}
@keyframes mkFlowDot {
  0% { cx: 1200; opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { cx: 0; opacity: 0; }
}

/* Vertical flowing connector (mobile) */
.mk-svc-connector-v {
  display: block; position: absolute; z-index: 0; pointer-events: none;
  top: 3%; bottom: 3%; left: 50%; transform: translateX(-50%); width: 50px;
}
@media(min-width:1024px) { .mk-svc-connector-v { display: none; } }
.mk-svc-line-v {
  width: 50px; height: 100%;
}
.mk-flow-line-v {
  stroke-dasharray: 12 8; opacity: .3;
}
.mk-flow-dot-v {
  filter: drop-shadow(0 0 8px rgba(255,103,0,.6)) drop-shadow(0 0 20px rgba(255,103,0,.3));
  animation: mkFlowDotV 5s ease-in-out infinite;
}
@keyframes mkFlowDotV {
  0% { cy: 0; opacity: 0; }
  5% { opacity: 1; }
  95% { opacity: 1; }
  100% { cy: 100; opacity: 0; }
}

/* Cards stay above connector */
  position: relative; z-index: 1;
}



/* Horizontal connector (desktop) */
.mk-feat-connector {
  display: none; position: absolute; z-index: 0; pointer-events: none;
}
@media(min-width:1024px) {
  .mk-feat-connector {
    display: block; top: 0; left: 2%; right: 2%; height: 100%;
  }
  .mk-feat-line {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 100%; height: 50px;
  }
}
.mk-feat-dot {
  filter: drop-shadow(0 0 10px rgba(255,103,0,.7)) drop-shadow(0 0 25px rgba(255,103,0,.3));
  animation: mkFeatDotFlow 3.5s ease-in-out infinite;
}
@keyframes mkFeatDotFlow {
  0% { cx: 1200; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { cx: 0; opacity: 0; }
}

/* Vertical connector (mobile) */
.mk-feat-connector-v {
  display: block; position: absolute; z-index: 0; pointer-events: none;
  top: 2%; bottom: 2%; left: 50%; transform: translateX(-50%); width: 50px;
}
@media(min-width:1024px) { .mk-feat-connector-v { display: none; } }
.mk-feat-line-v { width: 50px; height: 100%; }
.mk-feat-dot-v {
  filter: drop-shadow(0 0 10px rgba(255,103,0,.7)) drop-shadow(0 0 25px rgba(255,103,0,.3));
  animation: mkFeatDotFlowV 4s ease-in-out infinite;
}
@keyframes mkFeatDotFlowV {
  0% { cy: 0; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 1; }
  100% { cy: 100; opacity: 0; }
}




/* ========== LINKED CARDS - ARROWS + FLOWING LINE ========== */

/* === FEATURES === */
.mk-feat-linked {
  display: flex; flex-direction: column; align-items: center;
  gap: 0; margin-top: 3rem; position: relative;
}
@media(min-width:1024px) {
  .mk-feat-linked { flex-direction: row; gap: 0; }
}
.mk-feat-linked .mk-feat-card { flex: 1; min-width: 0; position: relative; z-index: 2; }

/* === SERVICES === */
.mk-svc-linked {
  display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 3rem;
  position: relative; align-items: center; justify-items: center;
}
@media(min-width:1024px) {
  .mk-svc-linked {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
}
.mk-svc-linked .mk-svc-card { position: relative; z-index: 2; width: 100%; }

/* === ARROWS (between cards) === */
.mk-link-arrow {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 40px; z-index: 3;
}
/* Animated chevron arrows */
.mk-chevron {
  width: 30px; height: 30px; position: relative;
}
.mk-chevron span {
  position: absolute; width: 16px; height: 3px;
  background: var(--primary); border-radius: 2px;
  right: 0;
  box-shadow: 0 0 8px rgba(255,103,0,.4);
}
.mk-chevron span:first-child { top: 9px; transform: rotate(-40deg); }
.mk-chevron span:last-child { top: 18px; transform: rotate(40deg); }
.mk-chevron {
  animation: mkChevronSlide 1.5s ease-in-out infinite;
}
.mk-chevron-down { transform: rotate(90deg); }
/* Desktop: horizontal, rotate for RTL */
@media(min-width:1024px) {
  .mk-link-arrow { width: 50px; height: auto; padding: 0 4px; }
  .mk-link-arrow-down { display: none; }
}
/* Mobile: show as vertical */
@media(max-width:1023px) {
  .mk-chevron:not(.mk-chevron-down) { transform: rotate(90deg); animation: mkChevronSlideDown 1.5s ease-in-out infinite; }
}

/* Service grid: hide side arrows on mobile, show down arrows */
@media(max-width:1023px) {
  .mk-svc-linked { display: flex; flex-direction: column; align-items: center; }
  .mk-link-arrow-down { display: flex; }
}
@media(min-width:1024px) {
  .mk-link-arrow-down {
    grid-column: 1 / -1; display: flex;
    justify-content: center; padding: 8px 0;
  }
}

/* Light variant for navy bg */
.mk-link-arrow-light .mk-chevron span {
  background: #ff6700;
  box-shadow: 0 0 10px rgba(255,103,0,.5);
}

/* Arrow bounce animation */
@keyframes mkChevronSlide {
  0%, 100% { transform: translateX(0); opacity: .5; }
  50% { transform: translateX(-8px); opacity: 1; }
}
.mk-chevron-down {
  animation: mkChevronSlideDown 1.5s ease-in-out infinite;
}
@keyframes mkChevronSlideDown {
  0%, 100% { transform: rotate(90deg) translateX(0); opacity: .5; }
  50% { transform: rotate(90deg) translateX(-8px); opacity: 1; }
}

/* === BACKGROUND FLOWING LINE === */
.mk-link-line {
  position: absolute; z-index: 1; pointer-events: none;
}

/* Horizontal line (desktop) */
.mk-link-line-h {
  display: none;
}
@media(min-width:1024px) {
  .mk-link-line-h {
    display: block; top: 50%; left: 4%; right: 4%; height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,103,0,.12) 15%, rgba(255,103,0,.12) 85%, transparent 100%);
    transform: translateY(-50%);
  }
}
/* Glowing orb traveling on horizontal line */
.mk-link-glow {
  display: block; position: absolute; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: #ff6700;
  box-shadow: 0 0 14px 6px rgba(255,103,0,.5), 0 0 40px 12px rgba(255,103,0,.15);
  animation: mkGlowTravel 4s ease-in-out infinite;
}
@keyframes mkGlowTravel {
  0% { right: -14px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { right: calc(100% + 14px); opacity: 0; }
}

/* Vertical line (mobile) */
.mk-link-line-v {
  display: block; top: 3%; bottom: 3%; left: 50%; width: 2px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,103,0,.1) 10%, rgba(255,103,0,.1) 90%, transparent 100%);
  transform: translateX(-50%);
}
@media(min-width:1024px) { .mk-link-line-v { display: none; } }

.mk-link-glow-v {
  display: block; position: absolute; left: 50%; transform: translateX(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: #ff6700;
  box-shadow: 0 0 14px 6px rgba(255,103,0,.5), 0 0 40px 12px rgba(255,103,0,.15);
  animation: mkGlowTravelV 5s ease-in-out infinite;
}
@keyframes mkGlowTravelV {
  0% { top: -14px; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: calc(100% + 14px); opacity: 0; }
}

/* Light variant for dark backgrounds */
.mk-link-line-light.mk-link-line-h {
  background: linear-gradient(90deg, transparent 0%, rgba(255,103,0,.08) 15%, rgba(255,103,0,.08) 85%, transparent 100%);
}
.mk-link-line-light .mk-link-glow,
.mk-link-line-light .mk-link-glow-v {
  box-shadow: 0 0 16px 8px rgba(255,103,0,.6), 0 0 50px 16px rgba(255,103,0,.2);
}

/* ========== LORD-ICON STYLING ========== */
lord-icon {
  display: inline-block;
}
.mk-feat-icon lord-icon,
.mk-svc-icon lord-icon,
.mk-vm-icon lord-icon,
.mk-value-icon lord-icon,
.mk-svcp-icon lord-icon,
.mk-bento-icon lord-icon,
.mk-counter-icon lord-icon,
.mk-contactp-card-icon lord-icon,
.mk-stat-icon lord-icon {
  width: 36px !important; height: 36px !important;
}

/* ========== HERO VIDEO BACKGROUND ========== */
.mk-hero-bg-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.mk-hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(248,247,245,.75) 0%, rgba(248,247,245,.6) 50%, rgba(248,247,245,.85) 100%);
}
.mk-page-hero { position: relative; overflow: hidden; }
.mk-page-hero .mk-container { position: relative; z-index: 2; }
.mk-page-hero-bg { z-index: 1; }

/* ========== PROCESS LINKED (chevrons like homepage) ========== */
.mk-process-linked {
  display: flex; flex-direction: column; align-items: center;
  gap: 0; margin-top: 3rem; position: relative;
}
@media(min-width:1024px) {
  .mk-process-linked { flex-direction: row; gap: 0; }
}
.mk-process-linked .mk-process-step {
  flex: 1; min-width: 0; text-align: center; position: relative; z-index: 2;
}
.mk-process-linked .mk-process-num {
  width: 96px; height: 96px; margin: 0 auto 1.25rem;
  background: #fff; border: 4px solid var(--primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all .4s; position: relative;
}
.mk-process-linked .mk-process-step:nth-child(odd) .mk-process-num {
  border-color: var(--primary); background: var(--primary);
}
.mk-process-linked .mk-process-step:nth-child(odd) .mk-process-num span {
  color: #fff;
}
.mk-process-linked .mk-process-step:nth-child(even) .mk-process-num {
  border-color: rgba(0,56,91,.12);
}
.mk-process-linked .mk-process-num span {
  font-size: 2rem; font-weight: 900; color: var(--primary);
}
.mk-process-linked .mk-process-step:hover .mk-process-num {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(255,103,0,.2);
}
.mk-process-linked .mk-process-step h3 {
  font-size: 1.2rem; font-weight: 800; color: var(--navy); margin-bottom: .5rem;
}
.mk-process-linked .mk-process-step p {
  color: #64748b; font-size: .9rem; line-height: 1.7; font-weight: 500; max-width: 250px; margin: 0 auto;
}

/* ========== ANIMATED HERO BG (when no video) ========== */
.mk-page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(255,103,0,.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(0,56,91,.04) 0%, transparent 50%);
  animation: mkHeroBgShift 8s ease-in-out infinite alternate;
}
@keyframes mkHeroBgShift {
  0% { background-position: 0% 0%, 100% 100%; transform: scale(1); }
  100% { background-position: 100% 100%, 0% 0%; transform: scale(1.05); }
}

/* ========== PRELOADER ========== */

/* ========== YOUTUBE/VIMEO IN HERO ========== */
.mk-hero-yt {
  width: 100%; aspect-ratio: 16/10; border-radius: inherit; overflow: hidden;
  position: relative; background: #f0f0f0;
}
.mk-hero-yt iframe {
  position: absolute; top: -10%; left: -10%;
  width: 120%; height: 120%;
  border: none; pointer-events: none;
}
/* Background YouTube (inner pages) - COVER entire hero */
.mk-hero-bg-yt {
  position: absolute; z-index: 0; overflow: hidden;
  top: 0; left: 0; width: 100%; height: 100%;
}
.mk-hero-bg-yt iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 300%; height: 300%;
  transform: translate(-50%, -50%);
  border: none; pointer-events: none;
}
