header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  position: sticky;
  top: 0;
  z-index: 10;
}

header.has-admin {
  top: 32px;
  @media (max-width: 600px) {
    top: 0;
  }
}

.yg-header-wrapper {
  align-items: center;
  justify-content: space-between;
}

.yg-header-logo {
  max-width: 122px;
}

.yg-header-start {
  display: flex;
  flex: 2 0 0;
}

.yg-header-nav {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}

.yg-header-end {
  display: flex;
  flex: 2 0 0;
  align-items: center;
  justify-content: flex-end;
}

.yg-header-logo :where(p, h1, a) {
  margin: 0 !important;
  display: flex;
}

.yg-header-switcher {
  display: flex;
  max-width: max-content;
}

.yg-header-switcher-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid #1A1A1A;
  font-size: 14px;
  color: #1A1A1A;
  padding: 9px 16px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.yg-header-switcher-button:hover {
  border: 1px solid var(--active-color);
  background: var(--active-color);
}

.yg-header-language-list {
  top: 41px;
  z-index: 3;
  background: #fff;
  width: 100%;
  display: grid;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  border-radius: 4px;
  border: 1px solid #E5E8E7;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.02);
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.yg-header-language-list.active {
  max-height: 500px;
}

.yg-header-switcher-language-item {
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  transition: all ease-in-out 0.3s;
}

.yg-header-switcher-language-item:hover {
  color: inherit;
  background: #F8F8F8;
}

.yg-nav-menu {
  display: flex;
  list-style: none;
  gap: 48px;
  padding-inline: 0;
  justify-content: center;
}

.yg-menu-item {
  list-style: none;
}

.yg-menu-item-title {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding-block: 32px;
  line-height: 1.15;
  cursor: pointer;
}

.yg-menu-item-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
  will-change: transform;
  background-color: var(--active-color);
}

.yg-menu-item-title:hover {
  color: rgba(0, 0, 0, 0.80);
}

.yg-menu-item-title.active:after,
.yg-menu-item-title:hover:after {
  transform: scaleX(1);
}

.mega-menu {
  left: 0;
  z-index: -1;
  width: 100%;
  padding-block: 40px 48px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  inset-block-start: 80.6px;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, transform .3s ease-in-out;
}

.mega-menu.open {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu .mega-menu-items {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  list-style: none;
  padding-inline: 0;
}

.mega-menu .mega-menu-items li {
  flex: 1;
  list-style: none;
  padding-inline: 0;
}

.mega-menu-item .yg-hover-image {
  border-radius: 4px;
}

.yg-mega-menu-title {
  justify-content: center;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.80);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  transition: color ease-in-out 0.2s;
}

.mega-menu-item:hover .yg-mega-menu-title {
  color: var(--active-color);
}

.mega-menu .is-social-icons {
  display: flex;
  justify-content: space-between;
}

.mega-menu .is-social-icons .mega-menu-items {
  max-width: 75%;
}

.yg-header-social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  justify-content: center;
  width: 20%;
  padding-inline: 80px;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
  margin-left: 80px;
  max-width: max-content;
}

.header-social-icons-list {
  display: grid;
  gap: 16px;
  list-style: none;
  padding-inline: 0;
}

.yg-header-social-title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.header-social-icons-list li.social-icon-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.header-social-icons-list li.social-icon-item.active {
  opacity: 1;
  transform: translateY(0);
}

.social-icon-item a {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding-inline: 0;
  transition: color ease-in-out 0.3s;
}

.social-icon-item a:hover {
  color: var(--active-color);
}

.social-icon-item .yg-header-social-title {
  color: rgba(26, 26, 26, 0.8);
  font-size: 14px;
  line-height: 1.4;
}

.social-icon-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* 微信 */
.social-icon-item.is-wechat {
  position: relative;
  display: flex;
}

yg-wechat-qrcode.wechat-hover {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.wechat-qrcode-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  width: 120px;
  aspect-ratio: 1 / 1;
}

.wechat-qrcode-tooltip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.wechat-qrcode-tooltip img {
  width: 100%;
  height: 100%;
}

yg-wechat-qrcode.active .wechat-qrcode-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* 微信 */

