.ef-nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-left: auto;
}

.ef-menu {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: #1f2937;
  font-weight: 600;
}

.ef-menu a,
.ef-menu button {
  color: inherit;
  font: inherit;
  line-height: 1;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.ef-menu a:hover,
.ef-menu button:hover {
  color: #16a34a;
}

.ef-dropdown {
  position: relative;
}

.ef-dropdown-panel {
  position: absolute;
  top: 1.65rem;
  left: 50%;
  width: 260px;
  transform: translateX(-50%);
  display: none;
  padding: 0.55rem;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.ef-dropdown:hover .ef-dropdown-panel,
.ef-dropdown:focus-within .ef-dropdown-panel {
  display: grid;
}

.ef-dropdown-panel a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 0.5rem;
  line-height: 1.15;
  color: #111827;
  white-space: normal;
}

.ef-dropdown-panel a:hover {
  background: #ecfdf5;
  color: #047857;
}

.ef-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(22, 163, 74, 0.22);
}

.ef-header-cta:hover {
  background: #15803d;
  color: #fff;
}

.ef-mobile-menu {
  display: none;
  position: relative;
}

.ef-mobile-menu > summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.ef-mobile-menu > summary::-webkit-details-marker {
  display: none;
}

.ef-mobile-menu > div {
  position: absolute;
  right: 0;
  top: calc(100% + 0.65rem);
  width: min(82vw, 300px);
  display: grid;
  gap: 0.2rem;
  padding: 0.7rem;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.ef-mobile-menu a {
  padding: 0.82rem 0.9rem;
  border-radius: 0.6rem;
  color: #111827;
  font-weight: 750;
  text-decoration: none;
}

.ef-mobile-menu a:hover {
  background: #ecfdf5;
  color: #047857;
}

.ef-mobile-solutions {
  border: 1px solid rgba(4, 120, 87, 0.12);
  border-radius: 0.7rem;
  background: #f8fffb;
}

.ef-mobile-solutions > summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9rem;
  color: #052e16;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.ef-mobile-solutions > summary::-webkit-details-marker {
  display: none;
}

.ef-mobile-solutions > summary::after {
  content: "+";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dcfce7;
  color: #047857;
  font-weight: 900;
}

.ef-mobile-solutions[open] > summary::after {
  content: "-";
  background: #047857;
  color: #fff;
}

.ef-mobile-subgroup {
  display: grid;
  gap: 0.2rem;
  padding: 0 0.5rem 0.55rem;
  border-top: 1px solid rgba(4, 120, 87, 0.1);
}

.ef-mobile-subgroup a {
  padding: 0.62rem 0.7rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: #374151;
  background: #fff;
}

.ef-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  right: 0.8rem;
  left: auto;
  bottom: 0.8rem;
  grid-template-columns: repeat(2, auto);
  gap: 0.45rem;
  background: transparent;
}

.ef-mobile-cta a {
  min-height: 46px;
  min-width: 92px;
  display: grid;
  place-items: center;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: #052e16;
  color: #fff;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.ef-mobile-cta a:last-child {
  border-right: 0;
}

.ef-internal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem auto 0;
  justify-content: center;
}

.ef-internal-nav a {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  font-weight: 700;
  text-decoration: none;
}

.ef-internal-nav a:hover {
  background: #dcfce7;
}

.ef-salary-banner {
  position: sticky;
  top: 64px;
  z-index: 45;
  display: block;
  padding: 0.65rem 1rem;
  background: linear-gradient(90deg, #facc15, #16a34a);
  color: #fff;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.16);
}

.ef-difference-heading {
  margin-top: 1rem;
  color: #047857;
  font-weight: 850;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}

.ef-core-strengths {
  position: relative;
  margin-top: 0;
  height: 100%;
  padding: 1.4rem;
  border: 1px solid rgba(4, 120, 87, 0.18);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
}

.ef-core-strengths h2 {
  max-width: 16rem;
  margin: 0 0 1.2rem;
  color: #052e16;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 850;
  line-height: 1.15;
}

.ef-core-strengths > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.ef-core-strengths article {
  position: relative;
  min-height: 0;
  padding: 0.95rem 1rem 0.95rem 1.15rem;
  border: 1px solid rgba(4, 120, 87, 0.14);
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ef-core-strengths article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  bottom: 0.9rem;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #10b981;
}

.ef-core-strengths article:hover {
  transform: translateY(-2px);
  border-color: rgba(4, 120, 87, 0.3);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.ef-core-strengths h3 {
  margin: 0 0 0.35rem;
  color: #052e16;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.25;
}

.ef-core-strengths p {
  color: #4b5563;
  line-height: 1.55;
  font-size: 0.88rem;
}

.ef-strength-motion-panel {
  position: relative;
  overflow: hidden;
  max-width: 520px !important;
  padding: 1.15rem !important;
  border: 1px solid rgba(4, 120, 87, 0.18) !important;
  border-radius: 0.9rem !important;
  background: linear-gradient(145deg, #ffffff 0%, #f0fdf4 100%) !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1) !important;
}

.ef-strength-motion-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(16, 185, 129, 0.12) 46%, transparent 72%),
    radial-gradient(circle at top right, rgba(5, 46, 22, 0.08), transparent 36%);
  pointer-events: none;
}

.ef-strength-motion-panel h2 {
  position: relative;
  max-width: 18rem;
  margin-bottom: 1rem !important;
  color: #052e16 !important;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem) !important;
  line-height: 1.15 !important;
}

.ef-strength-motion-panel > div {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.78rem !important;
}

.ef-strength-motion-card {
  position: relative;
  min-height: 156px;
  padding: 1rem !important;
  border: 1px solid rgba(4, 120, 87, 0.16) !important;
  border-radius: 0.75rem !important;
  background:
    linear-gradient(145deg, rgba(236, 253, 245, 0.96) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(240, 253, 244, 0.96) 100%) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.065);
  animation: efStrengthFloat 5.8s ease-in-out infinite;
  animation-delay: var(--ef-float-delay);
}

