:root {
  --navy: #f8fafc;
  --navy2: #ffffff;
  --navy3: #f1f5f9;
  --blue: #0259e8;
  --cyan: #0284c7;
  --cyan2: #0369a1;
  --white: #0f172a;
  --off: #334155;
  --muted: #64748b;
  --card: #ffffff;
  --border: rgba(15, 23, 42, 0.08);
  --grad: linear-gradient(135deg, #0259e8 0%, #0ea5e9 100%);
  --grad2: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  --nav-bg: rgba(248, 250, 252, 0.8);
  --nav-scrolled: rgba(255, 255, 255, 0.95);
  --font-primary: 'Inter', 'Hind Siliguri', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hind Siliguri', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

/* ── NOISE TEXTURE OVERLAY ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 5%;
  backdrop-filter: blur(20px);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}

nav.scrolled {
  background: var(--nav-scrolled) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05) !important;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo-icon {
  width: 40px;
  height: 40px;
  background: var(--grad);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: white;
  letter-spacing: -0.5px;
}

.nav-logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
  border-radius: 10px;
}


.nav-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: white;
  line-height: 1.2;
}

.nav-logo-sub {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  font-family: 'Hind Siliguri', sans-serif;
}

.nav-links a:hover {
  color: var(--cyan);
}

.nav-cta {
  background: var(--grad);
  color: white !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600 !important;
  transition: opacity 0.2s, transform 0.2s !important;
  box-shadow: 0 4px 20px rgba(26, 108, 255, 0.4);
}

.nav-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 5% 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(26, 108, 255, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(0, 198, 255, 0.08) 0%, transparent 60%),
    var(--navy);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 0%, transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 108, 255, 0.15);
  border: 1px solid rgba(26, 108, 255, 0.3);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  color: var(--cyan);
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}

.hero-badge::before {
  content: '●';
  font-size: 8px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.hero-h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 24px;
  animation: fadeUp 0.6s 0.1s ease both;
}

.hero-h1 .bn {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
}

.hero-h1 .accent {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
  animation: fadeUp 0.6s 0.2s ease both;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: fadeUp 0.6s 0.3s ease both;
}

.btn-primary {
  background: var(--grad);
  color: white;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 30px rgba(26, 108, 255, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Hind Siliguri', sans-serif;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(26, 108, 255, 0.6);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid var(--border);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s, background 0.2s;
  font-family: 'Hind Siliguri', sans-serif;
}

.btn-secondary:hover {
  border-color: var(--cyan);
  background: rgba(2, 132, 199, 0.05);
}

.hero-tags {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  animation: fadeUp 0.6s 0.4s ease both;
}

.hero-tag {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-tag::before {
  content: '✓';
  color: var(--cyan);
  font-size: 12px;
}

/* Hero Card */
.hero-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  backdrop-filter: blur(20px);
  animation: fadeLeft 0.8s 0.2s ease both;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.hero-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.card-avatar img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 14px;
}

.card-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.card-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-item {
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  color: var(--off);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  cursor: default;
}

.service-item:hover {
  background: rgba(26, 108, 255, 0.1);
  border-color: rgba(26, 108, 255, 0.3);
  transform: translateX(4px);
}

.service-item .si {
  color: var(--cyan);
  font-size: 15px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(24px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--navy2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 5%;
  position: relative;
  z-index: 1;
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.stat-item {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid var(--border);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}

/* ── SECTIONS COMMON ── */
section {
  position: relative;
  z-index: 1;
  padding: 100px 5%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.section-tag {
  display: inline-block;
  background: rgba(26, 108, 255, 0.12);
  border: 1px solid rgba(26, 108, 255, 0.25);
  color: var(--cyan);
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-heading {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.section-sub {
  font-size: 16px;
  color: var(--muted);
  max-width: 560px;
  margin: 14px auto 0;
  line-height: 1.65;
}

/* ── SERVICES ── */
.services {
  background: var(--navy);
  color: var(--white);
}

.services-center {
  text-align: center;
}

.services-center .section-heading {
  color: var(--white);
}

.services-center .section-sub {
  color: var(--muted);
  margin: 14px auto 0;
}

.services-center .section-tag {
  background: rgba(2, 89, 232, 0.08);
  border-color: rgba(2, 89, 232, 0.2);
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 56px auto 0;
}

.services-grid > .svc-card {
  width: calc(25% - 15px);
}

.svc-card {
  background: var(--navy2);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 28px 24px;
  transition: all 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.svc-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.svc-card:hover {
  border-color: #1a6cff;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(26, 108, 255, 0.12);
}

.svc-card:hover::before {
  transform: scaleX(1);
}

.svc-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(26, 108, 255, 0.1), rgba(0, 198, 255, 0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
  border: 1px solid rgba(26, 108, 255, 0.15);
}

.svc-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.svc-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── WHY US ── */
.why {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}

.why::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26, 108, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.why-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.why-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}

.why-grid > .why-card {
  width: calc(33.333% - 16px);
}

.why-card {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.why-card:hover {
  background: rgba(26, 108, 255, 0.06);
  border-color: rgba(26, 108, 255, 0.25);
  transform: translateY(-4px);
}

.why-num {
  font-family: 'Syne', sans-serif;
  font-size: 56px;
  font-weight: 800;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 24px;
}

.why-icon-wrap {
  width: 56px;
  height: 56px;
  background: var(--grad);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(26, 108, 255, 0.35);
}

.why-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* ── PROCESS ── */
.process {
  background: var(--navy);
  color: var(--white);
}

.process-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.process-center {
  text-align: center;
}

.process-center .section-heading {
  color: var(--white);
}

.process-center .section-sub {
  color: var(--muted);
  margin: 14px auto 0;
}

.process-center .section-tag {
  background: rgba(2, 89, 232, 0.08);
  border-color: rgba(2, 89, 232, 0.2);
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  row-gap: 45px;
  margin-top: 60px;
  position: relative;
}

.steps > .step {
  width: 25%;
}

.step::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1a6cff, #00c6ff);
  z-index: -1;
}

.step:nth-child(4n)::after,
.step:last-child::after {
  display: none;
}

.step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 72px;
  height: 72px;
  background: var(--grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(26, 108, 255, 0.4);
  border: 4px solid var(--navy);
}

.step-title {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.step-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── TESTIMONIALS ── */
.testimonials {
  background: var(--navy2);
  position: relative;
  overflow: hidden;
}

.testi-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(0, 198, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.testi-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── SWIPER TESTIMONIALS SLIDER ── */
.testi-swiper {
  width: 100%;
  padding: 10px 4px 50px !important; /* padding for shadows and pagination */
  margin-top: 56px;
  overflow: hidden;
}

.testi-swiper .swiper-slide {
  height: auto; /* stretch cards to equal heights */
  display: flex;
}

.testi-swiper .testi-card {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Customize Swiper pagination dots */
.testi-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(2, 89, 232, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
  outline: none;
}

.testi-swiper .swiper-pagination-bullet-active {
  background: var(--blue) !important;
  width: 24px;
  border-radius: 5px;
}

.testi-card {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.testi-card:hover {
  border-color: rgba(26, 108, 255, 0.3);
  transform: translateY(-4px);
}

.testi-stars {
  color: #ffd200;
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.testi-text {
  font-size: 14px;
  color: var(--off);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
}

.testi-name {
  font-weight: 600;
  font-size: 14px;
}

.testi-role {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* ── CTA ── */
.cta-section {
  background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 50%, #e0f2fe 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(26, 108, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.cta-heading {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.cta-heading .bn {
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 700;
}

.cta-sub {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.65;
}

.cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── FOOTER ── */
footer {
  background: var(--navy3);
  border-top: 1px solid var(--border);
  padding: 60px 5% 30px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.footer-brand p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 16px;
}

.footer-col h4 {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
  letter-spacing: 0.5px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--cyan);
}

.footer-bottom {
  max-width: 1200px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--muted);
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
  color: var(--muted);
}

.social-link:hover {
  border-color: var(--cyan);
  background: rgba(0, 198, 255, 0.08);
  color: var(--cyan);
}

/* ── FLOATING WHATSAPP ── */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
  text-decoration: none;
  font-size: 26px;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: floatIn 1s 1s ease both;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: scale(0) rotate(-10deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── MOBILE NAV ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s;
}



.svc-icon i {
  font-size: 24px;
  color: #1a6cff;
}

.why-icon-wrap i {
  font-size: 24px;
  color: #ffffff;
}

.whatsapp-float i {
  font-size: 30px;
  color: #ffffff;
}

.btn-primary i,
.btn-secondary i,
.nav-cta i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: middle;
}

.nav-cta i {
  margin-left: 6px;
  margin-right: 0;
}

/* ── PREMIUM TYPOGRAPHY OVERRIDES ── */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.hero-h1,
.section-heading,
.cta-heading,
.why-title,
.svc-name,
.step-title,
.nav-logo-text,
.card-title,
.stat-num,
.why-num,
.step-num,
.testi-av,
.nav-links a,
.btn-primary,
.btn-secondary,
footer h4,
.footer-col h4,
.stat-label,
.why-text,
.svc-desc {
  font-family: var(--font-primary) !important;
}



/* ── FAQ SECTION ── */
.faq-section {
  background: var(--navy);
}

.faq-center {
  text-align: center;
  margin-bottom: 56px;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-item:hover {
  border-color: rgba(0, 198, 255, 0.3);
}

.faq-item.open {
  border-color: rgba(26, 108, 255, 0.4);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.faq-question span {
  font-family: var(--font-primary) !important;
}

.faq-icon {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--cyan);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
  padding: 0 28px 24px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
  font-family: var(--font-primary) !important;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

/* ── HAMBURGER ANIMATED X ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── BULLETPROOF FONT AWESOME RESTORE ── */
.fa-solid,
.fas,
i.fa-solid,
i.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-regular,
.far,
i.fa-regular,
i.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

.fa-brands,
.fab,
i.fa-brands,
i.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.fa-solid::before,
.fas::before,
i.fa-solid::before,
i.fas::before,
.fa-regular::before,
.far::before,
i.fa-regular::before,
i.far::before {
  font-family: "Font Awesome 6 Free" !important;
}

.fa-brands::before,
.fab::before,
i.fa-brands::before,
i.fab::before {
  font-family: "Font Awesome 6 Brands" !important;
}

/* ── FREE AUDIT FORM WIZARD ── */
.audit-section {
  padding: 140px 5% 100px;
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.audit-container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.audit-card {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.audit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
}

.audit-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}

.audit-subtitle {
  text-align: center;
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 36px;
}

/* Step Progress Indicator */
.step-progress-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.step-progress-line {
  position: absolute;
  top: 18px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--border);
  z-index: 1;
}

.step-progress-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--grad);
  transition: width 0.3s ease;
}

.step-indicators {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.step-dot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 80px;
}

.step-dot {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy3);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  transition: all 0.3s ease;
}

.step-dot-wrap.active .step-dot {
  background: var(--navy2);
  border-color: var(--blue);
  color: var(--blue);
  box-shadow: 0 0 15px rgba(2, 89, 232, 0.2);
}

.step-dot-wrap.completed .step-dot {
  background: var(--blue);
  border-color: var(--blue);
  color: white;
}

.step-dot-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
}

.step-dot-wrap.active .step-dot-label,
.step-dot-wrap.completed .step-dot-label {
  color: var(--white);
}

/* Wizard Panels */
.step-panel {
  display: none;
  animation: fadeInStep 0.4s ease both;
}

.step-panel.active {
  display: block;
}

@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.form-group>label>span {
  color: #ef4444;
  margin-left: 4px;
}

.input-control {
  width: 100%;
  background: var(--navy3);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  color: var(--white);
  transition: all 0.2s ease;
  font-family: var(--font-primary);
}

.input-control:focus {
  outline: none;
  border-color: var(--blue);
  background: var(--navy2);
  box-shadow: 0 0 0 4px rgba(2, 89, 232, 0.08);
}

.input-control::placeholder {
  color: var(--muted);
  opacity: 0.8;
}

/* Goals Grid Selector */
.goals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.goal-option {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: var(--navy3);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0 !important;
}

.goal-option:hover {
  border-color: var(--blue);
  background: rgba(2, 89, 232, 0.02);
}

.goal-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.goal-custom-check {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 11px;
  transition: all 0.2s ease;
}

.goal-option input:checked~.goal-custom-check {
  background: var(--blue);
  border-color: var(--blue);
}

.goal-option input:checked~.goal-custom-check::after {
  content: '✓';
}

.goal-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.goal-option input:checked~.goal-label {
  color: var(--blue);
}

/* Navigation Buttons */
.wizard-buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.btn-wizard-back {
  background: transparent;
  color: var(--white);
  border: 1.5px solid var(--border);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-wizard-back:hover {
  background: var(--navy3);
  border-color: var(--muted);
}

.btn-wizard-next {
  background: var(--grad);
  color: white;
  border: none;
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(2, 89, 232, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.btn-wizard-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(2, 89, 232, 0.45);
}

/* Success View styling */
.success-view {
  text-align: center;
  padding: 20px 0;
}

.success-icon {
  width: 76px;
  height: 76px;
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 24px;
  border: 2px solid rgba(37, 211, 102, 0.2);
}

.success-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}

.success-text {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.btn-whatsapp-submit {
  background: #25d366;
  color: white;
  border: none;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.btn-whatsapp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
  color: white;
}

/* Trust stats below form */
.audit-trust-bar {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
  padding: 16px;
  border-radius: 16px;
}

.audit-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--off);
}

.audit-trust-item i {
  color: var(--blue);
  font-size: 16px;
}

/* ── SERVICES & PRICING WIZARDS ── */
.services-hero {
  padding: 150px 5% 60px;
  background: var(--navy);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.services-hero .section-tag {
  margin-bottom: 20px;
}

.services-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.services-hero p {
  font-size: 18px;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Service Deep-Dives */
.deep-dives-section {
  background: var(--navy2);
}

.deep-dives-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.deep-dive-item {
  display: flex;
  align-items: center;
  gap: 60px;
}

.deep-dive-item:nth-child(even) {
  flex-direction: row-reverse;
}

.deep-dive-info {
  flex: 1;
}

.deep-dive-icon {
  width: 56px;
  height: 56px;
  background: rgba(2, 89, 232, 0.08);
  border: 1px solid rgba(2, 89, 232, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 24px;
}

.deep-dive-info h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.3;
}

.deep-dive-info p {
  font-size: 15px;
  color: var(--off);
  line-height: 1.75;
  margin-bottom: 24px;
}

.deep-dive-includes-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.deep-dive-includes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.deep-dive-includes li {
  font-size: 13.5px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.deep-dive-includes li i {
  color: var(--blue);
  font-size: 12px;
}

.deep-dive-media {
  flex: 1;
  background: var(--navy3);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.015);
  overflow: hidden;
}

.deep-dive-media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
  border-radius: 24px 24px 0 0;
}

.media-feature-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  background: rgba(2, 89, 232, 0.08);
  border: 1px solid rgba(2, 89, 232, 0.15);
  color: var(--blue);
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.media-feature-h {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.media-feature-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* Pricing Toggle */
.pricing-section {
  background: var(--navy);
}

.pricing-center {
  text-align: center;
  margin-bottom: 56px;
}

.pricing-center h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}

.pricing-center p {
  color: var(--muted);
  font-size: 15px;
}

.billing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.billing-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.2s;
}

.billing-label.active {
  color: var(--blue);
}

.billing-toggle {
  position: relative;
  width: 58px;
  height: 30px;
  background: var(--border);
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.billing-toggle-switch {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.billing-toggle.yearly .billing-toggle-switch {
  transform: translateX(28px);
}

.billing-toggle.yearly {
  background: var(--blue);
}

.billing-discount-badge {
  background: #25d366;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.price-card {
  background: var(--navy2);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 40px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}

.price-card.featured {
  border-color: var(--blue);
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(2, 89, 232, 0.05);
}

.price-card.featured::before {
  content: 'POPULAR';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--blue);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 50px;
  letter-spacing: 1px;
}

.price-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}

.price-header p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
  margin-bottom: 24px;
}

.price-value-wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.price-currency {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-right: 4px;
}

.price-val {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.price-period {
  font-size: 14px;
  color: var(--muted);
  margin-left: 6px;
}

.price-cta {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 32px;
  transition: all 0.2s;
}

.price-card .price-cta {
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.price-card .price-cta:hover {
  background: var(--blue);
  color: white;
}

.price-card.featured .price-cta {
  background: var(--grad);
  color: white;
  border: none;
  box-shadow: 0 6px 20px rgba(2, 89, 232, 0.35);
}

.price-card.featured .price-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(2, 89, 232, 0.45);
}

.price-features-h {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.price-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-list li {
  font-size: 13.5px;
  color: var(--off);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.price-list li i {
  color: var(--blue);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.price-list li.no-include {
  color: var(--muted);
  opacity: 0.6;
}

.price-list li.no-include i {
  color: var(--muted);
}

/* BMDC Compliance Section */
.bmdc-section {
  background: var(--navy2);
}

.bmdc-inner {
  max-width: 900px;
  margin: 0 auto;
  background: var(--navy3);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.01);
}

.bmdc-icon {
  width: 96px;
  height: 96px;
  background: rgba(2, 89, 232, 0.08);
  border: 2px solid rgba(2, 89, 232, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--blue);
  flex-shrink: 0;
}

.bmdc-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}

.bmdc-content p {
  font-size: 14px;
  color: var(--off);
  line-height: 1.65;
}

/* ── MOCKUP UI DESIGNS ── */
.mockup-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: var(--navy3) !important;
}

.mockup-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 8px 20px rgba(2, 89, 232, 0.25);
}

.mockup-line.title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
}

.mockup-line.sub {
  font-size: 12px;
  color: var(--muted);
}

.mockup-badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.mock-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(2, 89, 232, 0.08);
  border: 1px solid rgba(2, 89, 232, 0.15);
  color: var(--blue);
}

.mockup-stat-row {
  display: flex;
  gap: 16px;
  margin-top: 8px;
  border-top: 1px solid var(--border);
  padding-top: 12px;
  width: 100%;
  justify-content: center;
}

.mock-stat {
  font-size: 12px;
  color: var(--off);
}

/* Feed Mockup */
.mockup-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--navy3) !important;
}

.feed-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feed-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.feed-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}

