/* banner section css */
section {
  transition: transform 1s ease-out, opacity 1s ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.visible {
  transform: translateY(0px);
  opacity: 1;
}
.sliding-image{
  text-align: center;
}
.section-banner {
  display: flex;
  position: relative;
  min-height: 400px;
  margin: 10rem 0 0 0;
  padding: 30px 0 70px 0;
  transform: translateZ(0);
  will-change: transform;
  margin-bottom: 8rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.banner-content-wrapper {
  margin-top: 6rem;
}
.banner-content {
  margin-top: 2rem;
}
.banner-image {
  display: flex;
  align-items: center;
}
.banner-image img {
  width: 90% !important;
  height: 530px !important;
}
.banner-heading h1 {
  margin-bottom: 2rem;
  font-family: "work-sans-semibold", sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
}
.banner-heading p {
  margin-top: 3rem;
  font-size: 2.8rem;
}
@media (max-width: 1640px) {
  .banner-upper-section {
    margin-top: 70px;
  }
}
@media(max-width:768px){
  .section-banner{
    padding-bottom:0px ;
  }
}
@media (max-width: 767px) {
  .section-banner {
    padding: 20px 0 50px 0;
  }
  .banner-content {
    margin-top: 0;
  }
  .banner-image {
    margin-top: 5rem;
    justify-content: center;
  }
  .banner-heading h1 {
    font-size: 5.5rem;
  }
  .banner-image img {
    height: auto !important;
  }
}

/* second section css */
.trusted-by-partners-section {
  margin-bottom: 15rem;
}
.trusted-by-partners-wrapper h2 {
  font-size: 3rem;
  font-family: "work-sans-medium", "sans-serif";
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 200 !important;
}
.trusted-by-partners-images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.trusted-by-partners-images img {
  width: 140px !important;
  object-fit: contain;
  height: auto;
}
.main-sub-heading-section {
  margin-bottom: 6rem;
}
.main-sub-heading-section h2 {
  font-family: "work-sans-medium", "sans-serif";
  font-size: 5.4rem;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1541px) and (max-width: 2560px) {
  .trusted-by-partners-images {
    gap: 24px;
  }
}
@media (max-width: 1540px) {
  .trusted-by-partners-images {
    flex-wrap: wrap;
  }
  .trusted-by-partners-images img {
    width: 120px !important;
  }
  .partners-icon-col {
    text-align: center;
    padding: 0 18px !important;
  }
}
@media (max-width: 767px) {
  .trusted-by-partners-wrapper h2{
    margin-bottom: 4rem;
  }
  .main-sub-heading-section h2 {
    font-size: 4.2rem;
    width: 100%;
  }
}

/* third section css */
.roi-section {
  margin-bottom: 12rem;
}
.roi-section-heading {
  text-align: center;
}
.roi-cards-wrapper {
  height: 100%;
  background: #ffffff;
  transform: translateY(0);
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 20px;
}
.roi-cards-wrapper:hover {
  height: 100%;
  background: #fff3ed;
  transform: translateY(-5px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.heading-tag {
  margin-bottom: 14px;
}
.gradient-border-heading {
  display: inline-block;
  border-bottom: 3px solid #f9917a;
  font-size: 24px;
}
.roi-section-heading {
  margin-bottom: 7rem;
}
.roi-cards-wrapper h3 {
  font-size: 2.8rem;
  margin-bottom: 10px !important;
}
.roi-cards-wrapper p {
  font-weight: 200;
}
@media (max-width: 767px) {
  .roi-cards-wrapper {
    padding: 6px 0;
    margin-bottom: 4rem;
  }
  .roi-section {
    margin-bottom: 8rem;
  }
  .gradient-border-heading {
    font-size: 20px !important;
  }
  .roi-section-heading{
    text-align: left;
  }
}

/* fourth section css */
.tab-switch-section-heading {
  text-align: center;
}
.sliding-cards-section {
  margin-bottom: 18rem;
}
.sliding-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-title {
  font-size: 3rem !important;
  color: #000 !important;
}
.card-deck-js {
  margin-top: 6rem;
}
.card {
  position: sticky;
  top: 10em;
  transform-origin: center top;
  margin: 0.5em;
}

.card:nth-child(0) {
  transform: translateY(0px);
}

.card:nth-child(1) {
  transform: translateY(16px);
  background: #facfb5;
  padding: 10rem 6rem;
  border-radius: 28px;
}

.card:nth-child(2) {
  transform: translateY(32px);
  background: #fef8b0;
  padding: 10rem 6rem;
  border-radius: 28px;
}

.card:nth-child(3) {
  transform: translateY(48px);
  background: #ead0f6;
  padding: 10rem 6rem;
  border-radius: 28px;
}

.card:nth-child(4) {
  transform: translateY(64px);
}

.card:nth-child(5) {
  transform: translateY(80px);
}

.card:nth-child(6) {
  transform: translateY(96px);
}

.card:nth-child(7) {
  transform: translateY(112px);
}

.card:nth-child(8) {
  transform: translateY(128px);
}

.card:nth-child(9) {
  transform: translateY(144px);
}

.card:nth-child(10) {
  transform: translateY(160px);
}

.card:nth-child(11) {
  transform: translateY(176px);
}

.card:nth-child(12) {
  transform: translateY(192px);
}

.card:nth-child(13) {
  transform: translateY(208px);
}

.card:nth-child(14) {
  transform: translateY(224px);
}

.card:nth-child(15) {
  transform: translateY(240px);
}
@media (max-width: 767px) {
  .tab-switch-section-heading{
    text-align: left !important;
  }
  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3)   {
    padding: 4rem 6rem;
  }
}

/* fifth section css */
.fifth-section-heading {
  margin-bottom: 12rem;
}
.main-heading-section h2 {
  font-family: "work-sans-semibold", "sans-serif";
  font-size: 5.4rem;
  padding-bottom: 2rem;
}
.main-heading-section {
  margin-bottom: 7rem;
}
.three-card-section {
  margin: 6rem 0 8rem 0;
}
.sliding-card {
  max-width: 100%;
  height: 100%;
}
.content-heading h2 {
  font-family: "work-sans-semibold", "sans-serif";
  font-size: 4rem !important;
}
.content-heading {
  padding-right: 3rem;
  margin-bottom: 4rem;
}
.sliding-card-cta {
  padding: 16px 0 20px 24px;
}
@media (min-width: 768px) and (max-width: 1540px) {
  .sliding-card-content h2 {
    font-size: 18px !important;
  }
  .content-heading h2 {
    font-size: 3.5rem !important;
  }
  .sliding-card-cta img{
    width: 30px;
    height: 30px;
  }
  .sliding-card-cta{
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .card-col-wrapper {
    margin-bottom: 4rem;
  }
  .content-heading h2 {
    font-size: 3.5rem !important;
  }
   .sliding-card-cta img{
    width: 30px;
    height: 30px;
  }
  .sliding-card-cta{
    padding-top: 0px;
  }
}
.sliding-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* .sliding-card-content {
  flex: 1 1 auto;
} */
.sliding-cards-heading {
  margin-bottom: 6rem;
}
.sliding-cards-heading h2 {
  font-family: "work-sans-semibold", "sans-serif";
}
.sliding-cards-container {
  position: relative;
}
.sliding-cards-wrapper {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
}
.sliding-card {
  flex: 0 0 30%;
  max-width: 380px;
  transition: transform 0.3s;
}
.sliding-card-wrapper {
  border-radius: 10px;
  box-shadow: 0 3px 6px #1450a840;
  height: 100%;
  background: #fcfcfe;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sliding-cards-wrapper::-webkit-scrollbar {
  display: none;
}
.sliding-card-content {
  padding: 30px 40px 30px 24px;
}
.sliding-card-content h3 {
  font-family: "work-sans-medium", "sans-serif";
  font-size: 16px;
  margin-bottom: 24px;
  color: #022557;
}
.sliding-card-content h2 {
  font-family: "work-sans-medium", "sans-serif";
  font-size: 22px;
}
.sliding-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 28px;
}
.prev-btn,
.next-btn {
  background-color: #fff;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .sliding-card {
    min-width: 300px;
  }
  .sliding-card-content h2 {
    font-size: 20px;
  }
  .sliding-card-content h3 {
    margin-bottom: 20px;
    font-size: 20px !important;
  }
}

/* sixth section css */
.use-cases-section {
  margin: 12rem 0;
}
.tab-switch-section-heading {
  text-align: center;
  margin-bottom: 7rem;
}
.teammates-nine-cards-wrapper.row {
  margin: 6rem auto 0;
  row-gap: 2rem;
}
.hover-card-inner {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 100%;
  padding: 4rem 3rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.hover-card-inner h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 0.8rem;
}
.hover-card-inner p {
  color: #475467;
}
.read-more-btn {
  padding: 1rem 2rem;
  background: #fff;
  border: none;
  border-radius: 22px;
  margin-top: 2rem;
}
.read-more-btn p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.use-case-image {
  margin-bottom: 2rem;
}
.use-case-image img {
  height: 190px;
}
.agent-analyst div {
  background: #ebf6ff;
}
.agent-force div {
  background: #e0ffed;
}
.agent-sre div {
  background: #eff3ff;
}
.agent-hr div {
  background: #ffeded;
}
.agent-search div {
  background: #fefaef;
}
.agent-instruct div {
  background: #bef5d5;
}
.agent-sketch div {
  background: #ffe3cf;
}
.agent-label div {
  background: #fff5ee;
}
.metasecure-ai div {
  background: #e0e7ff;
}
.flex-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto 0;
}
.flex-card-wrapper .use-case-image {
  width: 34%;
}
.flex-card-wrapper .card-text {
  width: 55%;
  margin-bottom: 3rem;
}
.hover-card-inner:has(.flex-card-wrapper) {
  text-align: left;
  padding-left: 4rem;
  display: flex;
}
.agent-sketch img {
  height: 229px;
}
.agent-label .flex-card-wrapper {
  align-items: flex-end;
  margin: auto 0 0;
}
.use-case-hover-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: none;
  animation: visibleEffect 0.5s;
  cursor: pointer;
}
@keyframes visibleEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.use-case-hover-icon img {
  height: 40px;
  width: 40px;
}
.hover-card-inner:hover {
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 12px 0px #19295e26;
}
.hover-card-inner:hover .use-case-hover-icon {
  display: block;
}
@media (max-width: 1100px) {
  .flex-card-wrapper .use-case-image {
    width: 44%;
  }
}
@media (max-width: 1024px) {
  .flex-card-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .flex-card-wrapper div {
    width: 100% !important;
  }
  .hover-card-inner:has(.flex-card-wrapper) {
    padding-left: 2rem;
    text-align: center;
  }
  .flex-card-wrapper .use-case-image {
    margin-bottom: 2rem;
  }
  .use-case-image img {
    width: 190px;
    height: 190px !important;
  }
  .agent-label {
    order: 1;
  }
}
@media (max-width: 768px) {
  .teammates-nine-cards-wrapper.row {
    width: 100%;
  }
  .hover-card-inner {
    text-align: left !important;
  }
}

