:root{
  --bg-0:#06142b;
  --bg-1:#0a2348;
  --bg-2:#0e3a7a;
  --text:#0d1b2a;
  --muted:#64748b;
  --primary:#1a7dff;
  --primary2:#43c6ff;
  --card:#ffffff;
  --soft:#f4f8ff;
  --shadow: 0 18px 50px rgba(2, 10, 28, .10);
  --shadow2: 0 14px 30px rgba(2, 10, 28, .14);
  --radius: 18px;
}

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,.font-display{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Navbar */
.navbar{
  backdrop-filter: blur(10px);
  transition: background .3s ease, box-shadow .3s ease, top .3s ease;
}

/* default (over hero) — transparent */
.navbar .nav-link{
  color: #1a7dff;
  font-weight: 500;
  transition: color .2s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{ color: #fff; }

/* scrolled — white bg */
.navbar.scrolled{
  background: #fff !important;
  box-shadow: 0 2px 24px rgba(15,43,84,.10);
  top: 0;
}
.navbar.scrolled .nav-link{
  color: #1a7dff;
}
.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active{
  color: #0a3fa8;
}
.navbar.scrolled .brand-pill{
  color: #0d1b2a;
}
.navbar.scrolled .navbar-toggler i{
  color: #0d1b2a;
}
.linkdecor{
	text-decoration: none;
}
.fixed-top{
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 1030;
}
.brand-pill{
  display:flex;align-items:center;gap:.6rem;
  color:#fff;text-decoration:none;font-weight:800;
  letter-spacing:.2px;
}
.brand-logo{
  width:34px;height:34px;border-radius:10px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  display:grid;place-items:center;
  box-shadow: 0 10px 24px rgba(26,125,255,.35);
}
.brand-logo i{ color:#fff; font-size: 18px; }

/* HERO */
.hero{
  position: relative;
  min-height: 92vh;
  display:flex;
  align-items: stretch;
  overflow-x: hidden;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(67,198,255,.22), transparent 60%),
    radial-gradient(900px 600px at 85% 30%, rgba(26,125,255,.20), transparent 55%),
    radial-gradient(800px 700px at 100% 100%, rgba(67,198,255,.65), transparent 60%),
    linear-gradient(135deg, var(--bg-0), var(--bg-1) 45%, var(--bg-2));
  color:#fff;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .35;
  pointer-events:none;
}
.hero-inner{
  position:relative;
  z-index:1;
  padding-top: 96px;
  padding-bottom: 56px;
}

.chip{
  display:inline-flex; align-items:center; gap:.55rem;
  padding:.45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.88);
  font-size: 12.5px;
}
.chip i{ opacity:.95; }

.hero-title{
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.46;
  font-size: clamp(2.85rem, 4.4vw, 4.15rem);
}
.accent{
  background: linear-gradient(90deg, var(--primary), var(--primary2));
  -webkit-background-clip: text;
  background-clip:text;
  -webkit-text-fill-color: transparent;
}
.hero-lead{
  max-width: 520px;
  color: rgba(255,255,255,.80);
  font-size: 1.03rem;
  line-height: 1.7;
}

.btn-grad{
  border:0;
  background: linear-gradient(90deg, var(--primary), var(--primary2));
  color:#fff;
  box-shadow: 0 16px 38px rgba(26,125,255,.30);
}
.btn-grad:hover{ filter: brightness(1.03); transform: translateY(-1px); }
.btn-ghost{
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
  color:#fff;
}
.btn-ghost:hover{ background: rgba(255,255,255,.10); color:#fff; }

.mini-stat{
  display:flex; flex-direction: column; align-items:flex-start; gap:.8rem;
  padding: 1.2rem 1.5rem;
  min-width: 130px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10,30,70,.55);
  backdrop-filter: blur(10px);
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease;
  cursor: default;
}
.mini-stat:hover{
  transform: scale(0.93);
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
}
.mini-stat i{
  width: 40px; height: 40px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: #1a7dff;
  color:#fff;
  font-size: 17px;
  flex-shrink: 0;
}
.mini-stat .k{
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.1;
}
.mini-stat .s{
  font-size: 11px;
  color: rgba(255,255,255,.60);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: 2px;
}

/* Hero visual helpers */
.hero-visual{ position: relative; min-height: 420px; }

.scroll-cue{
  position:absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.70);
  font-size: 12px;
  display:flex; flex-direction: column; align-items:center; gap: 6px;
  z-index:2;
}
.scroll-cue i{ font-size: 18px; animation: bounce 1.4s infinite; }
@keyframes bounce{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(6px); }
}