.feed-time {
  font-size: 10px;
  color: var(--muted);
}

.feed-post-content {
  font-size: 12px;
  color: var(--off);
  line-height: 1.4;
}

.feed-post-content .accent {
  color: var(--blue);
  font-weight: 600;
}

.feed-image-placeholder {
  background: var(--navy2);
  border: 1px dashed var(--border);
  border-radius: 12px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--blue);
  opacity: 0.8;
}

.feed-actions {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 8px;
  font-size: 11px;
  color: var(--muted);
}

.feed-actions span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Infographic Mockup */
.mockup-infographic {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  background: var(--navy3) !important;
}

.info-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 8px;
  width: 100%;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

.info-item {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--off);
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-item i {
  color: var(--blue);
}

/* Reel Mockup */
.mockup-reel {
  padding: 0 !important;
  overflow: hidden;
  background: #000 !important;
  border-color: #000;
}

.reel-frame {
  height: 320px;
  position: relative;
  display: flex;
}

.reel-video-placeholder {
  flex: 1;
  background: radial-gradient(circle at center, #1e293b 0%, #020617 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reel-play-btn {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  animation: pulseReelPlay 2s infinite;
}

@keyframes pulseReelPlay {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.reel-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: white;
}

.reel-caption p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.reel-caption span {
  font-size: 10px;
  opacity: 0.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.reel-sidebar {
  width: 48px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.reel-side-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: white;
  gap: 4px;
}

.reel-side-icon span {
  font-size: 9px;
  opacity: 0.8;
}

/* Ads Mockup */
.mockup-ads {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--navy3) !important;
}

.ads-header {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}

.ads-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.chart-card {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.chart-label {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 4px;
}

.chart-val {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
}

.chart-change {
  font-size: 10px;
  font-weight: 700;
  margin-top: 4px;
}

.chart-change.positive {
  color: #25d366;
}

.mockup-chart-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 90px;
  padding-top: 10px;
  border-bottom: 1px solid var(--border);
}

.chart-bar {
  width: 18%;
  background: var(--border);
  border-radius: 4px 4px 0 0;
  transition: height 0.5s ease;
}

/* Website Mockup */
.mockup-website {
  padding: 0 !important;
  overflow: hidden;
  background: var(--navy2) !important;
  display: flex;
  flex-direction: column;
  height: 320px;
}

.web-nav {
  background: var(--navy3);
  border-bottom: 1px solid var(--border);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.web-dot-nav {
  display: flex;
  gap: 4px;
}

.web-dot-nav span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
}

.web-dot-nav span:nth-child(1) {
  background: #ff5f56;
}

.web-dot-nav span:nth-child(2) {
  background: #ffbd2e;
}

.web-dot-nav span:nth-child(3) {
  background: #27c93f;
}

.web-url {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 10px;
  color: var(--muted);
  padding: 4px 16px;
  flex: 1;
  text-align: center;
}

.web-hero {
  flex: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: radial-gradient(circle at bottom right, rgba(2, 89, 232, 0.05) 0%, transparent 70%);
}

.web-hero-left {
  flex: 1.5;
}

.web-title-line {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.3;
}

.web-sub-line {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 16px;
}

.web-btn {
  display: inline-block;
  background: var(--grad);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
}

.web-hero-right {
  flex: 1;
  font-size: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  animation: floatWebIcon 3s ease-in-out infinite;
}

@keyframes floatWebIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Booking Mockup */
.mockup-booking {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--navy3) !important;
}

