/* Industry Page */

.scroll_word_wrapper {
  display: inline-block;
  overflow: hidden;
  height: 90px;
  position: relative;
  vertical-align: top;
}

.scroll_word_wrapper1 {
  display: inline-block;
  overflow: hidden;
  height: 641px;
  position: relative;
  vertical-align: top;
}

.scroll_word_inner1 {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  transition: transform 0.6s ease-in-out;
}

.scroll_word_inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}

.scroll_word_inner span {
  font-size: 96px;
  height: 90px;
  line-height: 120%;
  white-space: nowrap;
  align-items: center;
}

.scroll_word_inner span img {
  min-height: 40px;
  align-self: baseline;
}

.scroll_word_wrapper1 span.item {
  display: flex;
  align-items: center;
}

.offer-flip {
  perspective: 1200px;
}

.offer-flip-inner {
  position: relative;
  width: 100%;
  min-height: 260px;
  transform-style: preserve-3d;
  transition: transform 0.68s cubic-bezier(.4, .2, .2, 1);
}

.offer-flip:hover .offer-flip-inner {
  transform: rotateY(180deg);
}

.offer-flip-front,
.offer-flip-back {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.offer-flip-front {
  background: #111111;
  border: 1px solid #232323;
  transition: border-color 0.3s;
}

.offer-flip:hover .offer-flip-front {
  border-color: #2f3f93;
}

.offer-flip-back {
  background: linear-gradient(145deg, #1e2e80 0%, #0c1333 55%, #09102a 100%);
  border: 1px solid rgba(47, 63, 147, 0.75);
  transform: rotateY(180deg);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .offer-flip {
    perspective: none;
  }

  .offer-flip-inner {
    transform: none !important;
    min-height: auto;
  }

  .offer-flip-back {
    display: none !important;
  }

  .offer-flip-front {
    position: relative !important;
    inset: auto !important;
  }
}

@media (min-width: 1400px) {
  .fs-lg-medium {
    font-size: 24px !important;
  }

  .fs-6xl {
    font-size: 60px;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px;
  }

  .scroll_word_inner span {
    height: 105px !important;
  }

  .scroll_word_wrapper {
    height: 105px !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .fs-6xl {
    font-size: 45px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }

  .scroll_word_inner span {
    height: 85px !important;
  }

  .scroll_word_wrapper {
    height: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .scroll_word_inner span {
    height: 85px !important;
  }

  .scroll_word_wrapper {
    height: 85px !important;
  }

  .banner-sec h1 {
    font-size: 28px !important;
  }

  .industry_page .scroll_word_inner span {
    font-size: 30px !important;
  }

  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 16px !important;
  }

  .fs-6xl {
    font-size: 28px !important;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .service,
  .banner-sec {
    padding: 0 30px;
  }

  .para {
    padding-top: 10px;
  }

  .industry_page .scroll_word_inner span {
    font-size: 35px !important;
  }

  .scroll_word_inner span {
    height: 85px !important;
  }

  .scroll_word_wrapper {
    height: 85px !important;
  }

  .industry_page h1 {
    font-size: 45;
  }

  .fs-6xl {
    font-size: 35px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}

@media (min-width: 1120px) and (max-width: 1401px) {
  .banner-sec {
    height: 340px;
  }

  .industry_card_img img {
    height: 250px;
  }

  .space {
    padding-top: 20px;
  }

  .space-bottom {
    margin-bottom: 20px;
  }

  .scroll_word_wrapper {
    height: 60px;
  }

  .banner-sec h1 {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .scroll_word_wrapper {
    margin-bottom: 10px;
  }

  .industry-title {
    font-size: 24px !important;
  }

  .industry_card {
    margin-bottom: 60px;
  }

  .fs-6xl {
    font-size: 52px !important;
  }

  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}
