.industry {
  position: relative;
  width: 100%;
  background: #fff;
}
.industry-top {
  position: relative;
  background: #f6f6f6;
  padding: 4rem 0;
}
.industry-top-container {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.industry__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.industry__intro-content {
  margin-right: 3rem;
}
.industry__intro-content-title {
  color: #006b1d;
  font-family: Lexend;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.0625rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.industry__intro-content-desc {
  width: 41.6875rem;
  color: var(--text-body-75, rgba(46, 46, 46, 0.75));
  font-family: Lexend;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.swiper-nav-btn-wrapper {
  display: flex;
  align-items: center;
}
.nav-btn {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #014588;
  cursor: pointer;
  position: relative;
  padding: 0rem 0.625rem 0rem 0.46875rem;
}
.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.nav-btn > img {
  width: 1.38888rem;
  height: 1.38888rem;
  object-fit: cover;
}
.nav-btn-prev {
  margin-right: 1rem;
}
.nav-btn-next {
  rotate: 180deg;
}
.industry__card-list {
  padding: 2.66rem 0;
}
.industry__card-list-swiper {
}
.industry__card-wrapper {
}
.industry__card-item {
  position: relative;
  width: 100%;
  height: 30.125rem;
  border-radius: 0.28525rem;
  background: #00943e;
  overflow: hidden;
}
.industry__card-corner {
  position: absolute;
  width: 16.45938rem;
  height: auto;
  bottom: -3.8rem;
  right: -4.4rem;
  z-index: 0;
}
.industry__card-thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 27, 40, 0) 11%, rgba(4, 27, 40, 0.5) 84%);
  z-index: 1;
  display: block;
}
.industry__card-thumbnail {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
}
.industry__card-thumbnail img {
  width: 100%;
  height: 100%;
}

.industry__card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-inline: 1.125rem;
  padding-bottom: 1.125rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
}