.book-header {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
}

.calendar-row {
  display: flex;
  justify-content: space-between;
}

.cal-day {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px;
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  width: 22%;
  line-height: 1.4;
  cursor: default;
}

.cal-day strong {
  font-size: 13px;
  color: var(--white);
  display: block;
  margin-top: 2px;
}

.cal-day.active {
  border-color: var(--blue);
  background: rgba(2, 89, 232, 0.05);
}

.cal-day.active strong {
  color: var(--blue);
}

.slots-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.slot-item {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 600;
  color: var(--off);
  text-align: center;
  cursor: default;
}

.slot-item.booked {
  opacity: 0.4;
  text-decoration: line-through;
}

.slot-item.active {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

/* Chat Mockup */
.mockup-chat {
  display: flex;
  flex-direction: column;
  background: var(--navy3) !important;
  height: 320px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
}

.chat-header {
  background: var(--navy2);
  border-bottom: 1px solid var(--border);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
}

.chat-header span {
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
}

.chat-body {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
}

.chat-msg {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 11px;
  line-height: 1.4;
}

.chat-msg.bot {
  background: var(--navy2);
  color: var(--white);
  align-self: flex-start;
  border-bottom-left-radius: 2px;
  border: 1px solid var(--border);
}

.chat-msg.user {
  background: var(--blue);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}

/* ── PORTFOLIO PAGE STYLES ── */
.portfolio-hero {
  position: relative;
  padding: 180px 5% 80px;
  background: var(--navy);
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.portfolio-hero .hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -20%, rgba(2, 89, 232, 0.08) 0%, transparent 70%);
  z-index: 0;
}