/* seventh section css */
.card-div-image {
  margin-bottom: 2rem;
  max-width: 30px;
  max-height: 30px;
}
.carder {
  margin-bottom: 3rem;
  justify-content: space-between;
}
.usecase-card {
  background-color: #fff !important;
  border: 1px solid #002ba31a !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
  height: 100%;
  margin-bottom: 20px !important;
  padding: 4rem 3.5rem !important;
}
.usecase-card h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .carder {
    gap: 3rem;
  }
}

/* eighth section css */
.industries-section {
  margin-bottom: 12rem;
  padding: 6rem 0;
  background: url("https://www.xenonstack.com/hubfs/industries-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
}
.industries-content-wrapper {
  margin: 14rem 0 7rem 0;
}
.industries-content-wrapper h2 {
  font-family: "work-sans-semibold", "sans-serif";
}
.industries-content-wrapper p {
  width: 90%;
}
.industries-card-wrapper {
  padding: 4rem;
  border: 1.5px solid #cdcdcd;
  border-radius: 14px;
  margin-bottom: 2rem;
  background: #fff;
}
.industries-card-wrapper img {
  margin-bottom: 14px;
  width: 50px;
}
.industries-card-wrapper h3 {
  font-family: "work-sans-medium", "sans-serif";
  margin-bottom: 1rem;
  font-size: 2.7rem;
}
.industries-card-wrapper p {
  font-size: 17px;
}
.first-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px !important;
}
.second-col {
  padding: 0 8px !important;
}
@media (max-width: 767px) {
  .industries-content-wrapper {
    margin: 4rem 0 6rem 0;
  }
  .industries-content-wrapper h2 {
    font-size: 4.5rem;
  }
}

