/* This is for arimac ai platform play css. */

.position-relative {
  position: relative;
}

.platform-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100vh - 100px);
}

@media (max-width: 575.98px) {
  .platform-banner.platform-banner-mob {
    height: 70vh;
  }
}

.platform-banner-inner {
  display: block;
  margin: 0 auto;
  width: 88.9%;
  padding: 18px 0;
}

@media (max-width: 1200px) {
  .platform-banner-inner {
    width: 92.2%;
    padding: 20px 0;
  }
}

@media (max-width: 991.98px) {
  .platform-banner-inner {
    padding: 20px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .platform-banner-inner {
    width: 91.5%;
    padding: 20px 0 30px;
  }
}

.platform-banner-inner .heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 72.8px;
  margin: 0 0 24px;
  color: #2f2f2f;
}

.platform-banner-inner .heading .variant-text {
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .platform-banner-inner .heading {
    font-size: 32px;
    line-height: 44.8px;
    margin: 0 0 16px;
  }
}

.platform-banner-inner .para {
  font-size: 28px;
  font-weight: 400;
  line-height: 50.4px;
  color: var(--black);
  margin: 0 0 24px;
}

@media (max-width: 767.98px) {
  .platform-banner-inner .para {
    font-size: 16px;
    line-height: 28.8px;
    margin: 0 0 16px;
  }
}

.platform-banner-inner .logo-wrap {
  padding-top: 8px;
}

@media (max-width: 767.98px) {
  .platform-banner-inner .logo-wrap {
    padding-top: 0;
  }
}

.platform-banner-inner .logo-wrap img.light {
  display: block;
}

.platform-banner-inner .logo-wrap img.dark {
  display: none;
}

.ai-text-width {
  width: 77%;
}

@media (max-width: 1200px) {
  .ai-text-width {
    width: 100%;
  }
}

.platform-play-tab {
  padding: 50px 0 0;
}

/* .tab-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  gap: 12px;
}

.tab-nav-item {
  border: 1px solid #d0d0d0;
  background: transparent;
  color: #2f2f2f;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-nav-item.active {
  background: linear-gradient(268.3deg, #9747ff -5.05%, #e63c2e 75.54%);
  color: #ffffff;
  border-color: transparent;
} */

.platform-play-tab .tab-content {
  margin-top: 45px;
}

@media (max-width: 1200px) {
  .platform-play-tab .tab-content {
    margin-top: 40px;
  }
}