.portfolio-hero .hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

.portfolio-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.portfolio-hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


/* Category Filters */
.portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.filter-btn {
  background: var(--navy3);
  color: var(--white);
  border: 1px solid var(--border);
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Hind Siliguri', sans-serif;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  box-shadow: 0 6px 20px rgba(2, 89, 232, 0.25);
  transform: translateY(-2px);
}

/* Case Studies Cards */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
  margin-bottom: 80px;
}

.case-card {
  background: var(--card);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: rgba(2, 89, 232, 0.2);
}

.case-card.hidden {
  display: none;
}

.case-image {
  height: 220px;
  background: var(--navy3);
  position: relative;
  overflow: hidden;
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.case-card:hover .case-image img {
  transform: scale(1.05);
}

.case-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--blue);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  z-index: 2;
}

.case-content {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.4;
}

.case-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

.stat-box {
  text-align: center;
}

.stat-val {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue);
}

.stat-lbl {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}

/* Video Reels Showcase Grid */
.video-section {
  background: var(--navy);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.video-card {
  background: var(--card);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  position: relative;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(2, 89, 232, 0.9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(2, 89, 232, 0.4);
  z-index: 2;
  border: none;
}

.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--blue);
}

.video-info {
  padding: 16px;
}

.video-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 4px;
}