@media (min-width: 1025px) {
  .yg-header-sidebar-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  .yg-header-language-list {
    top: auto;
    bottom: 100%;
    transform: translateY(-6px);
  }

  .yg-header-wrapper {
    padding-block: 20px;
  }

  .yg-header-logo {
    max-width: 80px;
  }

  .yg-header-nav, .yg-header-end {
    display: none;
  }

  .yg-header-sidebar-menu {
    width: 24px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yg-header-menu-button {
    width: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    aspect-ratio: 1.2 / 1;
  }

  .yg-header-menu-button:hover,
  .yg-header-menu-button:focus {
    background: transparent;
  }

  /* 自动居中偏移线 */
  .yg-header-menu-button span {
    transition: all 0.3s ease;
    height: 2px;
    background: #000;
    border-radius: 1px;
  }

  /* 修改动画值更适配你的 aspect-ratio */
  .yg-header-menu-button.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .yg-header-menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .yg-header-menu-button.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .yg-header-switcher-button:hover,
  .yg-header-switcher-button:focus {
    background: transparent;
    color: inherit;
    border: 1px solid currentColor;
  }
}

/* yg-header-sidebar */
.yg-header-sidebar-container {
  --top: 64px;
  position: fixed;
  top: var(--top);
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1001;
  background: #ffffff;
}

body.has-admin .yg-header-sidebar-container {
  top: calc(var(--top) + 46px);
}

.yg-header-sidebar-container.open {
  transform: translateX(0);
}

.yg-header-sidebar-container .section {
  height: 90%;
}

.yg-header-sidebar-wrapper {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.yg-sidebar-nav-menu {
  padding-inline-start: 0;
  list-style: none;
}

.yg-sidebar-item-title {
  display: flex;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  padding-block: 20px;
}

.yg-sidebar-menu-item:not(:first-child) .yg-sidebar-item-title {
  border-top: 1px solid #f4f4f4;
}

.yg-sidebar-menu-item.is-mega-menu .yg-sidebar-item-title {
  border: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0;
  background: transparent;
  border-top: 1px solid #f4f4f4;
}

.yg-sidebar-item-title:hover,
.yg-sidebar-item-title:focus {
  background: transparent;
  color: inherit;
}

.yg-sidebar-item-title svg {
  transition: all 0.3s ease;
}

.yg-sidebar-item-title.active svg {
  transform: rotate(180deg);
}

.yg-sidebar-megamenu-container {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding-inline: 12px;
  transition: max-height 0.3s ease;
}

.yg-sidebar-megamenu-container.open {
  max-height: 500px;
  padding-bottom: 24px;
}

.yg-sidebar-megamenu-items {
  display: grid;
  padding-inline-start: 0;
  list-style: none;
  gap: 20px;
}

.yg-sidebar-megamenu-title {
  color: rgba(26, 26, 26, 0.90);
  font-size: 13px;
}

.yg-sidebar-social-wrapper {
  margin-top: 30px;
}

.yg-sidebar-social-title {
  display: none;
}

.sidebar-social-icons-list {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sidebar-social-icons-list .wechat-hover {
  position: relative;
}

.sidebar-social-icons-list a,
.sidebar-social-icons-list .wechat-hover {
  border: 1.125px solid #6F6F71;
  width: 36px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-social-icons-list .social-icon-item img {
  width: 18px;
  height: 18px;
}

.sidebar-social-icons-list .social-icon-item .wechat-qrcode-tooltip img {
  width: 100%;
  height: 100%;
}

/* header */
/* yg-video-banner */
.yg-video-banner-wrapper video {
  width: 100%;
}

.yg-video-banner-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yg-video-banner-content {
  color: #ffffff;
}

.yg-video-banner-icon {
  display: flex;
  max-width: 170px;
}

.yg-video-banner-title {
  margin-block-start: 24px;
  margin-block-end: 0;
}

.yg-video-banner-link {
  margin-block-start: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  max-width: max-content;
}

.yg-video-banner-link:hover {
  color: inherit;
}

.yg-video-banner-link .yg-architecture img:not(:nth-child(1)) {
  animation: turn 1s linear infinite;
}

@media (max-width: 767px) {

  .yg-video-banner-icon {
    max-width: 94px;
  }

  .yg-video-banner-title {
    margin-top: 16px;
  }

  .yg-video-banner-wrapper video {
    min-height: 60vh;
    object-fit: cover;
  }

  .yg-video-banner-link {
    margin-top: 10px;
    font-size: 16px;
  }

  .yg-video-banner-arrow {
    transform: scale(0.5) translateX(-31px);
  }
}

/* yg-video-banner */

/* yg-hover-tabs */

.yg-hover-section-media {
  width: 100%;
}

.yg-hover-section-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 100px 50px;
}

.yg-hover-section-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.yg-hover-wrapper {
  padding-block: 100px 60px;
}

.yg-hover-title {
  margin-block: 0 50px;
}

.yg-hover-tab-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: max-content;
  margin-top: 50px;

  margin-inline: auto;
}

.yg-hover-tab-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: max-content;
  border-bottom: 1px solid #cccccc;
}

.yg-hover-tab-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  padding-block: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  color: #2e2e2e;
  border-bottom: 3px solid transparent;
}

.yg-hover-tab-item::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: #ea0029;
}

.yg-hover-tab-item.active {
  opacity: 1;
}

.yg-hover-tab-item.active::after {
  opacity: 1;
}

.yg-hover-tab-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  transition: opacity 0.3s ease;
  text-align: center;
  opacity: 0;
  color: #5a5a5a;
}

.yg-hover-tab-content.active {
  display: block;
  opacity: 1;
}

