/* ================================================= */
/* Training Centric Feature Page(Corporate Section) */
/* ================================================= */

.tp-bg-black-2 {
  background: #000;
}
.tp-portfolio-thumb-text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 94px;
  left: -88px;
  transform: rotate(-90deg);
}

.tp-portfolio-thumb-text span {
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-right: 9px;
}

.tp-portfolio-content ul li {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 35px;
  padding-bottom: 15px;
}

.tp-portfolio-content ul li span {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 7px;
}

.tp-portfolio-content ul li p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.53;
  color: rgba(189, 187, 187, 0.955);
}

.section-meinus {
  margin-top: -2px;
}

.tp-section-title-60 {
  font-size: 60px;
}
.tp-section-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.sticky-wrapper {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.tp-portfolio-thumb img {
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .tp-portfolio-thumb {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tp-portfolio-thumb {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tp-portfolio-thumb {
    width: 70%;
  }
}

/* Extra small screens (portrait phones) */
@media (max-width: 575px) {
  .tp-portfolio-thumb {
    width: 100%;
    padding-left: 5px;
  }

  .tp-portfolio-thumb img {
    width: 100%;
    height: auto;
  }
  .tp-portfolio-content-wrap {
    padding: 0 15px;
  }
}

.feature-items {
  padding: 30px 30px 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .feature-items {
    padding: 20px 17px 0;
  }
  .d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
    grid-column-gap: 15px;
  }
  .grid-md-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ================================================= */
/* Training Centric Feature Page(CIT Section) */
/* ================================================= */

.d-grid:not(.dsn-isotope):not(.align-items-center, .align-items-end) {
  align-items: stretch;
}
.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.d-grid:not(.dsn-isotope) {
  display: grid;
}
.grid-md-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid-1-half {
    grid-template-columns: 65% auto;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .grid-md-3 {
    grid-template-columns: 1fr !important;
  }
  .grid-1-half svg {
    display: none;
  }
  .corporate-section-desc {
    width: 600px !important;
  }
}

.over-hidden {
  overflow: hidden;
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.features-demo .feature-item {
  padding: 30px 30px 0;
}
.background-section,
.background-section .background-inner {
  background-color: #e9e9e9;
}
.has-border-radius {
  border-radius: 15px;
}
.line-break-tab {
  display: none;
}

.title-block {
  font-size: 1.5rem;
  font-weight: 600;
}

.corporate-section-desc {
  font-size: 16px;
  width: 350px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .line-break-tab {
    display: block;
    height: 0;
  }
  .title-adjust {
    padding-top: 5rem;
  }
  .section-margin {
    margin-top: 0;
  }
}

/* Mobile large: 501px–767px */
@media (min-width: 501px) and (max-width: 767px) {
  .corporate-section-desc {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .title-block {
    font-size: 1.3rem;
    text-align: center;
  }
  .features-demo .feature-item {
    padding: 20px;
  }
}

/* Mobile small: ≤ 500px */
@media (max-width: 500px) {
  .description-corporate {
    display: none !important;
  }
  .corporate-section-desc {
    width: 100%;
    font-size: 14px;
    /* text-align: center; */
  }
  .title-block {
    font-size: 1.2rem;
    /* text-align: center; */
  }
  .features-demo .feature-item {
    padding: 15px;
  }
  .grid-md-3 {
    grid-template-columns: 1fr !important;
  }
}

/* Small desktops/laptops: 992px–1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .corporate-section-desc {
    width: 300px;
    font-size: 15px;
  }
  .title-block {
    font-size: 1.4rem;
  }
}

/* ================================================================ */
/* USP(Procurement Efficiency Section) */
/* ================================================================ */

.tp-left-sticky-wrapper {
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: flex-start;
}

@media (max-width: 500px) {
  .tp-left-sticky-wrapper {
    height: calc(100vh - 325px);
  }
}
@media (max-width: 350px) {
  .tp-left-sticky-wrapper {
    height: calc(100vh - 250px) !important;
  }
}

@media (max-width: 767px) {
  .tp-work-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tp-work-item {
  border: 4px solid #fff;
  padding: 45px 40px 45px 50px;
  background-color: #f6f6f9;
}
@media (max-width: 767px) {
  .tp-work-item {
    padding: 45px 30px 45px 35px;
  }
}
@media (min-width: 800px) {
  .tp-left-sticky-wrapper {
    height: auto;
  }
}

.tp-work-item.about-us-3-bg {
  border-radius: 20px;
  border-color: #ffffe6;
  background-color: #ffffe6;
}
.tp-work-item.about-us-3-bg .tp-work-number span {
  background-color: #e7ff48;
}
.tp-work-item.about-us-3-bg .tp-work-number i {
  color: #2a4c3a;
}
.tp-work-item.about-us-3-bg .tp-work-title {
  color: #2a4c3a;
}
.tp-work-number {
  display: inline-block;
  position: relative;
}
.tp-work-number span {
  height: 60px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: rotate(30deg);
  background-color: var(--theme-green);
  position: relative;
}

.tp-work-number i {
  position: absolute;
  top: 15px;
  left: 5px;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.03em;
  color: #fff;
}

.tp-work-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tp-work-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-work-title-box {
    margin-bottom: 40px;
  }
}
.tp-work-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-work-content p br {
    display: none;
  }
}
.tp-work-wrapper {
  margin-left: 100px;
  padding-bottom: 20vh;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-work-wrapper {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-work-wrapper {
    margin-left: 0px;
  }
}

.creative-work-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.creative-work-icon img {
  margin-bottom: 20px;
}
.creative-work-item {
  padding: 45px;
  border-radius: 20px;
  background-color: #0e0f11;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-work-item {
    padding: 35px;
  }
}
.creative-work-bg {
  padding: 110px 100px;
  padding-bottom: 80px;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .creative-work-bg {
    padding: 110px 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-bg {
    padding: 110px 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative-work-bg {
    padding: 110px 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .creative-work-bg {
    padding: 110px 20px;
    padding-bottom: 80px;
  }
}
.creative-work-square-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 400px;
  display: inline-block;
  border-radius: 0 0 20px 0;
  background-color: #0e0f11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-square-box {
    top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .creative-work-square-box {
    display: none;
  }
}
.creative-work-square-box::after,
.creative-work-square-box::before {
  content: "";
  position: absolute;
  bottom: 60px;
  right: -20px;
  height: 40px;
  width: 20px;
  border-top-left-radius: 20px;
  background-color: transparent;
  box-shadow: 0px -18px 0 0 #0e0f11;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative-work-square-box::after {
    bottom: 10px;
  }
}
.creative-work-square-box::before {
  bottom: -40px;
  left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .design-work-area {
    text-align: center;
    padding-bottom: 80px;
  }
}
.design-work-item img {
  width: 100%;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .design-work-item img {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .design-work-item img {
    margin-bottom: 30px;
  }
}
.design-work-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  display: inline-block;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .design-work-content {
    position: static;
    margin-bottom: 60px;
    transform: translateY(0);
  }
}
.design-work-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #e0eeee;
  margin-bottom: 55px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .design-work-content p {
    font-size: 20px;
  }
}
.design-work-content img {
  margin-bottom: 30px;
}
.tp-work-stack-container {
  position: relative;
  height: 200vh;
}

.tp-work-item {
  position: sticky;
  top: 150px;
  margin-bottom: -35px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.tp-work-item:nth-child(2) {
  z-index: 2;
}
.tp-work-item:nth-child(3) {
  z-index: 3;
}
.tp-work-item:nth-child(4) {
  z-index: 4;
}
.tp-work-item:nth-child(5) {
  z-index: 5;
}
.tp-work-item:nth-child(6) {
  z-index: 6;
}

/* ================================================================ */
/* Training Centric Feature Page(Practical & Blended Section) */
/* ================================================================ */

.it-benifit-bg {
  padding: 70px;
  border-radius: 30px;
  background-color: #00756526;
}
@media (max-width: 767px) {
  .it-benifit-bg {
    padding: 30px;
  }
}
.it-benifit-shape {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .it-benifit-shape {
    display: none;
  }
}
.it-benifit-icon {
  height: 46px;
  width: 46px;
  line-height: 42px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.it-benifit-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 12px;
  display: inline-block;
  transform: rotate(45deg);
  background-color: var(--theme-green) !important;
}
.it-benifit-icon svg {
  margin-left: 2px;
  color: white;
}
.it-benifit-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: #000;
  position: relative;
}
.it-benifit-title::before {
  position: absolute;
  top: -6px;
  left: -25px;
  content: "";
  height: 36px;
  width: 1px;
  display: inline-block;
  background-color: #000;
}
.it-benifit-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
}
.it-benifit-item {
  padding: 20px 0;
  padding-left: 24px;
  border-left: 1px solid rgba(33, 33, 45, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .it-benifit-item {
    margin-bottom: 30px;
  }
}

/* ================================================= */
/* Training Centric Feature Page(Formula & RTL Section) */
/* ================================================= */

.app-benefits-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tp-gsap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 45px;
  opacity: 0;
  transform: scale(0.88);
  z-index: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.app-benefits-wrapper {
  border-radius: 60px;
  padding: 110px 200px 90px;
}

@media (max-width: 1800px) {
  .app-benefits-wrapper {
    padding: 110px 100px 90px;
  }
}

@media (max-width: 1400px) {
  .app-benefits-wrapper {
    padding: 110px 100px 90px;
  }
}

@media (max-width: 1200px) {
  .app-benefits-wrapper {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .app-benefits-wrapper {
    padding: 30px;
  }
}

/* item base */
.app-benefits-item {
  width: 100%;
  height: 308px;
  overflow: hidden;
  border-radius: 24px;
  background: #141416;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.app-benefits-item:hover .app-benefits-item-thumb img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .app-benefits-item {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .app-benefits-item {
    padding: 0 20px;
  }
}

/* thumb */
.app-benefits-item-thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 24px;
}

.app-benefits-item-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 24px;
}

/* content */
.app-benefits-item-content {
  padding-top: 40px;
}

/* title */
.app-benefits-item-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

@media (max-width: 575px) {
  .app-benefits-item-title {
    font-size: 25px;
  }

  .app-benefits-item-title br {
    display: none;
  }
}

/* item-2 styles */
.app-benefits-item-2-star {
  margin-bottom: 5px;
}

.app-benefits-item-2-content {
  padding-top: 40px;
}

.app-benefits-item-2-content p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: rgb(255, 255, 255);
}

@media (max-width: 575px) {
  .app-benefits-item-2-content p {
    font-size: 16px;
  }
}

.app-benefits-item-2-title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 0.8;
  color: #fff;
}

@media (max-width: 1399px) {
  .app-benefits-item-2-title {
    font-size: 62px;
  }
}

@media (max-width: 575px) {
  .app-benefits-item-2-title {
    font-size: 55px;
  }
}

/* item-3 styles */
.app-benefits-item-3 {
  height: 642px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(
    371.89% 134.33% at 3.21% 1.26%,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(217, 217, 217, 0) 100%
  );
  position: relative;
}

.app-benefits-item-3:hover .app-benefits-item-thumb img {
  transform: scale(1.1);
}

@media (max-width: 575px) {
  .app-benefits-item-3 {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .app-benefits-item-3 {
    height: 600px;
  }
}

.app-benefits-item-3-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.app-benefits-item-3-bg img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
  border-radius: 30px;
}

.app-benefits-item-3-content {
  position: relative;
  z-index: 2;
  padding-top: 35px;
}

.app-benefits-item-3-content span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  display: inline-block;
  color: #fff;
}