.video-views {
  font-size: 12px;
  color: var(--cyan);
  font-weight: 600;
}

/* Testimonials Carousel */
.testimonials-section {
  background: var(--navy2);
  overflow: hidden;
}

.carousel-container {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.testimonial-card {
  min-width: 380px;
  width: 380px;
  background: var(--card);
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rating-stars {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 14.5px;
  color: var(--off);
  line-height: 1.7;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blue);
  border: 2px solid var(--border);
}

.author-name {
  font-weight: 700;
  font-size: 15px;
  color: var(--white);
}

.author-role {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: all 0.3s;
}

.carousel-dot.active {
  width: 24px;
  border-radius: 4px;
  background: var(--blue);
}

/* ── ABOUT PAGE STYLES ── */
.about-hero {
  position: relative;
  padding: 160px 5% 80px;
  background: var(--navy);
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.about-hero .hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% -20%, rgba(2, 89, 232, 0.12) 0%, transparent 70%);
  z-index: 0;
}

.about-hero .hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

.about-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.about-hero p {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: var(--muted);
  max-width: 600px;
  margin: 0 0 24px 0;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.about-hero-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.about-feature-item {
  font-size: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-feature-item i {
  color: var(--cyan);
  font-size: 16px;
}

.about-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-hero-right {
  display: flex;
  justify-content: center;
}

.about-hero-img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-hero-img-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(2, 89, 232, 0.2);
}

.about-hero-img-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Specialized Focus Section */
.focus-section {
  background: var(--navy2);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.focus-card {
  background: var(--card);
  padding: 40px 32px;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}

.focus-card:hover {
  transform: translateY(-5px);
  border-color: rgba(2, 89, 232, 0.25);
  box-shadow: 0 15px 35px rgba(2, 89, 232, 0.05);
}

.focus-icon {
  width: 56px;
  height: 56px;
  background: rgba(2, 89, 232, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 24px;
}

.focus-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.focus-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

/* Milestones Timeline Section */
.timeline-section {
  background: var(--navy);
  position: relative;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 56px auto 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--border);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 24px 40px;
  box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  position: absolute;
  top: 36px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--blue);
  border: 4px solid var(--navy);
  z-index: 2;
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -10px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -10px;
}

.timeline-content {
  background: var(--card);
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.timeline-item:nth-child(odd) .timeline-content {
  text-align: right;
}

.timeline-date {
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 8px;
  display: block;
}

.timeline-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* Team Section */
.team-section {
  background: var(--navy2);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.team-card {
  background: var(--card);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
  text-align: center;
  padding: 40px 24px;
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(2, 89, 232, 0.25);
  box-shadow: 0 15px 35px rgba(2, 89, 232, 0.05);
}

.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--navy3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--blue);
  margin: 0 auto 24px;
  border: 4px solid var(--border);
}

.team-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.team-role {
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.team-bio {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 20px;
}

.team-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.team-social-link {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.2s;
}

.team-social-link:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: rgba(2, 89, 232, 0.05);
}

/* ── BLOG PAGE STYLES ── */
.blog-hero {
  position: relative;
  padding: 180px 5% 60px;
  background: var(--navy);
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.blog-hero .hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% -20%, rgba(2, 89, 232, 0.08) 0%, transparent 70%);
  z-index: 0;
}

