/* =========================================
   Portfolio Page Specific Styles
   ========================================= */
/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
/* Hero Section */
.portfolio-section {
  background-image: url(../image/ai-native/hero-image.svg);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
  padding-top: 188px;
}
@supports (-webkit-touch-callout: none) {
  .portfolio-section {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  .portfolio-section {
    padding-top: 48px;
  }
}

.portfolio-section h1 {
  line-height: 120%;
  text-align: center;
  max-width: 1247px;
}

@media (max-width: 1680px) {
  .portfolio-section h1 {
    max-width: 965px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section h1 {
    max-width: 602px;
  }
}
.portfolio-section p {
  color: var(--color-white);
  max-width: 1132px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7 !important;
}

@media (max-width: 1680px) {
  .portfolio-section p {
    max-width: 690px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section p {
    max-width: 490px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .portfolio-section p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section:after,
  .portfolio-section::before {
    display: none;
  }
  .portfolio-section {
    background-position: center;
    padding-top: 156px;
  }
}
.free-consultation {
  width: 312px !important;
  margin: 0px auto 0;
}

@media (max-width: 1024px) {
  .free-consultation {
    margin: 0 auto 0;
    width: 250px !important;
  }
}
.portfolio-launch-your-idea h3 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .portfolio-launch-your-idea h3 {
    max-width: 1110px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea h3 {
    max-width: 537px;
  }
}
.ai-native-trusted-by h2 {
  text-align: center;
  background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 1024px) {
  .ai-native-trusted-by h2 {
    margin-bottom: 32px;
  }
}
.ai-native-trusted-by-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
  padding-inline: 77px;
  align-items: center;
  justify-items: center;
}

.ai-native-trusted-by-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
  .section-padding {
    padding: 40px 0px;
  }
  .ai-native-trusted-by-content {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
    row-gap: 0px;
    padding-inline: 56x;
  }
}
@media (max-width: 600px) {
  .ai-native-trusted-by-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-inline: 0px;
  }
}
.logo-item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.logo-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: var(--gradient-shimmer);
  transform: skewX(-20deg);
}

.logo-item:hover::before {
  left: 100%;
  transition: 0.5s;
}

.logo-item:hover img {
  transform: scale(1.05);
}

.ai-tailored h2 {
  max-width: 1144px;
}

@media (max-width: 1680px) {
  .ai-tailored h2 {
    max-width: 874px;
  }
}
@media (max-width: 600px) {
  .ai-tailored h2 {
    max-width: 297px;
    margin-bottom: 12px;
  }
}
.ai-tailored p {
  max-width: 1073px;
  opacity: 0.7 !important;
}

@media (max-width: 1680px) {
  .ai-tailored p {
    max-width: 873px;
  }
}
/* =========================================
   Tailored Solutions Section
   ========================================= */
@media (max-width: 1024px) {
  .ai-tailored > .container > h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ai-tailored > .container > h2 {
    margin-bottom: 12px;
  }
}
.ai-tailored > .container > p {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .ai-tailored > .container > p {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .ai-tailored > .container > p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .ai-tailored {
    padding-block: 40px;
  }
}

.tailored-layout {
  display: flex;
  gap: 180px;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 1024px) {
  .tailored-layout {
    display: block;
  }
}
@media (max-width: 600px) {
  .tailored-layout {
    flex-direction: column;
  }
}
.tailored-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 560px;
  flex-shrink: 0;
  position: sticky;
  top: 150px;
  height: fit-content;
}
.tailored-tabs::before {
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, #18395D 55.07%, #08121C 100%);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .tailored-tabs {
    position: inherit;
    top: 0;
  }
}
@media (max-width: 600px) {
  .tailored-tabs {
    width: 100%;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
  }
}
.tailored-tabs li {
  font-family: "Google Sans";
  font-size: 32px;
  line-height: 58px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  padding-left: 80px;
  transition: 0.5s;
  color: var(--color-text-light);
}
.tailored-tabs li:not(:last-child) {
  margin-bottom: 48px;
}

.tailored-tabs li:hover {
  color: var(--color-white);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
}