/* Section helpers */
.section-pad{ padding: 84px 0; }
.section-soft{
  background: linear-gradient(180deg, #e8f4ff 0%, #ffffff 60%);
}
.section-label{
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.6rem 1.9rem;
  text-transform: uppercase;
  border-radius: 999px;
  background: #e9f1fc;
  border: 1px solid #c7e0fa;
  color: #5faff5;
  font-size: 14px;
  font-weight: 400;
}
.section-title{
  font-weight: 400;
  letter-spacing: 1.6px;
  
  line-height: 1.1;
}
.section-sub{
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Metric cards */
.metric-card{
  background: #ffffff;
  border: 1px solid rgba(26,125,255,.12);
  border-radius: 22px;
  padding: 28px 24px 24px;
  box-shadow: 0 4px 24px rgba(26,125,255,.07);
  height: 100%;
  transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s ease, background .28s ease;
  cursor: default;
}
.metric-card:hover{
  transform: scale(1.06);
  box-shadow: 0 16px 48px rgba(26,125,255,.25);
  background: linear-gradient(160deg, #dff0ff 0%, #ffffff 100%);
}
.metric-card:hover .metric-k{
  color: #1a7dff;
}
.metric-card:hover .metric-label{
  color: #0d1b2a;
}
.metric-card:hover .metric-sub{
  color: var(--muted);
}
.metric-card:hover .metric-ico{
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  color: #fff;
}
.metric-card:hover .metric-ico i{
  color: #fff;
}
.metric-ico{
  width: 60px; height: 60px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.metric-k{
  font-size: 42px;
  font-weight: 900;
  color: #1a7dff;
  margin: 0 0 6px;
  letter-spacing: -1px;
  line-height: 1;
}
.metric-s{
  font-size: 14px;
  margin: 0;
  line-height: 1.55;
}
.metric-s strong,
.metric-s .metric-label{
  display: block;
  font-weight: 700;
  color: #0d1b2a;
  font-size: 15px;
  margin-bottom: 3px;
}
.metric-s .metric-sub{
  display: block;
  color: var(--muted);
  font-size: 13px;
}

/* Success story cards */
.story-card{
  background: #fff;
  border-radius: 20px;
  border: 2px solid rgba(15,43,84,.08);
  box-shadow: 0 4px 24px rgba(15,43,84,.07);
  overflow: hidden;
  height: 100%;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.story-card:hover{
  border-color: #1a7dff;
  box-shadow: 0 8px 40px rgba(26,125,255,.18);
  transform: translateY(-4px);
}
.story-media{
  height: 230px;
  background: #dbeafe;
  position: relative;
  overflow: hidden;
}
.story-media img{
  width:100%; height:100%; object-fit: cover;
  transform: scale(1.03);
  transition: transform .45s ease;
}
.story-card:hover .story-media img{ transform: scale(1.08); }

/* badge bottom-left */
.story-badge{
  position:absolute; left: 14px; bottom: 14px;
  background: rgba(7,22,48,.42);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  color:#fff;
  border-radius: 999px;
  padding: .3rem .75rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  display:inline-flex; align-items:center; gap:.4rem;
  max-width: calc(100% - 28px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* icon top-right */
.story-icon{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: #1a7dff;
  display: grid; place-items: center;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 4px 16px rgba(26,125,255,.35);
  z-index: 2;
}

.story-body{ padding: 20px 20px 18px; }

.story-title{
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 8px;
  color: #0d1b2a;
  transition: color .2s ease;
}
.story-card:hover .story-title{ color: #1a7dff; }

.story-text{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0 0 10px;
}

.story-bullets{
  list-style: none;
  padding: 0; margin: 0 0 16px;
}
.story-bullets li{
  font-size: 13px;
  color: var(--muted);
  padding: 3px 0;
  display: flex; align-items: center; gap: 7px;
}
.story-bullets li::before{
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #1a7dff;
  flex-shrink: 0;
}

.story-meta{
  display:flex; justify-content: space-between; align-items:center;
  border-top: 1px solid rgba(15,43,84,.08);
  padding-top: 14px;
  margin-top: 4px;
}
.story-year{
  font-size: 22px;
  font-weight: 900;
  color: #1a7dff;
  line-height: 1;
}
.story-year span{
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 2px;
}
.story-link{
  width: 36px; height: 36px;
  border-radius: 50%;
  display:grid; place-items:center;
  background: transparent;
  border: 1.5px solid rgba(26,125,255,.30);
  color: #1a7dff;
  text-decoration:none;
  transition: background .2s ease, border-color .2s ease;
}
.story-link:hover{
  background: #1a7dff;
  border-color: #1a7dff;
  color: #fff;
}

/* Dark services band */
.dark-band{
  background:
    radial-gradient(900px 350px at 20% 10%, rgba(67,198,255,.18), transparent 60%),
    radial-gradient(900px 350px at 80% 40%, rgba(26,125,255,.18), transparent 55%),
    linear-gradient(135deg, #071631, #0a1f43 50%, #0b2a5a);
  color:#fff;
  position: relative;
}
.dark-band::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .28;
  pointer-events:none;
}
.dark-band .container{ position: relative; z-index: 1; }

.service-card{
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 24px 20px 22px;
  height: 100%;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s cubic-bezier(.16,1,.3,1);
}
.service-card:hover{
  border-color: #1a7dff;
  box-shadow: 0 0 0 1px #1a7dff, 0 8px 32px rgba(26,125,255,.20);
  transform: translateY(-6px);
}
.service-ico{
  width: 56px; height: 56px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  color:#fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.service-card h6{
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}
.service-card p{
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.6;
}

/* News */
.news-feature{
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  min-height: 370px;
  position: relative;
  box-shadow: 0 8px 40px rgba(0,0,0,.28);
  border: 2px solid transparent;
  transition: border-color .25s ease, transform .25s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
}
.news-feature:hover{ border-color: #1a7dff; transform: translateY(-4px); }
.news-feature::before{
  content:"";
  position:absolute; inset:0;
 /* background:
    linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.72) 100%),
    url("https://www.okeili.com/news-img/2018-2-20-6-39-50186.jpg") center/cover no-repeat;*/
}
.news-feature .content{
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  gap: 12px;
}
.news-feature .nf-date{
  position: absolute;
  top: 20px; right: 20px;
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  color: #fff;
  border-radius: 14px;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(26,125,255,.40);
}
.news-feature .nf-date small{
  display:block; font-size: 10px; font-weight:700; opacity:.9; text-transform:uppercase; letter-spacing:.05em;
}
.news-feature .tag{
  display:inline-flex; align-items:center; gap:.4rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(6px);
  color: rgba(255,255,255,.95);
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  width: fit-content;
}
.news-feature h5{ font-weight: 800; margin:0; line-height: 1.3; font-size: 18px; }
.news-feature .nf-btn{
  display:inline-flex; align-items:center; gap: 8px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(6px);
  color:#fff;
  border-radius: 12px;
  padding: .55rem 1.1rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: background .2s ease;
}
.news-feature .nf-btn:hover{ background: #1a7dff; border-color: #1a7dff; }

/* Upcoming card (right of featured) */
.news-upcoming{
  background: #fff;
  border-radius: 20px;
  border: 2px solid rgba(15,43,84,.08);
  box-shadow: 0 4px 24px rgba(15,43,84,.07);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color .25s ease, transform .25s cubic-bezier(.16,1,.3,1);
}
.news-upcoming:hover{ border-color: #1a7dff; transform: translateY(-4px); }
.nu-date{
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  color: #fff;
  border-radius: 14px;
  width: 54px; height: 54px;
  display: grid; place-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(26,125,255,.35);
  flex-shrink: 0;
}
.nu-date small{
  display:block; font-size: 10px; font-weight:700; opacity:.9; text-transform:uppercase; letter-spacing:.05em;
}
.nu-pill{
  display:inline-flex; align-items:center;
  background: rgba(26,125,255,.08);
  border: 1px solid rgba(26,125,255,.16);
  color: #1a7dff;
  border-radius: 999px;
  padding: .25rem .7rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  width: fit-content;
}
.news-upcoming h5{ font-weight: 800; line-height: 1.3; font-size: 16px; color: #0d1b2a; flex-grow: 1; }
.nu-arrow{
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(26,125,255,.25);
  display:grid; place-items:center;
  color: #1a7dff;
  text-decoration:none;
  align-self: flex-end;
  transition: background .2s, border-color .2s;
}
.nu-arrow:hover{ background: #1a7dff; color:#fff; border-color:#1a7dff; }

/* Small article cards */
.news-card{
  background: #fff;
  border-radius: 20px;
  border: 2px solid rgba(15,43,84,.08);
  box-shadow: 0 4px 20px rgba(15,43,84,.06);
  padding: 20px;
  height: 100%;
  transition: border-color .25s ease, transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease;
}
.news-card:hover{
  border-color: #1a7dff;
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(26,125,255,.14);
}
.news-card-top{
  display:flex; justify-content:space-between; align-items:flex-start; margin-bottom: 14px;
}
.news-tag{
  display:inline-flex; align-items:center; gap:.35rem;
  font-size: 11px;
  font-weight: 700;
  color:#1a7dff;
  background: rgba(26,125,255,.08);
  border: 1px solid rgba(26,125,255,.14);
  padding: .28rem .6rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.news-card-ico{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(26,125,255,.08);
  border: 1px solid rgba(26,125,255,.12);
  display:grid; place-items:center;
  color: #1a7dff;
  font-size: 20px;
  flex-shrink: 0;
}
.news-card h6{
  font-weight: 800;
  margin: 0 0 auto;
  line-height: 1.35;
  font-size: 14.5px;
  color: #0d1b2a;
}
.news-actions{
  margin-top: 16px;
  display:flex; justify-content: space-between; align-items:center;
  border-top: 1px solid rgba(15,43,84,.08);
  padding-top: 12px;
  color: var(--muted);
  font-size: 12px;
}
.news-actions a{
  text-decoration: none;
  color:#1a7dff;
  font-weight: 700;
  font-size: 13px;
  display:inline-flex; align-items:center; gap:4px;
  transition: gap .2s ease;
}
.news-actions a:hover{ gap: 8px; }



/* Footer */
.site-footer{
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(26,125,255,.12), transparent 60%),
    linear-gradient(135deg, #071631, #0a1f43 60%, #071631);
  color: rgba(255,255,255,.80);
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}
.site-footer::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events:none;
}
.site-footer .container{ position: relative; z-index: 1; }
.footer-brand-name{
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #fff;
}
.footer-brand-name span{ color: #43c6ff; }
.footer-tagline{
  color: rgba(255,255,255,.55);
  font-size: 13.5px;
  line-height: 1.65;
  margin: 10px 0 22px;
  max-width: 240px;
}
.footer-social{ display:flex; gap:10px; }
.footer-social a{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  display:grid; place-items:center;
  color: rgba(255,255,255,.80);
  font-size: 17px;
  text-decoration:none;
  transition: background .2s ease, border-color .2s ease;
}
.footer-social a:hover{ background: #1a7dff; border-color: #1a7dff; color:#fff; }
.site-footer h6{
  color:#fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-links{
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.footer-links li{ display:flex; align-items:center; gap: 10px; }
.footer-links li::before{
  content:"";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #1a7dff;
  flex-shrink: 0;
}
.footer-links a{
  color: rgba(255,255,255,.60);
  text-decoration:none;
  font-size: 14px;
  transition: color .2s ease;
}
.footer-links a:hover{ color: #43c6ff; }
.footer-contact-card{
  display:flex; align-items:center; gap: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 14px 16px;
  text-decoration:none;
  transition: border-color .2s ease, background .2s ease;
  color: rgba(255,255,255,.85);
}
.footer-contact-card:hover{
  border-color: #1a7dff;
  background: rgba(26,125,255,.08);
  color:#fff;
}
.footer-contact-card .fcc-ico{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a7dff, #43c6ff);
  display:grid; place-items:center;
  color:#fff;
  font-size: 18px;
  flex-shrink: 0;
}
.footer-contact-card .fcc-label{
  font-size: 11px;
  color: rgba(255,255,255,.50);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 2px;
}
.footer-contact-card .fcc-value{
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
}
.footer-note{
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 48px;
  padding: 20px 0;
  color: rgba(255,255,255,.40);
  font-size: 13px;
  display:flex; justify-content: space-between; align-items:center; gap: 12px; flex-wrap: wrap;
}
.footer-note a{
  color: rgba(255,255,255,.45);
  text-decoration:none;
  transition: color .2s;
}
.footer-note a:hover{ color:#fff; }

/* Small tweaks */
.btn{ border-radius: 14px; padding: 1.2rem 1.95rem; font-weight: 700; }
.btn-sm{ padding: 0.9rem 1.85rem; border-radius: 12px; }
.rounded-18{ border-radius: var(--radius); }
.nav-whatsapp i{ color:#05c854 !important; }
.nav-whatsapp:hover i{ filter: brightness(1.1); }

/* =========================================================
   HERO SLIDER (FINAL - NO DUPLICATES / NO CONFLICTS)
   ========================================================= */

/* Wrapper */
.hero-slider-wrap{
  position: relative;
  min-height: 460px;
}

/* Blurred background */
.hero-slider-bg{
  position: absolute;
  inset: -40px -30px -40px -30px;
  background-size: cover;
  background-position: center;
  filter: blur(22px) saturate(1.1);
  opacity: .35;
  transform: scale(1.08);
  z-index: 0;
  transition: background-image .35s ease, opacity .35s ease;
}

/* Frame */
.hero-slider-frame{
  position: relative;
  width: 433px;
  margin-left: auto;

  border-radius: 34px;
  padding: 14px;
  background: rgba(255,255,255,.06);
  border: 2px solid rgba(255,255,255,.22);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);

  z-index: 4;
}

/* Media container (image should cover full panel) */
.hero-media{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: rgba(255,255,255,.04);
}

/* Main + preview fill media */
.hero-slider-main,
.hero-slider-preview{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* Main base */
.hero-slider-main{
  z-index: 1;
  transform: scale(1);
  opacity: 1;
  transition: opacity .55s ease, transform .75s cubic-bezier(.16,1,.3,1);
}

/* Preview for hover (optional) */
.hero-slider-preview{
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity .18s ease, transform .25s ease;
}
.hero-slider-wrap.previewing .hero-slider-preview{
  opacity: 1;
  transform: scale(1.0);
}

/* Inner subtle stroke (optional) */
.hero-media .hero-inner-stroke{
  position:absolute;
  inset: 10px;
  border-radius: 18px;
  border: 2px solid rgba(255,255,255,.18);
  pointer-events:none;
  z-index: 4;
}

/* ===== Decorative ring on frame corner (outside the photo) ===== */
/* Decorative circles on the wrap — always on top, never clipped by frame stacking context */
/* ===== Circles INSIDE the image (THIS IS THE ONLY ONE) ===== */
.hero-media--DISABLED::before{
  content:"";
  position:absolute;
  inset:0;
  z-index: 3; /* above image, below caption */
  pointer-events:none;
  background-repeat: no-repeat;

  /* top-left ring */
  background:
    radial-gradient(circle at 86px 86px,
      rgba(255,255,255,0) 0 56px,
      rgba(255,255,255,.28) 56px 60px,
      rgba(255,255,255,0) 61px 999px),
    radial-gradient(circle at 86px 86px,
      rgba(255,255,255,.10) 0 46px,
      rgba(255,255,255,0) 47px 999px);
}
.hero-media--DISABLED::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 3;
  pointer-events:none;
  background-repeat: no-repeat;

  /* bottom-right soft circle */
  background:
    radial-gradient(circle at calc(100% - 98px) calc(100% - 98px),
      rgba(120,180,255,.22) 0 92px,
      rgba(120,180,255,0) 93px 999px);
}

/* Caption card */
.hero-caption{
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 6;

  width: min(420px, calc(100% - 44px));
  background: rgba(255,255,255,.96);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.20);
  border: 1px solid rgba(15, 30, 60, .06);
  overflow: hidden;
}



/* Kicker + title + text */
.cap-kicker{
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1e6fff;
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}
.cap-kicker::before{
  content:"";
  position:absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 18px;
  border-radius: 6px;
  background: #1e6fff;
}
.cap-title{
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 8px 0;
  color: #0b1a33;
  font-weight: 700;
  transition: none !important;
}
.cap-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(11, 26, 51, .78);
  transition: none !important;
}


/* Flying image (click animation) */
.hero-fly{
  position: fixed;
  z-index: 9999;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 25px 80px rgba(0,0,0,.35);
  will-change: transform, width, height, top, left;
  pointer-events: none;
}

/* Thumbs (z-index logic) */
.hero-thumb{
  position: absolute;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;

  /* default BELOW frame */
  z-index: 2;

  width: 120px;
  height: 92px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .22s ease, filter .22s ease;
}
.hero-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* hover: above frame (temporary) */
.hero-thumb:hover,
.hero-thumb:focus-visible{
  z-index: 6;
  transform: translateY(-4px) scale(1.02);
  filter: saturate(1.1);
}

/* click: stays above until another click */
.hero-thumb.is-active{ z-index: 6; }

/* thumb positions */
.hero-thumb--rt{ right: -10px; top: 26px; }
.hero-thumb--rm{ right: -10px; top: 150px; width: 92px;  height: 112px; border-radius: 16px; opacity: .92; }
.hero-thumb--rb{ right: -12px; bottom: 26px; width: 140px; height: 100px; }
.hero-thumb--bl{ left:  -20px; bottom: 18px; width: 140px; height: 104px; opacity: .92; }
/* ===========================
   HERO SLIDER – FINAL (REPLACE YOUR BLOCK WITH THIS)
   Paste at VERY END of <style>
   =========================== */

/* overall slider layer isolation */
#heroSlider.hero-slider-wrap{
  position: relative;
  min-height: 460px;
}

/* blurred bg behind everything */
#heroSlider .hero-slider-bg{
  position:absolute;
  inset: -40px -30px -40px -30px;
  background-size: cover;
  background-position: center;
  filter: blur(22px) saturate(1.1);
  opacity: .35;
  transform: scale(1.08);
  z-index: 0;
  transition: background-image .45s ease, opacity .45s ease;
}

/* main frame card */
#heroSlider .hero-slider-frame{
  position: relative;
  z-index: 4;
  width: min(520px, 100%);
  margin-left: auto;
  border-radius: 26px;
  padding: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

/* image panel */
#heroSlider .hero-media{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  background: rgba(255,255,255,.04);
}

/* main + preview images */
#heroSlider .hero-slider-main,
#heroSlider .hero-slider-preview{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  border-radius: 22px;
}

/* keep MAIN above everything by default */
#heroSlider .hero-slider-main{
  z-index: 2;
  will-change: transform, opacity;
  transition: transform .55s cubic-bezier(.16,1,.3,1), opacity .45s ease;
}

/* preview sits above main but hidden */
#heroSlider .hero-slider-preview{
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity .22s ease, transform .35s ease;
}

#heroSlider.previewing .hero-slider-preview{
  opacity: 1;
  transform: scale(1.0);
}

/* circles INSIDE the image (clipped by overflow hidden) */
#heroSlider .hero-media::before,
#heroSlider .hero-media::after{
  content:"";
  position:absolute;
  inset: 0;
  pointer-events:none;
  z-index: 3;                /* above image, below caption */
  background-repeat: no-repeat;
  border-radius: 22px;
}

/* top-left ring inside */
#heroSlider .hero-media::before{
  background:
    radial-gradient(circle at 72px 72px,
      rgba(255,255,255,0) 0 48px,
      rgba(255,255,255,.28) 48px 52px,
      rgba(255,255,255,0) 53px 999px),
    radial-gradient(circle at 72px 72px,
      rgba(255,255,255,.10) 0 38px,
      rgba(255,255,255,0) 39px 999px);
}

/* bottom-right soft circle inside */
#heroSlider .hero-media::after{
  background:
    radial-gradient(circle at calc(100% - 120px) calc(100% - 92px),
      rgba(255,255,255,.16) 0 78px,
      rgba(255,255,255,0) 79px 999px);
}

/* caption card (white) */
#heroSlider .hero-caption{
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 7;                 /* above circles */
  background: rgba(255,255,255,.96);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  overflow: hidden;
}



#heroSlider .cap-kicker{
  font-size: 11px;
  letter-spacing: .18em;
  color: #1a7dff;
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

#heroSlider .cap-title{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  color: #0d1b2a;
  margin: 0 0 6px;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  transition: none !important;
}

#heroSlider .cap-text{
  color: #64748b;
  margin: 0;
  line-height: 1.55;
  position: relative;
  z-index: 1;
  transition: none !important;
}

/* flying img for click animation */
.hero-fly{
  position: fixed;
  z-index: 9999;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 25px 80px rgba(0,0,0,.35);
  will-change: transform, width, height, top, left;
  pointer-events: none;
}

/* thumbs default BELOW the main frame */
#heroSlider .hero-thumb{
  position:absolute;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  width: 120px;
  height: 92px;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.18);
  transition: transform .22s ease, filter .22s ease, z-index 0s linear;
}
#heroSlider .hero-thumb img{ width:100%; height:100%; object-fit: cover; display:block; }

#heroSlider .hero-thumb--rt{ right: -45px; top: -20px; height: 142px;width: 152px;}
#heroSlider .hero-thumb--rm{ right: -5px; top: 240px; width: 92px;   border-radius: 16px; opacity: .92; }
#heroSlider .hero-thumb--rb{ right: -12px; bottom: -26px; width: 140px; height: 100px; }
#heroSlider .hero-thumb--bl{ left:  -10px; bottom: 18px; width: 140px; height: 134px; opacity: .92; }

/* =========================
   HERO THUMBNAILS (REPLACE ALL YOUR THUMB CSS WITH THIS)
   ========================= */

/* Base thumb button */
#heroSlider .hero-thumb{
  position: absolute;
  border: 2px solid rgba(255,255,255,.55);
  background: transparent;
  padding: 0;
  cursor: pointer;

  z-index: 2; /* below frame by default */
  overflow: hidden;

  box-shadow: 0 18px 55px rgba(0,0,0,.68);
  transition: transform .22s ease, filter .22s ease, border-color .18s ease, box-shadow .22s ease;
}


