/* ================= HERO SECTION ================= */
.hero-executive {
  position: relative;
  min-height: 100vh;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d") center/cover no-repeat;
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(2,6,23,.9), rgba(15,23,42,.75));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #f8fafc;
}

.hero-tag {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #93c5fd;
  background: rgba(37,99,235,.15);
  border-left: 4px solid #2563eb;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-lead {
  font-size: 1.1rem;
  color: #e2e8f0;
  line-height: 1.7;
}

.hero-content p {
  color: #cbd5f5;
  line-height: 1.7;
}

.hero-highlight {
  margin-top: 25px;
  padding-left: 18px;
  border-left: 4px solid #2563eb;
  font-weight: 600;
  color: #bfdbfe;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
}
.industry-expertise {
    background: #f9fbff;
    padding: 80px 0;
}

.industry-expertise h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1c2d;
    margin-bottom: 20px;
}

.industry-expertise p {
    font-size: 1.05rem;
    color: #4a5a6a;
    line-height: 1.8;
}

.industry-points {
    margin-top: 30px;
}

.industry-points li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    color: #2f3e4e;
}

.industry-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0d6efd;
    font-weight: bold;
}

.expertise-img {
    position: relative;
}

.expertise-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .industry-expertise {
        padding: 60px 0;
    }
    .industry-expertise h2 {
        font-size: 2rem;
    }
}
.dark-advisory{
  background:#121212;
  color:#f1f1f1;
}

.dark-advisory h3{
  color:#ffffff;
}

.advisory-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:18px;
  line-height:1.6;
  color:#d1d1d1;
}

.advisory-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#00c6ff;
  font-weight:600;
}
  .expertise-row{
  background:#f8f9fb;
}

.expertise-box{
  background:#ffffff;
  padding:22px 24px;
  border-radius:14px;
  height:100%;
  box-shadow:0 8px 30px rgba(0,0,0,0.08);
  transition:all 0.3s ease;
}

.expertise-box:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 45px rgba(0,0,0,0.12);
}

.expertise-box h6{
  font-weight:600;
  margin-bottom:8px;
  color:#0f172a;
}

.expertise-box p{
  font-size:14.5px;
  color:#555;
  margin-bottom:0;
  line-height:1.6;
}

.expertise-image{
  max-width:100%;
}
    .advisory-flow-dark{
  background:#0b1120;
  padding:90px 0;
  color:#e5e7eb;
  font-family:Inter, system-ui, sans-serif;
}

.flow-title{
  font-size:38px;
  font-weight:700;
  color:#f9fafb;
}

.flow-subtitle{
  font-size:17px;
  color:#9ca3af;
  margin-top:12px;
}

/* STEPS */
.flow-step{
  display:flex;
  gap:22px;
  padding:26px;
  border-radius:18px;
  background:linear-gradient(145deg,#111827,#0f172a);
  margin-bottom:22px;
  border:1px solid #1f2937;
  transition:0.3s ease;
}

.flow-step:hover{
  transform:translateY(-6px);
  border-color:#6366f1;
}

.flow-count{
  min-width:56px;
  height:56px;
  border-radius:50%;
  background:#1e293b;
  color:#818cf8;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.flow-content h5{
  font-weight:600;
  color:#f9fafb;
  margin-bottom:6px;
}

.flow-content p{
  font-size:15px;
  color:#9ca3af;
  margin-bottom:0;
}

/* RIGHT VISUAL */
.flow-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.visual-ring{
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle at center,#1e293b,#020617);
  border:2px solid #6366f1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 60px rgba(99,102,241,0.35);
}

.visual-ring i{
  font-size:64px;
  color:#818cf8;
}

.visual-text{
  margin-top:22px;
  font-size:15px;
  text-align:center;
  color:#9ca3af;
}

.section-padding {
  padding:80px 0;
}

.section-title {
  font-size:32px;
  font-weight:700;
  margin-bottom:20px;
}

.sub-title {
  font-size:20px;
  font-weight:600;
  margin-bottom:15px;
}

.list-style li {
  margin-bottom:10px;
  font-size:16px;
}

.industry-card {
  background:#fff;
  border-radius:14px;
  padding:25px;
  height:100%;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:all 0.3s ease;
}

.industry-card:hover {
  transform:translateY(-5px);
}

.industry-card h5 {
  font-weight:600;
  margin-bottom:12px;
}

.usecase {
  font-size:14px;
  color:#666;
}

.badge-custom {
  background:#eef2ff;
  color:#4f46e5;
  font-weight:500;
  margin-right:5px;
  margin-bottom:5px;
}

.highlight-box {
  background:#fff;
  border-radius:16px;
  padding:30px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
}