.blog-hero .hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 0;
}

.blog-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.search-container {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.search-input {
  width: 100%;
  padding: 16px 24px 16px 52px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: var(--card);
  color: var(--white);
  font-size: 15px;
  font-family: var(--font-primary);
  outline: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}

.search-input:focus {
  border-color: var(--blue);
  box-shadow: 0 10px 30px rgba(2, 89, 232, 0.08);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 16px;
}

/* Featured Article */
.featured-section {
  background: var(--navy2);
}

.featured-card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 28px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.featured-img-wrap {
  position: relative;
  min-height: 320px;
  background: var(--navy3);
}

.featured-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-badge {
  align-self: flex-start;
  background: rgba(2, 89, 232, 0.08);
  color: var(--blue);
  border: 1px solid rgba(2, 89, 232, 0.15);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.featured-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 16px;
  text-decoration: none;
}

.featured-desc {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.featured-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: var(--muted);
}

.featured-author {
  font-weight: 700;
  color: var(--off);
}

.btn-read-more {
  align-self: flex-start;
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.btn-read-more:hover {
  color: var(--cyan);
  gap: 10px;
}

/* Blog Posts Section */
.blog-posts-section {
  background: var(--navy2);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.blog-card {
  background: var(--card);
  border-radius: 20px;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(2, 89, 232, 0.25);
  box-shadow: 0 15px 35px rgba(2, 89, 232, 0.05);
}

.blog-card.hidden {
  display: none;
}

.blog-img {
  height: 200px;
  position: relative;
  background: var(--navy3);
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(15, 23, 42, 0.85);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}

.blog-card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 12px;
  display: block;
  width: fit-content;
  text-decoration: none;
}

.blog-card-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

/* ── BLOG SINGLE POST STYLES ── */
.post-hero {
  position: relative;
  padding: 160px 5% 60px;
  background: var(--navy);
  border-bottom: 1px solid var(--border);
}

.post-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.post-breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
  justify-content: center;
}

.post-breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.post-breadcrumbs a:hover {
  color: var(--blue);
}

.post-hero-title {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 24px;
}

.post-hero-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: center;
}

.post-hero-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-hero-meta i {
  color: var(--blue);
}

/* Post Columns Layout */
.post-layout-section {
  background: var(--navy2);
}

.post-layout-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Article Typography */
.post-content-body {
  font-size: 16px;
  color: var(--off);
  line-height: 1.8;
  font-family: var(--font-primary);
}

.post-content-body h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  margin: 40px 0 20px;
  line-height: 1.3;
}

.post-content-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin: 32px 0 16px;
  line-height: 1.35;
}

.post-content-body p {
  margin-bottom: 24px;
}

.post-content-body ul, .post-content-body ol {
  margin: 0 0 24px 24px;
}

.post-content-body li {
  margin-bottom: 10px;
}

.post-content-body blockquote {
  border-left: 4px solid var(--blue);
  background: var(--navy);
  padding: 24px 28px;
  border-radius: 0 16px 16px 0;
  font-style: italic;
  color: var(--white);
  margin: 32px 0;
  font-size: 17px;
  line-height: 1.7;
}

/* Author Bio Card */
.post-author-card {
  margin-top: 56px;
  padding: 36px;
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.post-author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--navy3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border: 3px solid var(--border);
  flex-shrink: 0;
}

.post-author-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.post-author-role {
  font-size: 12px;
  color: var(--cyan);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.post-author-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* Sidebar Styling */
.post-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sidebar-widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.sidebar-widget-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 10px;
}

.widget-cta-box {
  background: var(--navy);
  border-radius: 20px;
  padding: 28px;
  border: 1px dashed rgba(2, 89, 232, 0.3);
  text-align: center;
}

.widget-cta-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.widget-cta-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 20px;
}

.widget-cta-btn {
  display: block;
  background: var(--grad);
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 13px;
  transition: transform 0.2s;
  box-shadow: 0 4px 15px rgba(2, 89, 232, 0.3);
}

.widget-cta-btn:hover {
  transform: translateY(-1px);
}

/* Widget Posts List */
.widget-posts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.widget-post-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
}

.widget-post-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--navy3);
  flex-shrink: 0;
}