/* Hover (ONLY when NOT active) */
#heroSlider .hero-thumb:not(.is-active):hover,
#heroSlider .hero-thumb:not(.is-active):focus-visible{
  z-index: 8;
  transform: translateY(-4px) scale(1.02);
  filter: saturate(1.1);
  
  box-shadow: 0 18px 55px rgba(26,125,255,.30);
}

/* Active (displayed) - wins over hover */
#heroSlider .hero-thumb.is-active{
  z-index: 8;
  border-color: #2189ff;
  box-shadow: 0 18px 55px rgba(26,125,255,.42);
}

/* Active + Hover (force keep active border) */
#heroSlider .hero-thumb.is-active:hover,
#heroSlider .hero-thumb.is-active:focus-visible{
 border-color: #2189ff;
}

/* ===== HERO SLIDER WORKING OVERRIDE (PASTE LAST) ===== */

#heroSlider .hero-slider-frame{
margin-right: auto;              /* keep it anchored on the right */
  transform: translateX(20px);
  width: 433px !important;          /* change size here */
  border-radius: 34px !important;
  padding: 8px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,.35) !important;
  backdrop-filter: blur(10px) !important;
}

/* change main image height/shape here */
#heroSlider .hero-media{
  aspect-ratio: 3 / 4 !important;   /* taller like your screenshot */
  border-radius: 22px !important;
  overflow: hidden !important;
  position: relative !important;
}