@media (max-width: 991.98px) {
  .platform-play-tab .tab-content {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.tab-content {
  display: block;
}

.tab-content-inner {
  display: none;
}

.tab-content-inner.active {
  display: block;
}

.ai-tab-content {
  background: radial-gradient(42.33% 70.51% at 50% 50%, #515151 0%, #262626 100%);
  position: relative;
  min-height: 872px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .ai-tab-content {
    min-height: 669px;
  }
}

@media (max-width: 991.98px) {
  .ai-tab-content {
    min-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content {
    min-height: auto;
  }
}

.ai-tab-content-inner {
  display: block;
  margin: 0 auto;
  width: 88.9%;
  padding: 93px 0 20px;
}

@media (max-width: 1200px) {
  .ai-tab-content-inner {
    width: 92.2%;
    padding: 80px 0 20px;
  }
}

@media (max-width: 991.98px) {
  .ai-tab-content-inner {
    padding: 50px 0 20px;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content-inner {
    width: 91.5%;
    padding: 32px 0 0;
  }
}

.ai-tab-content-inner .text-wrap {
  position: relative;
  width: 70%;
  z-index: 2;
}

@media (max-width: 1200px) {
  .ai-tab-content-inner .text-wrap {
    width: 65%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content-inner .text-wrap {
    width: 100%;
  }
}

.page-heading {
  margin: 0 0 18px;
  font-size: 52px;
  font-weight: 800;
  line-height: 78px;
  color: #ffffff;
}

@media (max-width: 1320px) {
  .page-heading {
    font-size: 80px;
    line-height: 96px;
  }
}

@media (max-width: 991.98px) {
  .page-heading {
    font-size: 48px;
    line-height: 57.6px;
  }
}

.tab-heading {
  margin: 0 0 18px;
  font-size: 52px;
  font-weight: 800;
  line-height: 78px;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .tab-heading {
    font-size: 32px;
    line-height: 48px;
  }
}


.tab-para {
  font-size: 28px;
  font-weight: 400;
  line-height: 50.4px;
  color: #efefef;
  margin: 0;
}

@media (max-width: 1200px) {
  .tab-para {
    font-size: 22px;
    line-height: 39.6px;
  }
}


.ai-tab-content-inner .transparent-text {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}

.ai-tab-content-inner .transparent-text p {
  font-size: 124px;
  font-weight: 800;
  line-height: 173.6px;
  letter-spacing: -4px;
  color: #ffffff;
  opacity: 0.1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ai-tab-content-inner .transparent-text {
    top: 37%;
  }
}

@media (max-width: 991.98px) {
  .ai-tab-content-inner .transparent-text {
    top: 35%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content-inner .transparent-text {
    position: relative;
    margin-top: -73px;
  }
}

.ai-tab-content .bottom-img {
  position: absolute;
  bottom: 0;
  right: 3.5%;
  height: 85%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .ai-tab-content .bottom-img {
    right: 7%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content .bottom-img {
    position: relative;
    right: unset;
    bottom: unset;
    height: auto;
    margin: -15% auto -10px;
    width: 90%;
  }
}

.ai-tab-content .bottom-img img {
  width: 100%;
  height: 100%;
}

.ai-tab-content .bottom-img img.mobile-img {
  display: none;
}

@media (max-width: 767.98px) {
  .ai-tab-content .bottom-img img.mobile-img {
    display: block;
  }

  .ai-tab-content .bottom-img img.desktop-img {
    display: none;
  }
}

.ai-tab-content.ai-analytics .ai-tab-content-inner .text-wrap,
.ai-tab-content.ai-recruiter .ai-tab-content-inner .text-wrap,
.ai-tab-content.ai-voice .ai-tab-content-inner .text-wrap {
  width: 67%;
}

@media (max-width: 1200px) {
  .ai-tab-content.ai-analytics .ai-tab-content-inner .text-wrap,
  .ai-tab-content.ai-recruiter .ai-tab-content-inner .text-wrap,
  .ai-tab-content.ai-voice .ai-tab-content-inner .text-wrap {
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content.ai-analytics .ai-tab-content-inner .text-wrap,
  .ai-tab-content.ai-recruiter .ai-tab-content-inner .text-wrap,
  .ai-tab-content.ai-voice .ai-tab-content-inner .text-wrap {
    width: 100%;
  }
}

.ai-tab-content.ai-analytics .ai-tab-content-inner .transparent-text,
.ai-tab-content.ai-recruiter .ai-tab-content-inner .transparent-text,
.ai-tab-content.ai-voice .ai-tab-content-inner .transparent-text {
  top: unset;
  left: 0;
  bottom: 26%;
}

@media (max-width: 1200px) {
  .ai-tab-content.ai-analytics .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-recruiter .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-voice .ai-tab-content-inner .transparent-text {
    bottom: 24%;
  }
}

@media (max-width: 991.98px) {
  .ai-tab-content.ai-analytics .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-recruiter .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-voice .ai-tab-content-inner .transparent-text {
    bottom: 20%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content.ai-analytics .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-recruiter .ai-tab-content-inner .transparent-text,
  .ai-tab-content.ai-voice .ai-tab-content-inner .transparent-text {
    margin-top: -24px;
  }
}

.ai-tab-content.ai-analytics .bottom-img {
  height: 58%;
  right: 5%;
}

@media (max-width: 767.98px) {
  .ai-tab-content.ai-analytics .bottom-img {
    height: auto;
    right: 0;
    width: 87%;
    margin: 0 auto -10px;
  }
}

.ai-tab-content.ai-recruiter .bottom-img {
  height: 62%;
  right: 4%;
}

@media (max-width: 1200px) {
  .ai-tab-content.ai-recruiter .bottom-img {
    height: 55%;
  }
}

@media (max-width: 767.98px) {
  .ai-tab-content.ai-recruiter .bottom-img {
    height: auto;
    right: 0;
    width: 96%;
    margin: -20% auto -10px;
  }
}

.ai-tab-content.ai-voice .bottom-img {
  height: 61%;
  right: 0;
  bottom: 12px;
}

@media (max-width: 767.98px) {
  .ai-tab-content.ai-voice .bottom-img {
    height: auto;
  }

  .ai-tab-content.ai-voice .bottom-img img {
    width: 269px;
    margin: 0 auto -24px;
  }
}

html[data-theme="dark"] .platform-banner-inner .heading {
  color: var(--white);
}

html[data-theme="dark"] .platform-banner-inner .para {
  color: var(--dark-theme-white);
}

html[data-theme="dark"] .platform-banner-inner .logo-wrap img.light {
  display: none;
}

html[data-theme="dark"] .platform-banner-inner .logo-wrap img.dark {
  display: block;
}

.tab-scroll {
  overflow-y: auto;
  max-height: 100%; /* or fixed height if needed */
}

/* Hide scrollbar */
.tab-scroll::-webkit-scrollbar {
  display: none;
}

.tab-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