.ef-strength-motion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 4px solid #047857;
  pointer-events: none;
}

.ef-strength-motion-card:nth-child(even) {
  transform: translateY(0.55rem);
}

.ef-strength-motion-card:hover {
  border-color: rgba(4, 120, 87, 0.32) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11);
  animation-play-state: paused;
}

.ef-strength-motion-card h3 {
  margin-bottom: 0.45rem !important;
  color: #052e16 !important;
  font-size: 0.96rem !important;
  line-height: 1.25 !important;
}

.ef-strength-motion-card p {
  color: #4b5563 !important;
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
}

@keyframes efStrengthFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ef-strength-motion-card {
    animation: none;
  }
}

.ef-leadership-section {
  padding: 3.75rem 1.5rem;
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.ef-leadership-title {
  width: min(1120px, 100%);
  margin: 0 auto 1.5rem;
  color: #052e16;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.ef-leadership-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.ef-leader-card {
  overflow: hidden;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.ef-leader-photo-link {
  display: block;
  aspect-ratio: 1 / 1.08;
  background: #fff;
}

.ef-leader-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  padding: 0.35rem;
  background: #fff;
}

.ef-leader-neha img {
  object-fit: contain;
  object-position: center center;
  padding: 0.35rem;
  background: #fff;
}

.ef-leader-pragya .ef-leader-photo-link {
  background: #fff;
}

.ef-leader-pragya img {
  object-position: center center;
  filter: saturate(0.98) brightness(1.02);
}

.ef-leader-manisha img {
  padding: 0.1rem;
  transform: scale(1.18);
  transform-origin: center center;
}

.ef-leader-neha .ef-leader-meta p {
  white-space: nowrap;
  font-size: 0.7rem;
}

.ef-leader-meta {
  position: relative;
  min-height: 94px;
  padding: 0.8rem 0.75rem 0.85rem;
  text-align: center;
}

.ef-leader-meta h3 {
  margin: 0;
  color: #052e16;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
}

.ef-leader-meta p {
  margin: 0.35rem 0 0;
  color: #4b5563;
  font-size: 0.76rem;
  line-height: 1.35;
}

.ef-linkedin-link {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  margin-top: 0.65rem;
  border-radius: 50%;
  background: #047857;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.ef-linkedin-link:hover {
  background: #052e16;
  color: #fff;
}

section,
main > div {
  scroll-margin-top: 88px;
}

section p,
article p {
  line-height: 1.68;
}

article,
.rounded-xl,
.rounded-2xl {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

article:hover,
.rounded-xl:hover,
.rounded-2xl:hover {
  border-color: rgba(22, 163, 74, 0.22);
}

@media (min-width: 901px) {
  section[class~="py-32"],
  section[class~="sm:py-32"] {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  section[class~="py-24"],
  section[class~="sm:py-36"] {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  section[class~="py-20"] {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  section[class~="py-16"] {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  div[class~="h-16"][class*="skew"],
  div[class~="h-16"][class*="-skew"] {
    height: 2.25rem !important;
  }

  [class~="gap-12"] {
    gap: 2.25rem !important;
  }

  [class~="gap-10"] {
    gap: 2rem !important;
  }

  [class~="mb-12"] {
    margin-bottom: 2rem !important;
  }

  [class~="space-y-10"] > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem !important;
  }
}

.bg-yellow-50,
.bg-yellow-100,
.bg-yellow-400\/15 {
  background-color: #ecfdf5 !important;
}

.text-yellow-700,
.text-yellow-800,
.text-yellow-900 {
  color: #047857 !important;
}

.border-yellow-100,
.border-yellow-200,
.border-yellow-300 {
  border-color: rgba(4, 120, 87, 0.18) !important;
}

.from-yellow-500 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.to-green-600 {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position) !important;
}

.focus\:ring-yellow-400:focus {
  --tw-ring-color: rgba(16, 185, 129, 0.45) !important;
}

.accent-yellow-500 {
  accent-color: #047857 !important;
}

.ef-page-polished section {
  background-clip: padding-box;
}

.ef-page-polished section:nth-of-type(odd):not(.ef-leadership-section):not([style*="display: none"]) {
  border-top: 1px solid rgba(4, 120, 87, 0.06);
}

.ef-clients-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fffb 100%) !important;
}

.ef-clients-section .container {
  max-width: 1180px;
}

.ef-client-logo-marquee,
.ef-mobile-logo-marquee {
  display: block !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  padding: 0.4rem 0;
}

.ef-client-logo-marquee::before,
.ef-client-logo-marquee::after,
.ef-mobile-logo-marquee::before,
.ef-mobile-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 2;
  pointer-events: none;
}

.ef-client-logo-marquee::before,
.ef-mobile-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.ef-client-logo-marquee::after,
.ef-mobile-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.ef-client-logo-track,
.ef-mobile-logo-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: efLogoScroll 34s linear infinite;
}

