/* AI Capabilities */
.ai-capabilities-section {
  padding: 60px 0;
  background: rgba(251, 249, 247, 1);
}
.ai-capabilities-section.ai-section-animate {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-radius: 30px;
  overflow: hidden;
  transition: width 0.08s linear, border-radius 0.08s linear;
}
.ai-capabilities-header {
  max-width: 945px;
  margin: 0 auto 36px;
  text-align: center;
}
.ai-capabilities-header .main-heading { margin-inline: auto; }
.ai-capabilities-header .main-sub-title { margin-inline: auto; }
.ai-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #eadbc9;
  border-left: 1px solid #eadbc9;
}
.ai-capability-card {
  padding: 30px 26px ;
  border-right: 1px solid #eadbc9;
  border-bottom: 1px solid #eadbc9;
}
.ai-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.ai-card-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: block;
}
.ai-card-top h3 {
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}
.ai-card-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 4px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(151, 61, 217, 0.14);
  border-radius: 100px;
  background: rgba(244, 235, 255, 0.31);
  color: #111;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
}
.ai-card-top h3 a { 
  color: inherit;
  font-weight: inherit;
}
.ai-card-top h3 a:hover { 
    background: linear-gradient(180deg, #E44871 0%, #973DD9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}
.ai-capability-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.ai-capability-card p a  {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

@media (max-width: 1200px) { 
 .ai-capabilities-header .main-heading { max-width: 100% !important; }
 .ai-capabilities-header .main-sub-title { max-width: 100% !important; }
}

/* Tablet */
@media (max-width: 991px) {
  .ai-capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ai-capabilities-section.ai-section-animate {
    width: 100%;
    border-radius: 0;
  }
  .ai-capabilities-section {
    padding: 56px 0;
  }
  .ai-capabilities-grid {
    grid-template-columns: 1fr;
  }
  .ai-capability-card {
    padding: 24px 20px;
  }
  .ai-card-top {
    gap: 14px;
  }

  .ai-card-top h3 {
    font-size: 16px;
  }
}

/* AI Agents Sec */
.ai-agent-banner { 
  padding-top: 20px;
}
body.postid-145615 .ai-agent-banner {
  padding-bottom: 40px;
}
.ai-agent-banner__wrap {
  position: relative;
  min-height: 355px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #bd42ef;
  isolation: isolate;
}

.ai-agent-banner__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: -3;
}

.ai-agent-banner__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 70% 95% at 55% 48%,
      rgba(221, 70, 230, 0.42) 0%,
      rgba(202, 64, 224, 0.34) 36%,
      rgba(164, 54, 190, 0.18) 58%,
      rgba(0, 0, 0, 0) 78%
    );
}

.ai-agent-banner__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #b83cf6 0%,
    #bd3df2 32%,
    rgba(196, 62, 232, 0.98) 45%,
    rgba(197, 63, 226, 0.88) 55%,
    rgba(183, 60, 211, 0.68) 64%,
    rgba(138, 48, 160, 0.42) 73%,
    rgba(70, 28, 88, 0.16) 82%,
    rgba(0, 0, 0, 0) 92%
  );
}

.ai-agent-banner__content {
  position: relative;
  max-width: 800px;
  padding: 50px 50px 50px 80px;
  z-index: 1;
}

.ai-agent-banner__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}

.ai-agent-banner__desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}

.ai-agent-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.ai-agent-banner__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  border-color:rgba(255, 255, 255, 1);
  text-decoration: none;
}