/* main image always fills */
#heroSlider .hero-slider-main,
#heroSlider .hero-slider-preview{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  display: block !important;
}

/* circles on media: disabled */
#heroSlider .hero-media::before,
#heroSlider .hero-media::after,
#heroSlider .hero-slider-frame::before,
#heroSlider .hero-slider-frame::after,
#heroSlider.hero-slider-wrap::before,
#heroSlider.hero-slider-wrap::after{
  content: none !important;
}

/* Decorative rings on the frame — own compositor layer via will-change so
   image transitions can never repaint over them */
#heroSlider .hero-slider-frame{
  overflow: visible !important;
}
#heroSlider .hero-slider-frame::before,
#heroSlider .hero-slider-frame::after{
  content: "" !important;
  position: absolute !important;
  border-radius: 999px !important;
  pointer-events: none !important;
  will-change: transform !important;
  transform: translateZ(0) !important;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(120,180,255,0) 0 52%,
      rgba(120,180,255,.32) 52% 56%,
      rgba(120,180,255,0) 57% 100%),
    radial-gradient(circle at 50% 50%,
      rgba(120,180,255,.14) 0 42%,
      rgba(120,180,255,0) 43% 100%) !important;
}
/* top-left ring */
#heroSlider .hero-slider-frame::before{
  width: 96px !important;
  height: 96px !important;
  top: -30px !important;
  left: -30px !important;
  z-index: 9990 !important;
}
/* bottom-right ring */
#heroSlider .hero-slider-frame::after{
  width: 136px !important;
  height: 136px !important;
  bottom: -38px !important;
  right: -38px !important;
  z-index: 9990 !important;
}