@media (max-width: 1680px) {
  .yg-hover-tab-item {
    font-size: 18px;
  }

  .yg-hover-tab-description {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .yg-hover-section-content {
    padding-block: 48px;
  }

  .yg-hover-wrapper {
    padding-block: 48px 32px;
  }

  .yg-hover-tab-list {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
  }

  .yg-hover-section-media img {
    min-height: 60vh;
    object-fit: cover;
  }

  .yg-hover-tab-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .yg-hover-tab-item {
    white-space: nowrap;
    padding-block: 14px;
  }

  .yg-hover-title {
    margin-block: 0 32px;
  }

  .yg-hover-tab-title {
    color: #2E2E2E;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
  }

  .wechat-qrcode-tooltip {
    transform: translate(-20%, 0);
  }

  yg-wechat-qrcode.active .wechat-qrcode-tooltip {
    transform: translate(-20%, -10px);
  }

  .wechat-qrcode-tooltip::before {
    left: 20px;
  }
}

@media (min-width: 768px) {
  .swiper-wrapper.yg-hover-content-wrapper {
    display: block;
  }

  .yg-hover-tab-list.swiper {
    display: flex;
  }

  .yg-hover-tab-content.swiper-slide:not(.active) {
    display: none;
  }
}

@media (max-width: 767px) {
  .yg-hover-tab-content {
    opacity: 1;
  }

  .yg-tab-pagination {
    position: relative !important;
    margin-top: 40px;
  }

  .yg-hover-section-box .yg-hover-tab-list {
    padding-bottom: 40px;
  }

  .yg-hover-section-box .yg-tab-pagination {
    position: absolute !important;
    margin-top: 0;
    bottom: 0;
    top: auto !important;
  }

  .yg-tab-pagination.swiper-pagination-progressbar {
    background: #ddd;
    height: 2px !important;
    border-radius: 37px;
  }

  .yg-tab-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    border-radius: 37px;
    background: #1A1A1A;
  }

  .yg-hover-tab-description {
    font-size: 14px;
  }
}

/* yg-hover-tabs */

/* yg-hover-image */

.yg-hover-images-container {
  padding-block: 100px 60px;
}

.yg-hover-image-title {
  margin-block: 0 50px;
  text-align: center;
  color: #000000;
}

.yg-hover-image-list {
  position: relative;
  display: block;
}

.yg-hover-image-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yg-hover-image-label {
  z-index: 2;
  top: var(--vertical_position);
  left: var(--horizontal_position);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.yg-hover-image-label-box {
  width: 100%;
  height: 100%;
}

.yg-hover-label-0 .yg-hover-label-box {
  bottom: -1px;
  left: -457px;
}

.yg-hover-label-1 .yg-hover-label-box {
  bottom: 0;
  left: -335px;
}

.yg-hover-label-2 .yg-hover-label-box {
  bottom: -28px;
  left: 0;
}

.yg-hover-label-3 .yg-hover-label-box {
  bottom: -48px;
  left: 0;
}

.yg-hover-image-label.row-reverse {
  align-items: flex-end;
  flex-direction: row-reverse;
}

.yg-hover-label-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.yg-hover-label-color-box {
  align-items: center;
  gap: 8px;
  transform: translateY(-10px);
}

.yg-hover-image-label.row-reverse .yg-hover-label-box {
  align-items: flex-end;
  flex-direction: row-reverse;
}

.yg-hover-image-label.row-reverse .yg-hover-label-color-box {
  transform: translateY(10px);
}

.yg-hover-label-color {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: var(--color);
}

.yg-hover-label-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  min-width: max-content;
}

.yg-hover-image-label.active {
  opacity: 1;
}

.yg-hover-image-box {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.yg-hover-image-item.active .yg-hover-image-box {
  opacity: 1;
}

.yg-hover-base-image,
.yg-hover-image-label {
  transition: opacity 0.3s ease-in-out;
}

.yg-hover-base-image.opacity-hidden {
  opacity: 0;
}

.yg-hover-image-label.opacity-hidden {
  opacity: 0.4;
}

.yg-hover-tab-animation-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.24px;
  color: #2e2e2e;
}

