@import "../../../common/css/solution_common.css";
.stadiums-img1{
    width:100%;
    height:50%;  
}
.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-card {
  width: 460px; height:520px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: visible; animation: none;
  
}
.stadiums-img{
  width: 110%;max-width: 100%;
  height: auto;
}
.hero-card::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(14,165,233,0.15), transparent 70%); border-radius: 50%;
}*/
.hero-chip {
  position: absolute; background: var(--white); border-radius: 12px; padding: 8px 14px;
  box-shadow: 0 8px 24px rgba(14,165,233,0.14); font-size: 0.73rem; font-weight: 700;
  color: var(--ink); display: flex; align-items: center; gap: 7px;
  border: 1px solid var(--border); white-space: nowrap;
}
.hero-chip.c1 { top: 28px; left: -20px; animation: chipFloat1 4s ease-in-out infinite; }
.hero-chip.c2 { bottom: 60px; left: -30px; animation: chipFloat2 5s ease-in-out infinite; }
.hero-chip.c3 { top: 50px; right: -24px; animation: chipFloat3 4.5s ease-in-out infinite; }
.hero-chip.c4 { bottom: 30px; right: -20px; animation: chipFloat1 6s ease-in-out infinite; }
.feat-img {
  width: 100%; height: 100%; object-fit: contain;
  /*padding: 24px;*/
  /*animation: featFloat 5s ease-in-out infinite; */
  transform-origin: center bottom;
}
.ant-img{
  width: 450px;
  height: auto;
  display:block;
}
/*.ant-img{*/
/*  height: 40%;*/
/*  width:40%;*/
/*}*/
  .hero-card {
    width: 360px;
    height: auto;
  }
  .hero-visual {
    display: none;
  }
.hero-card {
  width: 100%;
  max-width: 300px;
  position: relative;
}
.hero-chip {
  font-size: 0.6rem;
  padding: 5px 8px;
  transform: scale(0.85);  
}
.hero-chip.c1 {
  top: -8px;
  left: 5px;
}
.hero-chip.c2 {
  bottom: -8px;
  left: 5px;
}
.hero-chip.c3 {
  top: 10px;
  right: 5px;
}
.hero-chip.c4 {
  bottom: 10px;
  right: 5px;
}
  .ant-img {
    width: 280px;   /* reduce image size */
  }
  .hero-visual {
    margin-top: 10px;
  }
  .hero-card {
    max-width: 420px;
    height: auto;
    margin: auto;
  }
  .healthcare-img {
    width: 72%;
  }
  .hero-chip.c1 {
    top: -10px;
    left: 0;
  }
  .hero-chip.c2 {
    bottom: 10px;
    left: -5%;
  }
  .hero-chip.c3 {
    top: -10px;
    right: 0;
  }
  .hero-chip.c4 {
    bottom: 10px;
    right: -5%;
  }
  .ant-img {
    width: 360px;
  }
.nav-logo{
  flex: 0 0 auto;
}
.nav-logo-mark img{
  width: 150px !important;
  height: auto;
  margin-left: 0 !important;
}