.widget-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-post-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  transition: color 0.2s;
}

.widget-post-item:hover .widget-post-title {
  color: var(--blue);
}

.widget-post-date {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}

/* ── CONTACT PAGE STYLES ── */
.contact-section {
  padding: 150px 5% 80px;
  background: var(--navy2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-info-title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
}

.contact-info-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.contact-cards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--navy3);
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 20px;
  transition: border-color 0.3s, transform 0.3s;
}

.contact-detail-card:hover {
  border-color: rgba(2, 89, 232, 0.3);
  transform: translateY(-2px);
}

.contact-detail-icon {
  width: 48px;
  height: 48px;
  background: rgba(2, 89, 232, 0.08);
  border: 1px solid rgba(2, 89, 232, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--blue);
  flex-shrink: 0;
}

.contact-detail-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.contact-detail-content p, 
.contact-detail-content a {
  font-size: 14.5px;
  color: var(--off);
  text-decoration: none;
  line-height: 1.5;
}

.contact-detail-content a:hover {
  color: var(--blue);
}

.contact-form-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad);
}

.contact-form-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}

.contact-form-subtitle {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
}

/* Map Section */
.contact-map-section {
  padding: 0 5% 100px;
  background: var(--navy2);
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 400px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.02);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* =============================================
   Hero Video Card & Popup Modal Styles
   ============================================= */

.hero-video-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 500px;
  justify-self: center;
  animation: fadeLeft 0.8s 0.2s ease both;
}

.hero-video-card {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border);
  background: #0a122c;
  display: flex;
  transform: translateZ(0);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-video-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(2, 89, 232, 0.4) 0%, rgba(14, 165, 233, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.hero-video-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 30px 60px rgba(2, 89, 232, 0.15);
}

.hero-video-svg {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 5;
  pointer-events: none;
}

.play-btn-circle {
  width: 76px;
  height: 76px;
  background: var(--grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(2, 89, 232, 0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.play-btn-circle i {
  color: #ffffff;
  font-size: 26px;
  margin-left: 5px; /* Adjusting alignment for the triangle play icon */
  transition: transform 0.3s ease;
}

.play-btn-pulse {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1.5px solid #0ea5e9;
  animation: svgPlayPulse 2s infinite;
  pointer-events: none;
  z-index: -1;
  opacity: 0.8;
}

@keyframes svgPlayPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.hero-video-card:hover .play-btn-circle {
  transform: scale(1.12);
  box-shadow: 0 15px 35px rgba(2, 89, 232, 0.7);
}

.hero-video-card:hover .play-btn-circle i {
  transform: scale(1.1);
}

/* Card Glow Hover Effect */
.video-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(14, 165, 233, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 2;
}

.hero-video-card:hover .video-card-glow {
  opacity: 1;
}

.video-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}

.video-caption i {
  color: #ef4444;
  font-size: 16px;
  animation: blinkRed 1.5s infinite;
}

@keyframes blinkRed {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.video-caption strong {
  color: var(--cyan);
  background: rgba(2, 132, 199, 0.08);
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 4px;
  font-family: 'Hind Siliguri', sans-serif;
}

/* SVG Animations */
.svg-chart-line {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawChartLine 3s ease forwards 0.8s;
}

@keyframes drawChartLine {
  to {
    stroke-dashoffset: 0;
  }
}

.svg-chart-pulse {
  animation: chartPulse 2s infinite ease-in-out;
  transform-origin: 290px 110px;
}

@keyframes chartPulse {
  0% { transform: scale(0.8); opacity: 0.8; }
  50% { transform: scale(1.6); opacity: 0; }
  100% { transform: scale(0.8); opacity: 0; }
}

.svg-floating-badge-1 {
  animation: floatBadge1 4s infinite ease-in-out;
}

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

.svg-floating-badge-2 {
  animation: floatBadge2 4s infinite ease-in-out 1s;
}

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

.svg-doctor-group {
  animation: floatDoctor 5s infinite ease-in-out;
}

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

/* Dancing Soundwave Bars */
.svg-wave-bar-1 { animation: waveDance 1.2s infinite ease-in-out alternate 0.1s; transform-origin: bottom; }
.svg-wave-bar-2 { animation: waveDance 1.2s infinite ease-in-out alternate 0.3s; transform-origin: bottom; }
.svg-wave-bar-3 { animation: waveDance 1.2s infinite ease-in-out alternate 0.5s; transform-origin: bottom; }
.svg-wave-bar-4 { animation: waveDance 1.2s infinite ease-in-out alternate 0.2s; transform-origin: bottom; }
.svg-wave-bar-5 { animation: waveDance 1.2s infinite ease-in-out alternate 0.4s; transform-origin: bottom; }

@keyframes waveDance {
  0% { transform: scaleY(0.4); }
  100% { transform: scaleY(1.1); }
}

/* Video Modal Popup */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}

.video-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(12px);
}

.video-modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #000000;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: scale(0.92) translateY(10px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.video-modal.open .video-modal-content {
  transform: scale(1) translateY(0);
}

.video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
  backdrop-filter: blur(8px);
}

.video-modal-close i {
  font-size: 18px;
}

.video-modal-close:hover {
  background: #ef4444;
  border-color: #ef4444;
  transform: rotate(90deg);
}

.video-modal-iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-modal-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* =============================================
   Portfolio Section Styles
   ============================================= */
.portfolio {
  padding: 100px 5%;
  background: var(--navy);
  position: relative;
}