.ai-agent-banner__btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ai-agent-banner__btn:hover img { 
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .ai-agent-banner__wrap {
    min-height: 300px;
  }

  .ai-agent-banner__content {
    max-width: 100%;
    padding: 35px;
  }

  .ai-agent-banner__title {
    font-size: 24px;
  }

  .ai-agent-banner__desc {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {

  .ai-agent-banner__video {
    width: 100%;
    left: 0;
    right: auto;
    object-position: center right;
  }

  .ai-agent-banner__wrap::before {
    background:
      radial-gradient(
        ellipse 90% 80% at 58% 35%,
        rgba(222, 70, 230, 0.38) 0%,
        rgba(197, 63, 226, 0.28) 42%,
        rgba(0, 0, 0, 0) 78%
      );
  }

  .ai-agent-banner__wrap::after {
    background: linear-gradient(
      90deg,
      #b83cf6 0%,
      rgba(190, 61, 241, 0.96) 34%,
      rgba(202, 69, 229, 0.78) 54%,
      rgba(161, 55, 184, 0.46) 72%,
      rgba(0, 0, 0, 0) 90%
    );
  }

  .ai-agent-banner__content {
    padding: 35px 25px;
  }

  .ai-agent-banner__title {
    font-size: 22px;
  }

  .ai-agent-banner__title br,
  .ai-agent-banner__desc br {
    display: none;
  }

  .ai-agent-banner__desc {
    font-size: 13px;
    line-height: 22px;
  }

  .ai-agent-banner__btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .ai-agent-banner__title {
    font-size: 20px;
  }

  .ai-agent-banner__content {
    padding: 28px 20px;
  }
}

/* Enterprise AI Insights */
.ai-insights-section {
  padding: 60px 0;
  background: rgba(255, 255, 255, 1);
}

.ai-insights-section .main-heading, .ai-insights-section .main-sub-title { margin-inline: auto; }

.ai-insights-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-top: 16px;
  align-items: stretch;
}

.ai-cards-col {
  flex: 0 0 46%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-card {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fbf9f7;
  cursor: pointer;
  text-align: left;
  appearance: none;
}

.ai-cards-col.active-1 .ai-card:nth-child(1),
.ai-cards-col.active-2 .ai-card:nth-child(2) {
  background: #f0eff9;
}

.ai-cards-col.active-1 .ai-card:nth-child(2),
.ai-cards-col.active-2 .ai-card:nth-child(1) {
  background: #fbf9f7;
}

.ai-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 27px 24px;
}

.ai-card-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  color: #973dd9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.ai-card--active .ai-card-num {
  background: #973dd9;
  color: #fff;
}