.app-benefits-item-3-content p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: rgb(255, 255, 255);
  padding: 5px;
}

@media (max-width: 575px) {
  .app-benefits-item-3-content p {
    font-size: 16px;
  }
}

.app-benefits-item-3-title {
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 0.8;
  color: #fff;
}

@media (min-width: 600px) and (max-width: 999px) {
  .app-benefits-item-thumb .rtl-mobile {
    width: 70%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .app-benefits-item-thumb .lms-formula {
    position: absolute;
    left: 0;
    bottom: -85px;
    width: 100%;
    border-radius: 24px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .app-benefits-item-3-content {
    padding-top: 18px;
  }
}
/* ================================================================ */
/* Finance Feature Page(Report Section) */
/* ================================================================ */
.modern-hero {
  background: #000;
  color: #fff;
  padding: 80px 0;
  border-radius: 16px;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
}

.hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1 1 45%;
  z-index: 2;
  padding-left: 50px;
}

.hero-badge {
  display: inline-block;
  /* background: #111; */
  padding: 5px 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
}

.hero-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #fff;
}

.hero-desc {
  font-size: 18px;
  color: #d6d5d5;
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-button {
  background: var(--theme-green);
  color: #fff;
  padding: 8px 14px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.credit-note {
  font-size: 14px;
  color: var(--theme-green);
}
.credit-note-wrapper {
  position: absolute;
  bottom: -30px;
  left: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  animation: floatArrow 1.6s ease-in-out infinite;
}

.credit-arrow {
  width: 170px;
  transform: rotate(-5deg);
  /* margin-left: 125%; */
}

@keyframes floatArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 300px;
}
.main-hero-image {
  position: absolute;
  right: -12px;
  top: 34px;
  max-width: 500px;
  width: 100%;
  z-index: 2;
}
.hero-circles {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(-46%, 9%); /* fine-tune positioning */
}

.circle-icon.icon-1 {
  width: 480px;
  height: auto;
  animation: spin 20s linear infinite;
  filter: brightness(2) contrast(110%)
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
  opacity: 1;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-green);
  padding: 16px;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.overlay-icon img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .hero-grid {
    flex-direction: column;
    text-align: center;
  }

  .hero-content,
  .hero-image-wrapper {
    flex: 1 1 100%;
  }

  .hero-cta {
    flex-direction: column;
  }

  .overlay-icon {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .modern-hero {
    width: 92%;
  }
  .hero-circles {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(60%, 15%);
  }
  .main-hero-image {
    position: absolute;
    right: -330px;
    top: 80px;
    max-width: 460px;
    width: 100%;
    z-index: 2;
  }
  .hero-image-wrapper {
    position: absolute;
    width: 100%;
    max-width: 600px;
    /* height: 100%; */
    min-height: 265px;
  }
  .hero-desc {
    max-width: 400px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .modern-hero {
    padding: 50px 0;
    width: 90%;
  }
  .hero-desc {
    max-width: 585px;
  }
  .hero-content {
    text-align: left;
  }
  .hero-cta {
    align-items: start;
  }
  .main-hero-image {
    position: absolute;
    right: -46px;
    top: -37px;
    max-width: 497px;
    width: 100%;
    z-index: 2;
  }
  .hero-circles {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(-40%, 0%);
  }
  .credit-note-wrapper {
    display: none;
  }
}

@media (max-width: 500px) {
  .hero-image-wrapper {
    display: none;
  }
  .hero-content {
    text-align: left;
  }
  .hero-cta {
    align-items: start;
  }
  .credit-note-wrapper {
    bottom: -25px;
    left: 190px;
  }
  .modern-hero {
    width: 95%;
  }
}

@media (max-width: 330px) {
  .credit-note-wrapper {
    bottom: -14px;
    left: 190px;
  }
}
/* ================================================================ */
/* Finance Feature Page(Bills Section) */
/* ================================================================ */

.etrn-feature-highlight {
  padding: 80px 0;
  background: #fff;
}

.etrn-feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.etrn-feature-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.etrn-feature-img {
  flex: 1 1 45%;
}

.etrn-feature-img img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.etrn-feature-details {
  flex: 1 1 45%;
  min-width: 300px;
}

.etrn-feature-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;
}

.etrn-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.etrn-feature-icon {
  width: 48px;
  height: 48px;
  padding: 10px;
  background: var(--theme-green);
  border-radius: 8px;
}
.etrn-feature-icon i {
  color: #fff;
  margin-left: 6px;
}
.etrn-feature-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.etrn-feature-text p {
  margin: 6px 0 0;
  font-size: 17px;
  color: #333333;
}

/* ================================================================ */
/* Human Resource(Hero Section) */
/* ================================================================ */

.banner-two-heading-first h2 {
  font-size: 115px;
  text-transform: uppercase;
  line-height: 150px;
  font-weight: 700;
  color: white;
}

.banner-two-heading-second {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  /* align-items: center; */
  display: flex;
}
.banner-two-video {
  border-radius: 100px;
  min-width: 255px;
  height: 115px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.banner-two-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto !important;
  position: absolute;
  inset: -100%;
}
.banner-two-heading-second h2 {
  color: #010101;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 105px;
  text-transform: uppercase;
  line-height: 150px;
  margin-bottom: 0;
}
.banner-two-btm {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .text-lg-end {
    text-align: right !important;
  }
}
.round-text {
  width: 200px;
  overflow: hidden;
  height: 200px;
  z-index: 9;
  position: relative;
  border-radius: 50%;
  z-index: 5;
}
.round-text .round-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  -o-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.round-text text {
  text-transform: uppercase;
  font-size: 13.8px;
  letter-spacing: 1px;
  font-weight: 600;
  fill: #fff;
}

.text-btn-icon {
  font-size: 40px;
  color: #1d1c21 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-green);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner2-video .html5-video {
  opacity: 0.5;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.banner2-video {
  position: relative;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
  padding: 85px;
}

.banner2-video .html5-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.35; */
}

.banner2-video .container {
  position: relative;
  z-index: 2;
  color: white;
}

.banner-two-btm ul {
  list-style-type: square;
}
.unified-feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.unified-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 15px;
}

