.about-page {
  background: #ffffff;
}

.about-page .section-title {
  font-family: "Source Han Serif SC";
  margin: 0;
  font-size: 32px;
  text-align: center;
  color: #111111;
}

.about-hero {
  position: relative;
  min-width: 1200px;
  height: 650px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
    url("../../assets/about/about-hero.png") center center / cover no-repeat;
  overflow: hidden;
}

.about-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 560px;
  height: 180px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  filter: blur(24px);
  transform: translate(-50%, -50%);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.about-hero-copy h1 {
  margin: 0;
  font-size: 70px;
  line-height: 1;
  font-family: 'fa';
  font-weight: normal;
}

.about-intro{
  position: relative;
}
.about-intro::before{
  display: none;
}

.about-hero-copy p {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-intro {
  min-width: 1200px;
  background: #1037A0;
}

.about-intro > .container {
  width: 1440px;
  max-width: calc(100vw - 24px);
  padding: 0;
  background: #1037A0;
}

.about-intro-copy {
  
  padding: 75px 120px 129px;
}

.about-intro .section-title {
  font-size: 36px;
  color: #ffffff;
}

.about-intro-text {
  width: 100%;
  max-width: 100%;
  margin: 45px auto 0;
  font-size: 18px;
  line-height: 2.05;
  text-align: center;
  color: #ffffff;
  font-family: "Source Han Serif SC";
}

.about-overview {
  margin-top: -23px;
  padding: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: 0 auto;
  min-height: 216px;
}

.about-stats-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 216px;
  background: #ffffff;
  overflow: hidden;
}

.about-stats-panel-left {
  border-top-right-radius: 20px;
}

.about-stats-panel-right {
  border-top-left-radius: 20px;
}

.about-stat-card {
  position: relative;
  display: flex;
  min-height: 216px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 26px 20px;
  text-align: center;
}

.about-stats-panel .about-stat-card:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 84px;
  width: 1px;
  height: 84px;
  background: rgba(156, 160, 170, 0.7);
}

.about-stats-panel .about-stat-card:first-child::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 121px;
  width: 7px;
  height: 7px;
  background: #9ba1ab;
  transform: rotate(45deg);
  z-index: 1;
}

.about-stat-card strong {
  display: block;
  margin: 0;
  font-size: 62px;
  line-height: 1.05;
  font-weight: 700;
  color: #1037A0;
}

.about-stat-card p {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1.35;
  color: #969aa3;
}

.about-philosophy {
  padding: 110px 0 110px;
  background: #FAFBFF;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 385px);
  gap: 24px;
  margin-top: 59px;

}

.philosophy-card {
  padding: 67px 56px 48px;
  background: #f2f6ff;
  color: #173b97;
  text-align: center;
  height: 277px;
  border-radius: 6px;
  /* background: url('../../assets/about/bg.png'); */
  width: 385px;
  cursor: pointer;
  &:hover{
    color: white;
     background:url(../../assets/about/image.png);
     background-position: center;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     transition: all .5s;
     transform: scale(1.05);
    p{
      color: white;
     }
 }
  
}

.philosophy-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 33px;
  /* padding-top: 67px; */
}

.philosophy-card p {
  margin: 3px 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #111111;
}

.philosophy-card-active {
  /* background:
    radial-gradient(circle at 50% 130%, rgba(113, 163, 255, 0.34), transparent 42%),
    linear-gradient(180deg, #1d44af 0%, #1d44af 70%, #173ea7 100%); */
  color: #ffffff;
}

.philosophy-card-active p {
  color: #ffffff;
}

.about-team {
  padding: 110px 0 0;
}

.team-visual {
  margin-top: 76px;
}

.team-visual img {
  width: 1200px;
  height: auto;
}

.about-experts {
  min-width: 1200px;
  padding: 110px 0 110px;
}

.experts-stage {
  position: relative;
  min-width: 1200px;
  margin-top: 61px;
  padding: 0 82px 0px;
}

.experts-carousel {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.experts-track {
  position: relative;
  width: 1200px;
  height: 376px;
}

.expert-card {
  position: absolute;
  width: 234px;
  height: 282px;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  transform-origin: center center;
  z-index: 1;
  transition:
    left 0.42s ease,
    top 0.42s ease,
    width 0.28s ease,
    height 0.28s ease,
    transform 0.42s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease;
}

.expert-card.is-moving {
  transform: translateY(-2px);
}

.expert-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.slot-outer-left,
.slot-outer-right {
  top: 50px;
  width: 234px;
  height: 282px;
  z-index: 1;
  opacity: 0.92;
}

.slot-outer-left {
  left: 44px;
}

.slot-outer-right {
  left: 972px;
}

.slot-mid-left,
.slot-mid-right {
  top: 27px;
  width: 260px;
  height: 314px;
  z-index: 2;
  opacity: 0.98;
}

.slot-mid-left {
  left: 212px;
}

.slot-mid-right {
  left: 756px;
}

.slot-center {
  top: 0;
  left: 444px;
  width: 312px;
  height: 376px;
  z-index: 3;
}

.experts-arrow {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(16, 55, 160, 0.18);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 55, 160, 0.08);
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  z-index: 4;
}

.experts-arrow:hover {
  background: #f4f7ff;
  border-color: rgba(16, 55, 160, 0.34);
}

.experts-arrow:active {
  transform: translateY(-50%) scale(0.97);
}

.experts-arrow span {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #1037a0;
  border-right: 2px solid #1037a0;
}

.experts-arrow-prev {
  left: calc(50% - 600px);
}

.experts-arrow-prev span {
  transform: rotate(-135deg);
}

.experts-arrow-next {
  right: calc(50% - 600px);
}

.experts-arrow-next span {
  transform: rotate(45deg);
}

.about-assurance {
  padding: 0px 0 162px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  margin-top: 66px;
}

.assurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.assurance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #f0f4ff;
}

.assurance-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.assurance-item h3 {
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1843a6;
}
