.reverse-banner-section {
  flex-direction: row-reverse;
}
.capabilties-section-heading span {
  color: #3ecf8e;
}
.logo-slider-wrapper::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-slider-wrapper::after {
  background: linear-gradient(296deg, #ffffff, transparent);
  right: 0;
}
.logo-item {
  border: 1px solid #16134a1a;
  box-shadow: 0px -1.82px 0px 0px #16134a14;
}
/*Industry tab switch section*/
.image-text-header span {
  color: #3ecf8e;
}
.industry-tab-switch-section {
  margin: 16rem 0;
}
.industry-tabs {
  margin-top: 6rem;
}
.image-text-header {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  margin-bottom: 6rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .tabs-row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .tabs-row {
    justify-content: flex-start;
  }
}
.tab {
  appearance: none;
  border: 1px solid #e5e7eb;
  color: #050038;
  background: #fff;
  padding: 8px 24px;
  border-radius: 999px;
  cursor: pointer;
  outline-offset: 3px;
  font-size: 16px;
}
.tab:hover {
  border-color: #c7c9d1;
  transform: translateY(-1px);
}
.tab.is-active {
  background: #3ecf8e;
  color: #fff;
  border: 1px solid linear-gradient(90deg, #2ecc71 0%, #3ecf8e 100%);
}
.tab-panels {
  margin-top: 0.5rem;
}
.panel[hidden] {
  display: none;
}
.panel-grid {
  padding: 0rem 16rem;
  display: grid;
  grid-template-columns: 1.8fr 1.1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 1440px) {
  .panel-grid {
    padding: 0rem 4rem;
  }
}
@media (max-width: 1024px) {
  .panel-grid {
    padding: 0rem;
  }
}
@media (max-width: 960px) {
  .panel-grid {
    grid-template-columns: 1fr;
  }
}
.panel-media {
  display: flex;
  justify-content: center;
}
.panel-media img {
  height: 400px;
  width: 400px;
}
.panel-text {
  margin-top: 3rem;
}
.panel-text h3 {
  font-size: 22px;
}
.panel-text p {
  width: 90%;
}
.panel-media {
  width: 100%;
}
.tab:focus-visible {
  box-shadow: 0 0 0 3px rgba(91, 75, 219, 0.35);
}
@media (max-width: 768px) {
  .panel-media img {
    width: 300px;
    height: 300px;
    margin-top: 5rem;
  }
  .tab {
    font-size: 15px;
  }
  .panel-text p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .four-grid-card-last-text {
    margin-top: 0;
  }
}
/*capabilities section*/
.capabilities-section-homepage {
  margin: 12rem 0;
}
.card-heading h2 span {
  color: #3ecf8e;
}
.card-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.capabilities-card-content {
  padding: 4rem;
}
.capabilities-card-content h3 {
  font-size: 22px;
}
.capabilities-cards {
  margin-top: 7rem;
}
.capabilities-card {
  border: 1px solid #2ecc7055;
}
.capabilities-card,
.capabilities-card-second {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#capabilities-card:after {
  background-color: #e8e7fc70;
}
#capabilities-card:after,
.capabilities-card-second:after {
  content: "";
  filter: blur(50px);
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: -1;
}
.capabilities-card-second:after {
  background-color: #30bcef20;
}
#capabilities-card-content:after {
  background: #6366f105;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.capabilities-card img,
.capabilities-card-second img {
  margin-top: 3rem;
  width: 100%;
}
.capabilities-card > * {
  position: relative;
  z-index: 1;
}
.no-padding {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .capabilities-cards {
    row-gap: 5rem;
  }
  .capabilities-card,
  .capabilities-card-second {
    padding: 4rem;
  }
  .capabilities-card-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .capabilities-card-second {
    border: 1px solid #2ecc7055;
  }
}
/*Three tab content section*/
.three-tab-heading span {
  color: #3ecf8e;
}
.three-tab-heading {
  width: 50%;
}
.three-tab-switch-section {
  margin: 12rem 0;
}
.tab-content-image {
  text-align: center;
}
.tab-content-image img {
  height: 400px;
  width: 500px;
}
.three-tab-para h3 {
  font-size: 22px;
}
.three-tab-content {
  padding: 6rem 0 4rem;
}
.three-tabs-buttons {
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
.three-tabs-buttons .tab-btn {
  position: relative;
  /* overflow: hidden; */
  font-size: 2.3rem;
  line-height: 150%;
  font-family: "work-sans-medium", sans-serif;
  color: #334960;
  padding: 1rem 2rem;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}
.three-tabs-buttons .tab-btn:hover {
  color: #3ecf8e;
}
.three-tabs-buttons .tab-btn.active {
  background: linear-gradient(90deg, #2ecc71 0%, #3ecf8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #2ecc71 0%, #3ecf8e 100%);
}
.tab-btn.active .tab-progress {
  width: 100%;
  transition: width 4s linear;
}
.tab-content-wrapper {
  display: none;
}
.tab-content-wrapper.active {
  display: block;
}
.three-tab-wrapper {
  padding: 5rem 0 4rem;
}
#augmented-dashboard-banner {
  width: 450px;
}
#agentic-analytics-banner {
  width: 500px;
}
@media (max-width: 1024px) {
  .three-tab-heading {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #augmented-dashboard-banner {
    width: 340px;
  }
  .industry-tabs {
    margin-top: 5rem;
  }
  .tab {
    font-size: 14px;
  }
  .three-tabs-buttons .tab-btn {
    font-size: 2.5rem;
  }
  .panel-text h3 {
    font-size: 3.3rem;
  }
  .industry-tab-switch-section {
    margin: 12rem 0;
  }
  .tab-content-image img {
    height: 350px;
    width: 350px;
  }
  .three-tab-para h3 {
    font-size: 20px;
  }
  .capabilities-card-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .image-text-header {
    width: 100%;
  }
  .three-tab-content {
    padding: 6rem 0 0;
  }
  .tab-content-image img {
    height: 300px;
    width: 300px;
  }
  .three-tab-para h3,
  .panel-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .card-heading {
    width: 100%;
    text-align: left;
  }
  .three-tab-heading {
    width: 100%;
    text-align: left;
  }
  .image-text-header {
    text-align: left;
  }
  .tab-content-image img {
    height: 300px;
    width: 300px;
    margin-top: 5rem;
  }
  .three-tabs-buttons {
    border: none;
    margin-bottom: 0;
    flex-direction: column;
    gap: 0rem;
  }
  .three-tabs-buttons .tab-btn.active {
    width: max-content;
  }
  .three-tabs-buttons .tab-btn {
    padding: 1rem 0;
  }
  .three-tab-content {
    padding: 3rem 0;
  }
}
