.chess-piece,
.chess-strategy,
.goal-card,
.hero-stats i,
.roadmap-line b,
.service-card i,
.why-item i {
  place-items: center;
}
.goal-card,
.process-item,
.roadmap-line div,
.tool-card {
  text-align: center;
}
.services-section,
body {
  font-family: Outfit, sans-serif;
}
.service-card::after,
.service-card::before {
  transition: 0.35s;
  z-index: 0;
  position: absolute;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --navy: #061226;
  --orange: #ff4b14;
  --orange2: #ff7a00;
  --purple: #6d2cff;
  --blue: #1463ff;
  --green: #10b981;
  --pink: #e8378f;
  --teal: #10b8a6;
  --text: #071226;
  --muted: #536079;
  --border: #dce4f0;
}
body {
  color: var(--text);
  overflow-x: hidden;
  background: #fff;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.strategy-hero {
  background:
    radial-gradient(
      circle at 78% 35%,
      rgba(109, 44, 255, 0.26),
      transparent 32%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(255, 75, 20, 0.13),
      transparent 25%
    ),
    linear-gradient(135deg, #040d21, #061226 55%, #0c1232);
  color: #fff;
  padding: 110px 0 36px;
  position: relative;
  overflow: hidden;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8deea;
  font-size: 18px;
  margin-bottom: 24px;
}
.breadcrumb-line a {
  color: #fff;
}
.hero-tag {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.strategy-hero h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 22px;
  max-width: 720px;
}
.strategy-hero p {
  color: #fff;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.orange-btn {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  color: #fff;
  border-radius: 7px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
}
.cta-box h2,
.cta-content h2,
.dash-top,
.hero-stats h4,
.process-item h4,
.process-item h5,
.result-strip h3,
.service-card p,
.tool-card h5,
.why-box h2,
.why-item h5,
.why-label {
  font-weight: 500;
}
.orange-btn:hover {
  background: #fff;
  color: var(--orange);
}
.strategy-dashboard {
  min-height: 390px;
  position: relative;
}
.main-card {
  position: absolute;
  right: 80px;
  top: 38px;
  width: 470px;
  background: #0d1734;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 22px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(109, 44, 255, 0.45);
}
.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}
.roadmap-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
  margin-bottom: 18px;
}
.roadmap-line::before {
  content: "";
  height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--teal), var(--orange));
  position: absolute;
  left: 12%;
  right: 12%;
  top: 15px;
  border-radius: 20px;
}
.roadmap-line div {
  position: relative;
  z-index: 2;
}
.roadmap-line b {
  width: 30px;
  height: 30px;
  background: var(--purple);
  border-radius: 50%;
  display: grid;
  margin: 0 auto 6px;
  font-size: 11px;
}
.roadmap-line div:nth-child(2) b {
  background: var(--teal);
}
.cta-btn,
.roadmap-line div:nth-child(3) b,
.roadmap-line div:nth-child(4) b {
  background: var(--orange);
}
.insight-card span,
.kpi-card span,
.roadmap-line span {
  font-size: 12px;
  color: #cbd5e1;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 14px;
}
.dashboard-grid > div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
}
.dashboard-grid small {
  color: #cbd5e1;
}
.dashboard-grid h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 8px 0 2px;
}
.dashboard-grid p {
  font-size: 12px;
  color: #b8c2d5;
  margin: 0;
}
.dashboard-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-grid li {
  color: #fff;
  font-size: 12px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.dashboard-grid li span {
  width: 8px;
  height: 8px;
  background: var(--teal);
  border-radius: 2px;
}
.dashboard-grid li b {
  color: #4ade80;
  margin-left: auto;
}
.floating-card {
  position: absolute;
  background: rgba(13, 23, 52, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  color: #fff;
  z-index: 3;
}
.goal-card {
  left: 45px;
  top: 28px;
  width: 110px;
  height: 110px;
  display: grid;
}
.goal-card i {
  font-size: 46px;
}
.goal-card span,
.orbit span,
.sticky-note {
  font-size: 12px;
}
.kpi-card {
  right: 0;
  top: 55px;
  width: 135px;
  padding: 14px;
}
.kpi-card h5 {
  font-size: 18px;
  margin: 8px 0;
}
.mini-line {
  height: 35px;
  background:
    linear-gradient(135deg, transparent 42%, #4ade80 42% 48%, transparent 48%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12) 0 1px,
      transparent 1px 22px
    );
}
.insight-card {
  left: 20px;
  top: 180px;
  width: 125px;
  padding: 14px;
}
.pie {
  width: 60px;
  height: 60px;
  background: conic-gradient(var(--purple) 0 65%, #2dd4bf 65% 100%);
  border-radius: 50%;
  margin-top: 10px;
}
.sticky-note {
  position: absolute;
  left: 80px;
  bottom: 30px;
  width: 135px;
  background: #fff1a8;
  color: #111827;
  padding: 13px;
  transform: rotate(-8deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  z-index: 4;
}
.sticky-note p {
  color: #111827;
  font-size: 11px;
  margin: 2px 0;
}
.hero-stats h4,
.hero-stats i {
  color: var(--orange);
  font-size: 28px;
}
.hero-stats {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 22px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hero-stats div,
.result-strip div {
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-stats div:last-child,
.result-strip div:last-child {
  border-right: none;
}
.hero-stats i {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: rgba(109, 44, 255, 0.18);
  display: grid;
}
.hero-stats h4 {
  margin: 0;
}
.hero-stats span {
  display: block;
  color: #fff;
  font-size: 13px;
}
.purple-text,
.section-heading span {
  color: var(--purple);
}
.section-heading h2 {
  color: var(--text);
}
.section-heading h2::after {
  content: "";
  width: 45px;
  height: 3px;
  background: var(--orange);
  display: block;
  border-radius: 30px;
  margin: 12px auto 0;
}
.framework-box,
.service-card {
  border: 1px solid var(--border);
}
.service-card:hover {
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
  border-color: var(--orange);
  box-shadow: 0 18px 45px rgba(7, 20, 38, 0.12);
}
.service-card i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 31px;
  margin: 0 auto 18px;
}
.purple-bg,
.service-card.purple i {
  background: linear-gradient(135deg, var(--purple), #9b5cff);
}
.orange-bg,
.service-card.orange i {
  background: linear-gradient(135deg, var(--orange), var(--orange2));
}
.blue-bg,
.service-card.blue i {
  background: linear-gradient(135deg, var(--blue), #4b8dff);
}
.pink-bg,
.service-card.pink i {
  background: linear-gradient(135deg, var(--pink), #ff66a3);
}
.service-card.teal i,
.teal-bg {
  background: linear-gradient(135deg, var(--teal), #14d9c5);
}
.service-card.yellow i {
  background: linear-gradient(135deg, #ff8a00, #ffb000);
}
.why-section {
  padding: 20px 0 28px;
}
.why-box {
  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(109, 44, 255, 0.35),
      transparent 30%
    ),
    linear-gradient(135deg, #061226, #0b1330);
  border-radius: 16px;
  padding: 38px 40px;
  color: #fff;
}
.why-label {
  color: var(--orange);
  font-size: 13px;
}
.why-box h2 {
  font-size: 32px;
  margin: 8px 0 26px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
.why-item {
  display: flex;
  gap: 14px;
}
.why-item i {
  width: 48px;
  height: 48px;
  background: rgba(109, 44, 255, 0.2);
  color: var(--orange);
  border-radius: 10px;
  display: grid;
  flex-shrink: 0;
  font-size: 23px;
}
.cta-art img,
.strategy-hero-img img,
.strategy-img-box img {
  height: auto;
  object-fit: contain;
}
.why-item h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.why-item p {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
.chess-strategy {
  min-height: 315px;
  position: relative;
  display: grid;
}
.chess-piece {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, #38107c, #120722 75%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  color: #d7b4ff;
  box-shadow: 0 0 45px rgba(109, 44, 255, 0.4);
}
.orbit,
.process-icon {
  color: #fff;
  place-items: center;
}
.chess-piece i {
  font-size: 82px;
}
.orbit {
  position: absolute;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 75, 20, 0.45);
  border-radius: 50%;
  display: grid;
  background: rgba(255, 255, 255, 0.04);
}
.orbit.one {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.orbit.two {
  right: 42px;
  top: 110px;
}
.orbit.three {
  left: 42px;
  bottom: 30px;
}
.process-section {
  padding: 18px 0 28px;
}
.process-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.process-item {
  flex: 1;
}
.process-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  font-size: 31px;
  margin: 0 auto 10px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
}
.process-item h5 {
  color: var(--purple);
  font-size: 13px;
  margin: 0;
}
.process-item h4 {
  font-size: 18px;
  margin: 4px 0;
}
.process-item p {
  font-size: 17px;
  color: #475569;
  line-height: 1.45;
  max-width: 150px;
  margin: auto;
}
.process-line {
  width: 70px;
  border-top: 2px dotted #7c87a5;
  margin-top: 36px;
}
.framework-section,
.result-strip-section {
  padding: 0 0 28px;
}
.framework-box {
  border-radius: 18px;
  padding: 30px 20px;
}
.tool-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 15px;
  height: 100%;
}
.tool-card i {
  font-size: 34px;
  margin-bottom: 12px;
  display: block;
}
.tool-card h5 {
  font-size: 18px;
}
.tool-card p {
  font-size: 17px;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}
.cta-box h2 span,
.orange-text,
.result-strip h3,
.result-strip i {
  color: var(--orange);
}
.blue-text {
  color: var(--blue);
}
.pink-text {
  color: var(--pink);
}
.teal-text {
  color: var(--teal);
}
.result-strip {
  background: linear-gradient(110deg, #160c54, #33128b, #c02549);
  color: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.result-strip i {
  font-size: 38px;
}
.result-strip h3 {
  font-size: 30px;
  margin: 0;
}
.result-strip span {
  font-size: 13px;
  color: #fff;
}
.cta-box {
  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(109, 44, 255, 0.45),
      transparent 32%
    ),
    linear-gradient(110deg, #061226, #24105f);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-btn:hover,
.target {
  background: #fff;
  color: var(--orange);
}
.cta-box h2 {
  font-size: 30px;
}
.cta-box p {
  font-size: 15px;
  color: #fff;
}
.cta-btn:hover {
  color: #ff4b14;
}
.cta-art {
  display: flex;
  align-items: end;
  gap: 20px;
}
.growth-chart {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 105px;
}
.growth-chart i {
  width: 28px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fc3, var(--orange));
}
.growth-chart i:first-child {
  height: 35px;
}
.growth-chart i:nth-child(2) {
  height: 55px;
}
.growth-chart i:nth-child(3) {
  height: 78px;
}
.growth-chart i:nth-child(4) {
  height: 105px;
}
.target {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 64px;
}
.cta-box,
.cta-btn {
  color: #fff;
  border-radius: 25px;
}
.strategy-hero-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.strategy-hero-img img {
  width: 100%;
  max-width: 720px;
  display: block;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.35));
}
.strategy-img-box {
  width: 100%;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.strategy-img-box img {
  width: 100%;
  max-width: 560px;
  display: block;
  border-radius: 18px;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.35));
}
.cta-section {
  padding: 0 0 35px;
}
.cta-box {
  background: linear-gradient(110deg, #061226, #160d4d, #321477);
  min-height: 190px;
  padding: 7px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
}
.cta-content {
  width: 45%;
  position: relative;
  z-index: 2;
}
.cta-content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.cta-content h2 span {
  color: #ff4b14;
}
.cta-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.cta-btn {
  background: #ff4b14;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 700;
}
.service-card,
.services-section {
  background: #fff;
  overflow: hidden;
}
.cta-art {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-art img {
  width: 100%;
  max-width: 425px;
  display: block;
}
@media (max-width: 991px) {
  .strategy-hero-img {
    margin-top: 30px;
  }
  .strategy-hero-img img {
    max-width: 620px;
  }
  .strategy-img-box {
    min-height: auto;
    margin-top: 25px;
  }
  .strategy-img-box img {
    max-width: 480px;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
  .cta-art,
  .cta-content {
    width: 100%;
  }
  .cta-art {
    justify-content: flex-start;
  }
  .cta-art img {
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .cta-art img,
  .strategy-hero-img img {
    max-width: 100%;
  }
  .strategy-img-box img {
    max-width: 100%;
    border-radius: 14px;
  }
  .cta-box {
    padding: 24px 20px;
    border-radius: 16px;
  }
  .cta-content h2 {
    font-size: 25px;
  }
  .cta-content p {
    font-size: 14px;
  }
  .cta-btn {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .cta-art,
  .cta-content,
  .main-card,
  .process-item {
    width: 100% !important;
  }
  body {
    overflow-x: hidden;
  }
  .strategy-hero {
    padding: 50px 0 35px !important;
  }
  .strategy-hero .row {
    flex-direction: column;
  }
  .strategy-hero h1 {
    font-size: 38px !important;
    line-height: 1.15 !important;
  }
  .strategy-hero p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  .floating-card,
  .goal-card,
  .insight-card,
  .kpi-card,
  .main-card,
  .sticky-note,
  .strategy-dashboard {
    position: static !important;
  }
  .chess-strategy,
  .strategy-dashboard {
    min-height: auto !important;
    margin-top: 25px;
  }
  .main-card {
    max-width: 520px;
    margin: 0 auto;
  }
  .floating-card,
  .goal-card,
  .insight-card,
  .kpi-card,
  .process-line,
  .sticky-note {
    display: none !important;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 22px !important;
    gap: 18px !important;
  }
  .hero-stats div,
  .result-strip div {
    border-right: none !important;
  }
  .why-box {
    padding: 30px 24px !important;
  }
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  .process-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
  }
  .process-item {
    max-width: 320px;
  }
  .result-strip {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
  .cta-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 28px !important;
    min-height: auto !important;
  }
  .cta-art {
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-line,
  .hero-stats span,
  .hero-tag,
  .section-heading span {
    font-size: 12px !important;
  }
  .hero-stats,
  .process-row,
  .result-strip,
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  .hero-stats div,
  .result-strip div {
    border-right: none !important;
  }
  .cta-btn,
  .orange-btn,
  .section-heading {
    text-align: center !important;
  }
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .strategy-hero {
    padding: 36px 0 28px !important;
  }
  .breadcrumb-line {
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 18px !important;
  }
  .strategy-hero h1 {
    font-size: 30px !important;
    line-height: 1.18 !important;
    margin-bottom: 14px !important;
  }
  .strategy-hero p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
  }
  .hero-stats h4,
  .hero-stats i {
    font-size: 22px !important;
  }
  .orange-btn {
    width: 100% !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
  .chess-strategy,
  .strategy-dashboard,
  .strategy-img-box {
    display: none !important;
  }
  .hero-stats {
    padding: 18px !important;
    gap: 14px !important;
    margin-top: 22px !important;
  }
  .hero-stats div {
    padding: 0 !important;
  }
  .hero-stats i {
    width: 48px !important;
    height: 48px !important;
  }
  .section-heading {
    margin-bottom: 22px !important;
  }
  .section-heading h2 {
    font-size: 23px !important;
    line-height: 1.25 !important;
  }
  .services-section {
    padding: 34px 0 24px !important;
  }
  .service-card {
    min-height: auto !important;
    padding: 22px 18px !important;
    border-radius: 14px !important;
  }
  .service-card i {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
    margin-bottom: 14px !important;
  }
  .process-item h4,
  .service-card h4 {
    font-size: 17px !important;
  }
  .service-card p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .why-section {
    padding: 22px 0 !important;
  }
  .why-box {
    padding: 24px 18px !important;
    border-radius: 16px !important;
  }
  .why-box h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
  }
  .why-grid {
    gap: 18px !important;
  }
  .why-item {
    gap: 12px !important;
  }
  .why-item i {
    width: 42px !important;
    height: 42px !important;
    font-size: 20px !important;
  }
  .why-item h5 {
    font-size: 15px !important;
  }
  .process-item h5,
  .process-item p,
  .tool-card p,
  .why-item p {
    font-size: 13px !important;
  }
  .process-section {
    padding: 24px 0 !important;
  }
  .process-row {
    display: grid !important;
    gap: 20px !important;
  }
  .process-item {
    max-width: 280px !important;
    margin: 0 auto !important;
  }
  .process-icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 23px !important;
  }
  .cta-art,
  .cta-btn,
  .cta-content {
    width: 100% !important;
  }
  .process-item p {
    max-width: 250px !important;
  }
  .cta-section,
  .framework-section {
    padding: 0 0 24px !important;
  }
  .framework-box,
  .tool-card {
    padding: 22px 16px !important;
  }
  .framework-box {
    border-radius: 14px !important;
  }
  .cta-box,
  .result-strip {
    padding: 22px 18px !important;
    gap: 18px !important;
  }
  .tool-card h5 {
    font-size: 16px !important;
  }
  .result-strip i {
    font-size: 30px !important;
  }
  .result-strip h3 {
    font-size: 24px !important;
  }
  .cta-box {
    border-radius: 16px !important;
  }
  .cta-content h2 {
    font-size: 23px !important;
    line-height: 1.3 !important;
  }
  .cta-content p {
    font-size: 14px !important;
  }
  .cta-art {
    justify-content: center !important;
  }
  .cta-art img {
    max-width: 100% !important;
  }
}
.consulting-grid {
  display: grid;
  grid-template-columns: repeat(3, 306px);
  gap: 30px;
  justify-content: center;
}
.service-card {
  width: 306px;
}
.service-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-img img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.service-card h4 {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .consulting-grid {
    grid-template-columns: repeat(2, 306px);
    gap: 24px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 680px) {
  .consulting-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    width: 100%;
    max-width: 306px;
    height: 358px;
    margin: 0 auto;
  }
  .section-heading h2 {
    font-size: 26px;
  }
}
.services-section {
  padding: 80px 0;
}
.section-heading {
  margin-bottom: 45px;
}
.section-heading span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ff6b00;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section-heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #071426;
  margin: 0;
}
.consulting-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.service-card {
  border: 1px solid #e5ecf3;
  border-radius: 22px;
  padding: 26px 18px 24px;
  text-align: center;
  min-height: 360px;
  box-shadow: 0 12px 35px rgba(7, 20, 38, 0.08);
  transition: 0.35s;
  position: relative;
}
.service-card::before {
  content: "";
  inset: 0;
  background: linear-gradient(135deg, #fff3e8, #fff);
  opacity: 0;
}
.service-card:hover::before {
  opacity: 1;
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 3s ease-in-out infinite floatImage;
}
.service-card:hover .service-img img {
  transform: scale(1.12) rotate(-3deg);
}
.service-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: #071426;
  line-height: 1.25;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f6f82;
  margin: 0;
}
@keyframes floatImage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 1199px) {
  .consulting-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 55px 0;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .consulting-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .service-card {
    min-height: 330px;
    padding: 22px 14px;
  }
  .service-img {
    width: 140px;
    height: 140px;
  }
  .service-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .consulting-grid {
    grid-template-columns: 1fr;
  }
  .service-img {
    width: 165px;
    height: 165px;
  }
}
.service-card {
  background: linear-gradient(180deg, #fff 0, #fff7f0 100%);
  height: 100%;
}
.service-card::after {
  content: "";
  width: 120px;
  height: 120px;
  top: -35px;
  right: -35px;
  background: rgba(255, 107, 0, 0.14);
  border-radius: 50%;
}
.service-card:hover::after {
  width: 170px;
  height: 170px;
  background: rgba(255, 107, 0, 0.22);
}
.service-img {
  background: linear-gradient(135deg, #fff1e6, #fff);
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 107, 0, 0.18);
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: #ff6b00;
  box-shadow: 0 20px 45px rgba(255, 107, 0, 0.18);
  background: linear-gradient(180deg, #fff 0, #fff0e3 100%);
}
.consulting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .consulting-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .consulting-grid {
    grid-template-columns: 1fr;
  }
}