@media (max-width: 1680px) {
  .yg-hover-tab-animation-text {
    font-size: 20px;
  }

  .yg-hover-tab-animation-number {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .yg-hover-images-container {
    padding-block: 48px;
  }

  .yg-hover-image-title {
    margin-bottom: 30px;
  }

  .yg-hover-tab-animation-number {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .yg-hover-tab-animation-text {
    font-size: 14px;
  }
}

/* yg-hover-image */

/* yg-image-banner */
.yg-image-banner-wrapper {
  padding-block-start: 140px;
}

.yg-image-banner-wrapper.section {
  padding-block-start: 100px;
  padding-block-end: 60px;
}

.yg-image-banner-header {
  max-width: 970px;
  margin-inline: auto;
}

.yg-image-banner-title {
  margin-block: 0;
}

.yg-image-banner-content {
  margin-block-start: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  opacity: 0.55 !important;
}

.yg-image-banner-content p:last-child {
  margin-block-end: 0;
}

.yg-image-banner-wrapper img {
  width: 100%;
}

.yg-image-banner-wrapper.section img {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1024px) {

  .yg-image-banner-wrapper {
    padding-block-start: 64px;
  }

  .yg-image-banner-wrapper.section {
    padding-block-start: 36px 48px;
  }

  .yg-image-banner-wrapper.section {
    padding-block-end: 48px;
  }

  .yg-image-banner-wrapper:not(.section) .yg-image-banner-header {
    padding-inline: 20px
  }

  .yg-image-banner-content {
    font-size: 14px;
    line-height: 1.6;
  }
}


/* yg-featured-slide */
.yg-featured-slide-container {
  padding-block: 100px;
  overflow: hidden;
}

.yg-featured-slide-title {
  margin-block: 0 48px;
}

.yg-featured-slide-container .yg-featured-slide-item {
  position: relative;
  border-radius: 8px;
}

.yg-featured-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yg-featured-item-frame {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 20px;
  background: rgba(26, 26, 26, 0.50);
  color: #fff;
}

.yg-featured-item-title {
  line-height: 1.2;
}

.yg-featured-item-content {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.yg-featured-slide.swiper {
  overflow: visible;
}

.yg-featured-slide:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.yg-featured-slide-item.swiper-slide-active .animate-item {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .yg-featured-slide-container {
    padding-block: 48px;
  }

  .yg-featured-slide-title {
    margin-block-end: 32px;
  }
}

/* yg-featured-slide */

/* yg-banner */
.yg-section-banner-title {
  margin-block: 0;
}

/* yg-banner */

/* yg-blog-posts*/
.yg-blog-posts-container {
  position: relative;
  padding-block: 100px;
}

.yg-blog-posts-header {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

h2.yg-blog-posts-title {
  font-size: 30px;
  line-height: 1.2;
  margin-block: 0;
}

.yg-blog-slide-container {
  padding-block: 48px;
  overflow: hidden;
}

.yg-blog-slide-container h2.yg-blog-posts-title {
  font-size: 36px;
  line-height: 1.2;
  margin-block: 0;
}

.yg-blog-posts-frame:hover .yg-pagination {
  opacity: 1;
}

.yg-blog-posts-list:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.yg-blog-posts-link {
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s ease-in-out;
  color: #2c2e33;
}

.yg-blog-link-arrow {
  display: inline-flex;
  width: 7px;
  height: 14px;
}

.yg-blog-posts-link:hover {
  color: var(--active-color);
}

.yg-blog-posts-item {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}

.yg-blog-item-content {
  background: #F8F8F8;
}

.yg-blog-posts-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  transition: background 0.3s ease-in-out;
  background: transparent;
}

.yg-blog-item-content {
  padding: 32px 20px;
}

.yg-blog-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  overflow: hidden;
  min-height: 104px;
  margin-bottom: 20px;
  color: #000000;
}

.yg-blog-item-info {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.yg-blog-item-date {
  font-size: 14px;
  line-height: 1.2;
  color: #787878;
}

.yg-blog-item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease-in-out;
  color: #4e515a;
}

.yg-blog-item-link svg {
  width: 16px;
  height: 16px;
}

.yg-blog-hover-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.yg-blog-hover-image img {
  height: 100%;
  object-fit: cover;
}

.yg-blog-article-container {
  padding-block: 60px 100px;
}

.yg-blog-article-container .yg-blog-item-content {
  background: #F8F8F8;
}

.yg-blog-posts-item:hover {
  border-radius: 8px 8px 0 0;
}

.yg-blog-posts-item:hover::after {
  background: var(--active-color);
}

.yg-blog-posts-item:hover .yg-blog-item-link {
  color: var(--active-color);
}

.yg-blog-posts-item:hover .yg-blog-hover-image {
  opacity: 1;
  visibility: visible;
}

.yg-blog-posts-frame:hover .yg-blog-posts-pagination {
  opacity: 1;
}

@media (max-width: 1024px) {
  .yg-blog-posts-header {
    margin-block-end: 30px;
  }

  h2.yg-blog-posts-title {
    font-size: 24px;
  }

  .yg-blog-slide-container h2.yg-blog-posts-title {
    font-size: 32px;
  }

  .yg-blog-posts-list:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
  }

  .yg-blog-posts-container {
    padding-block: 48px;
    overflow: hidden;
  }

  .yg-blog-item-content {
    padding: 18px 20px;
  }

  .yg-blog-item-title {
    font-size: 16px;
  }

  yg-blog-slide.swiper {
    overflow: visible;
  }

}

/* yg-blog-posts */

/* yg-video-slide */
.yg-video-slide-container {
  padding-block: 100px;
  overflow: hidden;
}

.yg-video-slide-header {
  justify-content: space-between;
  align-items: center;
  margin-block-end: 48px;
}

.yg-video-slide-title {
  margin-block: 0;
}

.yg-video-slide-item .yg-hover-image {
  border-radius: 8px;
}

.yg-video-play-button {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.yg-video-play-button:hover {
  transform: scale(1.05) translate(-50%, -50%);
}

.yg-video-item-frame {
  text-align: center;
  padding: 20px;
  color: #000;
}

.yg-video-slide-infinite {
  display: flex;
  align-items: center;
  gap: 30px;
}

.yg-video-slide {
  display: grid;
  animation: translateItems 40s linear infinite;

  grid: auto / auto-flow max-content;
  gap: 30px;
}

.yg-video-slide-item {
  max-width: 400px;
  width: 100%;
}

@keyframes translateItems {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 1024px) {
  .yg-video-slide-container {
    padding-block: 48px;
  }

  .yg-video-slide {
    gap: 16px;
  }

  .yg-video-slide-item {
    max-width: 280px;
    width: 100%;
  }

  .yg-video-slide-header {
    margin-block-end: 32px;
  }
}

/* yg-video-slide */


/* contact-us */
.yg-section-banner-heading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-block: 100px;
}

.yg-container-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-inline: auto;
  max-width: 920px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.yg-contact-info-item:last-child {
  grid-column: 1 / -1;
}

.yg-contact-info-item .yg-icon {
  width: 24px;
  height: 24px;
}

.yg-contact-info-item {
  display: flex;
  gap: 12px;
}

.yg-contact-info-inner {
  display: grid;
  gap: 12px;
}

.yg-contact-info-title {
  font-size: 24px;
  line-height: 1;
  color: #1A1A1A;
}

.yg-contact-info-content :where(a, p) {
  color: #4E515A;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}

.yg-contact-info-content :where(a):hover {
  color: var(--active-color);
}

.yg-contact-info-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .yg-contact-info-item:nth-child(1)::before,
  .yg-contact-info-item:nth-child(3)::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 84%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.10);
  }
}