.ai-card-title {
  display: block;
  margin: 0 0 6px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.ai-card-desc {
  display: block;
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.ai-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ai-tag {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(143, 53, 210, 0.14);
  border-radius: 16px;
  background: rgba(213, 197, 233, 0.31);
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
}

.ai-card--active .ai-tag {
  background: rgba(213, 197, 233, 0.5);
  border-color: rgba(143, 53, 210, 0.25);
  color: #000;
}

.ai-preview-col {
  flex: 1;
}

.ai-preview-panel {
  min-height: 370px;
  padding: 24px;
  border-radius: 20px;
  background: #f5f0fb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.ai-slide-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.ai-slide-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  object-fit: cover;
  border: 1px solid rgba(143, 53, 210, 0.14);
  transition: opacity 0.3s ease;
}

.ai-img-card2 {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ai-preview-panel.show-card2 .ai-img-card1 {
  opacity: 0;
}

.ai-preview-panel.show-card2 .ai-img-card2 {
  opacity: 1;
}

.ai-btn-wrap {
  position: relative;
}

.ai-preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 20px;
  border: 1px solid #7f18c7;
  border-radius: 8px;
  background: rgba(151, 61, 217, 0.04);
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.ai-preview-btn:hover {
  color: #000;
  text-decoration: none;
}

.ai-btn-card2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.ai-preview-panel.show-card2 .ai-btn-card1 {
  opacity: 0;
  pointer-events: none;
}

.ai-preview-panel.show-card2 .ai-btn-card2 {
  opacity: 1;
  pointer-events: auto;
}

.ai-preview-btn img {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .ai-insights-wrapper {
    gap: 16px;
  }

  .ai-cards-col {
    flex: 0 0 48%;
  }

  .ai-preview-panel {
    min-height: 360px;
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .ai-insights-section {
    padding: 48px 0;
  }

  .ai-insights-wrapper {
    flex-direction: column;
  }

  .ai-cards-col,
  .ai-preview-col {
    width: 100%;
    flex: unset;
  }

  .ai-preview-panel {
    min-height: auto;
    padding: 16px;
  }

  .ai-card-inner {
    padding: 18px;
  }

  .ai-card-title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .ai-card-inner {
    padding: 14px;
    gap: 12px;
  }

  .ai-tag {
    font-size: 11px;
    padding: 3px 10px;
  }
}
/**/
.why-enterpise-choose .ta-trust-card { 
  min-height: 285px;
}
.why-enterpise-choose.ta-trust-section .main-sub-title { 
  max-width: 100%;
}
.ta-trust-section.why-enterpise-choose .main-heading {
  margin-inline: auto;
}

@media (max-width: 1200px) {
  .ta-trust-section.why-enterpise-choose .main-heading, 
  .ta-trust-section.why-enterpise-choose .main-sub-title {
    max-width: 100% !important;
  }
}

/* Our Enterprise AI */
.ai-framework {
  padding: 70px 0px;
  color: #fff;
  background-color: #131124;
  background:
  radial-gradient(
    circle at 14% 18%,
    rgba(118, 63, 196, 0.34) 0%,
    rgba(88, 43, 155, 0.22) 18%,
    rgba(49, 26, 105, 0.10) 34%,
    transparent 52%
  ),

  radial-gradient(
    circle at 88% 92%,
    rgba(165, 46, 122, 0.28) 0%,
    rgba(126, 33, 98, 0.16) 22%,
    rgba(72, 18, 66, 0.08) 36%,
    transparent 54%
  ),

  radial-gradient(
    circle at 32% 100%,
    rgba(58, 38, 148, 0.22) 0%,
    transparent 42%
  ),

  linear-gradient(
    135deg,
    #2a1650 0%,
    #1c1238 34%,
    #120d24 58%,
    #17081a 100%
  );
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
  contain: layout paint style;
}

.afs-head {
  margin: 0 auto 64px;
  text-align: center;
}

.afs-head .main-heading {
  color: #fff;
  margin-inline: auto;
}

.afs-head .main-sub-title {
  margin: 0 auto;
}

.afs-head .main-sub-title p {
  color: rgba(255, 255, 255, .72);
}

.afs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 43px;
  padding: 10px 24px;
  border-radius: 8px;
  background: rgba(151, 61, 217, 1) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.afs-btn:hover { 
    background: rgba(151, 61, 217, 0.04) !important;
    color: rgba(0, 0, 0, 1) !important;
    border: 1px solid #7f18c7;
}

.afs-btn:hover img { 
  filter:brightness(0) saturate(100%);
}

.ai-framework .afs-btn  {
  color: #FFF !important;
  background: rgba(151, 61, 217, 1) !important;
  border: 1px solid transparent;
}
.ai-framework .afs-btn:hover { 
  border-color:rgba(151, 61, 217, 1); 
  background: rgba(151, 61, 217, 0.24) !important;
 }
.ai-framework .afs-btn:hover img { 
  filter: invert(1);
}

.afs-btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  display: block;
}

.afs-wrap {
  padding: 0;
}

.afs-inner {
  margin: 0 auto;
}

.afs-icons-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.afs-icon-cell {
  display: flex;
  align-items: center;
  flex: 1;
}

.afs-icon-circle {
  width: 43px;
  height: 43px;
  min-width: 43px;
  border-radius: 50%;
  border: 1px solid rgba(151, 61, 217, 1);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.afs-icon-circle img {
  width: 25px;
  height: 25px;
  display: block;
}

.afs-dash {
  flex: 1;
  border-top: 2px dashed rgba(140, 80, 210, .45);
  margin: 0 2px;
}

.afs-icon-cell:last-child .afs-dash {
  display: none;
}

.afs-cols {
  display: flex;
  gap: 0;
}

.afs-col {
  flex: 1;
  min-width: 0;
  padding-right: 10px;
  border-right: 1px solid rgba(100, 60, 160, .3);
}

.afs-col:last-child {
  padding-right: 0;
  border-right: 0;
}

.afs-col:not(:first-child) {
  padding-left: 16px;
}

.afs-col-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .02em;
}

.afs-col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.afs-col-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  line-height: 1.45;
}

.afs-col-list li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 1px;
  background: url("https://tamediacdn.techaheadcorp.com/wp-content/uploads/2026/05/26084146/check.svg") center / contain no-repeat;
}

@media (max-width: 1200px)  {
  .afs-head .main-heading, .afs-head .main-sub-title { max-width: 100% !important;}
}

@media (max-width: 1024px) {
  .afs-icons-row {
    display: none;
  }

  .afs-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .afs-col {
    padding-right: 0;
    padding-left: 0 !important;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(100, 60, 160, .3);
  }
}

@media (max-width: 767px) {
  .ai-framework {
    padding: 56px 0;
    contain-intrinsic-size: 980px;
  }

  .afs-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .ai-framework {
    contain-intrinsic-size: 1280px;
  }

  .afs-cols {
    grid-template-columns: 1fr;
  }

  .afs-col {
    padding-bottom: 18px;
  }

  .afs-col:last-child {
    border-bottom: 0;
  }
}

/* Scale AI Initiatives */
.ai-team-sec {
  padding: 70px 0 40px;
  background: #fff;
  overflow: hidden;
}

.ai-team-head {
  margin: 0 auto 40px;
  text-align: center;
}

.ai-team-head .main-sub-title {
  color: rgba(0,0,0,.58);
  margin-inline: auto;
}

.ai-slider {
  position: relative;
  overflow: hidden;
}

.ai-track {
  display: flex;
  gap: 20px;
  transition: transform .45s ease;
  will-change: transform;
  padding-bottom: 36px;
}

.ai-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
}