.portfolio-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

/* Portfolio Tabs */
.portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.portfolio-tab-btn {
  background: var(--navy2);
  border: 1px solid var(--border);
  color: var(--white);
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Hind Siliguri', sans-serif;
}

.portfolio-tab-btn:hover,
.portfolio-tab-btn.active {
  background: var(--grad);
  border-color: transparent;
  color: #ffffff !important; /* Ensure white text is highly readable on active blue gradient */
  box-shadow: 0 10px 25px rgba(2, 89, 232, 0.2);
}

.portfolio-tab-content {
  display: none;
}

.portfolio-tab-content.active {
  display: block;
}

/* Masonry Layout */
.portfolio-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.portfolio-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portfolio-masonry-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.portfolio-masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hidden overlay as requested: no overlays or scale effects on hover */
.portfolio-item-overlay {
  display: none !important;
}

/* Video Grid Layout */
.portfolio-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.portfolio-video-card {
  background: var(--navy2);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(2, 89, 232, 0.1);
}

.video-thumb-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.video-thumb-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-video-card:hover .video-thumb-wrap img {
  transform: scale(1.05);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--grad);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(2, 89, 232, 0.4);
  transition: transform 0.3s ease;
  z-index: 2;
}

.video-play-btn i {
  color: #ffffff;
  font-size: 20px;
  margin-left: 4px;
}

.portfolio-video-card:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 20px;
}

.video-info h4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: 'Hind Siliguri', sans-serif;
}

.video-info span {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 500;
  font-family: 'Hind Siliguri', sans-serif;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .portfolio-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-col {
    flex: 1 1 calc(50% - 12px);
  }
  .portfolio-videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .portfolio-videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .portfolio-masonry {
    grid-template-columns: 1fr;
  }
  .portfolio-col {
    flex: 1 1 100%;
  }
}

/* Image Modal Popup */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}

.image-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.image-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(12px);
}

.image-modal-content {
  position: relative;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
  transform: scale(0.92) translateY(10px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-modal.open .image-modal-content {
  transform: scale(1) translateY(0);
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
  backdrop-filter: blur(8px);
}

.image-modal-close i {
  font-size: 18px;
  color: #ffffff;
}

.image-modal-close:hover {
  background: #ef4444;
  border-color: #ef4444;
  transform: rotate(90deg);
}

.image-modal-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 85vh;
}

.image-modal-img-container img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.portfolio-masonry-item {
  cursor: pointer !important;
}

/* =============================================
   Forminator Custom Design overrides
   ============================================= */
.contact-form-card .forminator-custom-form {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Fields layout */
.contact-form-card .forminator-field {
  margin-bottom: 20px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Labels */
.contact-form-card .forminator-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--white) !important;
  margin-bottom: 8px !important;
  display: block !important;
}

/* Required asterisk */
.contact-form-card .forminator-label .forminator-required {
  color: #ef4444 !important;
  margin-left: 4px !important;
}

/* Inputs and Textareas styling */
.contact-form-card .forminator-input,
.contact-form-card .forminator-textarea {
  width: 100% !important;
  background: var(--navy3) !important;
  border: 1.5px solid var(--border) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  color: var(--white) !important;
  transition: all 0.2s ease !important;
  font-family: var(--font-primary) !important;
  height: auto !important;
}

/* Input Focus state */
.contact-form-card .forminator-input:focus,
.contact-form-card .forminator-textarea:focus {
  outline: none !important;
  border-color: var(--blue) !important;
  background: var(--navy2) !important;
  box-shadow: 0 0 0 4px rgba(2, 89, 232, 0.08) !important;
}

/* Placeholders */
.contact-form-card .forminator-input::placeholder,
.contact-form-card .forminator-textarea::placeholder {
  color: var(--muted) !important;
  opacity: 0.8 !important;
}

/* Submit Button */
.contact-form-card .forminator-button-submit {
  background: var(--grad) !important;
  color: white !important;
  padding: 14px 30px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: none !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  margin-top: 10px !important;
  box-shadow: 0 4px 12px rgba(26, 108, 255, 0.2) !important;
}

/* Submit Button Hover */
.contact-form-card .forminator-button-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 40px rgba(26, 108, 255, 0.6) !important;
}

/* Remove default Forminator focus outline and shadow */
.contact-form-card .forminator-input:focus-visible,
.contact-form-card .forminator-textarea:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(2, 89, 232, 0.08) !important;
}

/* Success/Response messaging */
.contact-form-card .forminator-response-message.forminator-show {
  background: rgba(46, 213, 115, 0.1) !important;
  border: 1px solid rgba(46, 213, 115, 0.3) !important;
  border-radius: 12px !important;
  color: #2ed573 !important;
  padding: 16px !important;
  margin-top: 20px !important;
  text-align: center !important;
  font-size: 14px !important;
  box-shadow: 0 8px 32px rgba(46, 213, 115, 0.05) !important;
}

/* Error/Validation messaging */
.contact-form-card .forminator-error-message {
  color: #ef4444 !important;
  font-size: 12px !important;
  margin-top: 5px !important;
}

/* Adjust row spacing */
.contact-form-card .forminator-row {
  margin-bottom: 0 !important;
}

/* Error highlight on input fields */
.contact-form-card .forminator-has-error .forminator-input,
.contact-form-card .forminator-has-error .forminator-textarea {
  border-color: #ef4444 !important;
}