.yg-contact-form-container {
  padding-block: 100px;
}

.yg-contact-form-wrapper {
  max-width: 920px;
  margin-inline: auto;
}

.yg-contact-form-wrapper input::placeholder {
  color: #000000;
}

.yg-contact-form-title {
  margin-block: 0;
}

.yg-contact-form-wrapper :where(input, textarea) {
  padding: 10px 16px !important;
}

@media (min-width: 1280px) {
  .yg-container-info-wrapper {
    gap: 60px 100px;
  }
}

@media (max-width: 767px) {
  .yg-container-info-wrapper {
    padding-bottom: 48px;
    grid-template-columns: repeat(1, 1fr);
  }

  .yg-contact-form-container,
  .yg-section-banner-heading {
    padding-block: 48px;
  }

  .yg-contact-form-wrapper .elementor-field-group,
  .yg-contact-form-wrapper .elementor-field-group.elementor-field-type-submit {
    margin-block: 0 16px !important;
  }

  .yg-contact-info-title {
    font-size: 22px;
  }
}

/* contact-us */

/* yg-image-with-text */

.yg-image-with-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-block: 100px;
}

.yg-image-with-inner {
  color: #fff;
  text-align: center;
}

.yg-image-with-title {
  margin-block: 0 28px;
}

.yg-image-with-content {
  max-width: 1080px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.16px;
}

@media (max-width: 767px) {
  .yg-image-with-frame {
    padding-block: 64px;
  }
}

/* yg-image-with-text */

/* yg-card-slide */
.yg-card-slide-container {
  padding-block: 100px;
}

.yg-card-slide-item {
  max-width: 80%;
  border-radius: 8px;
  overflow: hidden;
}

.yg-card-item-frame {
  padding: 30px 40px;
  background: #8C8C8C;
  backdrop-filter: blur(50px);
}

.yg-card-item-title {
  color: #FFF;
  font-weight: 500;
}

.custom-pagination.swiper-pagination-progressbar {
  position: relative;
  max-width: 100px;
  margin-top: 50px;
  border-radius: 4px;
  background-color: #dddddd;
  overflow: hidden;
  margin-inline: auto;
}

.custom-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 4px;
  background: #1a1a1a;
}

@media (max-width: 767px) {
  .yg-card-item-frame {
    padding: 24px 16px;
  }

  .custom-pagination.swiper-pagination-progressbar {
    margin-top: 0;
    max-width: 100%;
    height: 2px !important;
    width: 90% !important;
    border-radius: 27px;
  }
}

/* yg-card-slide */

/* yg-icon-list */
.yg-icon-list-wrapper {
  padding-block: 40px 100px;
}

.yg-icon-list-title {
  margin-block: 0 60px;
}

.yg-icon-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  padding-inline: 0;
  list-style: none;
}

.yg-icon-list-item {
  list-style: none;
}

.yg-icon-list-item a {
  align-items: center;
  justify-content: center;
}

.yg-icon-list-item img {
  max-width: 220px;
  transition: transform 0.3s ease-in-out;
}

.yg-icon-list-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .yg-icon-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* yg-icon-list */


/* yg-hot-spots */