/* preview disabled */
#heroSlider .hero-slider-preview{ display: none !important; }

/* caption always above circles */
#heroSlider .hero-caption{ z-index: 9 !important; }

/* =============================================
   HERO SLIDER — MOBILE RESPONSIVE
   ============================================= */
@media (max-width: 767px) {
	.page-icon {
    width: 56px !important;
    height: 56px !important;
	}
	.logomob{
		height:55px;
	}
	.event-card__title {
    font-size: 0.9rem !important;
    line-height: 1.15 !important;
}
.hero-title {
    font-weight: 500;
    letter-spacing: -0.7px;
    line-height: 1.46;
    font-size: clamp(1.6rem, 4.4vw, 4.15rem);
}
.slidermob{
	margin-top:70px;
}
  /* Prevent any horizontal overflow */
  #heroSlider.hero-slider-wrap{
    min-height: unset !important;
    width: min(340px, 90vw) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 10px 0 20px !important;
    overflow: visible !important;
  }

  /* Frame: always smaller than wrap to leave room for thumbs */
  #heroSlider .hero-slider-frame{
    width: min(280px, 72vw) !important;
    transform: none !important;
    border-radius: 22px !important;
    padding: 6px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* Image: 4:3 ratio */
  #heroSlider .hero-media{
    aspect-ratio: 3 / 4 !important;
    border-radius: 16px !important;
  }

  /* Right thumbs: smaller, stay on right edge of wrap */
  #heroSlider .hero-thumb--rt{
    width: 80px !important;
    height: 75px !important;
    right: -10px !important;
    top: -10px !important;
    border-radius: 14px !important;
  }
  #heroSlider .hero-thumb--rm{
    width: 60px !important;
    height: 72px !important;
    right: 0px !important;
    top: 130px !important;
    border-radius: 12px !important;
  }
  #heroSlider .hero-thumb--rb{
    width: 80px !important;
    height: 60px !important;
    right: -10px !important;
    bottom: -10px !important;
    border-radius: 14px !important;
  }

  /* Bottom-left thumb: hide on mobile to reduce clutter */
  #heroSlider .hero-thumb--bl{
    width: 60px;
    height: 100px;
    left: -30px;
    bottom: -20px;

  }

  /* Decorative rings: smaller */
  #heroSlider .hero-slider-frame::before{
    width: 56px !important;
    height: 56px !important;
    top: -22px !important;
    left: -22px !important;
  }
  #heroSlider .hero-slider-frame::after{
    width: 76px !important;
    height: 76px !important;
    bottom: -26px !important;
    right: -26px !important;
  }

  /* Caption: smaller text */
  #heroSlider .hero-caption{
    padding: 8px 10px !important;
    border-radius: 12px !important;
  }
  #heroSlider .cap-title{ font-size: 13px !important; }
  #heroSlider .cap-text{ font-size: 11px !important; }

  /* Hero: reduce min-height */
  .hero{ min-height: unset !important; padding-bottom: 2rem; }
}