.ai-slider .card {
  height: 100%;
  background: #fbf9f7;
  border-radius: 25px;
  padding: 30px 28px 34px;
  transition: background .25s ease;
}

.ai-slider .card:hover,
.ai-slider .card.active {
  background: linear-gradient(180deg, #f4ebfe 0%, #f7f1ef 100%);
}

.ai-slider .card:hover h3 a  {
  color: #973dd9;
}

.top-icon-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.cardnew-icon {
  width: 54px;
  height: 54px;
}

.cardnew-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.card-new-heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.card-new-heading h3 a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  font-weight: inherit;
}

.ai-card-servi-content {
  min-height: 88px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(221, 218, 214, 1);
}

.ai-card-servi-content p {
  margin: 0;
  color: rgba(0,0,0,.6);
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}

.ai-slider ul {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.ai-slider li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 1.35;
}

.ai-slider li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-image: url("https://tamediacdn.techaheadcorp.com/wp-content/uploads/2026/05/26084146/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ai-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.ai-prev,
.ai-next {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fbf9f7;
  cursor: pointer;
  position: relative;
}

.ai-prev::before,
.ai-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ai-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 4.5H0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 8.5L0.5 4.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 0.5L0.5 4.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ai-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 4.5H14.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 8.5L14.5 4.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 0.5L14.5 4.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ai-dots {
  min-width: 110px;
  height: 42px;
  border-radius: 50px;
  background: #fbf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.ai-dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #f1e6fa;
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.ai-dot.active {
  width: 21px;
  background: #973dd9;
}

@media (min-width: 1401px) {
  .ai-slide {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}

@media (max-width: 991px) {
  .ai-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .ai-team-sec {
    padding: 56px 0 34px;
  }

  .ai-team-head {
    margin-bottom: 30px;
  }

  .ai-slide {
    flex-basis: 100%;
  }

  .ai-slider .card {
    padding: 24px 20px;
  }

  .card-new-heading h3 {
    font-size: 20px;
  }

  .ai-card-servi-content {
    min-height: auto;
    padding-bottom: 14px;
  }

  .ai-slider li {
    font-size: 14px;
  }
}

/* Operationalize AI Beyond */
body.postid-145615 .oab-section { margin-bottom: 40px; }
.oab-section {
  position: relative;
  width: 100%;
  height: 355px;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: linear-gradient(90.68deg, #E752AD -11.47%, #AA43F5 100%);
}
.oab-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--oab-bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.oab-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: var(
    --oab-gradient,
    radial-gradient(
      circle at 18% 50%,
      rgba(214, 92, 255, 0.95) 0%,
      rgba(205, 86, 247, 0.88) 18%,
      rgba(195, 77, 236, 0.72) 34%,
      rgba(187, 70, 228, 0.52) 48%,
      rgba(175, 60, 210, 0.28) 62%,
      rgba(0, 0, 0, 0) 78%
    ),
    linear-gradient(
      90deg,
      rgba(176, 58, 244, 0.96) 0%,
      rgba(188, 64, 238, 0.92) 24%,
      rgba(198, 68, 230, 0.82) 42%,
      rgba(206, 73, 221, 0.62) 56%,
      rgba(194, 66, 207, 0.34) 68%,
      rgba(120, 40, 130, 0.10) 82%,
      rgba(0, 0, 0, 0) 100%
    )
  );
}

.oab-overlay {
  display: none;
}

.oab-overlay::before {
  display: none;
}
.oab-content {
  position: relative;
  z-index: 5;
  max-width: 800px;
  padding: 50px 50px 50px 80px;
}

.oab-content::after {
  display: none !important;
}

.oab-title,
.oab-desc,
.oab-btn {
  position: relative;
  z-index: 4;
}

.oab-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

.oab-desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.oab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.oab-btn:hover {
  border-color:rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.oab-btn img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.oab-btn:hover img { 
  filter: brightness(0) invert(1);
}

/* TABLET */
@media (max-width: 991px) {
  .oab-section {
    height: 300px;
  }

  .oab-content {
    max-width: 440px;
    padding: 35px;
  }

  .oab-title {
    font-size: 24px;
  }

  .oab-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .oab-section {
    min-height: 300px;
    height: auto;
  }

  .oab-section::after {
    width: 100%;
    opacity: 0.7;
    background-position: center;
  }

  .oab-section::before { 
    background-size: cover;
  }

  .oab-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(191, 73, 243, 0.84) 0%,
        rgba(180, 74, 208, 0.66) 48%,
        rgba(68, 28, 78, 0.44) 100%
      );
  }

  .oab-overlay::before {
    display: none;
  }

  .oab-content {
    max-width: 100%;
    padding: 35px 24px;
  }

  .oab-title {
    font-size: 22px;
  }

  .oab-title br,
  .oab-desc br {
    display: none;
  }

  .oab-desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .oab-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/**/
.ais-section.ai-soln-sec .main-sub-title { max-width: 100%; }

/* Security, compliance, and governance sec */
.security-section {
  padding: 60px 0;
  background: rgba(251, 249, 247, 1);
}

.badge-recognization {
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(0deg, rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)),
              linear-gradient(109.71deg, #973DD9 0%, rgba(237, 115, 72, 0) 30%, rgba(209, 63, 156, 0) 65%, #D13F9C 100%);
  box-shadow: 5px 10px 44px 0px #C738B926;
  width: max-content;
  margin: 0px auto 24px auto;
  display: block;
}
.badge-recognization-inner {
  border-radius: 999px;
  padding: 8px 20px;
  background: #433e55;
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-recognization span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.security-head {
  margin: 0 auto 30px;
  text-align: center;
}

.security-head .main-sub-title p {
  margin: 0;
}

.security-section .cols-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 40px;
}

.security-section .col {
  min-width: 0;
  padding: 0px 16px 0px 36px;
  border-right: 1px solid #f3e8fc;
}

.security-section .col:last-child {
  border-right: none;
}

.security-section .col-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.security-section .col-icon img {
  width: 54px;
  height: 54px;
  display: block;
}

.security-section .col-title {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.security-section .check-list,
.security-section .banner-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.security-section .check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.security-section .check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.security-section .check-list li img,
.security-section .banner-check-list li img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
}

.security-section .banner-row {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
}

.security-section .banner-cell-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
  padding: 24px 0;
  border-radius: 16px;
  background: #fff;
}

.security-section .banner-cell:not(.featured) {
  padding: 0 24px;
  border-right: 1px solid #f3e8fc;
}

.security-section .banner-cell:last-child {
  border-right: none;
}

.security-section .banner-cell.featured {
  position: relative;
  overflow: hidden;
  padding: 1.4px;
  border-radius: 16px;
}

.security-section .banner-cell.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #d3b1ed 0%, #f6ecff 102.81%);
  z-index: 0;
}

.security-section .featured-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 24px;
  border-radius: 15px;
  background: linear-gradient(90deg, #fcfaf9 0%, #f6ecff 100%);
}

.security-section .featured-content > img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: block;
}