.yg-hot-spots-frame {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.yg-hot-spots-image {
  width: 60%;
}

.yg-hot-spots-box {
  display: flex;
  align-items: center;
  width: 40%;
  color: #1a1a1a;
}

.yg-hot-spots-title {
  font-weight: 600;
  margin-block: 0 24px;
}

.yg-hot-spots-description {
  line-height: 1.8;
  margin-bottom: 48px;
  color: rgba(26, 26, 26, 0.9);
}

.yg-hot-spots-link {
  color: #000000;
  border: 1px solid #d4d4d4;
}

.yg-hot-link-arrow {
  background: #e9ebed;
}

.yg-hot-link-arrow svg {
  width: 24px;
  height: 24px;
}

.yg-hot-spots-link:hover {
  border: 1px solid rgb(215 1 1);
}

.yg-hot-spots-link:hover .yg-hot-link-arrow {
  color: rgb(215 1 1);
}

.yg-hot-icon-item {
  top: var(--vertical_position);
  left: var(--horizontal_position);
}

.yg-hot-icon-circle {
  position: relative;
  display: grid;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  opacity: 0.9;
  color: #da0d2c;
  border-radius: 50%;
  background: #da0d2c;

  place-items: center;
}

.yg-hot-icon-circle::before {
  position: absolute;
  content: '';
  animation: 2s ease-in-out infinite alternate ping;
  border-radius: inherit;
  background: rgba(218, 13, 44, 0.2);

  inset: -16px;
}

.yg-hot-icon-circle::after {
  position: absolute;
  top: -8px;
  left: -8px;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 8px;
  content: '';
  border-radius: inherit;
  background: rgba(218, 13, 44, 0.4);
}

.yg-hot-icon-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: -50px;
  left: 50%;
  display: block;
  min-width: 60px;
  transition: opacity 0.2s ease-in-out;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  color: #000000;
}

.yg-hot-icon-circle:hover,
.yg-hot-icon-item:hover .yg-hot-icon-title {
  opacity: 1;
}

@media (min-width: 767px) {
  .yg-hot-spots-content {
    max-width: 30em;
  }
}