.tailored-tabs li.active {
  color: var(--color-white);
  border-left: 4px solid var(--color-cyan-light);
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .tailored-tabs li.active {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tailored-tabs li.active {
    border-left: none;
    border-bottom: 2px solid var(--color-cyan);
  }
}
@media (max-width: 1024px) {
  .tailored-tabs li {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .tailored-tabs li {
    padding: 12px 16px;
    border-left: none;
    border-bottom: 2px solid transparent;
  }
}
.tailored-content-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .tailored-content-area {
    gap: 16px;
  }
}

.tailored-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tailored-group:last-child {
  margin-bottom: 0;
}

.tailored-group {
  /* Show only first 2 cards */
}

.tailored-group .tailored-card:nth-child(n+3) {
  display: none;
}

@media (min-width: 1025px) {
  .tailored-group-content {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
}
.tailored-card {
  border-radius: 12px;
  border: none;
  background: linear-gradient(0deg, rgba(4, 18, 28, 0.1) 0.06%, rgba(1, 103, 201, 0.1) 98.31%, rgba(0, 201, 169, 0.1) 124.43%);
  backdrop-filter: blur(32.9346733093px);
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.tailored-card:hover {
  border-color: rgba(1, 127, 190, 0.6);
  background: rgba(4, 23, 41, 0.8);
}

.tailored-card .tailored-card-icon {
  margin-bottom: 32px;
}

.tailored-card .tailored-card-icon img {
  width: 72px;
  height: 72px;
}

.tailored-card h3 {
  font-size: 32px;
  color: var(--color-white);
  font-family: "Google Sans";
  font-weight: 600;
  margin: 0;
}
@media (max-width: 600px) {
  .tailored-card h3 {
    font-weight: 500;
  }
}

.tailored-card p {
  color: var(--color-white);
  opacity: 0.7 !important;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 100%;
  text-align: left;
}

.across {
  max-width: 100%;
  max-width: 1434px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1680px) {
  .across {
    max-width: 1200px;
  }
}
/* Accordion Styles for Mobile */
.tailored-accordion-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #b4b7ba;
  transition: all 0.3s ease;
}

.tailored-accordion-header:hover {
  color: var(--color-cyan-light, #00d2ff);
}

.tailored-accordion-header .accordion-icon {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.tailored-accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}

.tailored-accordion-header.active {
  border-bottom: 1px solid #b4b7ba;
  color: #fff;
}

@media (max-width: 1024px) {
  .tailored-tabs {
    display: none !important;
  }
  .tailored-group {
    display: block !important;
    margin-bottom: 0px;
    padding-inline: 8px;
  }
  .tailored-accordion-header {
    display: flex;
    padding: 16px 0;
    font-size: 24px;
    font-weight: 500;
  }
  .tailored-group-content {
    display: none;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 36px;
    padding-bottom: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tailored-group-content::-webkit-scrollbar {
    display: none;
  }
  .tailored-card {
    display: inline-flex !important;
    width: 85vw;
    max-width: 324px;
    margin-right: 24px;
    padding: 24px;
    vertical-align: top;
    white-space: normal;
    flex-direction: column;
    height: auto;
    min-height: 250px;
  }
  .tailored-card h3 {
    font-size: 20px;
  }
  .tailored-card .tailored-card-icon img {
    width: 40px;
    height: 40px;
  }
  .tailored-group .tailored-card:nth-child(n+3) {
    display: inline-flex !important;
  }
}
@media (max-width: 600px) {
  .tailored-accordion-header {
    padding: 0px 0;
    font-size: 20px;
    font-weight: 400;
  }
  .tailored-group-content {
    padding-top: 16px;
  }
  .tailored-card {
    max-width: 246px;
    min-height: 378px;
  }
  .tailored-card .tailored-card-icon {
    margin-bottom: 17px;
  }
  .tailored-card p {
    margin: 8px 0px 0px;
  }
}
/* Accordion Styles for Mobile */
/* Delivery Section Horizontal Scroll */
.delivery-scroll-section {
  position: relative;
  overflow: hidden;
}
.delivery-scroll-section .progress-container {
  height: 1px;
  background-color: #2C343C;
  border-radius: 2px;
  position: relative;
  margin-inline: 120px;
  margin-block: 60px;
}
@media (max-width: 1680px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 60px;
    margin-block: 32px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 40px;
  }
}
@media (max-width: 600px) {
  .delivery-scroll-section .progress-container {
    margin-inline: 16px;
    margin-block: 40px;
  }
}
.delivery-scroll-section .progress-container .progress-bar {
  position: absolute;
  top: -4px;
  left: 0;
  height: 4px;
  width: 10%;
  background: #1F7FE7;
  z-index: 1000;
}
.delivery-scroll-section .digi-section-title {
  background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 0;
}
.delivery-scroll-section .digi-section-title::after {
  content: none;
}

@media (max-width: 1680px) {
  .delivery-scroll-section .container {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section {
    padding-block: 40px;
  }
}
@media (max-width: 1024px) {
  .delivery-scroll-section h2 {
    line-height: 140%;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .delivery-scroll-section h2 {
    font-size: 20px;
    padding-bottom: 40px;
    max-width: 276px;
  }
  .digi-section-title:after {
    content: "";
    background-color: #1F7FE7;
    width: 42px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.delivery-wrapper {
  width: 100%;
}

.delivery-cards-container {
  display: flex;
  gap: 28px;
  width: fit-content;
  padding-right: 120px;
  padding-left: 120px;
}
@media (max-width: 1680px) {
  .delivery-cards-container {
    padding-right: 60px;
    padding-left: 60px;
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .delivery-cards-container {
    padding-left: 40px;
    padding-right: 40px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .delivery-cards-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delivery-card {
  width: 100%;
  min-width: 449px;
  background: url("../image/ai-native/ai-native-card-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
@media (max-width: 1680px) {
  .delivery-card {
    min-width: 361px;
  }
}

.delivery-card:hover {
  transform: translateY(-5px);
  border-color: var(--color-cyan, #00d2ff);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.delivery-card:hover .card-image img {
  transform: scale(1.05);
}

.delivery-card .card-image {
  aspect-ratio: 450/360;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.delivery-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.delivery-card .card-content {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(8, 18, 28, 0.7), rgba(8, 18, 28, 0.7));
  backdrop-filter: blur(70px);
}
@media (max-width: 1680px) {
  .delivery-card .card-content {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .delivery-card .card-content {
    padding: 19px 16px;
  }
}

.delivery-card h3 {
  font-size: 24px;
  color: var(--color-white, #fff);
  margin-bottom: 24px;
  font-family: "Google Sans";
  font-weight: 600;
}
@media (max-width: 1680px) {
  .delivery-card h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
  .delivery-card h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .delivery-card h3 {
    margin-bottom: 12px;
    font-weight: 500;
  }
}
.delivery-card p {
  font-size: 24px;
  color: var(--color-white, #fff);
  opacity: 0.7;
  line-height: 34px;
  margin: 0;
}
@media (max-width: 1680px) {
  .delivery-card p {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .delivery-card p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .delivery-card {
    min-width: 260px;
  }
}
.tech-stack-section .section-desc {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  line-height: 34px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .tech-stack-section .section-heading h2 {
    text-align: left;
  }
  .tech-stack-section .section-desc {
    text-align: left;
  }
}
/* Future Ready Section */
.future-ready-section {
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
}
.future-ready-section .divider-line {
  position: relative;
}
.future-ready-section .divider-line::before {
  content: "";
  background-color: #1F7FE7;
  width: 229px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .future-ready-section .divider-line {
    display: none;
  }
}

.future-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .future-header {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .future-header {
    margin-bottom: 40px;
  }
}
.future-header .header-text {
  max-width: 950px;
}
.future-header h2 {
  background: linear-gradient(100.61deg, #FFFFFF 60.32%, rgba(255, 255, 255, 0) 129.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .future-header h2 {
    margin-bottom: 16px;
  }
}
.future-header p {
  opacity: 0.7;
}
.future-header .header-action {
  margin-bottom: 10px;
}
.future-header .header-action .button {
  width: 244px;
}
@media (max-width: 600px) {
  .future-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.future-content-wrapper {
  display: flex;
  gap: 32px 96px;
  position: relative;
}

@media (max-width: 1024px) {
  .future-content-wrapper {
    flex-direction: column;
  }
}
.future-cards-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1025px) {
  .future-cards-col {
    padding-bottom: 30vh;
  }
}
.future-card {
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(4, 18, 28, 0.1) 0.06%, rgba(1, 103, 201, 0.1) 98.31%, rgba(0, 201, 169, 0.1) 124.43%);
  transition: all 0.4s ease;
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .future-card {
    padding: 20px;
    border-radius: 12px;
  }
}

.future-card h3 {
  font-size: 32px;
  color: var(--color-white);
  margin-bottom: 12px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .future-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  .future-card h3 {
    font-weight: 400;
  }
}

.future-card p {
  color: var(--color-white);
  margin: 0;
}

.future-card.active {
  opacity: 1;
  background: linear-gradient(278deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07)), radial-gradient(107.06% 338.35% at 100% 0%, #00070F 0%, #001325 36.59%, #0167C9 88.89%, #00C9A9 100%);
}

.future-card.active h3 {
  color: var(--color-white);
  opacity: 1;
}

.future-card.active p {
  color: rgba(255, 255, 255, 0.6980392157);
}

.future-card:hover:not(.active) {
  opacity: 0.8;
  border-color: rgba(255, 255, 255, 0.3);
}

.future-images-col {
  flex: 1;
  height: 600px;
  position: sticky;
  top: 150px;
}

@media (max-width: 1024px) {
  .future-images-col {
    position: static;
    height: 300px;
    display: block;
    order: -1;
    margin-bottom: 30px;
    display: none;
  }
}
.image-display-frame {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(0, 198, 255, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  background: #000;
}

.future-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.future-img.active {
  opacity: 1;
}

/* Innovation Tech Stack Section */
/* Innovation Tech Stack Section */
.tech-stack-section {
  position: relative;
}
.tech-stack-section h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .tech-stack-section h2 {
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
  .section-heading {
    margin-bottom: 32px;
  }
}
.tech-stack-section .section-desc {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .tech-stack-section .section-desc {
    text-align: left;
    line-height: 140%;
    max-width: 619px;
    margin: 0 0;
  }
}

.tech-stack-wrapper {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .tech-stack-wrapper {
    gap: 80px;
    margin-left: 24px;
  }
}
@media (max-width: 600px) {
  .tech-stack-wrapper {
    flex-direction: column;
    gap: 0;
    margin-left: 0px;
  }
}
.stack-categories {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.stack-categories::before {
  content: "";
  width: 2px;
  background: linear-gradient(to bottom, #18395D 0%, #18395D 55%, #08121C 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 601px) {
  .stack-categories {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .stack-categories {
    width: 100%;
  }
}
.stack-category {
  cursor: pointer;
  border-left: 3px solid rgba(255, 255, 255, 0.1);
  padding-left: 80px;
  padding-bottom: 40px;
  transition: all 0.5s ease;
  font-family: "Roboto", sans-serif;
  color: var(--color-text-light);
  opacity: 0.3;
  position: relative;
}

.stack-category.active {
  opacity: 1;
}

.stack-category h3 {
  font-size: 28px;
  color: var(--color-text-light);
  margin: 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.stack-category.active::before {
  width: 3px;
  height: 100%;
  background: inear-gradient(0deg, #5EA0E8, #5EA0E8);
  position: absolute;
  left: -3px;
  top: 0;
}

.stack-category.active h3 {
  color: var(--color-white);
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

.stack-category:hover:not(.active) h3 {
  color: var(--color-white);
}

.stack-category:hover:not(.active) {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  opacity: 0.8;
}

/* Desktop: Sticky side-by-side layout (above 600px) */
@media (min-width: 601px) {
  .stack-display-area {
    flex: 1;
    position: sticky;
    top: 200px;
    min-height: 500px;
    border-radius: 20px;
    align-self: flex-start;
  }
}
/* Mobile: Hide images completely (600px and below) */
@media (max-width: 600px) {
  .stack-display-area {
    /* display: none !important; */
  }
}
.stack-content-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: rgba(8, 18, 28, 0.5);
}

@media (max-width: 1024px) {
  .stack-content-container {
    min-height: 400px;
  }
}
@media (max-width: 600px) {
  .stack-content-container {
    min-height: 250px;
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 210, 255, 0.2);
  }
}
.stack-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transform: scale(0.95);
  transition: all 0.5s ease-in-out;
}

.stack-content.active {
  opacity: 1;
  display: block;
  transform: scale(1);
  z-index: 2;
}

@media (max-width: 600px) {
  .stack-content {
    position: relative;
    min-height: 250px;
    transform: translateY(20px);
  }
  .stack-content.active {
    transform: translateY(0);
  }
}
.stack-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

@media (max-width: 1024px) {
  .stack-img {
    padding: 20px;
  }
  .stack-category {
    padding-left: 24px;
    padding-bottom: 32px;
  }
  .stack-category.active h3 {
    font-size: 20px;
  }
  .stack-category h3 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .stack-img {
    padding: 16px;
  }
  .stack-categories {
    width: 100%;
  }
  .stack-categories::before {
    display: none;
  }
  .stack-category {
    padding: 16px 20px;
    border-left: 3px solid rgba(255, 255, 255, 0.1);
    display: none;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(8, 18, 28, 0.8) 100%);
    border-radius: 0 8px 8px 0;
  }
  .stack-category.active {
    display: block;
    opacity: 1;
    border-left: 3px solid;
    border-image: linear-gradient(180deg, #01CBCF, #0082EB) 1;
  }
  .stack-category.active h3 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
  }
  .stack-category h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .stack-display-area {
    width: 100%;
  }
}
/* =========================================
   choose us Section
   ========================================= */
.ai-digital-services h2 {
  max-width: 100%;
  background: linear-gradient(98.73deg, #FFFFFF 54.79%, rgba(255, 255, 255, 0) 167.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .ai-digital-services h2 {
    max-width: 615px;
  }
}
.ai-digital-services .choose-us-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1024px) {
  .ai-digital-services .choose-us-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.ai-digital-services .choose-us-content p {
  max-width: 1196px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1572px) {
  .ai-digital-services .choose-us-content p {
    max-width: 1040px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .ai-digital-services .choose-us-content p {
    max-width: 660px;
  }
}
@media (max-width: 1024px) {
  .ai-digital-services .choose-us-content p {
    max-width: 694px;
  }
}
.ai-digital-services .choose-us-content .button {
  width: 279px;
}
@media (max-width: 1024px) {
  .ai-digital-services .choose-us-content .button {
    width: 223px;
  }
}
.ai-digital-services .ai-services-nav {
  position: absolute;
  top: 44px;
  right: 130px;
  display: none !important;
  display: flex;
  gap: 16px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-services-nav {
    display: none;
  }
}
.ai-digital-services .ai-services-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.ai-digital-services .ai-services-nav button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}
.ai-digital-services .ai-services-nav button img {
  width: 20px;
  height: 20px;
}
.ai-digital-services .ai-digital-services-content {
  color: white;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ai-digital-services .ai-digital-services-content:active {
  cursor: grabbing;
}
.ai-digital-services .ai-digital-services-content::-webkit-scrollbar, .ai-digital-services .ai-digital-services-content::-webkit-scrollbar-track, .ai-digital-services .ai-digital-services-content::-webkit-scrollbar-thumb {
  display: none;
}
@media (min-width: 1720px) {
  .ai-digital-services .ai-digital-services-content {
    justify-content: center;
  }
}
@media (min-width: 1025px) and (max-width: 1720px) {
  .ai-digital-services .ai-digital-services-content {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content {
    gap: 16px;
  }
}
.ai-digital-services .ai-digital-services-content .card {
  flex: 0 0 256px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: flex-basis 0.5s ease, transform 0.5s ease;
}
@media (min-width: 1025px) and (max-width: 1720px) {
  .ai-digital-services .ai-digital-services-content .card {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: calc((100% - 72px) / 4);
  }
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card {
    padding: 20px;
    flex: 0 0 300px;
    min-height: 343px;
    max-height: none;
  }
}
.ai-digital-services .ai-digital-services-content .card:hover .heading {
  font-size: 24px;
}
@media (min-width: 1720px) {
  .ai-digital-services .ai-digital-services-content .card:hover {
    flex-basis: 400px;
  }
}
@media (min-width: 1820px) {
  .ai-digital-services .ai-digital-services-content .card:hover {
    flex-basis: 556px;
  }
}
.ai-digital-services .ai-digital-services-content .card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  /* border width */
  border-radius: 12px;
  background: linear-gradient(33.08deg, var(--color-cyan) 1.11%, rgb(0, 99, 194) 99.99%);
  -webkit-mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.ai-digital-services .ai-digital-services-content .card:hover .para,
.ai-digital-services .ai-digital-services-content .card:hover .explore-link {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.ai-digital-services .ai-digital-services-content .card {
  /* Layered background on hover */
}
.ai-digital-services .ai-digital-services-content .card .background-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(180.05deg, rgba(8, 18, 28, 0) 55.89%, var(--color-primary-dark) 100%), linear-gradient(180.04deg, var(--color-primary-dark) 0.04%, var(--color-primary-dark-transparent-1) 39.09%);
  z-index: 0;
  pointer-events: none;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card .background-layer {
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(179.99deg, rgba(8, 18, 28, 0) 37.25%, rgba(8, 18, 28, 0.774649) 63.5%, rgba(8, 18, 28, 0.868486) 91.42%, rgba(8, 18, 28, 0.954681) 92.03%, var(--color-primary-dark) 100.03%), linear-gradient(180.04deg, var(--color-primary-dark) 0.04%, rgba(8, 18, 28, 0) 39.09%) !important;
  }
}
.ai-digital-services .ai-digital-services-content .card .para,
.ai-digital-services .ai-digital-services-content .card .explore-link {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.ai-digital-services .ai-digital-services-content .card .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  z-index: 1;
  font-family: "Google Sans";
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card .heading {
    font-size: 20px !important;
  }
}
.ai-digital-services .ai-digital-services-content .card .para {
  display: flex;
  flex-grow: 1;
  justify-content: start;
  align-items: end;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  white-space: wrap;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card .para {
    font-size: 14px !important;
    line-height: 23.6px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
@media (max-width: 600px) {
  .ai-digital-services .ai-digital-services-content .card .para {
    font-size: 16px !important;
  }
}
.ai-digital-services .ai-digital-services-content .card .explore-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: Google Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 16px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card .explore-link {
    margin-top: 8px;
    font-size: 16px !important;
    line-height: 20.44px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.ai-digital-services .ai-digital-services-content .card .explore-link img {
  height: 16px;
  width: 16px;
  margin-left: 8px;
}
@media (max-width: 1024px) {
  .ai-digital-services .ai-digital-services-content .card .explore-link img {
    height: 13px;
    width: 13px;
  }
}

/* =========================================
   Call to Action Section
   ========================================= */
.call-to-action {
  background-repeat: no-repeat;
  background-size: cover;
}

.call-to-action .container {
  /* width: 100%; */
  position: relative;
  box-shadow: 0px 20px 64px 0px rgba(1, 103, 201, 0.3);
  /* Blue glow */
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  color: white;
  overflow: hidden;
  padding: 120px 120px;
}
@media (max-width: 1024px) {
  .call-to-action .container {
    padding: 73px 40px;
  }
}
@media (max-width: 767px) {
  .call-to-action .container {
    padding: 40px 16px;
  }
}
.call-to-action .container .gradient-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.call-to-action .container .call-to-action-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .call-to-action .container .call-to-action-content {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .call-to-action .container .call-to-action-content {
    gap: 24px;
  }
}
.call-to-action .container .call-to-action-content .content {
  max-width: 935px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (max-width: 1024px) {
  .call-to-action .container .call-to-action-content .content {
    max-width: 494px;
  }
}
@media (max-width: 600px) {
  .call-to-action .container .call-to-action-content .content {
    max-width: 100%;
  }
}
.call-to-action .container .call-to-action-content .content h3 {
  letter-spacing: 0.96px;
  background: linear-gradient(92.63deg, var(--color-white) 61.56%, var(--color-white-transparent-7) 140.89%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.call-to-action .container .call-to-action-content .content p {
  vertical-align: middle;
  margin-top: 16px;
  opacity: 0.7;
}
@media (max-width: 1680px) {
  .call-to-action .container .call-to-action-content .content p {
    max-width: 690px;
  }
}
.call-to-action .container .call-to-action-content .button {
  width: 334px;
}
@media (max-width: 1024px) {
  .call-to-action .container .call-to-action-content .button {
    max-width: 268px;
  }
}
.call-to-action .container .call-to-action-content a {
  text-wrap: nowrap;
  flex-shrink: 0;
}

/* =========================================
   FAQ Section
   ========================================= */
.ai-native-faq {
  background: #08121C;
  /* Dark background as seen in design */
}

.ai-native-faq .faq-layout {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  row-gap: 40px;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .ai-native-faq .faq-layout {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .ai-native-faq .faq-layout {
    flex-direction: column;
    gap: 40px;
  }
}
.ai-native-faq .faq-left {
  width: 100%;
  max-width: 559px;
  position: sticky;
  top: 150px;
}

@media (max-width: 992px) {
  .ai-native-faq .faq-left {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .ai-native-faq .faq-left h2 {
    max-width: 193px;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .ask-btn-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .ask-btn-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .ask-btn-wrapper p {
    max-width: 383px;
    padding-bottom: 12px;
  }
  .ask-btn-wrapper .ask-btn {
    width: 205px;
  }
}
@media (max-width: 992px) and (max-width: 600px) {
  .ask-btn-wrapper .ask-btn {
    font-size: 12px !important;
  }
}
.ai-native-faq .faq-left h2 {
  line-height: 58px;
  margin-bottom: 20px;
}

.ai-native-faq .faq-left h2 .gradient-text {
  background: linear-gradient(90.69deg, #00D1FF 0.58%, #00F0FF 103.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .ai-native-faq .faq-left h2 {
    font-size: 20px;
    line-height: 140%;
  }
}
.ai-native-faq .faq-left p {
  color: var(--color-white);
  opacity: 0.7;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ai-native-faq .faq-left p {
    margin-bottom: 0px;
  }
}

.ai-native-faq .faq-left .ask-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 12px 0;
  height: 49px;
  transition: all 0.3s ease;
  border-bottom: 2px solid #005F7F;
}

.ai-native-faq .faq-left .ask-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
}

.ai-native-faq .faq-left .ask-btn:hover {
  color: #00D1FF;
  border-color: #00D1FF;
}

.ai-native-faq .faq-left .ask-btn:hover i {
  transform: rotate(0deg) translate(2px, -2px);
}

@media (max-width: 992px) {
  .ai-native-faq .faq-right {
    width: 100%;
  }
  .ai-native-faq .faq-left h2 {
    line-height: 140%;
  }
}
.ai-native-faq .faq-right .faq-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.ai-native-faq .faq-right .faq-item {
  position: relative;
  padding: 0px 24px;
  border-left: 1.5px solid #1F7FE7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ai-native-faq .faq-right .faq-item.active {
  position: relative;
  padding: 16px 24px;
  border-left: 1.5px solid #1F7FE7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ai-native-faq .faq-right .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
}

.ai-native-faq .faq-right .faq-item .faq-header h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: var(--color-white);
  font-weight: 400;
}

.ai-native-faq .faq-right .faq-item .faq-header .faq-toggle {
  color: var(--color-white);
  font-size: 14px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.ai-native-faq .faq-right .faq-item .faq-header .faq-toggle i {
  transition: transform 0.3s ease;
}

.ai-native-faq .faq-right .faq-item .faq-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  opacity: 0;
}

.ai-native-faq .faq-right .faq-item .faq-body .faq-content {
  padding-top: 24px;
}

.ai-native-faq .faq-right .faq-item .faq-body .faq-content p {
  color: #CCCCCC;
  font-weight: 300;
}

.ai-native-faq .faq-right .faq-item {
  /* Active State */
}

.ai-native-faq .faq-right .faq-item.active .faq-header .faq-toggle i {
  transform: rotate(180deg);
}

.ai-native-faq .faq-right .faq-item.active .faq-body {
  height: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .ai-native-faq .faq-right .faq-item .faq-header h3 {
    font-size: 20px;
  }
}
/* =========================================
   Industries We Enable Section
   ========================================= */
.industries-enable-section {
  position: relative;
  background: url("../image/ai-native/ai-driven-sf-bg.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industries-enable-section .container {
  position: relative;
  z-index: 2;
}

.industries-enable-section .industries-enable-layout {
  display: flex;
  column-gap: 56px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .industries-enable-section .industries-enable-layout {
    flex-wrap: wrap;
    gap: 32px;
  }
  .industries-enable-section .industries-left .button {
    max-width: 212px;
  }
}
.industries-enable-section .industries-left {
  max-width: 923px;
  align-self: flex-start;
}

@media (min-width: 1025px) {
  .industries-enable-section .industries-left {
    position: sticky;
    top: 150px;
  }
}
@media (max-width: 992px) {
  .industries-enable-section .industries-left {
    max-width: 100%;
    text-align: flex-start;
  }
}
.industries-enable-section .industries-left h2.section-title {
  margin-bottom: 20px;
  max-width: 730px;
  background: linear-gradient(98.73deg, #FFFFFF 54.79%, rgba(255, 255, 255, 0) 167.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.industries-enable-section .industries-left h2.section-title .gradient-text {
  background: linear-gradient(94.64deg, #01CBCF -3.18%, #0082EB 98.57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.industries-enable-section .industries-left .section-desc {
  color: var(--color-white);
  opacity: 0.7;
  margin-bottom: 24px;
  max-width: 810px;
}

.industries-enable-section .industries-right {
  flex: none;
  width: 50%;
  max-width: 701px;
}

.industries-enable-section .industries-right .industry-grid-item h3 {
  color: var(--color-white);
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
  font-family: "Google Sans";
  transition: color 0.3s ease;
}

@media (max-width: 1024px) {
  .industries-enable-section {
    padding: 40px 0;
    background: url("../image/ai-native/ai-driven-sf-bg.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .industries-enable-section .industries-right {
    width: 100%;
    max-width: 100%;
  }
  .industries-enable-section .industries-left h2.section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .industries-enable-section .industries-left .section-desc {
    max-width: 608px;
    margin-bottom: 16px;
  }
  .industries-enable-section .industries-right .industry-grid-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .industries-enable-section .industries-left h2.section-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .industries-enable-section .industries-left .section-desc {
    margin-bottom: 12px;
  }
}
.industries-enable-section .industries-right .industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

@media (min-width: 601px) {
  .industries-enable-section .industries-right .industry-grid:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: radial-gradient(50% 245.96% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .industries-enable-section .industries-right .industry-grid {
    grid-template-columns: 1fr;
  }
  .industries-enable-section .industries-right .industry-grid:last-child .industry-grid-item:last-child::after {
    display: none;
  }
}
.industries-enable-section .industries-right .industry-grid-item {
  transition: all 0.3s ease;
  position: relative;
  padding: 20px;
}

@media (max-width: 600px) {
  .industries-enable-section .industries-right .industry-grid-item::after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* even items */
  .industries-enable-section .industries-right .industry-grid-item:nth-child(even)::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}
.industries-enable-section .industries-right .industry-grid-item:hover .industry-icon,
.industries-enable-section .industries-right .industry-grid-item:hover h3 {
  color: #00D1FF;
  text-shadow: 0 0 15px rgba(0, 209, 255, 0.4);
}

.industries-enable-section .industries-right .industry-grid-item:hover .industry-icon i {
  -webkit-text-stroke-color: #00D1FF;
  transform: scale(1.1);
}

.industries-enable-section .industries-right .industry-grid-item .industry-icon {
  font-size: 28px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.industries-enable-section .industries-right .industry-grid-item .industry-icon img {
  width: 44px;
  height: 44px;
}

.industries-enable-section .industries-right .industry-grid-item .industry-icon i {
  color: transparent;
  /* Makes fill transparent */
  -webkit-text-stroke: 1px #00D1FF;
  /* Outline color */
  transition: all 0.3s ease;
}

.portfolio-launch-your-idea-content a {
  width: 293px;
  margin: 40px auto 0px;
}

@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content a {
    width: 250px;
    margin-top: 32px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea-content a {
    margin: 24px auto 0px;
  }
  .portfolio-launch-your-idea h3 {
    max-width: 303px;
    margin: 0px auto;
  }
}
@media (max-width: 1024px) {
  .industries-worldwide h2 {
    margin-bottom: 16px;
  }
}

.thought-leadership .container > .heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .thought-leadership .container > .heading {
    flex-direction: column;
    align-items: start;
  }
}
.thought-leadership .container h2 {
  max-width: 787px;
}
.thought-leadership .container .link-button {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: Google Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  text-wrap: nowrap;
  cursor: pointer;
  border-image-source: linear-gradient(94.64deg, #01cbcf -3.18%, #0082eb 98.57%);
  border-image-slice: 1;
  transition: transform 0.3s ease;
}
.thought-leadership .container .link-button:hover {
  transform: scale(1.12);
}

.stat-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 38px;
}

.thought-leadership .thought-leadership-content .content-wrapper .info .title a {
  text-decoration: none;
  color: inherit;
}

.industries-worldwide {
  padding-block: 0px;
}
.industries-worldwide .container .border-section {
  border-inline: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-block: 120px;
}

@media (max-width: 1680px) {
  .industries-worldwide {
    padding-block: 0px;
  }
  .industries-worldwide .container .border-section {
    padding-block: 60px;
  }
  .applied-intelligence .container {
    padding: 80px 0px;
    margin: 0 60px;
    border-left: 1px solid var(--color-gray-light);
    border-right: 1px solid var(--color-gray-light);
  }
}
@media (max-width: 1024px) {
  .industries-worldwide {
    padding-block: 0px;
  }
  .industries-worldwide .container .border-section {
    padding-block: 40px;
    border-inline: none;
  }
}

/*# sourceMappingURL=ai-native.css.map */