@media (min-width: 768px) and (max-width: 991px) {
  #heroSlider.hero-slider-wrap{
    width: 380px !important;
    margin: 0 auto !important;
  }
  #heroSlider .hero-slider-frame{
    width: 300px !important;
    transform: translateX(10px) !important;
  }
  #heroSlider .hero-thumb--rt{
    width: 100px !important;
    height: 90px !important;
    right: -20px !important;
    top: -10px !important;
  }
  #heroSlider .hero-thumb--rm{
    width: 70px !important;
    right: -5px !important;
    top: 180px !important;
  }
  #heroSlider .hero-thumb--rb{
    width: 100px !important;
    height: 70px !important;
    right: -10px !important;
    bottom: -16px !important;
  }
  #heroSlider .hero-thumb--bl{
    width: 100px !important;
    height: 90px !important;
    left: -8px !important;
    bottom: 12px !important;
  }
}
@media (min-width: 993px) and (max-width: 1192px) {
  .gap-lg-4 {
    gap: 1.2rem !important;
  }
}
@media (max-width: 991.98px) {
	.btn-ghost {
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.06);
    color: #fff;
    width: 100%;
    padding: 13px 20px !important;
}
  .d-flex.flex-wrap:has(.mini-stat) {
    flex-wrap: nowrap !important;
  }

  .mini-stat {
    flex: 1 1 0;
    min-width: 0;
  }

  .mini-stat .k {
    font-size: clamp(1rem, 4vw, 1.4rem);
  }

  .mini-stat .s {
    font-size: clamp(0.6rem, 2.5vw, 0.75rem);
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: flex !important;   /* force visible */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 45px;
    height: 45px;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    z-index: 1050;
  }