@media (max-width: 1024px) {
  .yg-hot-spots-container {
    padding-block: 48px;
  }

  .yg-hot-spots-frame {
    flex-direction: column;
  }

  .yg-hot-spots-box {
    width: 100%;
    padding-bottom: 30px;
  }

  .yg-hot-spots-image {
    width: 100%;
  }

  .yg-hot-icon-circle {
    width: 3px;
    height: 3px;
  }

  .yg-hot-icon-circle::after {
    top: -3px;
    left: -3px;
    padding: 3px;
  }

  .yg-hot-icon-circle::before {
    inset: -7px;
  }

  .yg-hot-icon-item {
    top: var(--vertical_position_mobile);
    left: var(--horizontal_position_mobile);
  }

  .yg-hot-spots-title {
    margin-bottom: 16px;
  }

  .yg-hot-spots-description {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

/* yg-hot-spots */


/* yg-scrolling-images */

.yg-scrolling-images-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  height: 100%;
  padding-block: 40px;
}

.yg-scrolling-images-box {
  display: grid;
  align-items: center;
  width: min-content;
  animation: translateFull 90s linear infinite;

  grid: auto / auto-flow max-content;
  grid-gap: 60px;
}

.yg-scrolling-images-box img {
  width: auto;
  height: 52px;
}

@keyframes translateFull {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

@media (max-width: 767px) {
  .yg-scrolling-images-wrapper, .yg-scrolling-images-box {
    gap: 36px;
  }

  .yg-scrolling-images-box img {
    height: 42px;
  }
}

/* yg-scrolling-images */

/* join-us */
.yg-banner-section-frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.yg-banner-section-inner {
  text-align: left;
  color: #fff;
}

.yg-banner-section-heading {
  margin: 0;
  max-width: 680px;
}

.yg-banner-section-content {
  margin-block-start: 30px;
  opacity: 0.5 !important;
  line-height: 1.8;
  max-width: 640px;
}

.yg-banner-section-content *:last-child {
  margin-block-end: 0;
}

.yg-hover-blocks-wrapper {
  padding-block: 40px 100px;
}

.yg-hover-blocks-frame {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.yg-hover-blocks-heading {
  margin-block: 0 50px;
}

.yg-hover-blocks-item {
  border-radius: 8px;
}

.yg-hover-blocks-second-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.yg-hover-blocks-item img {
  transition: transform 0.3s ease-in-out;
}

.yg-hover-blocks-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
}

.yg-hover-blocks-title {
  color: #FFF;
  font-size: 30px;
}

.yg-hover-blocks-content {
  opacity: 0.7;
}

.yg-hover-blocks-content *:last-child {
  margin-block-end: 0;
}

.yg-hover-blocks-item:hover img {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .yg-hover-blocks-item:hover .yg-hover-blocks-second-image {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .yg-hover-blocks-frame {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    margin-inline-end: -20px;
  }

  .yg-hover-blocks-item {
    flex: 0 0 80%;
  }
}

.yg-info-list-header {
  max-width: 1080px;
  margin-inline: auto;
}

.yg-info-list-title {
  margin-block: 0 30px;
}

.yg-info-list-content {
  color: rgba(26, 26, 26, 0.60);
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.yg-info-table-header, .yg-table-item-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out all;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding-block: 15px;
}

.yg-table-item-header {
  display: flex;
  padding-block: 24px;
  color: rgba(26, 26, 26, 0.60);
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  min-width: 10%;
}

.yg-table-item-header:first-child {
  min-width: 22%;
}

.yg-table-item-header.yg-table-item-placeholder {
  flex: 0;
}

.yg-table-item-info {
  display: flex;
  color: rgba(26, 26, 26, 0.70);
  font-size: 20px;
  font-weight: 500;
  padding-block: 24px;
  flex: 1;
  min-width: 10%;
}

.yg-table-item-info:first-child {
  font-weight: 600;
  color: #1A1A1A;
  transition: 0.3s ease-in-out all;
  min-width: 22%;
}

.yg-table-tbody-button {
  min-width: 10%;
}

.yg-table-item-link .yg-table-item-button {
  border-radius: 30px;
  background: #E9EBED;
  backdrop-filter: blur(10px);
  border: none;
  width: 60px;
  height: 40px;
  color: #000;
  transition: 0.4s ease-in-out all;
}

.yg-table-item-link:hover {
  background: linear-gradient(90deg, #FFF 0%, #FBFBFB 20.76%, #F5F5F5 100%);
  border-bottom: 1px solid var(--active-color);
}

.yg-table-item-link:hover .yg-table-item-info:first-child {
  color: var(--active-color);
}

.yg-table-item-link:hover .yg-table-item-button {
  color: var(--active-color);
  background: #fff;
}

.yg-pagination-button {
  padding: 0;
  background: transparent;
  border: none;
  color: #191919;
  transition: 0.3s ease-in-out all;
}

.yg-pagination-button:hover {
  background: transparent;
  color: var(--active-color);
}

@media (max-width: 767px) {
  .yg-pagination-button:hover {
    color: inherit;
  }
}

yg-pagination-dots {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}

.yg-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}

yg-pagination-dots .yg-pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
  color: #191919;
  transition: 0.4s ease-in-out all;
}

yg-pagination-dots .yg-pagination-number:hover,
yg-pagination-dots .yg-pagination-number.active {
  background: var(--active-color);
  color: #fff;
}

yg-pagination-dots button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  yg-pagination-dots {
    margin-top: 50px;
  }
}

/* join-us */


/* yg-jobs */
.yg-jobs-template-container {
  padding-block: 100px;
}

.yg-jobs-template-wrapper {
  max-width: 1080px;
  margin-inline: auto;
}

.yg-jobs-template-header {
  padding-bottom: 60px;
  border-bottom: 1px solid #E2E2E2;
}

.yg-jobs-template-title {
  margin-block: 0 28px;
  color: #1A1A1A;
  line-height: 130%;
  font-weight: 500;
}

.yg-jobs-template-intro {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(26, 26, 26, 0.7);
  font-size: 20px;
  font-weight: 500;
}

.yg-jobs-template-intro .yg-separator {
  font-size: 12px;
}

.yg-jobs-template-info {
  display: grid;
  gap: 60px;
  padding-top: 60px;
}

.yg-jobs-item-title {
  position: relative;
  color: #1A1A1A;
  font-size: 24px;
  line-height: 1.3;
  padding-inline-start: 12px;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}

.yg-jobs-item-title::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 4px;
  transform: translateY(-50%);
  height: 90%;
  background: var(--active-color);
}

.yg-jobs-item-content {
  color: rgba(26, 26, 26, 0.70);
  font-size: 16px;
  line-height: 1.6;
}

.yg-jobs-item-content :where(ul, ol) {
  display: grid;
  gap: 8px;
  padding-inline-start: 18px;
}

.yg-jobs-form-container {
  padding: 60px;
  border-radius: 8px;
  background: #F8F8F8;
  text-align: center;
  margin-top: 80px;
}

.yg-jobs-form-title {
  color: #1A1A1A;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.yg-custom-upload-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.yg-custom-upload-wrap .elementor {
  display: none;
}

.yg-custom-upload-button {
  padding: 17px 45px;
  border: 1px solid var(--active-color);
  border-radius: 30px;
  color: var(--active-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.yg-custom-upload-button:hover {
  background: var(--active-color);
  color: #fff;
}

.yg-jobs-form-content {
  margin-top: 30px;
  color: rgba(26, 26, 26, 0.70);
  font-size: 16px;
  line-height: 1.6;
}

button.yg-jobs-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--active-color);
  min-width: 160px;
  height: 56px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.32px;
  border-radius: 30px;
  transition: all ease-in-out 0.3s;
  margin: 60px auto 0;
}

button.yg-jobs-form-submit:hover {
  background: #000;
  color: #fff;
}

.yg-form-message {
  margin-top: 6px;
  font-size: 14px;
  color: #d63626;
}

.elementor-message-success + .yg-form-message {
  color: #27ae60;
}

/* yg-jobs */

/* yg-faqs */