.security-section .featured-title {
  margin: 0 0 8px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.security-section .featured-desc {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

.security-section .banner-check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.security-section .banner-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .security-section {
    padding: 72px 0;
  }

  .security-section .cols-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .security-section .col {
    padding: 0 24px 34px;
    border-right: none;
    border-bottom: 1px solid #e2ddd8;
    margin-bottom: 34px;
  }

  .security-section .col:nth-child(3),
  .security-section .col:nth-child(4) {
    margin-bottom: 0;
    border-bottom: none;
  }

  .security-section .banner-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .security-section {
    padding: 56px 0;
  }

  .badge-recognization { width: 100%; }

  .security-head {
    margin-bottom: 40px;
  }

  .security-section .cols-grid {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .security-section .col {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }

  .security-section .col:nth-child(3) {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2ddd8;
  }

  .security-section .col:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .security-section .banner-cell-inner {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .security-section .banner-cell:not(.featured) {
    padding: 22px;
    border-right: none;
    border-bottom: 1px solid #f3e8fc;
  }

  .security-section .banner-cell:last-child {
    border-bottom: none;
  }

  .security-section .featured-content {
    flex-direction: column;
    padding: 24px 22px;
  }
}

/* Technologies Powering AI */
.tech-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: linear-gradient(180deg, #FCFBF9 0%, #F6EBFF 100%)
}

.tech-wrap {
  display: grid;
  grid-template-columns: 1fr 535px;
  align-items: center;
  gap: 70px;
}

.tech-text {
  max-width: 620px;
}

.tech-text .main-heading {
  text-align: left;
}

.tech-text .main-sub-title {
  text-align: left;
}

.tech-text .main-sub-title p {
  text-align: left;
}

.tech-text .main-sub-title p:last-child {
  margin: 0px;
}

.tech-rows {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  max-width: 535px;
  height: 500px;
  overflow: hidden;
  align-items: flex-start;
}

.tech-rows::before,
.tech-rows::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.tech-rows::before {
  top: 0;
  background: linear-gradient(
    180deg,
    #fbfaf9,
    #ffffff00
  );
}

.tech-rows::after {
  bottom: 0;
  background: linear-gradient(
    1deg,
    #f7ecff,
    #ffffff00
  );
}

.ticker-col {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  flex-direction: column;
  animation: tech-scroll-up 40s linear infinite;
  will-change: transform;
}

.tech-card {
  width: 100%;
  height: 112px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
}

.tech-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes tech-scroll-up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-50% - 5px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .tech-section {
    padding: 72px 0;
  }

  .tech-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tech-text {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .tech-section::before,
  .tech-section::after {
    width: 100%;
  }

  .tech-rows {
    height: 430px;
  }

  .tech-card {
    height: 96px;
  }
}

@media (max-width: 767px) {
  .tech-section {
    padding: 56px 0;
  }

  .tech-text .main-heading br {
    display: none;
  }

  .tech-rows {
    height: 560px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    align-items: flex-start;
  }

  .ticker-col {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .ticker-track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: tech-scroll-up 40s linear infinite;
    will-change: transform;
  }

  .ticker-track .tech-card:nth-child(n+5) {
    display: flex;
  }

  .tech-card {
    width: 100%;
    height: 112px;
    border-radius: 18px;
    flex-shrink: 0;
  }

  .tech-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  .tech-rows {
    gap: 8px;
    height: 560px;
  }

  .ticker-track {
    gap: 8px;
  }

  .tech-card {
    height: 64px;
  }
}

/* GET IN TOUCH */
.ai-contact-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
  background:
    radial-gradient(circle at 78% 78%, rgba(182, 38, 127, 0.42) 0%, rgba(182, 38, 127, 0.16) 24%, transparent 48%),
    radial-gradient(circle at 22% 14%, rgba(111, 47, 191, 0.36) 0%, rgba(111, 47, 191, 0.12) 28%, transparent 52%),
    linear-gradient(135deg, #19124c 0%, #221354 44%, #120b38 100%);
}

.ai-contact-wrap {
  display: grid;
  grid-template-columns: 1fr 556px;
  align-items: center;
  gap: 80px;
}

.ai-contact-eyebrow {
  display: block;
  margin-bottom: 20px;
  color: #b846ff;
  font: 700 16px/1.2 "Poppins", sans-serif;
  text-transform: uppercase;
}

.ai-contact-content h2 {
  max-width: 460px;
  margin: 0 0 14px;
  color: #fff;
  font: 400 28px/1.38 "Poppins", sans-serif;
  letter-spacing: -0.02em;
}

.ai-contact-content p {
  max-width: 480px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.66);
  font: 400 17px/1.72 "Poppins", sans-serif;
}

.ai-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 284px;
  padding: 11px 18px;
  border: 1px solid rgba(162, 63, 235, 1);
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
  font: 400 16px/1.2 "Poppins", sans-serif;
  background: rgba(151, 61, 217, 0.24);
}
.ai-contact-link:hover { background: rgba(151, 61, 217, 1); border-color: rgba(162, 63, 235, 1); }
.ai-contact-link span {
  font-size: 28px;
  line-height: 1;
}

.ai-contact-form-card {
  width: 100%;
}

/* CF7 FORM - renamed class */
.ct-form {
  width: 100%;
  padding: 45px 36px 30px !important;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 70% 88%, rgba(198, 55, 129, 0.28) 0%, transparent 46%),
    radial-gradient(circle at 12% 15%, rgba(122, 66, 180, 0.24) 0%, transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ct-form,
.ct-form * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.ct-form p {
  margin: 0 !important;
}

.ct-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 38px;
}

.ct-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.ct-form input,
.ct-form textarea,
.ct-form select {
  width: 100%;
  height: 38px;
  padding: 0 0 11px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  outline: none;
  background: transparent !important;
  color: #fff;
  font: 400 14px/1.3 "Poppins", sans-serif !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.ct-form textarea {
  resize: none;
  min-height: 38px;
  overflow: hidden;
}

.ct-form input::placeholder,
.ct-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
}

.ct-form input:focus,
.ct-form textarea:focus,
.ct-form select:focus {
  border-bottom-color: rgba(255, 255, 255, 0.72);
}

.ct-form .message,
.ct-form .agreement,
.ct-form .contact-btn,
.ct-form .response-guaranteed {
  grid-column: 1 / -1;
}

.ct-form .agreement {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: -21px;
}

.ct-form .agreement img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ct-form .agreement * {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.3;
}

.ct-form .agreement span {
  display: inline;
  color: rgba(255, 255, 255, 0.82);
}

.ct-form .contact-btn {
  position: relative;
  width: 80%;
  margin: 10px auto 0;
}

.ct-form .wpcf7-form-control.submit-btn {
  width: 100%;
  min-height: 44px;
  padding: 12px 20px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  color: #fff !important;
  background: linear-gradient(90deg, #e84da9 0%, #b83cff 100%) !important;
  font: 600 16px/1.2 "Poppins", sans-serif !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ct-form .wpcf7-form-control.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(184, 60, 255, 0.32)!important;
}

.ct-form .lds-dual-ring {
  display: none;
  position: absolute;
  top: 11px;
  right: 18px;
}

.ct-form .wpcf7-form.submitting .lds-dual-ring {
  display: block;
}

.ct-form .lds-dual-ring:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  border-radius: 50%;
  animation: ct-spin 1.1s linear infinite;
}

.ct-form .response-guaranteed {
  margin-top: -16px !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font: italic 11px/1.2 "Poppins", sans-serif !important;
}

@keyframes ct-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .ai-contact-wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .ai-contact-content h2,
  .ai-contact-content p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .ai-contact-section {
    padding: 60px 0;
  }

  .ai-contact-content h2 {
    font-size: 25px;
  }

  .ai-contact-content p {
    font-size: 15px;
  }

  .ct-form {
    padding: 34px 24px 28px !important;
    border-radius: 26px;
  }

  .ct-form .form-row {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .ct-form .form-row > div,
  .ct-form .message,
  .ct-form .agreement,
  .ct-form .contact-btn,
  .ct-form .response-guaranteed {
    grid-column: 1 / -1;
  }

  .ct-form .contact-btn {
    width: 100%;
  }

  .ai-contact-link {
    min-width: 100%;
    justify-content: space-between;
  }
}

/**/
.ai-hero-sec.ta-hero-section { 
  padding-bottom: 40px;
}
.ai-section-animate .ai-capabilities-header { max-width: 100%; }

.trusted-marquee .ta-hero-track li a {
    max-width: 100px;
    width: 100%;
}
.trusted-marquee .ta-hero-track li img {
    max-width: 100%;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(0);
}
.ai-ta-scale .ta-scale-logo-item img  {
    display: block;
    height: 40px;
    max-height: 40px;
    width: auto;
    max-width: 100%;
}
/*aws scroller */
.aw-scroller {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 30px 0px;
}

.aw-track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.aw-item {
  flex: 0 0 220px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-item img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  display: block;
  transform: translateZ(0);
}

@media (max-width: 767px) {

  .aw-track {
    gap: 22px;
  }

  .aw-item {
    flex-basis: 178px;
    width: 178px;
    height: 178px;
  }

  .aw-item img {
    width: 178px;
    height: 178px;
  }
}
.featured-case-head.ai-case-head { max-width: 100%; }
/* breadcrumb  css */
.ai-hero-sec .ta-ai-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

.ai-hero-sec .ta-ai-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.ai-hero-sec .ta-ai-breadcrumb span {
  opacity: 0.5;
}

.ai-hero-sec .ta-ai-breadcrumb span[aria-hidden="true"] {
  opacity: 1;
}

@media (max-width: 767px) {
  .ai-hero-sec .ta-ai-breadcrumb {
    gap: 6px;
    margin-bottom: 22px;
    font-size: 15px;
    flex-wrap: wrap;
  }
}