.industry__card-label {
  color: rgba(255, 255, 255, 0.72);
  font-family: Lexend;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9075rem;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.industry__card-name {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: Lexend;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.0625rem;
  margin-bottom: 1.25rem;
}
.industry__card-desc {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  text-overflow: ellipsis;
  font-family: Lexend;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 639.98px) {
  .industry__card-thumbnail {
    height: 100%;
  }
  .industry__card-item:hover .industry__card-thumbnail {
    height: 65%;
  }
  .industry__card-content {
    transform: translateY(45%);
  }
  .industry__card-item:hover .industry__card-content {
    transform: translateY(0%);
  }
  .industry__card-thumbnail::after {
    content: '';
    height: 0.0625rem;
    background: var(--Base-Base-White, #fafafa);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 20rem;
    transform: translate(-50%, 0);
    transition: all 500ms cubic-bezier(0.81, -0.02, 0.25, 1.02);
    z-index: 5;
  }
  .industry__card-item:hover .industry__card-thumbnail::after {
    width: 0;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 639.98px) {
  .industry-top {
    /* 		background: #fff; */
    background: rgba(250, 251, 253, 1);
    padding-top: 1rem;
    padding-bottom: 1.7125rem;
  }
  .industry-top-container {
  }
  .industry__intro {
    margin-bottom: 0rem;
  }
  .industry__intro-content {
    margin-right: 0rem;
    padding: 0 0.75rem;
  }
  .swiper-nav-btn-wrapper {
    display: none;
  }
  .industry__intro-content-title {
    color: var(--Shinnec-Color-Primary-Primary, #006b1d);
    font-family: Lexend;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  .industry__intro-content-desc {
    width: 100%;
    color: var(--text-body-75, rgba(46, 46, 46, 0.75));
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.03125rem;
    margin-bottom: 0rem;
  }
  .industry__card-list {
    padding: 1.5rem 0rem;
  }
  .industry__card-wrapper {
    display: flex;
    overflow-x: auto;
    /* 		padding-inline: 0.75rem; */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
  }
  .industry__card-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  .industry__card-item {
    width: 14.99081rem;
    height: 19.3125rem;
  }
  .industry__card-item:first-child {
    margin-left: 0.75rem;
  }
  .industry__card-item:last-child {
    margin-right: 0.75rem;
  }
  .industry__card-item:not(:last-child) {
    margin-right: 1rem;
  }
  .industry__card-thumbnail {
    height: 11.1875rem;
  }
  .industry__card-content {
    left: 0.1425rem;
    right: 0.1425rem;
    width: auto;
    padding: 0.5rem 0.5425rem 0.8rem;
  }
  .industry__card-label {
    color: rgba(255, 255, 255, 0.72);
    font-family: Lexend;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0.14rem;
  }
  .industry__card-name {
    color: #fff;
    text-shadow: 1.376px 1.376px 2.064px rgba(0, 0, 0, 0.1);
    font-family: 'Lexend Deca';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.01rem;
    margin-bottom: 0.41rem;
  }
  .industry__card-desc {
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--text-body-80-invert, rgba(255, 255, 255, 0.8));
    text-overflow: ellipsis;
    font-family: Lexend;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .industry__card-corner {
    width: 11.3265rem;
    bottom: -4.125rem;
    right: -3.0125rem;
  }
  .industry__card-thumbnail::before {
    display: none;
  }
}

/* FAQ SECTION */
#industry.faq-section {
  max-width: 90rem;
  margin: 0 auto;
}
#capacity_profile {
  background: #f6f9ff !important;
}
.faq-section__header {
  max-width: 42rem;
  margin-bottom: 2rem;
}
.faq-section__title {
  color: #006b1d;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.0625rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.faq-section__description {
  margin-top: 0.5rem;
  color: var(--Text-Text-Grey-72-text-2, rgba(0, 18, 36, 0.72));
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

.faq-container {
  display: flex;
  height: 46.25rem;
}

.faq-sidebar {
  width: 35.0625rem;
  overflow-y: scroll;
  background: #fff;
  margin-right: 1.875rem;
}
.faq-content {
  flex: 1;
}

.faq-sidebar__title {
  color: var(--Shinnec-Color-Tertiary-Green-500, #40b06e);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 133.3%; /* 1.66625rem */
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-sidebar__title svg,
.faq-sidebar__title img {
  margin-right: 0.5rem;
  width: 1.2925rem;
  height: 1.2925rem;
  object-fit: cover;
}
.faq-sidebar__item {
  padding: 1.5rem;
  color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
  font-family: Lexend;
  font-size: 1rem;
  line-height: 150%; /* 1.5rem */
  border-radius: var(--Spacing-None, 0rem);
  border-bottom: 0.8px solid var(--outline-neutral-16, rgba(112, 115, 124, 0.16));
  background: var(--text-text-grey-0, #fff);
  cursor: pointer;
}

.faq-sidebar__item:last-child {
  border-bottom: none;
}
.faq-sidebar__item.active {
  color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
  border-radius: var(--Spacing-None, 0rem);
  border-left: 3px solid #00943e;
  background: rgba(0, 148, 62, 0.1);
}
.faq-sidebar__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease-in-out;
}

.faq-sidebar__item-wrapper.active .faq-sidebar__title svg path {
  transition: opacity 0.15s ease-in-out;
}

.faq-sidebar__item-wrapper.active .faq-sidebar__title svg path:first-child {
  opacity: 0;
}

.faq-content {
  background: var(--text-text-grey-0, #fff);
  padding: 2rem 1.875rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.faq-content__title {
  color: var(--Shinnec-Color-Secondary-Green-900, #00943e);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 133.3%; /* 1.9995rem */
  margin-bottom: 2.38rem;
}

.faq-content__content p:not(:first-child) {
  margin-top: 1.5rem;
}
.faq-content__content img {
    max-width: 100%;
}

.faq-content__content p {
  color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 1.55rem */
}

.faq-content__content strong {
  font-weight: 500;
}

.faq-content__content {
  overflow-y: auto;
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}

.faq-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2.4rem;
  height: 7.5625rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -32.61%, #fff 78.26%);
}

/* width */
.faq-sidebar::-webkit-scrollbar,
.faq-content__content::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
.faq-sidebar::-webkit-scrollbar-track,
.faq-content__content::-webkit-scrollbar-track {
  border-radius: 6.25rem;
  background: rgba(240, 242, 240, 0.9);
}

/* Handle */
.faq-sidebar::-webkit-scrollbar-thumb,
.faq-content__content::-webkit-scrollbar-thumb {
  background: #00943e;
  border-radius: 6.25rem;
}

/* Handle on hover */
.faq-sidebar::-webkit-scrollbar-thumb:hover,
.faq-content__content::-webkit-scrollbar-thumb:hover {
  background: #00943e;
  border-radius: 6.25rem;
}

@media (max-width: 639.98px) {
  .banner__frame__line {
    background: #fff !important;
  }
  #capacity_profile {
    background: #fff !important;
  }
  #faq-section.faq-section {
    margin-top: 3rem;
    padding: 0 0.75rem;
  }
  .faq-section__title {
    font-size: 1.5rem;
  }
  .faq-section__description {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
  .faq-container {
    flex-direction: column;
    height: auto;
  }
  .faq-content {
    position: fixed;
    max-height: 80vh;
    left: 0;
    right: 0;
    bottom: -80%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 17;
    padding: 1rem 0.75rem 3rem 0.75rem;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    background: #fff;
  }
  .faq-content::after {
    height: 3rem;
    right: 0;
  }
  .faq-content__content::-webkit-scrollbar {
    display: none;
  }
  .faq-content__content {
    padding-bottom: 0;
  }
  .faq-content__overlay {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 16;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .faq-content__overlay.open {
    opacity: 1;
    visibility: visible;
  }
  .faq-content.open {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .faq-content > span {
    width: 4rem;
    height: 0.25rem;
    border-radius: 0.5rem;
    background: var(--outline-normal-22, rgba(112, 115, 124, 0.22));
    align-self: center;
  }
  .faq-content__title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 155%; /* 1.35625rem */
  }
  .faq-content__content p {
    font-size: 0.875rem;
  }
  .faq-content__content p:not(:first-child) {
    margin-top: 1rem;
  }
  .faq-sidebar {
    width: 100%;
    overflow: auto;
    margin-right: 0;
  }
  .faq-sidebar__item-wrapper:not(:first-child) {
    margin-top: 0.75rem;
  }
  .faq-sidebar__item-wrapper {
    border-radius: 0.75rem;
    border: 1px solid var(--outline-alternative-8, rgba(112, 115, 124, 0.08));
    background: #f9fbff;
  }
  /* .faq-sidebar__item-wrapper.active {
	border-radius: 0.75rem;
	border: 1px solid
	var(--outline-alternative-8, rgba(112, 115, 124, 0.08));
	background: #f9fbff;
} */
  .faq-sidebar__list {
    padding: 0 0.75rem 0.75rem;
  }
  .faq-sidebar__item {
    border-radius: 0.25rem;
    background: rgba(188, 188, 188, 0.12);
    border: none;
    overflow: hidden;
  }
  .faq-sidebar__item:not(:first-child) {
    margin-top: 0.75rem;
  }
  .faq-sidebar__item.active {
    color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
    border-radius: 0.25rem;
    border: none;
    background: rgba(188, 188, 188, 0.12);
  }
  .faq-sidebar__title {
    font-size: 1rem;
    padding: 1rem 0.75rem;
  }
  .faq-sidebar__item {
    font-size: 0.875rem;
    padding: 1rem;
  }
  .faq-sidebar__title svg,
  .faq-sidebar__title img {
    margin-right: 0;
    width: 0.91156rem;
    height: 0.91156rem;
  }
}