.unified-feature-list li i {
  color: var(--theme-green);
}
.unified-feature-icon {
  margin-right: 10px;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .banner-two-heading-second h2 {
    font-size: 60px;
  }
  .banner-two-heading-first h2 {
    font-size: 85px;
  }
  .banner-two-btm {
    margin-top: 20px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .banner-two-heading-second h2 {
    font-size: 50px;
    line-height: normal;
  }
  .banner-two-heading-first h2 {
    font-size: 75px;
  }
  .banner-two-btm {
    margin-top: 20px;
    width: 150%;
  }
  .unified-feature-item {
    margin-bottom: 0px;
    font-size: 14px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .banner-two-video {
    display: none;
  }
  .banner-two-heading-first h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .banner-two-heading-second h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .banner2-video {
    padding: 75px 15px;
  }
  .banner-two-btm {
    margin-top: 20px;
  }
  .unified-feature-item {
    margin-bottom: 0px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .banner2-video {
    padding: 75px 5px;
  }
  .unified-feature-list {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

/* ================================================================ */
/* USP(Scalability & Integration Section) */
/* ================================================================ */

.service-area-2 {
  background-color: rgb(0, 0, 4);
  padding-top: 90px;
  padding-bottom: 20px;
}

.service-section-title {
  margin-bottom: 135px;
}

.about-titles {
  position: relative;
}

.about-titles .about-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-titles .about-subtitle img {
  display: block;
  margin-top: 15px;
}
.about-titles .about-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.about-titles .about-title span {
  font-weight: 300;
}
.about-titles .shadow-title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: rgb(187, 187, 187);
  opacity: 0.05;
  position: absolute;
  top: 35px;
  left: 0px;
}

.service-single {
  position: relative;
  margin-bottom: 115px;
}

.service-single .service-number {
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -70px;
  -webkit-text-stroke: 1px var(--theme-green);
}

.service-single .service-single-inner {
  background-color: rgb(0, 0, 4);
  position: relative;
  z-index: 1;
  padding-left: 5px;
}

.service-single .single-service-title {
  font-size: 1.5rem;
  line-height: 1.2;
}
.service-single .single-service-title span {
  font-weight: 200;
}

/* ================================================================ */
/* Human Resource & USP */
/* ================================================================ */

.miles_item {
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}

.miles_item::before {
  content: "";
  position: absolute;
  background-color: rgba(5, 5, 5, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  inset: 0;
  transition: opacity 0.6s ease;
}

.miles_item:hover::before {
  opacity: 1;
  visibility: visible;
}

.miles_item .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.6s ease, transform 0.6s ease;
  inset: 0;
}

.miles_item:hover .thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.miles_item .content {
  transition: color 0.4s ease;
}

.miles_item .content img {
  height: 50px;
}
.miles_item .content p {
  width: 360px;
}
.miles_item:hover .content h5,
.miles_item:hover .content p {
  color: #ffffff !important;
}

.up-shape {
  position: absolute;
  top: -22px;
  right: 160px;
  width: 200px;
  height: auto;
  z-index: -1;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .miles_item .content h5 {
    font-size: 15px;
  }
  .miles_item .content p {
    width: 260px;
    font-size: 14px;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .miles_item .content h5 {
    font-size: 15px;
  }
  .miles_item .content p {
    width: 170px;
    font-size: 14px;
  }
}
@media screen and (min-width: 360px) and (max-width: 400px) {
  .miles_item .content p {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .miles_item .content p {
    width: 250px;
  }
}
/* ================================================================ */
/* LMS(Mobile Section) */
/* ================================================================ */
.app-stack-area {
  position: relative;
  overflow: visible;
  min-height: 300vh;
  height: auto;
}

.app-stack-item {
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 200px;
  box-sizing: border-box;
}

.app-stack-item-01 {
  z-index: 3;
  background-color: #f7f7fd;
}

.app-stack-item-02 {
  z-index: 4;
  background: linear-gradient(
    265deg,
    rgb(208, 242, 240) 16.29%,
    #9ae3d9 84.71%
  );
}

.app-stack-item-03 {
  z-index: 5;
  background-color: #f7f7fd;
}

.app-stack-item-04 {
  z-index: 6;
  background: linear-gradient(
    265deg,
    rgb(208, 242, 240) 16.29%,
    #9ae3d9 84.71%
  );
}

.app-stack-subtitle {
  font-size: 18px;
  font-weight: 500;
  padding: 2px 16px;
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 25px;
  /* color: #21212d; */
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  /* background: #ffff; */
}

.app-stack-number {
  font-size: 220px;
  font-weight: 700;
  line-height: 0.6;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    rgba(33, 33, 45, 0.1) 13.2%,
    rgba(247, 247, 253, 0.1) 94.29%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-stack-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  /* text-transform: uppercase; */
  color: #21212d;
}

.app-stack-content {
  position: relative;
  margin-left: 38px;
}
.app-stack-content::before {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 80px;
  width: 1px;
  background-color: rgba(33, 33, 45, 0.1);
}
.app-stack-content p {
  font-size: 18px;
  color: #333337;
  margin-bottom: 35px;
  font-weight: 500;
}
.app-stack-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-radius: 42px;
  padding: 8px 24px;
  color: #ffff;
  border: 1px solid rgba(33, 33, 45, 0.06);
  background: #21212d;
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
  backdrop-filter: blur(10px);
}

.app-stack-content::after {
  position: absolute;
  content: "";
  top: 8px;
  left: -38px;
  height: 20px;
  width: 1px;
  background-color: #21212d;
}

.app-stack-thumb-box .shape-1 {
  position: absolute;
  top: 90px;
  right: 460px;
}

.app-stack-thumb-box .shape-2 {
  position: absolute;
  top: -80px;
  right: 0;
}
.app-stack-thumb-box .shape-3 {
  position: absolute;
  top: 140px;
  right: -25px;
}
.app-stack-thumb-box .shape-4 {
  position: absolute;
  bottom: 100px;
  right: 15px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .app-stack-thumb-box .shape-1 {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .app-stack-thumb-box .shape-1 {
    position: absolute;
    top: 90px;
    right: 525px;
  }
  .app-stack-thumb-box .shape-2 {
    position: absolute;
    top: -53px;
    right: 0;
  }
}
@media (min-width: 331px) and (max-width: 500px) {
  .app-stack-item {
    padding-top: 0;
  }
  .atropos-inner img {
    padding-top: 75px;
  }
  .app-stack-thumb-box .shape-3 {
    top: 170px;
    right: -10px;
  }
}
@media (max-width: 330px) {
  .atropos-inner img {
    padding-top: 75px;
  }
  .app-stack-thumb-box .shape-3 {
    top: 170px;
    right: -5px;
  }
  .app-stack-thumb-box .shape-4 {
    right: -5px;
  }
}

/* ================================================================ */
/* Header Mega menu */
/* ================================================================ */

.megamenu-features-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transform: translateY(-20px) scaleY(0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    visibility 0.5s;
}
@media (max-width: 800px) {
  .megamenu-features-panel {
    position: relative;
    z-index: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.megamenu-features-panel.is-open {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.megamenu-features-panel .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}

.megamenu-features-panel .row {
  display: flex;
  align-items: stretch;
}

.megamenu-features-panel .col-lg-3 {
  border-right: 1px solid #d4d4d4;
  padding-right: 30px;
}

.features-overview-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 8px;
  box-sizing: border-box;
}

.features-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .features-card-item {
    padding: 0;
  }
}
.features-card-item:hover,
.features-card-item.active {
  background-color: var(--theme-green-light);
  color: #000;
}

.features-card-item h4 {
  font-size: 1.2em;
  margin-bottom: 0px;
}

.features-card-item p {
  font-size: 0.8em;
  color: #666;
  margin-bottom: 0;
  line-height: normal;
}

.features-card-item svg {
  color: var(--theme-green);
  margin-left: 15px;
}

.megamenu-features-panel .col-lg-8 .row {
  margin-left: 0;
  margin-right: 0;
}

.megamenu-features-panel .col-md-8 {
  padding-left: 30px;
  border-right: 1px solid #d4d4d4;
  padding-right: 30px;
  box-sizing: border-box;
}

.megamenu-features-panel .col-md-4 {
  padding-left: 30px;
  box-sizing: border-box;
}
.megamenu-features-panel .col-md-7 {
  padding-left: 30px;
  border-right: 1px solid #d4d4d4;
  padding-right: 30px;
  box-sizing: border-box;
}

.megamenu-features-panel .col-md-5 {
  padding-left: 30px;
  box-sizing: border-box;
}

.features-detailed-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-detail-link {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.feature-detail-link:hover {
  background-color: #55b17d1a;
  font-weight: bold;
  color: black;
}

.feature-detail-item.active-feature-item .feature-detail-link {
  background-color: #55b17d1a;
  font-weight: bold;
  color: black;
}

.feature-detail-link img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.features-info-promo {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-sizing: border-box;
}

.features-info-promo h3 {
  font-size: 1.1em;
  color: var(--theme-green);
  margin-bottom: 10px;
}

.features-info-promo p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
}

.view-all-features-link {
  display: flex;
  align-items: center;
  align-self: flex-start;
  color: var(--theme-green);
  text-decoration: none;
  font-weight: bold;
  margin-top: auto;
}

.view-all-features-link svg {
  margin-left: 5px;
}

.main-menu .menu-list {
  align-items: center;
  gap: 20px;
}

.megamenu-features-panel .megamenu-content {
  display: none;
}

.megamenu-features-panel .megamenu-content.active {
  display: block !important;
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .megamenu-features-panel .col-md-4 {
    padding-left: 0;
  }
  .megamenu-features-panel .col-lg-3 {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .megamenu-features-panel .row {
    flex-direction: column;
  }

  .megamenu-features-panel .col-lg-3 {
    border-right: none;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .megamenu-features-panel .col-lg-9 {
    display: none !important;
  }

  .megamenu-features-panel .col-md-7 {
    display: none !important;
  }

  .megamenu-features-panel .col-md-5 {
    display: none !important;
  }
  .features-card-item {
    padding: 8px 15px;
    width: 233px;
  }

  .features-card-item h4 {
    font-size: 1.1em;
  }

  .features-card-item p {
    font-size: 0.85em;
  }

  .megamenu-features-panel .col-md-9 {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .megamenu-features-panel .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .megamenu-features-panel .col-md-9 .row {
    flex-direction: column;
  }

  .megamenu-features-panel .col-md-9 .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .megamenu-features-panel .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .megamenu-features-panel .col-lg-3,
  .megamenu-features-panel .col-lg-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .megamenu-features-panel .col-md-9,
  .megamenu-features-panel .col-md-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-card-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .features-card-item h4 {
    font-size: 1em;
  }

  .features-card-item p {
    font-size: 0.8em;
  }

  .features-card-item svg {
    margin-left: 0;
    margin-top: 5px;
    align-self: flex-end;
  }

  .feature-detail-link {
    padding: 10px;
  }

  .feature-detail-link img {
    width: 40px;
    height: 40px;
  }

  .features-info-promo h3 {
    font-size: 1.3em;
  }

  .features-info-promo p {
    font-size: 0.9em;
  }

  .megamenu-features-panel .col-md-3 {
    display: none;
  }
  .megamenu-features-panel .col-md-9 {
    display: none;
  }
  .megamenu-features-panel .col-lg-9 .row {
    display: none;
  }
}

@media (min-width: 300px) and (max-width: 800px) {
  .megamenu-features-panel .col-md-3 {
    display: none;
  }
  .megamenu-features-panel .col-md-9 {
    display: none;
  }
  .megamenu-features-panel .col-lg-9 .row {
    display: none;
  }
  .features-card-item svg {
    display: none;
  }
  .features-card-item:hover,
  .features-card-item.active {
    background-color: #ffffff00;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .features-card-item:hover,
  .features-card-item.active {
    padding: 5px;
  }
}

.features-info-promo .promo-img {
  width: 280px;
  height: 130px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ================================================================ */
/* LMS Feature Page(Learning Modes Section) */
/* ================================================================ */

.it-faq-wrap {
  margin-left: 85px;
  position: relative;
}

@media (min-width: 1200px) {
  .it-faq-wrap {
    margin-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .it-faq-wrap {
    margin-left: 0;
  }
}

.accordion-items {
  position: relative; /* needed for ::after */
}

.accordion-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.accordion-items.is-active::after {
  background-color: var(--theme-sandal);
}

.it-faq-wrap .accordion-items {
  padding-left: 115px;
}

.accordion-items {
  position: relative;
}

.accordion-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.accordion-items.active::after {
  background-color: var(--theme-sandal);
}

@media (min-width: 1200px) {
  .it-faq-wrap .accordion-items {
    padding-left: 60px;
  }
}

@media (max-width: 575.98px) {
  .it-faq-wrap .accordion-items {
    padding-left: 50px;
  }
}

.it-faq-wrap .accordion-items:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 575.98px) {
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 45px;
  }
}

.it-faq-wrap .accordion-buttons {
  text-align: left;
}

.it-faq-wrap .accordion-buttons i {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.18;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
}

.it-faq-wrap .accordion-buttons span {
  font-weight: 600;
  font-size: 1.5rem;
  /* line-height: 0.7; */
  display: block;
  letter-spacing: 0.04em;
  color: #fff;
}

@media (max-width: 575.98px) {
  .it-faq-wrap .accordion-buttons span {
    font-size: 32px;
  }
}

.it-faq-wrap .accordion-body {
  padding: 25px 85px 0 0;
}

@media (max-width: 575.98px) {
  .it-faq-wrap .accordion-body {
    padding: 25px 15px 0 0;
  }
}

.it-faq-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.it-step-bg {
  margin-top: -5px;
}

.it-step-title-box p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(254, 255, 249, 0.7);
}

@media (max-width: 575.98px) {
  .it-step-title-box p br {
    display: none;
  }
}

.it-step-thumb {
  margin-left: -115px;
}

@media (max-width: 1399.98px),
  (max-width: 1199.98px),
  (max-width: 991.98px),
  (max-width: 767.98px),
  (max-width: 575.98px) {
  .it-step-thumb {
    margin-left: 0;
  }
}

.it-step-thumb img {
  border-radius: 30px;
  max-width: inherit;
  margin-left: 25%;
}

@media (max-width: 575.98px) {
  .it-step-thumb img {
    width: 100%;
  }
}

.it-step-thumb-shape-1 {
  position: absolute;
  top: 27%;
  right: -8%;
}

@media (max-width: 991.98px), (max-width: 767.98px) {
  .it-step-thumb-shape-1 {
    right: 0;
  }
}

@media (max-width: 575.98px) {
  .it-step-thumb-shape-1 {
    display: none;
  }
}

.it-step-thumb-shape-2 {
  position: absolute;
  bottom: 4%;
  left: -18%;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .it-step-thumb-shape-2 {
    left: 7%;
  }
}

@media (max-width: 991.98px), (max-width: 767.98px), (max-width: 575.98px) {
  .it-step-thumb-shape-2 {
    left: 6%;
  }
}

@media (max-width: 575.98px) {
  .it-step-thumb-shape-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .it-step-thumb-shape-2 {
    display: block;
  }
}

@media (max-width: 991.98px), (max-width: 767.98px), (max-width: 575.98px) {
  .it-step-thumb-wrap {
    margin-bottom: 80px;
  }
}

.it-step-shape-1 {
  position: absolute;
  left: 0%;
  top: 13%;
}

@media (max-width: 1199.98px) {
  .it-step-shape-1 {
    left: -8%;
  }
}

.it-step-shape-2 {
  position: absolute;
  right: 0;
  bottom: -47%;
  z-index: 1;
}

.paste-bg-2 {
  background-color: var(--theme-green);
}

.tp-section-subtitle-platform {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.tp-section-title-platform {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
}

.accordion-buttons {
  background-color: var(--theme-green);
}

@media (min-width: 600px) and (max-width: 1200px) {
  .it-faq-wrap .accordion-body {
    padding: 0;
  }
  .it-faq-wrap .accordion-items {
    padding-left: 40px;
  }
  .tp-section-title-platform {
    font-size: 1.5rem;
  }
  .it-faq-wrap .accordion-buttons span {
    font-size: 1.2rem;
  }
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 20px;
  }
  .it-faq-wrap .accordion-body p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
  }
  .it-faq-wrap .accordion-buttons i {
    margin-bottom: 10px;
  }
}
@media (min-width: 300px) and (max-width: 599px) {
  .tp-section-title-platform {
    font-size: 1.5rem;
  }
  .it-faq-wrap .accordion-buttons span {
    font-size: 1.2rem;
  }
  .it-faq-wrap .accordion-items:not(:last-child) {
    margin-bottom: 20px;
  }
  .it-faq-wrap .accordion-body p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
  }
  .it-faq-wrap .accordion-buttons i {
    margin-bottom: 10px;
  }
}

/* ================================================================ */
/* LMS Feature Page(Zoom Int Section) */
/* ================================================================ */
.zoom-integration-section {
  padding: 100px 0;
}

.zoom-integration-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.zoom-integration-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  max-width: 600px;
}

.zoom-integration-card-wrapper {
  background: linear-gradient(to bottom, #dbeafe, #e0f2fe);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}

.zoom-integration-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.zoom-integration-label {
  background: #e5efff;
  color: #1e40af;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.zoom-integration-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.zoom-session-details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.zoom-session-details li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.zoom-integration-button {
  background-color: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.zoom-integration-button:hover {
  background-color: #1d4ed8;
}

@media (max-width: 500px) {
  .zoom-integration-section {
    padding: 50px 0;
  }
}

/* ================================================================ */
/* USP(What sets Apart Section) */
/* ================================================================ */

.etr-hero-section {
  background: linear-gradient(
    to bottom,
    #ffffff,
    var(--theme-green),
    #ffffff10
  );
  overflow-x: hidden;
  position: relative;
}

.etr-spin-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  /* opacity: 0.05; */
  z-index: 0;
  animation: spin-slow 60s linear infinite;
  pointer-events: none;
}

@keyframes spin-slow {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.etr-hero-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000000;
}

.etr-hero-description {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  max-width: 500px;
}

.etr-hero-video-wrapper {
  position: relative;
  right: 250px;
  max-width: 130%;
}

.etr-hero-video {
  width: 200%;
  height: auto;
}

.etr-feature-block {
  padding: 0 20px;
}

.etr-feature-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.etr-feature-description {
  font-size: 18px;
  line-height: 1.6;
  color: #353535;
  font-weight: 500;
}

@media (max-width: 991px) {
  .etr-hero-video-wrapper {
    right: 0;
    max-width: 100%;
    margin-top: 20px;
  }
}

.etr-feature-line {
  width: 400px;
  height: 1px;
  background-color: #353535;
  margin: 0 auto 15px auto;
  border-radius: 2px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .etr-feature-line {
    width: 260px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .etr-feature-line {
    width: 215px;
  }
  .etr-feature-block {
    padding: 0;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .etr-feature-line {
    width: 365px;
  }
  .etr-feature-block {
    padding: 0;
  }
  .etr-hero-section {
    padding: 85px 20px 20px;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .etr-hero-section {
    padding: 95px 20px 20px;
  }
  .etr-feature-line {
    width: 310px;
  }
  .etr-feature-block {
    padding: 0;
  }
}
@media (max-width: 349px) {
  .etr-hero-section {
        padding: 100px 20px 20px;
  }
  .etr-feature-line {
    width: 260px;
  }
  .etr-feature-block {
    padding: 0;
  }
}

/* ================================================================ */
/* USP(RBAC Section) */
/* ================================================================ */
.service_item_2 {
  position: sticky;
  top: 90px;
  z-index: 1;
}
.bg-custom-1 {
  background: linear-gradient(135deg, #c8f2ed, #b7eded);
}

.bg-custom-2 {
  background: linear-gradient(135deg, #e6d2e3, #cdbbe7);
}

.bg-custom-3 {
  background: linear-gradient(135deg, #c1cddd, #ccddf0);
}

.margin-bottom-md {
  margin-bottom: 125px !important;
}
@media (min-width: 350px) and (max-width: 450px) {
  .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
  .no-padding-top-sm {
    padding-top: 50px !important;
  }
}
@media (max-width: 349px) {
  .no-margin-bottom-sm {
    margin-bottom: 35px !important;
  }
  .no-padding-top-sm {
    padding-top: 70px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 500px) and (max-width: 1200px) {
  .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
  .no-padding-top-sm {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .margin-bottom-md {
    margin-bottom: 85px !important;
  }
  .margin-top-md {
    margin-top: 85px !important;
  }
  .padding-top-md {
    padding-top: 85px !important;
  }
  .padding-bottom-md {
    padding-bottom: 85px !important;
  }
}

/* ================================================================ */
/* USP(Unified Platform Section) */
/* ================================================================ */

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: black;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
}

.sub-head {
  font-size: 20px;
  line-height: 28px;
}

.sec-head .sub-head:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.sub-color {
  color: #b8b8b8;
}

.inline {
  display: inline;
}

.ml-10 {
  margin-left: 10px !important;
}
.fz-30 {
  font-size: 30px !important;
}

.services-sa .item {
  background: #212121;
  padding: 15px;
  border-radius: 20px;
}

@media (min-width: 500px) and (max-width: 800px) {
  .services-sa .item .cont {
    padding: 0 !important;
  }
  .services-sa .item .cont .text p {
    width: 180px;
  }
}
.services-sa .item .cont {
  padding: 15px;
}

.ml-auto {
  margin-left: auto;
}

.services-sa .item .cont .icon {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.services-sa .item .cont .icon img {
  width: 25px;
}

.services-sa .item .cont .text {
  margin-top: 30px;
  margin-bottom: 20px;
}

.services-sa .item .cont .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
}

/* ================================================================ */
/* USP(CDA Section) */
/* ================================================================ */

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn .icon {
  width: 18px;
}

.section-paddings {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("../images/usp/why-etrainia-bg.png");
}
.services-accord .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}

.services-accord .accordion .accordion-title {
  color: #8e8e8e;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.fz-14 {
  font-size: 14px !important;
}

.services-accord .accordion .accordion-title h2 {
  font-size: 1.75rem;
  font-weight: 500;
}

.ml-auto {
  margin-left: auto;
}

.services-accord .accordion .accordion-title .icon img {
  width: 30px;
  height: 40px;
}

.collapse:not(.show) {
  display: none;
}

.services-accord .accordion .accordion-body {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.services-accord .accordion .accordion-body .list span {
  display: block;
  font-size: 16px;
  color: lightgrey;
}

.accordion-header {
  margin-bottom: 0;
}

/* ================================================================ */
/* USP(Finance & Payments Section) */
/* ================================================================ */

.testimonial-section {
  padding: 220px 0;
}

.testimonial-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.testimonial-stack {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 250px;
  margin: auto;
}

.testimonial-card {
  position: absolute;
  width: 100%;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.6s ease, opacity 0.6s ease;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-card.prev {
  top: 0;
  background: #fdfaf5;
  color: #333;
  transform: translateY(-100%) rotate(-5deg) scale(0.95);
  opacity: 0.6;
  z-index: 1;
}

.testimonial-card.active {
  top: 50%;
  transform: translateY(-50%);
  background: var(--theme-green);
  color: #fff;
  opacity: 1;
  z-index: 3;
}

.testimonial-card.next {
  bottom: 0;
  background: #fdfaf5;
  color: #333;
  transform: translateY(100%) rotate(5deg) scale(0.95);
  opacity: 0.6;
  z-index: 1;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonial-nav button {
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}

.testimonial-nav button:hover {
  background: #ececec;
}

@media (max-width: 349px) {
  .testimonial-section {
    padding: 50px 0 160px 0 !important;
  }
  .testimonial-title {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 15px;
  }
  .testimonial-card {
    font-size: 16px;
    padding: 20px;
  }

  .testimonial-card.prev {
    top: 150px;
  }
  .testimonial-card.active {
    top: 80%;
  }
  .testimonial-stack {
    height: 320px;
    margin: 0 0.8rem;
    max-width: 85% !important;
  }
  .testimonial-nav {
    right: -40px;
    top: 80%;
  }
  .testimonial-card.next {
    bottom: -45px;
  }
  .testimonial-section {
    padding: 50px 0 235px 0 !important;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .testimonial-section {
    padding: 50px 0 160px 0 !important;
  }
  .testimonial-title {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 15px;
  }
  .testimonial-card {
    font-size: 16px;
    padding: 20px;
  }

  .testimonial-card.prev {
    top: 150px;
  }
  .testimonial-card.active {
    top: 80%;
  }
  .testimonial-stack {
    height: 320px;

    max-width: 78% !important;
  }
  .testimonial-nav {
    right: -40px;
    top: 80%;
  }
  .testimonial-card.next {
    bottom: -45px;
  }
  .testimonial-section {
    padding: 50px 0 235px 0 !important;
  }
}
@media (min-width: 400px) and (max-width: 450px) {
  .testimonial-section {
    padding: 50px 0 195px 0 !important;
  }
  .testimonial-title {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 15px;
  }
  .testimonial-card {
    font-size: 16px;
    padding: 20px;
  }

  .testimonial-card.prev {
    top: 110px;
  }
  .testimonial-card.active {
    top: 67%;
  }
  .testimonial-stack {
    height: 320px;

    max-width: 78% !important;
  }
  .testimonial-nav {
    right: -40px;
    top: 65%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .testimonial-section {
    padding: 100px 0;
  }

  .testimonial-title {
    font-size: 1.4rem;
    text-align: center;
    padding: 0 15px;
  }

  .testimonial-stack {
    height: 320px;
    max-width: 85%;
  }

  .testimonial-card {
    font-size: 16px;
    padding: 20px;
  }

  .testimonial-nav {
    right: -25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    padding: 210px 0;
  }

  .testimonial-title {
    font-size: 1.6rem;
  }

  .testimonial-stack {
    height: 320px;
  }

  .testimonial-card {
    font-size: 17px;
  }

  .testimonial-nav {
    right: -40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section {
    padding: 180px 0;
  }

  .testimonial-title {
    font-size: 1.7rem;
  }

  .testimonial-stack {
    height: 280px;
  }
}

@media (min-width: 1200px) {
  .testimonial-section {
    padding: 200px 0;
  }

  .testimonial-title {
    font-size: 1.8rem;
  }
}

/* ================================================================ */
/* USP(Platform Setup Section) */
/* ================================================================ */

.sre-section {
  background-color: #fdf9f6;
  padding: 4rem 1rem;
  text-align: center;
}

.sre-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.sre-tabs {
  padding: 0 150px 0px 210px;
}

.sre-tabs.nav-tabs {
  border: none;
  margin: 0;
}
.sre-subtitle {
  color: #000;
  max-width: 650px;
  margin: 0 auto 2rem;
  font-size: 18px;
  font-weight: 500;
}

.sre-image-container {
  max-width: 700px;
  margin: 20px 220px;
}

.sre-tab-content {
  position: relative;
  width: 160%;
  height: 500px;
  overflow: hidden;
}

.sre-tab-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  z-index: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(100%);
}

.sre-tab-content img.slide-from-left {
  transform: translateX(-100%);
}

.sre-tab-content img.slide-to-center {
  transform: translateX(0%);
}

.sre-tab-content img.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

.sre-tabs .nav-link {
  text-align: left;
  border: none;
  border-left: 3px solid transparent;
  font-weight: 500;
  color: #333;
  padding: 1rem;
  background: none;
  border-radius: 0;
  transition: all 0.3s ease;
}

.sre-tabs .nav-link.active {
  border-left: 3px solid var(--theme-green);
  background-color: #fff;
  color: #000;
}

.sre-tab-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.sre-tab-desc {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  width: 250px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .sre-title {
    font-size: 2.25rem;
  }
  .sre-tab-content {
    height: 550px;
  }
  .sre-tab-desc {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .sre-image-container {
    margin: 20px 18px;
    max-width: 600px;
  }
  .sre-tab-content {
    height: 450px;
  }
  .sre-tabs {
    padding: 0;
  }
  .sre-tab-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }

  .sre-tab-desc {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width: 220px;
  }
}

@media (max-width: 991px) {
  .sre-tabs .nav-link {
    padding: 0.75rem;
    font-size: 0.95rem;
  }
  .sre-tab-desc {
    width: 220px;
    font-size: 14px;
  }
  .sre-tab-content {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .sre-title {
    font-size: 1.5rem;
  }
  .sre-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
  .sre-image-container {
    max-width: 100%;
    margin: 10px auto;
  }
  .sre-tab-desc {
    width: auto;
    font-size: 14px;
  }
  .sre-tab-content {
    width: 102%;
  }
}

@media (max-width: 575px) {
  .sre-section {
    padding: 2rem 0.5rem;
  }
  .sre-title {
    font-size: 1.25rem;
  }
  .sre-subtitle {
    font-size: 14px;
  }
  .sre-tabs .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .sre-tab-content {
    height: 220px;
  }
  .sre-tab-desc {
    width: 375px;
    font-size: 14px;
  }
  .sre-tab-content {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .sre-tab-desc {
    width: 340px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .sre-tab-desc {
    width: 285px;
    font-size: 14px;
  }
}
.sre-subtitle br {
  display: none;
}

@media (min-width: 768px) {
  .sre-subtitle br {
    display: inline;
  }
}

/* ================================================================ */
/* Core Platform(Second Section) */
/* ================================================================ */

.about-section {
  position: relative;
  padding: 50px 0 60px;
}

.about-content {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-content .main-title {
  margin-bottom: 24px;
}

.main-title h3 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
}

.main-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
.main-title h2 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.about-content .about-text {
  max-width: 640px;
  margin-bottom: 40px;
}

.about-image-box {
  position: relative;
}

.about-image-box .rotate-text-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 162px;
  height: 162px;
  line-height: 162px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #181e25;
  z-index: 3;
}

.about-image-box .rotate-text-box .shape-1 {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.about-image-box .rotate-text-box .shape-2 {
  position: absolute;
  left: 13px;
  bottom: 13px;
  width: 127px;
  height: 64px;
  background-repeat: no-repeat;
}

.about-image-box .rotate-text-box h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.about-image-box .rotate-text-box .curved-text {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}

.about-image {
  position: relative;
  display: flex;
  align-items: center;
}

.about-image .image-1 {
  z-index: 2;
}
.about-image .image {
  position: relative;
  display: inline-block;
  margin-right: -80px;
  border-radius: 240px;
}

.about-image .image-2 {
  z-index: 1;
}

.about-image .image:last-child {
  margin-right: 0;
}

.about-image .image img {
  position: relative;
  width: 100%;
  border-radius: 240px;
  border: 5px solid #181e25;
}

@media (max-width: 500px) {
  .about-image-box .rotate-text-box {
    /* top: 25px;
    width: 130px;
    height: 130px; */
    display: none;
  }
  .about-image {
    padding: 0 50px;
  }
  .about-content {
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .about-section {
    padding: 70px 0 60px;
  }
  .main-title h2 {
    font-size: 1.3rem;
  }
  .about-image {
    display: none;
  }
  .about-image-box .rotate-text-box {
    display: none;
  }
}
/* ================================================================ */
/* Core Platform(Third Section) */
/* ================================================================ * */

.service-section-general {
  position: relative;
  background-color: #181818;
  padding: 50px 0 50px;
}

.service-section-general .title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  z-index: 2;
}

.service-section-general .main-content {
  position: relative;
  overflow: hidden;
  margin-right: -670px;
}

.service-block-one {
  position: relative;
  display: block;
  background-color: #1c2228;
  border-radius: 32px;
  padding: 25px;
  overflow: hidden;
  /* margin-bottom: 30px; */
  z-index: 1;
  width: 350px;
}

.service-block-one:hover {
  background: linear-gradient(
    135deg,
    var(--theme-sandal),
    #9e8660,
    var(--theme-green)
  );
  background-size: 300% 300%;
  animation: animatedGradient 6s ease infinite;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.service-block-one:hover .icon-box,
.service-block-one:hover h3,
.service-block-one:hover p {
  color: #fff;
}

.service-block-one .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  margin-bottom: 29px;
}

.service-block-one h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-block-one p {
  /* margin-bottom: 10px; */
  transition: all 0.5s ease;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .service-block-one {
    width: 268px;
    padding: 35px;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .service-block-one {
    width: 400px;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .service-block-one {
    width: 350px;
  }
}
@media (max-width: 340px) {
  .service-block-one {
    width: 295px;
  }
}

/* ================================================================ */
/* Core Platform(Fourth Section) */
/* ================================================================ * */
.integration-tab-button {
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
  font-weight: 500;
  color: #111;
  border: none;
  background: transparent;
}

.integration-tab-button.active {
  color: #000;
}

.integration-tab-button .progress-bar-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0%;
  background-color: #198754;
  transition: height 4s linear;
  opacity: 0;
}

.integration-tab-button.active .progress-bar-slide {
  height: 100%;
  opacity: 1;
}

.integration-tab-content {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================================================================ */
/* About*/
/* ================================================================ * */
.team-section {
  padding: 80px 0;
}

.team-section__container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

.team-section__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
}

.team-section__text-column {
  flex: 1 1 45%;
}

.team-section__heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.team-section__description {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
}

.team-section__image-column {
  position: relative;
  width: 500px;
  height: 500px;
}

.team-image__circle {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.team-image__photo {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  animation: zoomInOut 6s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.team-image__photo--main {
  width: 130px;
  height: 130px;
  top: 37%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.team-image__photo--1 {
  top: 5%;
  left: 20%;
  transform: translate(-50%, 0);
}
.team-image__photo--2 {
  top: 45%;
  left: 0%;
}
.team-image__photo--3 {
  top: 45%;
  right: -5%;
}
.team-image__photo--4 {
  bottom: 5%;
  left: 20%;
}
.team-image__photo--5 {
  bottom: 5%;
  right: 15%;
}
.team-image__photo--6 {
  top: 6%;
  left: 73%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .team-section__content {
    gap: 0;
    justify-content: start;
  }
  .team-section__image-column {
    width: 415px;
    height: 415px;
  }
  .team-section__text-column {
    flex: none !important;
  }
  .team-image__photo--main {
    top: 34%;
    left: 37%;
  }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
  .team-section__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .team-section__text-column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .team-section__image-column {
    margin-top: 40px;
    width: 400px;
    height: 400px;
  }

  .team-image__photo {
    width: 60px;
    height: 60px;
  }

  .team-image__photo--main {
    width: 110px;
    height: 110px;
  }

  .team-image__circle {
    margin-left: -156px;
  }
  .team-section__description {
    margin-bottom: 0;
  }
}

/* Mobile devices (max-width: 768px) */
@media screen and (min-width: 700px) and (max-width: 768px) {
  .team-section__content {
    gap: 0;
    justify-content: start;
  }

  .team-section__image-column {
    width: 320px;
    height: 320px;
  }

  .team-image__photo {
    width: 50px;
    height: 50px;
  }

  .team-image__photo--main {
    width: 90px;
    height: 90px;
  }

  .team-section__heading {
    font-size: 1.5rem;
  }

  .team-section__description {
    font-size: 16px;
  }
  .team-section__text-column {
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 401px) and (max-width: 480px) {
  .team-section__image-column {
    width: 250px;
    height: 250px;
  }

  .team-image__photo {
    width: 40px;
    height: 40px;
  }

  .team-image__photo--main {
    width: 75px;
    height: 75px;
  }

  .team-section__heading {
    font-size: 1.3rem;
  }

  .team-section__description {
    font-size: 15px;
  }

  .team-section {
    padding: 50px 0;
  }
  .team-image__circle {
    margin-left: 65px;
  }
  .team-image__photo--3 {
    right: -37%;
  }
  .team-image__photo--6 {
    left: 97%;
  }
  .team-image__photo--main {
    top: 35%;
    left: 65%;
  }
  .team-image__photo--5 {
    right: -13%;
  }
  .team-image__photo--1 {
    left: 50%;
  }
  .team-image__photo--2 {
    left: 25%;
  }
  .team-image__photo--4 {
    left: 52%;
  }
  .team-section__content {
    gap: 0;
  }
}

@media screen and (min-width: 330px) and (max-width: 400px) {
  .team-section__image-column {
    width: 250px;
    height: 250px;
  }

  .team-image__photo {
    width: 40px;
    height: 40px;
  }

  .team-image__photo--main {
    width: 75px;
    height: 75px;
  }
  .team-image__circle {
    margin-left: 40px !important;
  }
  .team-image__photo--3 {
    right: -22%;
  }
  .team-image__photo--6 {
    left: 87%;
  }
  .team-image__photo--main {
    top: 35%;
    left: 56%;
  }
  .team-image__photo--5 {
    right: -5%;
  }
  .team-image__photo--1 {
    left: 40%;
  }
  .team-image__photo--2 {
    left: 20%;
  }
  .team-image__photo--4 {
    left: 40%;
  }
  .team-section__content {
    gap: 0;
  }
}
@media screen and (max-width: 320px) {
  .team-section__image-column {
    width: 250px;
    height: 250px;
  }

  .team-image__photo {
    width: 40px;
    height: 40px;
  }

  .team-image__photo--main {
    width: 75px;
    height: 75px;
  }
  .team-image__circle {
    margin-left: 20px !important;
  }
  .team-image__photo--3 {
    right: -15%;
  }
  .team-image__photo--6 {
    left: 80%;
  }
  .team-image__photo--main {
    top: 35%;
    left: 48%;
  }
  .team-image__photo--5 {
    right: 10px;
  }
  .team-image__photo--1 {
    left: 30%;
  }
  .team-image__photo--2 {
    left: 10%;
  }
  .team-image__photo--4 {
    left: 30%;
  }
  .team-section__content {
    gap: 0;
  }
}
/* ================================================================ */
/* About Page(NextOrbit Section) */
/* ================================================================ * */

.nextorbit-section {
  background: linear-gradient(
    to right,
    var(--theme-green-light),
    var(--theme-green-light)
  );
  padding: 70px 20px;
  text-align: center;
}

.nextorbit-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.nextorbit-logo-box {
  margin-bottom: 20px;
}

.nextorbit-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.nextorbit-logo {
  height: 60px;
  max-width: 100%;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

.nextorbit-description {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
}

@media screen and (max-width: 400px) {
  .nextorbit-logo {
    height: auto;
  }
}
/* ================================================================ */
/* Core Platform(Hero Section) */
/* ================================================================ * */

.section-header {
  background-image: url(../images/general-features/cp-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 12.5rem;
}
.header-component {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 11.25rem;
  display: flex;
  position: relative;
}

.hedaer-top-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44.1875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hedaer-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}
.header-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-bottom-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-buttom-image-wrapper {
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 40px #0003;
}
.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.header-buttom-image-wrapper.first,
.header-buttom-image-wrapper.second,
.header-buttom-image-wrapper.third {
  position: relative;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.header-buttom-image-wrapper.first {
  animation-name: bounce-down;
  animation-duration: 2.5s;
}
.header-buttom-image-wrapper.third {
  animation-name: bounce-down;
  animation-duration: 2.5s;
  animation-delay: 0.3s;
}

.header-buttom-image-wrapper.second {
  animation-name: bounce-up;
  animation-duration: 2.5s;
  animation-delay: 0.1s;
}

/* Keyframes for downward motion */
@keyframes bounce-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}

/* Keyframes for upward motion */
@keyframes bounce-up {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.header-bg-wrapper {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1.7vh;
}
.header-bg-image {
  width: 100%;
}

.section-integration {
  margin-top: -78px;
  padding-top: 0;
}
.padding-global {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.integration-component {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-bottom: -4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-left-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
  top: -1px;
  overflow: hidden;
}

.integration-all-content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-tracker-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: center;
  align-items: center;
  padding-top: 1%;
  display: flex;
}

.integration-tracker-list {
  z-index: 17;
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: flex;
}

.integration-icon-item {
  width: 3.75rem;
  height: 3.75rem;
}

.integration-icon-item.fast-icon {
  transform: rotate(-18deg);
}

.integration-icon-item.third-icon {
  transform: rotate(-20deg);
}

.integration-icon-item.four-icon {
  transform: rotate(31deg);
}

.integration-icon-item.five-icon {
  transform: rotate(18deg);
}

.integration-icon {
  border-radius: 0.5625rem;
}
.ovarflow-hidden {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 34%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: rotate(1deg);
}

.intregation-image-overly {
  object-position: 50% 100%;
  width: 27vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(0.5deg);
}
.integration-image-wrapper.right-bottom-bg-image {
  position: relative;
  right: -2px;
  transform: translate(-1%, -0.5%);
}
.integration-image-wrapper {
  transform: translate(-7px);
}
.integration-bg-image {
  display: block;
}
.integration-image-wrapper.left-top-image {
  z-index: 6;
  display: block;
  position: absolute;
  inset: 0% 4% 0% -1%;
  transform: none;
}
.image-overlay._1st {
  z-index: 6;
  background-image: linear-gradient(90deg, #fff 27%, #ffffff7d 75%, #fff0);
  width: 140px;
  height: 70%;
  display: block;
}
.image-overlay {
  z-index: 4;
  background-image: linear-gradient(90deg, #fff 19%, #ffffff6b 58%, #fff0);
  width: 106px;
  height: 230px;
  position: absolute;
  bottom: -29px;
  left: -15px;
}
.integration-right-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
  top: 4px;
}
.integration-image-wrapper.is-right-side-image {
  position: relative;
  top: -1px;
  right: 0px;
}
.integration-image-wrapper.right-side-top-image {
  z-index: 1;
  position: absolute;
  inset: 0% 0% 0% 2%;
  transform: none;
}
.image-overlay.right-side {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0, #fff 76%);
  height: 80%;
  display: block;
  left: auto;
  right: 0;
}

.integration-tracker-wrapper {
  display: flex;
  gap: 40px;
  animation: scrollIcons 20s linear infinite;
  width: fit-content;
}

@keyframes scrollIcons {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

.water-icon {
  position: absolute;
  animation: floatUp 10s linear infinite;
}

.water-icon:nth-child(1) {
  animation-delay: 0s;
  left: 10%;
}
.water-icon:nth-child(2) {
  animation-delay: 2s;
  left: 25%;
}
.water-icon:nth-child(3) {
  animation-delay: 4s;
  left: 45%;
}
.water-icon:nth-child(4) {
  animation-delay: 6s;
  left: 65%;
}
.water-icon:nth-child(5) {
  animation-delay: 8s;
  left: 80%;
}

@keyframes floatUp {
  0% {
    top: 100%;
    opacity: 0;
    transform: translateY(0) scale(0.8);
  }
  10% {
    opacity: 1;
  }
  100% {
    top: -100px;
    opacity: 0;
    transform: translateY(-100%) scale(1);
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .image-overlay {
    bottom: 0px;
  }
  .integration-image-wrapper.right-side-top-image {
    inset: 0% 2% 0% 1% !important;
  }
  .integration-image-wrapper.is-right-side-image {
    top: -1px;
    right: 3px;
  }
  .section-integration {
    margin-top: -65px;
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .integration-component {
    padding-top: 3.625rem;
  }
  .ovarflow-hidden {
    top: 60px;
  }
  .image-overlay {
    bottom: 2px;
  }
  .integration-image-wrapper.right-side-top-image {
    inset: 0% 2% 0% 1%;
  }
  .integration-icon-item {
    width: 2.8rem;
    height: auto;
  }
  .section-integration {
    margin-bottom: 50px;
  }
  .section-header {
    padding-bottom: 7.5rem;
  }
}

@media (min-width: 350px) and (max-width: 599px) {
  .header-bottom-icon-wrapper {
    display: none;
  }
  .section-integration {
    display: none;
  }
  .header-component {
    padding-top: 4.5rem;
    margin-bottom: 0;
  }
  .padding-bottom.padding-xlarge {
    padding-bottom: 0 !important;
  }

  .section-header {
    padding-bottom: 4.5rem;
  }
  /* .section-integration {
    margin-top: -10px;
    margin-bottom: 50px;
  } */
  /* .ovarflow-hidden {
    top: 15px;
  } */
  /* .integration-icon-item {
    width: 1.8rem;
    height: auto;
  } */
  /* .integration-image-wrapper.left-top-image {
    inset: 5% 3% 0% 2%;
  }
  .integration-image-wrapper.right-bottom-bg-image {
    transform: translate(-1%, 3.5%);
  }
  .integration-image-wrapper.right-side-top-image {
    inset: -1% 6% 0% -2%;
  }
  .integration-image-wrapper.is-right-side-image {
    position: relative;
    top: -1px;
    right: 0px;
  } */
}

@media (max-width: 329px) {
  .header-bottom-content-wrapper {
    display: none;
  }
  .header-bottom-icon-wrapper {
    display: none;
  }
  .section-integration {
    display: none;
  }
  .header-component {
    padding-top: 4.5rem;
    margin-bottom: 0;
  }
  .padding-bottom.padding-xlarge {
    padding-bottom: 0 !important;
  }
  /* .ovarflow-hidden {
    top: 13px !important;
  }
  .integration-image-wrapper.right-side-top-image {
    z-index: 1;
    position: absolute;
    inset: -2% 5% 0% -4% !important;
    transform: none;
  }
  .integration-icon-item {
    width: 1.3rem;
    height: auto;
  }
  .integration-image-wrapper.left-top-image {
    inset: 0% 3% 0% -1% !important;
  } */
  .section-header {
    padding-bottom: 3rem;
  }
  /* .section-integration {
    margin-top: -13px;
  } */
}
/* ================================================================ */
/* Core Platform(Third-Party Section) */
/* ================================================================ * */
.saas-tabs-section {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  background-color: #000;
}

.saas-tabs-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}
.saas-tabs-content {
  grid-column-gap: 64px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.saas-tabs-heading {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.saas-tabs-heading-block {
  text-align: center;
  max-width: 760px;
}

.saas-tabs-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
}

.saas-tabs-wrapper {
  border: 1px solid #262336;
  background-image: linear-gradient(125deg, #ffffff0f 9%, #fff0);
  border-radius: 16px;
}

.saas-tabs-container {
  position: relative;
}

.saas-tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 48px;
  left: 40px;
  z-index: 2;
}

.saas-tab-link {
  background-color: transparent;
  opacity: 0.7;
  color: #fff;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.saas-tab-link.w--current {
  background-color: #c8c8c8;
  text-decoration: underline;
  opacity: 1;
}

.saas-tab-link-wrapper {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.saas-tab-link-list {
  opacity: 1;
  padding-left: 30px;
}

.saas-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.saas-tab-pane {
  display: none;
  position: relative;
}

.saas-tab-pane.w--tab-active {
  display: block;
}

.saas-pane-wrapper {
  justify-content: space-between;
  display: flex;
}

.saas-text-wrapper {
  background-color: #ffffff0f;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 500px;
  padding: 48px 40px;
  display: flex;
}

.saas-tab-content-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 366px;
  display: flex;
  margin-bottom: 90px;
}

.saas-text-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  color: #fff;
}

.saas-text-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 24px;
  display: flex;
}

.saas-subheading {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.saas-opacity-70 {
  opacity: 0.7;
}

.saas-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.saas-image-content {
  flex: 1;
  max-width: 470px;
  height: 530px;
  position: relative;
}

.saas-img-wrapper {
  max-width: 375px;
}

.saas-img-content {
  max-width: 230px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.saas-tab-icon {
  position: absolute;
  inset: auto 0% 38% auto;
  height: 100px;
}

.saas-tab-link-wrapper.w--current div {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #ffffff;
  font-weight: 600;
}

.saas-tab-link-wrapper div {
  color: #bbbbbb;
  font-weight: 500;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .saas-pane-wrapper {
    gap: 40px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .saas-tab-icon {
    inset: auto 1% 25% auto;
  }

  .saas-tab-content-block {
    margin-bottom: 30px;
  }
  .saas-text-wrapper {
    padding: 48px 25px;
  }
}

@media (max-width: 500px) {
  .saas-image-wrapper {
    display: none;
  }
  .saas-text-wrapper {
    padding: 100px 20px 48px;
  }
  .saas-tabs-menu {
    left: 0;
  }
  .saas-tabs-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .saas-tab-content-block {
    margin-bottom: 15px;
  }
  /* .saas-text-content img {
    display: none;
  } */
}

/* ================================================================ */
/* Procurement(Purchase Request Section) */
/* ================================================================ * */

.custom-insight-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.custom-insight-container {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.custom-tab-content {
  flex: 1;
  padding: 40px;
  position: relative;
  background-color: #c1d8d5;
}

.custom-tab-wrapper {
  display: none;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.custom-tab-wrapper.custom-active {
  display: flex;
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.custom-tab-text-content {
  flex: 1;
}

.custom-tab-caption {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #444;
  font-weight: 600;
}

.custom-tab-heading {
  font-size: 1.5rem;
  margin-top: 20px;
}

.custom-tab-text {
  margin-top: 20px;
  font-size: 18px;
  color: #3b3a3a;
  font-weight: 500;
}

.custom-tab-image {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.custom-tab-sidebar {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: none;
}

.custom-tab-button {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #333;
  background: #f8f8f8;
  cursor: pointer;
  border-right: 1px solid #eee;
  writing-mode: horizontal-tb;
  transform: none;
  transition: background 0.2s ease;
}

.custom-tab-button:hover {
  background: #f5e6d0;
}

.custom-tab-button.custom-active {
  background: #f5e6d0;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #222;
  border-right: none;
}

@media (max-width: 768px) {
  .custom-tab-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .custom-tab-image {
    max-width: 100%;
  }

  .custom-insight-container {
    flex-direction: column;
  }

  .custom-tab-sidebar {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    border-left: none;
    border-top: 1px solid #ddd;
  }

  .custom-tab-button {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    font-size: 12px;
    white-space: nowrap;
    border-bottom: none;
    border-right: 1px solid #eee;
    padding: 10px 20px;
  }
}

/* ================================================================ */
/* LMS(Course Creation Section) */
/* ================================================================ * */

.etrainia-course-section {
  padding: 50px 0;
}

.etrainia-course-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.etrainia-course-description {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  margin-top: 15px;
}

.etrainia-course-card-wrapper {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.etrainia-course-video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}

/* ================================================================ */
/* LMS(Cert Builder Section) */
/* ================================================================ * */
.etrainia-certbuilder-section {
  background-color: #f8f9fa;
  color: #000;
  padding: 100px;
}

.etrainia-certbuilder-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
}

.etrainia-certbuilder-features li {
  font-size: 18px;
  font-weight: 500;
}

.etrainia-certbuilder-features li::before {
  content: "✔";
  margin-right: 8px;
  color: var(--theme-green);
}

.etrainia-certbuilder-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (min-width: 400px) and (max-width: 1200px) {
  .etrainia-certbuilder-section {
    padding: 30px;
  }
}
@media (max-width: 399px) {
  .etrainia-certbuilder-section {
    padding: 20px;
  }
  .etrainia-certbuilder-image {
    display: none;
  }
}
@media (max-width: 1199px) {
  .etrainia-certbuilder-title br {
    display: none;
  }
}

/* ================================================================ */
/* Human Resource(Mobile Section) */
/* ================================================================ * */

.app-feature-2-bg {
  position: absolute;
  top: -17%;
  left: 22%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-feature-2-bg {
    left: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg {
    left: 18%;
    top: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .app-feature-2-bg {
    display: none;
  }
}
.app-feature-2-bg .shape-1 {
  position: absolute;
  top: 37%;
  left: 23%;
  height: 140px;
}
.app-feature-2-bg .shape-2 {
  position: absolute;
  top: 46%;
  left: 40%;
  height: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-2 {
    left: 40%;
    top: 47%;
  }
}
.app-feature-2-bg .shape-3 {
  position: absolute;
  top: 56%;
  right: 13%;
  height: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-bg .shape-3 {
    right: 0;
    top: 60%;
  }
}
.app-feature-2-thumb {
  padding-top: 75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-thumb {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .app-feature-2-thumb {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-feature-2-thumb img {
    transform: scale(0.7);
  }
}
.app-feature-2-content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .app-feature-2-content {
    padding-left: 0;
  }
}
.app-feature-2-content .tp-section-subtitle.border-bg {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
  padding: 11px 26px;
  margin-bottom: 25px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 20px 40px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(10px);
}
.app-feature-2-content-icon {
  margin-left: 25px;
}
.app-feature-2-content-icon span {
  display: inline-block;
  margin-right: 15px;
  transform: translateY(5px);
}
.app-feature-2-content-icon p {
  color: #dcdcde;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.app-feature-2-brd {
  height: 30px;
  width: 2px;
  margin-left: 35px;
  margin-bottom: 18px;
  background: rgb(253 248 248 / 61%);
  margin-top: 15px;
}
.app-feature-2-bg .main-bg {
  opacity: 0.1;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.tp-section-subtitle.border-bg.bg-color {
  background: #000;
}
.app-feature-2-area {
  background-color: rgb(23 21 21);
}
.tp-section-subtitle {
  color: #fff;
}
.tp-section-subtitle.border-bg.bg-color {
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}

.tp-section-title-phudu {
  /* font-size: 55px; */
  /* font-weight: 600; */
  line-height: 1;
  color: #fcfafa;
}
.app-feature-2-content .tp-section-subtitle.border-bg {
  border-color: rgba(0, 0, 0, 0.1);
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.feature-mobile-img {
  animation: floatUpDown 7s ease-in-out infinite;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .feature-mobile-img {
    max-width: 60%;
  }
}

@media (max-width: 400px) {
  .app-feature-2-content .tp-section-subtitle.border-bg {
    font-size: 16px;
  }
}

/* ================================================================ */
/* Core Platform(White Label Section) */
/* ================================================================ * */

.collaboration-platform-showcase {
  background-color: #000;
  /* background-color: #1a1a1a; */
  color: #ffffff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-display-header {
  text-align: left;
  max-width: 1100px;
  width: 100%;
  margin-bottom: 25px;
}

.workflow-feature-tag {
  background-color: #333333;
  /* color: #b0b0b0;
  padding: 8px 15px; */
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.main-heading-unify {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.section-intro-text {
  font-size: 18px;
  line-height: 1.5;
  color: #efe9e9;
  margin-bottom: 10px;
}

.grid-card-item {
  /* background-color: #262626; */
  /* padding: 30px; */
  border-radius: 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  /* border: 1px solid #333333; */
}

.feature-visual-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  background-color: #000000;
  /* padding: 20px; */
  display: block;
}

.card-category-label {
  font-size: 0.9em;
  font-weight: bold;
  color: var(--theme-sandal);
  margin-top: 15px;
  order: -1;
  margin-bottom: 10px;
}

.card-title-text {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.card-description-detail {
  font-size: 1rem;
  line-height: 1.5;
  color: #b0b0b0;
}

.content-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  width: 100%;
  border: 1px solid #333333;
  position: relative;
  padding: 20px;
}

.content-showcase-grid::before,
.content-showcase-grid::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
}

.content-showcase-grid::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}

.content-showcase-grid::after {
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

.content-showcase-grid .corner {
  position: absolute;
  width: 14px;
  height: 14px;
}

.content-showcase-grid .corner::before,
.content-showcase-grid .corner::after {
  content: "";
  position: absolute;
  background-color: #555;
}

.content-showcase-grid .corner::before {
  width: 1px;
  height: 12px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.content-showcase-grid .corner::after {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.content-showcase-grid .corner.tl {
  top: -7px;
  left: -7px;
}
.content-showcase-grid .corner.tr {
  top: -7px;
  right: -7px;
}
.content-showcase-grid .corner.bl {
  bottom: -7px;
  left: -7px;
}
.content-showcase-grid .corner.br {
  bottom: -7px;
  right: -7px;
}

@media (max-width: 480px) {
  .content-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .main-heading-unify {
    font-size: 1.4rem;
  }
  .section-intro-text {
    font-size: 0.95em;
  }
  .card-title-text {
    font-size: 1.1em;
  }
  .card-description-detail {
    font-size: 0.75em;
  }
}
/* ================================================================ */
/* Human Resource(Loan Section) */
/* ================================================================ * */

.loan-management-features {
  background: #f1f8f7;
  padding: 60px 20px;
}

.loan-feature-heading {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.loan-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.loan-feature-box {
  padding: 30px 20px;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.loan-feature-box:hover {
  transform: translateY(-5px);
}

.loan-feature-img img {
  width: 160px;
  height: 100px;
  margin-bottom: 15px;
}

.loan-feature-box h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.loan-feature-box p {
  font-size: 16px;
  color: #333333;
}

.loan-feature-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.loan-feature-center-icon {
  color: #fff;
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
}

.hr-spin-icon img {
  animation: spinning 4s linear infinite;
}

@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 600px) {
  .loan-feature-heading {
    font-size: 26px;
  }
  .loan-feature-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 40px;
  }
  .loan-feature-center {
    position: static;
    transform: none;
    margin: 30px auto;
  }
  .loan-feature-center-icon img {
    width: 70px;
    height: 70px;
  }
}

/* Mobiles */
@media (max-width: 576px) {
  .loan-management-features {
    padding: 40px 15px;
  }
  .loan-feature-heading {
    font-size: 22px;
  }
  .loan-feature-box {
    padding: 20px 15px;
  }
  .loan-feature-img img {
    width: 120px;
  }
  .loan-feature-box h5 {
    font-size: 16px;
  }
  .loan-feature-box p {
    font-size: 14px;
  }
  .loan-feature-center {
    display: none;
  }
}
/* ================================================================ */
/* Contact Page */
/* ================================================================ * */

.etrainia-contact-header-wrapper {
  background: url("/assets/images/contact/bg-up.jpg") no-repeat center/cover;
  /* background: #000; */
  color: #fff;
  padding: 65px 0 65px !important;
  position: relative;
  z-index: 1;
}

.etrainia-contact-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
  gap: 15px;
}

.etrainia-header-left {
  flex: 4;
}
.etrainia-header-right {
  flex: 1;
}

.etrainia-header-title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.etrainia-highlight-text {
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
}

.etrainia-contact-circle {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 80px;
}

.etrainia-contact-circle img {
  height: 100px;
  width: 100px;
}

.etrainia-contact-icon {
  font-size: 26px;
  margin-bottom: 0px;
}

.etrainia-help-section {
  text-align: center;
  padding: 60px 20px;
  /* background: #f8f9fa; */
}

.etrainia-help-title {
  font-size: 28px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 600;
}

.etrainia-help-desc {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 19px;
  font-weight: 500;
}

.etrainia-help-options {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.etrainia-help-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.etrainia-touch-section {
  background: url("/assets/images/contact/bg-down.jpg") no-repeat;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 80px 200px;
  flex-wrap: wrap;
  gap: 30px;
}

.etrainia-touch-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 10px 0 30px;
  color: #fff;
}
.etrainia-touch-left {
  flex: 1;
  animation: fadeInUp 0.8s ease-out;
  transform: translateY(0);
  opacity: 1;
  position: relative;
  padding-right: 40px;
}

.etrainia-touch-icon {
  font-size: 50px;
  margin-bottom: 15px;
  animation: floatIcon 2.5s ease-in-out infinite;
}

.etrainia-touch-subtext {
  font-size: 18px;
  font-weight: 500;
  color: #eaeaea;
  margin-top: 20px;
  line-height: 1.6;
  max-width: 400px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.etrainia-touch-form {
  max-width: 600px;
  flex: 1;
}

.etrainia-input-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.etrainia-input {
  flex: 1;
  padding: 15px;
  background: #1a1a1a;
  border: none;
  color: #fff;
  border-radius: 8px;
}

.etrainia-tag-group {
  margin-bottom: 20px;
}

.etrainia-tags span {
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
}

.etrainia-textarea {
  width: 100%;
  height: 100px;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.etrainia-faq-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 200px;
  flex-wrap: wrap;
  gap: 30px;
}

.etrainia-faq-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.etrainia-faq-item.active {
  background: #fff9e6;
}

.etrainia-faq-avatars img {
  border-radius: 50%;
  margin-right: 5px;
}
.etrainia-map-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  /* margin-top: -110px; */
  margin-bottom: 4rem;
}

.etrainia-map-container {
  width: 80%;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.etrainia-map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}
.etrainia-faq-item {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #f7f7f7;
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.etrainia-faq-item h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
.etrainia-faq-item p {
  margin-top: 10px;
  display: none;
  color: #272727;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 500px;
  font-size: 16px;
  font-weight: 500;
}

.etrainia-faq-item.active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.etrainia-faq-item.active p {
  display: block;
}
/* Entrance animation */
@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.etrainia-contact-icon,
.etrainia-contact-text {
  animation: popIn 0.6s ease-out both;
}

.etrainia-contact-icon:hover,
.etrainia-contact-text:hover {
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}
.etrainia-contact-icon {
  animation-delay: 0.1s;
}

.etrainia-contact-text {
  animation-delay: 0.25s;
}

.etrainia-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-y: auto;
}
.etrainia-modal-dialog {
  background: #fff;
  border-radius: 6px;
  width: 90%;
  max-width: 900px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.etrainia-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 350px) and (max-width: 380px) {
  .etrainia-modal-close {
    top: 5px;
    right: 10px;
  }
}

.etrainia-modal-tabs {
  display: flex;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 20px;
}
.etrainia-modal-tabs li {
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}
.etrainia-modal-tabs li.active {
  border-bottom: 3px solid var(--theme-green);
  color: #000;
}
.etrainia-tab-content {
  display: none;
  padding: 5px 20px;
}
.etrainia-tab-content.active {
  display: block;
}
.etrainia-modal-row {
  display: flex;
  gap: 70px;
}
.etrainia-modal-left {
  flex: 1;
  text-align: left;
}
.etrainia-modal-left h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.etrainia-modal-left p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.etrainia-modal-right {
  flex: 1;
}
.etrainia-modal-right label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: left;
  margin: 8px 0 4px;
}
.etrainia-modal-right input,
.etrainia-modal-right textarea,
.etrainia-modal-right .dropdown-toggle {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.etrainia-modal-right textarea {
  min-height: 80px;
  resize: vertical;
}
.etrainia-modal-right form {
  text-align: left;
}

.etrainia-modal-right form button {
  display: inline-block;
  margin: 10px 0 0 0;
}

.etrainia-modal-right .etrainia-modal-right .dropdown-toggle {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 6px 2px;
  background: transparent;
  color: #212529 !important;
  cursor: pointer;
}

.etrainia-modal-right .etrainia-modal-right .dropdown-toggle:focus {
  outline: none;
  border-bottom: 1px solid var(--theme-green);
}
.req-demo__form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 6px 2px;
  background: transparent;
  color: #212529 !important;
  cursor: pointer;
}

.req-demo__form select:focus {
  outline: none;
  border-bottom: 1px solid var(--theme-green);
}

.etrainia-tab-content {
  display: none;
}
.etrainia-tab-content.active {
  display: block;
}
.etrainia-modal-tabs li.active {
  font-weight: bold;
}

.choices__inner {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0.375rem;
  padding: 0 !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
  min-height: 25px !important;
  max-height: 70px;
  overflow-y: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
  white-space: normal !important;
}

.choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.choices__item--selectable {
  margin: 2px 0;
  max-width: 100% !important;
  word-wrap: break-word !important;
}

.choices__list--multiple .choices__item {
  background-color: var(--theme-green-light) !important;
  color: var(--theme-green) !important;
  border: 1px solid var(--theme-green) !important;
}

.choices__input {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
}

.choices__list--dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 12px !important;
}
.choices.is-focused .choices__inner {
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px !important;
  padding: 0 4px !important;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url("../images/contact/close-icon.svg") !important;
}

.dropdown-menu .dropdown-item.active {
  font-weight: bold;
  background-color: #f0f0f0;
  color: var(--theme-green); 
}
@media (max-width: 1200px) {
  .etrainia-contact-header {
    padding: 0 30px;
  }

  .etrainia-touch-section,
  .etrainia-faq-section {
    padding: 60px 80px;
  }

  .etrainia-map-container {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .etrainia-contact-header {
    flex-direction: column;
    text-align: center;
  }

  .etrainia-header-left,
  .etrainia-header-right {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .etrainia-touch-section,
  .etrainia-faq-section {
    padding: 50px 40px;
    flex-direction: column;
    text-align: center;
  }

  .etrainia-touch-left {
    padding-right: 0;
  }

  .etrainia-touch-subtext {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .etrainia-help-box {
    width: 100%;
    max-width: 500px;
  }

  .etrainia-modal-row {
    flex-direction: column;
    gap: 20px;
  }
  .etrainia-contact-circle {
    display: none;
  }
}

@media (max-width: 600px) {
  .etrainia-contact-header-wrapper {
    padding: 60px 0 100px;
  }

  .etrainia-contact-header {
    padding: 0 15px;
  }

  .etrainia-contact-circle {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .etrainia-help-title,
  .etrainia-touch-title,
  .etrainia-faq-title {
    font-size: 1.4rem;
  }

  .etrainia-help-desc {
    font-size: 16px;
    padding: 0 10px;
  }

  .etrainia-help-options {
    gap: 15px;
  }

  .etrainia-touch-section {
    padding: 40px 20px;
  }

  .etrainia-faq-section {
    padding: 0 20px;
  }

  .etrainia-map-container iframe {
    height: 250px;
  }

  .etrainia-modal-dialog {
    padding: 15px;
  }

  .etrainia-tab-content {
    padding: 5px 15px;
  }
}

.etrainia-enquiry {
  padding: 50px 150px !important;
}

@media (min-width: 501px) and (max-width: 1200px) {
  .etrainia-enquiry {
    padding: 50px 50px !important;
  }
}
@media (max-width: 500px) {
  .etrainia-enquiry {
    padding: 50px 15px !important;
  }
}
/* ================================================================ */
/* Procurement(Resource Allocation Mobile Section) */
/* ================================================================ * */

.resource-allocation-mobile {
  padding: 20px 20px;
  position: relative;
}

.resource-allocation-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.ra-mobile-container {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 40px 20px;
  overflow: hidden;
  margin-left: 15%;
}

.ra-mobile-bg {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle at center,
    var(--theme-green) 0%,
    #ececec 100%
  );
  border-radius: 50%;
  z-index: 0;
  filter: blur(60px);
  opacity: 0.7;
  margin-left: 15%;
}

.ra-mobile-image {
  position: relative;
  max-width: 550px;
  border-radius: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-mobile-header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.resource-input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  font-size: 14px;
}

.resource-music-style-label {
  font-weight: 500;
  margin-bottom: 10px;
}

.resource-music-style-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.resource-music-style-item {
  background: #ffffff25;
  border-radius: 12px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.resource-music-style-item:hover {
  background: #ffffff3a;
}

/* Tooltip */
.resource-tooltip {
  background: #fffffff5;
  border-radius: 12px;
  border: #dfdfdf88 1px solid;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 350px;
  position: absolute;
  z-index: 1;
  text-align: left;
}

.resource-tooltip h4 {
  margin: 0 0 4px;
  font-size: 14px;
  color: #111;
}

.resource-tooltip p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

.resource-tooltip-icon {
  font-size: 24px;
}

.tooltip-left {
  top: 55%;
  left: 8%;
}

.tooltip-right {
  top: 35%;
  right: 12%;
}

/* Feature Tags */
.resource-feature-tags {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  justify-content: center;
  position: absolute;
  top: 78%;
  left: 20%;
}

.resource-feature-tags span {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  border: #dfdfdf88 1px solid;
}

.resource-feature-tags span:nth-child(4)::after {
  content: "";
  grid-column: 1 / -1;
}

.various-tools-shape {
  background-image: linear-gradient(360deg, #fff, #b9b9b91a 84%, #73737300);
  width: 100%;
  height: 420px;
  position: absolute;
  inset: auto auto 4% 0%;
}

.resource-allocation-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.resource-allocation-title p {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .ra-mobile-container {
    flex-direction: column;
    margin-left: 0;
    padding: 40px 15px;
  }

  .ra-mobile-bg {
    width: 300px;
    height: 300px;
    margin-left: 0;
  }

  .resource-feature-tags {
    top: 75%;
    left: 10%;
    grid-template-columns: repeat(2, auto);
  }
  .tooltip-right {
    right: 0%;
  }
  .resource-allocation-title h2 {
    font-size: 1.5rem;
  }

  .resource-allocation-title p {
    font-size: 16px;
  }
  .various-tools-shape {
    inset: auto auto 4% -18%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .ra-mobile-container {
    padding: 30px 10px;
  }

  .ra-mobile-bg {
    width: 220px;
    height: 220px;
    filter: blur(40px);
  }

  .ra-mobile-image {
    max-width: 100%;
    border-radius: 20px;
  }

  .resource-music-style-grid {
    grid-template-columns: 1fr 1fr; /* 2 per row */
  }

  .resource-feature-tags {
    position: static;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .resource-tooltip {
    position: relative;
    max-width: 100%;
    margin: 10px auto;
  }

  .resource-allocation-title h2 {
    font-size: 1.25rem;
  }

  .resource-allocation-title p {
    font-size: 14px;
  }
  .tooltip-left {
    top: 55%;
    left: 0%;
  }
}

.hidden-section {
  display: none !important;
}

#etrainia-apart-image {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

.home1-feature-section {
  background-image: url(../img/home2/home2-global-map-bg.png),
    linear-gradient(180deg, #000000 0%, #000000 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ================================================================ */
/* Home(LMS & TMS) */
/* ================================================================ * */

.etrainia-lmstms-section {
  background: var(--theme-green-light);
  padding: 60px 20px;
  text-align: center;
}

.etrainia-lmstms-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.etrainia-lmstms-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #333;
}

.etrainia-lmstms-center {
  width: 480px;
  text-align: center;
  margin-top: 30px;
}

/* LMS Section */
.etrainia-lmstms-lms {
  width: 450px;
}
.etrainia-lmstms-lms-heading {
  background: #c3ab84;
  width: 350px;
  text-align: center;
  padding: 8px 5px;
  border-radius: 3px;
  margin: 0 -120px 20px auto;
}
.etrainia-lmstms-card {
  display: flex;
  align-items: center;
  margin: 15px;
}
.etrainia-lmstms-card1 {
  position: relative;
  right: -193px;
  top: 5px;
  gap: 15px;
}
.etrainia-lmstms-card2 {
  position: relative;
  right: -132px;
  top: 23px;
}
.etrainia-lmstms-card3 {
  position: relative;
  right: -225px;
  top: 70px;
}

/* TMS Section */
.etrainia-lmstms-tms {
  width: 450px;
}
.etrainia-lmstms-tms-heading {
  background: #27a392;
  width: 350px;
  text-align: center;
  padding: 8px 5px;
  border-radius: 3px;
  margin: 0 auto 20px -120px;
}
.etrainia-lmstms-card4 {
  position: relative;
  left: -185px;
  top: 10px;
  gap: 15px;
}
.etrainia-lmstms-card5 {
  position: relative;
  left: -114px;
  top: 23px;
}
.etrainia-lmstms-card6 {
  position: relative;
  left: -210px;
  top: 70px;
}

.etrainia-lmstms-icon {
  width: 45px;
  height: 45px;
  background-color: #767676;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etrainia-lmstms-icon img {
  width: 24px;
  height: auto;
}

.etrainia-lmstms-text h4 {
  font-size: 16px;
  font-weight: 600;
}
.etrainia-lmstms-text p {
  font-size: 14px;
  color: #000;
  margin: 0;
  width: 360px;
}

.etrainia-lmstms-lms .etrainia-lmstms-card:hover .etrainia-lmstms-icon {
  background-color: #c3ab84;
}

.etrainia-lmstms-tms .etrainia-lmstms-card:hover .etrainia-lmstms-icon {
  background-color: #27a392;
}
/* Default: desktop above 1000px */
.lmstms-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .etrainia-lmstms-text p {
    width: 381px !important;
  }
  .etrainia-lmstms-lms-heading {
    margin: 0 15px auto !important;
  }
}
@media (max-width: 1250px) {
  .etrainia-lmstms-center {
    display: none !important;
  }

  .lmstms-section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }

  .etrainia-lmstms-lms,
  .etrainia-lmstms-tms {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .etrainia-lmstms-card {
    margin: 12px 0;
    gap: 12px;
    align-items: center;
  }
  .etrainia-lmstms-text,
  .etrainia-lmstms-card {
    text-align: left;
  }
  .etrainia-lmstms-text p {
    width: 280px;
    max-width: 100%;
  }

  .etrainia-lmstms-card1,
  .etrainia-lmstms-card2,
  .etrainia-lmstms-card3,
  .etrainia-lmstms-card4,
  .etrainia-lmstms-card5,
  .etrainia-lmstms-card6 {
    position: static;
    right: auto;
    left: auto;
    top: auto;
  }
  .etrainia-lmstms-lms .etrainia-lmstms-card1,
  .etrainia-lmstms-lms .etrainia-lmstms-card2,
  .etrainia-lmstms-lms .etrainia-lmstms-card3 {
    flex-direction: row-reverse;
  }
  .etrainia-lmstms-lms-heading {
    width: 350px;
    margin: 0 -20px auto;
  }
  .etrainia-lmstms-tms-heading {
    margin: 0px auto 20px 0px;
  }
}

@media (max-width: 600px) {
  .etrainia-lmstms-lms-heading {
    margin: 0 0px 20px auto !important;
    width: auto;
  }
  .etrainia-lmstms-tms-heading {
    margin: 0 auto 20px 0;
    width: auto;
  }
  .etrainia-lmstms-icon {
    width: 55px;
  }

  .etrainia-lmstms-section {
    padding: 60px 5px;
  }
  .lmstms-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}

@media (min-width: 420px) and (max-width: 600px) {
  .etrainia-lmstms-text p {
    width: 330px;
  }
}
@media (min-width: 370px) and (max-width: 410px) {
  .etrainia-lmstms-text p {
    width: 280px;
  }
}
@media (max-width: 360px) {
  .etrainia-lmstms-text p {
    width: 233px;
  }
}


/* ================================================================ */
/* Policies */
/* ================================================================ * */