.navbar.scrolled .navbar-toggler .toggler-bar,
.navbar.bg-white .navbar-toggler .toggler-bar,
.navbar[style*="background: white"] .navbar-toggler .toggler-bar,
.navbar[style*="background:#fff"] .navbar-toggler .toggler-bar,
.navbar[style*="background: #fff"] .navbar-toggler .toggler-bar {
  background: #75889e !important;
}
  .toggler-bar {
    display: block;
    width: 35px;
    height: 2.9px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease;
    transform-origin: center;
    pointer-events: none;
    box-shadow: 0px 2px 1px rgb(157 177 201 / 80%) !important;
  }

  .toggler-bar:nth-child(2) { width: 16px; align-self: flex-end; }

  .navbar-toggler[aria-expanded="true"] .toggler-bar:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] .toggler-bar:nth-child(2) {
    opacity: 0; transform: scaleX(0);
  }
  .navbar-toggler[aria-expanded="true"] .toggler-bar:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
}
@media (max-width: 991.98px) {

  /* Kill Bootstrap's height-based collapse on mobile */
  .navbar-collapse.collapsing {
    height: auto !important;
    transition: none !important;
    transform: translateX(100%);
    visibility: hidden;
  }

  /* Base state — hidden off-screen */
  .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    height: 100dvh !important;
    width: min(300px, 85vw) !important;
    background: #0f1e33;
    border-left: 1px solid rgba(201,168,76,0.18);
    padding: 30px 0 140px;
    flex-direction: column !important;
    align-items: flex-start !important;
    display: flex !important;        /* always flex, never display:none */
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.42s cubic-bezier(0.23,1,0.32,1),
                visibility 0.42s;
    z-index: 1045;
    overflow-y: auto;
  }

  /* Gold top line */
  .navbar-collapse::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a7dff, #5aa3ff 60%, transparent);
    flex-shrink: 0;
  }

  /* Open — Bootstrap adds .show */
  .navbar-collapse.show {
    transform: translateX(0) !important;
    visibility: visible !important;
  }

  /* Backdrop via ::after */
  .navbar-collapse.show::after {
    content: '';
    position: fixed;
    top: 0; bottom: 0; left: 0;
    right: min(300px, 85vw);
    background: rgba(7,12,20,0.75);
    backdrop-filter: blur(3px);
    z-index: -1;
  }

  /* Nav list */
  .navbar-nav {
    width: 100%;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .nav-item { width: 100%; }

  .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 28px !important;
    color: #f5f0e8 !important;
    border-bottom: 1px solid rgba(201,168,76,0.07);
    position: relative;
    transition: color 0.25s, padding-left 0.3s, background 0.25s;
  }

  .nav-link::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 0;
    background: #1a7dff;
    transition: width 0.3s cubic-bezier(0.23,1,0.32,1);
  }

  .nav-link:hover { color: #1a7dff !important; padding-left: 36px !important; background: rgba(201,168,76,0.08); }
  .nav-link:hover::before { width: 3px; }

  /* Stagger */
  .navbar-collapse.show .nav-item {
    animation: menuSlideIn 0.38s cubic-bezier(0.23,1,0.32,1) both;
  }
  .navbar-collapse.show .nav-item:nth-child(1) { animation-delay: 0.06s; }
  .navbar-collapse.show .nav-item:nth-child(2) { animation-delay: 0.11s; }
  .navbar-collapse.show .nav-item:nth-child(3) { animation-delay: 0.16s; }
  .navbar-collapse.show .nav-item:nth-child(4) { animation-delay: 0.21s; }
  .navbar-collapse.show .nav-item:nth-child(5) { animation-delay: 0.26s; }
  .navbar-collapse.show .nav-item:nth-child(6) { animation-delay: 0.30s; }

  @keyframes menuSlideIn {
    from { opacity: 0; transform: translateX(16px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  /* CTA button */
  .nav-item.ms-lg-2 { padding: 20px 28px; }
  .btn-grad { display: block !important; width: 100%; text-align: center; padding: 13px 20px !important; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; }

  /* WhatsApp */
  .nav-whatsapp { justify-content: flex-start !important; color: #25D366 !important; padding-left: 28px !important; gap: 8px; }
  .nav-whatsapp::after { content: 'WhatsApp'; font-size: 0.85rem; color: #f5f0e8; }

  body.menu-open { overflow: hidden; }
}
/* ═══════════════════════════════════════════
   DROPDOWN — DESKTOP (≥992px)
═══════════════════════════════════════════ */
@media (min-width: 992px) {

  /* Caret icon */
  .dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: none;
    border-right: 1.5px solid #1a7dff;
    border-bottom: 1.5px solid #1a7dff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.25s ease;
    vertical-align: middle;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-135deg) translateY(-2px);
  }

  /* Panel */
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease,
                transform 0.28s cubic-bezier(0.23, 1, 0.32, 1),
                visibility 0.25s;

    min-width: 230px;
    padding: 8px 0;
   /* margin-top: 12px !important;*/
    background: #0f1e33;
    border: 1px solid rgba(26, 125, 255, 0.18);
    border-top: 3px solid #1a7dff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }

  /* Open state — Bootstrap adds .show */
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Items */
  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 22px;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    color: #f5f0e8;
    background: transparent;
    border-left: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s,
                padding-left 0.25s, background 0.2s;
  }

  .dropdown-item::before {
    color: #1a7dff;
    font-size: 0.75rem;
    flex-shrink: 0;
    opacity: 0.6;
  }

  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #1a7dff;
    background: rgba(26, 125, 255, 0.07);
    border-left-color: #1a7dff;
    padding-left: 28px;
  }

  .dropdown-item:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  /* Divider */
  .dropdown-divider {
    border-color: rgba(26, 125, 255, 0.1);
    margin: 6px 0;
  }

  /* Staggered item entrance */
  .dropdown-menu.show .dropdown-item {
    animation: dropItemIn 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .dropdown-menu.show li:nth-child(1) .dropdown-item { animation-delay: 0.04s; }
  .dropdown-menu.show li:nth-child(2) .dropdown-item { animation-delay: 0.08s; }
  .dropdown-menu.show li:nth-child(3) .dropdown-item { animation-delay: 0.12s; }
  .dropdown-menu.show li:nth-child(4) .dropdown-item { animation-delay: 0.16s; }
  .dropdown-menu.show li:nth-child(5) .dropdown-item { animation-delay: 0.20s; }

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


/* ═══════════════════════════════════════════
   DROPDOWN — MOBILE (≤991px)
═══════════════════════════════════════════ */
@media (max-width: 991.98px) {

  /* Caret — rotates when open */
  .dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: auto;          /* pushes caret to far right */
    border: none;
    border-right: 1.5px solid #1a7dff;
    border-bottom: 1.5px solid #1a7dff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-135deg) translateY(-2px);
  }

  /* Sub-panel sits inline below parent */
  .dropdown-menu {
    position: static !important;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    background: rgba(26, 125, 255, 0.05);
    border: none;
    border-left: 2px solid rgba(26, 125, 255, 0.3);
    border-radius: 0;
    box-shadow: none;

    /* Animate open/close */
    display: grid !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
  }

  /* Inner wrapper needed for grid-row trick */
  .dropdown-menu > * { min-height: 0; }

  .dropdown-menu.show {
    grid-template-rows: 1fr;
  }

  /* Items */
  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px 12px 36px;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    color: rgba(245, 240, 232, 0.75);
    background: transparent;
    border-bottom: 1px solid rgba(26, 125, 255, 0.05);
    transition: color 0.2s, padding-left 0.25s, background 0.2s;
    white-space: normal;
  }

  .dropdown-item::before {
    content: '–';
    color: #1a7dff;
    font-size: 0.75rem;
    flex-shrink: 0;
    opacity: 0.6;
  }

  .dropdown-item:last-child { border-bottom: none; }

  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #1a7dff;
    background: rgba(26, 125, 255, 0.08);
    padding-left: 44px;
  }

  /* Parent link highlight when open */
  .nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #1a7dff !important;
    background: rgba(26, 125, 255, 0.08);
  }
}
@media (max-width: 991.98px) {

  .dropdown-menu {
    display: grid !important;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
  }

  /* The direct div child gets min-height: 0 — this is the key */
  .dropdown-menu > div {
    min-height: 0;
    overflow: hidden;
  }

  .dropdown-menu.show {
    grid-template-rows: 1fr;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1a7dff;
}
@media (min-width: 992px) {
  .navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown-menu {
    animation: navFadeIn 0.18s ease;
  }
  @keyframes navFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}