.ef-client-logo-track span,
.ef-mobile-logo-track span {
  width: 170px;
  height: 92px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(4, 120, 87, 0.1);
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.ef-client-logo-track img,
.ef-mobile-logo-track img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

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

@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 68px;
  }

  .ef-nav-wrap {
    gap: 0.7rem;
  }

  .ef-menu {
    display: none;
  }

  .ef-mobile-menu {
    display: block;
    z-index: 80;
  }

  .ef-header-cta {
    min-height: 36px;
    padding: 0 0.8rem;
    font-size: 0.82rem;
  }

  .ef-mobile-cta {
    display: grid;
  }

  .ef-salary-banner {
    top: 58px;
    padding: 0.7rem 0.9rem;
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .ef-internal-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 0.2rem 0.25rem;
    margin-top: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .ef-internal-nav a {
    flex: 0 0 auto;
    padding: 0.62rem 0.82rem;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .ef-core-strengths {
    margin-top: 1.4rem;
    padding: 1rem;
  }

  .ef-core-strengths > div {
    grid-template-columns: 1fr;
  }

  .ef-core-strengths article {
    min-height: auto;
  }

  .ef-core-strengths h2 {
    max-width: none;
  }

  .ef-strength-motion-panel {
    max-width: none !important;
    padding: 1rem !important;
  }

  .ef-strength-motion-panel > div {
    grid-template-columns: 1fr !important;
  }

  .ef-strength-motion-card,
  .ef-strength-motion-card:nth-child(even) {
    min-height: auto;
    transform: none;
  }

  .ef-leadership-section {
    padding: 3.25rem 1rem !important;
  }

  .ef-leadership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .ef-leader-meta {
    min-height: 92px;
    padding: 0.75rem 0.6rem 0.8rem;
  }

  .ef-leader-meta h3 {
    font-size: 0.86rem;
  }

  .ef-leader-meta p {
    font-size: 0.74rem;
  }

  .ef-linkedin-link {
    width: 26px;
    height: 26px;
  }

  h1 {
    line-height: 1.08 !important;
  }

  h2,
  h3 {
    line-height: 1.16 !important;
  }

  p {
    line-height: 1.7 !important;
  }

  section {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  button,
  a {
    touch-action: manipulation;
  }
}

@media (max-width: 520px) {
  .ef-nav-wrap {
    margin-left: 0.4rem;
  }

  .ef-mobile-menu > summary {
    min-height: 38px;
    padding: 0 0.72rem;
    font-size: 0.82rem;
  }

  .ef-mobile-menu > div {
    position: fixed;
    top: 4.25rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
  }

  .ef-mobile-cta {
    right: 0.6rem;
    bottom: 0.6rem;
  }

  .ef-mobile-cta a {
    min-width: 78px;
    min-height: 42px;
    font-size: 0.8rem;
  }

  .ef-leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .ef-leader-photo-link {
    aspect-ratio: 1 / 1.05;
  }

  .ef-leader-meta {
    min-height: 86px;
  }

  input,
  textarea,
  select,
  button {
    max-width: 100%;
  }

  [class~="flex-1"] {
    min-width: 0;
  }

  [class~="gap-3"] {
    gap: 0.65rem !important;
  }

  [class~="px-6"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  [class~="py-6"] {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .ef-strength-motion-card {
    animation: none;
  }

  [class~="space-y-3"] > [class~="flex"][class~="gap-3"],
  [class~="space-y-4"] > [class~="flex"][class~="gap-3"] {
    flex-direction: column !important;
  }
}