/* nineth section css */
.take-the-next-step {
  margin-bottom: 22rem;
}
.take-the-next-step-heading h2 {
  font-family: "work-sans-semibold", "sans-serif";
}
.take-the-next-step-heading {
  margin-bottom: 7rem;
}
.take-the-next-step-col img {
  width: 100%;
  margin-bottom: 36px;
  height: auto;
}
.take-the-next-step-tag p {
  font-family: "work-sans-regular", "sans-serif";
  font-size: 22px;
  position: relative;
}
.take-the-next-step-tag p:after {
  border-bottom: 2px solid #0445d2;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 34px;
  width: 60px;
}
.take-the-next-step-wrapper h2 {
  font-family: "work-sans-medium", "sans-serif";
  font-size: 4rem;
  padding: 30px 0 0 0;
}
.take-the-next-step-cta {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  width: max-content;
}
.take-the-next-step-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #0445d2;
  transition: width 0.3s ease;
}
a:hover .take-the-next-step-cta::after {
  width: 100%;
}
.take-the-next-step-cta {
  width: max-content;
}
.take-the-next-step-cta p {
  color: #0445d2;
  font-family: "work-sans-regular", "sans-serif";
  margin: 0;
}
.take-the-next-step-cta img {
  margin: 0;
  width: auto;
}
.take-the-next-step-col {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .take-the-next-step-col {
    padding-right: 15px;
    margin-bottom: 7rem;
  }
  .take-the-next-step-col img {
    margin-bottom: 22px;
  }
  .take-the-next-step-cta img {
    margin: 0;
  }
  .take-the-next-step-cta a {
    margin-top: 18px;
  }
  .take-the-next-step {
    margin-bottom: 10rem;
  }
  .take-the-next-step-tag p {
    font-size: 16px;
  }
  .take-the-next-step-tag p:after {
    top: 30px;
  }
  .take-the-next-step-wrapper h2 {
    padding-top: 20px;
  }
}