.yg-faq-question {
  padding-block: 36px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition: 0.3s ease-in-out all;
}

.yg-faq-question span {
  width: 90%;
}

.yg-faq-question.active {
  color: var(--active-color);
  border-top: 1px solid var(--active-color);
  border-bottom: 1px solid transparent;
}

.yg-faq-answer {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.70);
  transition: 0.3s ease-in-out all;
}

.yg-faq-answer strong {
  color: #1A1A1A;
  font-weight: 600;
}

.yg-faq-answer p, .yg-faq-answer ul {
  margin-bottom: 1rem;
}

.yg-faq-answer a {
  color: var(--active-color);
}

.yg-faq-answer *:last-child {
  margin-block-end: 0;
}

yg-accordion-item.open .yg-faq-answer {
  padding-block: 20px 36px;
}

.yg-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yg-accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.yg-accordion-arrow {
  transition: transform 0.3s ease;
}

.yg-accordion-arrow.rotate {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .yg-faq-question {
    padding-block: 13px;
    font-size: 15px;
    line-height: 1.3;
  }

  .yg-accordion-arrow {
    width: 16px;
  }

  yg-accordion-item.open .yg-faq-answer {
    padding-block: 0;
  }

  .yg-faq-answer {
    font-size: 14px;
  }
}


/* footer */
.yg-footer-newsletter-container {
  align-items: center;
  justify-content: space-between;
  padding-block: 140px 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.yg-footer-newsletter-form {
  width: 50%;
}

.yg-footer-newsletter-title {
  font-size: 30px;
}

.yg-footer-newsletter-title *:last-child {
  margin-block-end: 0;
}

.yg-footer-menu-container {
  padding-block: 100px;
}

.yg-footer-title-list {
  display: flex;
  gap: 48px;
  flex-direction: column;
  min-width: 110px;
}

.yg-footer-title-item {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  z-index: 2;
}

.yg-footer-menu-image {
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  transform: scale(1.1) translate(7%, 2%);
  margin-block: -15%;
  z-index: 1;
}

.yg-footer-menu-end {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  width: 50%;
  z-index: 2;
}

.yg-footer-menu-list {
  display: flex;
  gap: 40px;
}

.yg-footer-menu-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.yg-footer-menu-title,
.yg-footer-social-title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.yg-footer-menu-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 0;
  list-style: none;
  min-width: 80px;
}

.yg-footer-menu-item {
  display: block;
  color: rgba(26, 26, 26, 0.80);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.yg-footer-social-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 60px;
}

.footer-social-icons-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline: 0;
  list-style: none;
}


.yg-sidebar-container {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
}

.yg-sidebar-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 4px;
  display: none;
  text-shadow: 2px 2px 4px rgb(18 18 18 / 88%);
}

.yg-sidebar-title.active {
  display: block;
}

.yg-sidebar-image {
  max-width: 60px;
  position: relative;
}

.yg-sidebar-image img {
  animation: scrollFloat 4s ease-in-out infinite;
  width: 100%;
  display: block;
  position: relative;
  filter: drop-shadow(2px 4px 6px black);
}

@keyframes scrollFloat {
  0% {
    transform: translateY(0);
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.3;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@media (min-width: 1025px) {
  .yg-footer-menu-title svg {
    display: none;
  }


}

@media (max-width: 1024px) {
  .yg-footer-newsletter-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-block: 90px 24px;
    border-bottom: none;
  }

  .yg-footer-menu-container {
    flex-direction: column;
    padding-block: 0;
  }

  .yg-footer-menu-end {
    width: 100%;
    flex-direction: column;
  }

  .footer-social-icons-list {
    flex-direction: row;
    gap: 26px;
    justify-content: center;
  }

  .yg-footer-newsletter-title {
    font-size: 24px;
  }

  .yg-footer-newsletter-form {
    width: 100%;
  }

  .yg-footer-title-item {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    padding-block: 20px;
  }

  .yg-footer-menu-list {
    flex-direction: column;
    gap: 0;
  }

  .yg-footer-menu-box {
    gap: 0;
  }

  .yg-footer-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #D7DADF;
  }

  .yg-footer-menu-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .yg-footer-menu-items.open {
    padding-bottom: 20px;
  }

  .yg-footer-menu-title svg {
    transition: all ease-in-out 0.3s;
  }

  .yg-footer-menu-title.active svg {
    transform: rotate(180deg);
  }

  .footer-social-icons-list a,
  .footer-social-icons-list .wechat-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.125px solid #6F6F71;
  }

  .footer-social-icons-list a img,
  .footer-social-icons-list .wechat-hover img {
    width: 18px;
    height: 18px;
  }

  .yg-footer-menu-image {
    transform: none;
    margin-block: 0;
  }

  .yg-footer-menu-image img.hide-mobile {
    display: none !important;
  }

  .yg-footer-menu-image img.hide-pc {
    display: block !important;
  }

  .yg-footer-menu-end {
    gap: 0;
  }

  .yg-footer-bottom-container {
    margin-top: 27px;
  }

}