/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
/* Hero Section */
.portfolio-section {
  background-image: url(../image/web-dev-services/web-dev-hero-bg.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  padding-bottom: 345px;
  margin-top: -34px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
  padding-top: 320px;
}
@supports (-webkit-touch-callout: none) {
  .portfolio-section {
    background-attachment: scroll;
  }
}
@media (max-width: 1024px) {
  .portfolio-section {
    height: auto;
    padding-block: 170px;
  }
}
@media (max-width: 600px) {
  .portfolio-section {
    height: unset;
    padding-bottom: 120px;
  }
}

.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: 490px;
  }
}
.portfolio-section p {
  color: var(--color-white);
  max-width: 982px;
  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 !important;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .portfolio-section p {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .portfolio-section:after,
  .portfolio-section::before {
    display: none;
  }
  .portfolio-section {
    background-position: center;
  }
}
.free-consultation {
  width: 312px !important;
  margin: 0px auto 0;
}

@media (max-width: 1024px) {
  .free-consultation {
    margin: 0 auto 0;
    width: 209px !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: 810px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea h3 {
    max-width: 537px;
  }
}
.clients-and-partners h2 {
  text-align: center;
  background: linear-gradient(101deg, #fff 60.32%, rgba(255, 255, 255, 0) 129.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clients-and-partners-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 36px;
  align-items: center;
  justify-items: center;
}
.clients-and-partners-content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .clients-and-partners-content img {
    max-width: 134.478px;
  }
}
@media (max-width: 1024px) {
  .clients-and-partners-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
@media (max-width: 600px) {
  .clients-and-partners-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.logo-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
}
.logo-item:hover::before {
  left: 100%;
  transition: 0.5s;
}
.logo-item:hover img {
  transform: scale(1.05);
}

/* =========================================
   Tailored Solutions Section
   ========================================= */
/* =========================================
   Tailored Solutions Section
   ========================================= */
/* Future Ready Section */
.future-ready-section {
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
}
.future-ready-section .divider-line {
  position: relative;
  --progress: 0%;
}
.future-ready-section .divider-line::before {
  content: "";
  background-color: #1F7FE7;
  width: var(--progress);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.1s ease-out;
}
.future-ready-section .divider-line .future-ready-section .future-header .header-text {
  max-width: 100%;
}
@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;
}
@media (max-width: 1024px) {
  .future-header {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .future-header {
    margin-bottom: 40px;
  }
}
.future-header .header-text {
  max-width: 100%;
}
.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;
}

.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(95.62deg, rgba(255, 255, 255, 0.1) 0%, rgba(8, 18, 28, 0.1) 17.03%, rgba(33, 42, 51, 0.1) 89.13%, rgba(255, 255, 255, 0.1) 107.56%);
  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: 400;
}
@media (max-width: 1024px) {
  .future-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

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

.future-card.active {
  opacity: 1;
  background: linear-gradient(159deg, 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 76.89%, #00C9A9 101%);
}

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

.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;
  max-width: 756px;
}

@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 */
.tech-stack-section {
  position: relative;
}
.tech-stack-section h2 {
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .tech-stack-section {
    padding-top: 80px;
    margin-bottom: 12px;
  }
}

.tech-stack-section .section-desc {
  max-width: 1582px;
  text-align: left;
  opacity: 0.7;
}

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

@media (max-width: 1024px) {
  .tech-stack-wrapper {
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .tech-stack-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.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: 32px;
  color: var(--color-text-light);
  margin: 0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.stack-category.active::before {
  width: 3px;
  height: 100%;
  background: linear-gradient(354.15deg, #01CBCF 46.28%, #0082EB 56.48%);
  position: absolute;
  left: -3px;
  top: 0;
}

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

.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-top: 24px;
    padding-bottom: 24px;
  }
  .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%;
  }
}
/* =========================================
   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: 71px;
}

@media (max-width: 1024px) {
  .industries-enable-section .industries-enable-layout {
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .industries-enable-section .industries-enable-layout {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.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: 1024px) {
  .industries-enable-section .industries-left .button {
    font-size: 20px;
  }
}
@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: "Roboto", sans-serif;
  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;
    row-gap: 30px;
  }
  .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-left .button {
    width: 212px;
    font-size: 16px;
  }
}
.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 i {
  color: transparent;
  /* Makes fill transparent */
  -webkit-text-stroke: 1px #00D1FF;
  /* Outline color */
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content a {
    width: 250px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea h3 {
    max-width: 303px;
    margin: 0px auto;
  }
  .industries-enable-section .industries-right .industry-grid-item .industry-icon img {
    height: 44px;
    width: 44px;
  }
}
/* =========================================
   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;
}
@media (max-width: 1024px) {
  .ai-digital-services h2 {
    max-width: 615px;
  }
}
@media (max-width: 768px) {
  .ai-digital-services h2 {
    margin-bottom: 16px;
  }
}
.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: 12px;
  }
}
@media (max-width: 768px) {
  .ai-digital-services .choose-us-content {
    margin-bottom: 68px;
  }
}
.ai-digital-services .choose-us-content p {
  max-width: 1101px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1440px) {
  .ai-digital-services .choose-us-content p {
    max-width: 1200px;
  }
}
.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;
  }
}
@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: 24px;
  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;
  }
}
.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;
  }
}

/* =========================================
   Applied Intelligence Section
   ========================================= */
.applied-intelligence {
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: var(--color-gray-light);
}
.applied-intelligence h2 {
  max-width: 700px !important;
}
@media (max-width: 1680px) {
  .applied-intelligence h2 {
    max-width: 600px !important;
  }
}
.applied-intelligence .container {
  padding: 80px 0px;
  margin: 0 120px;
  border-left: 1px solid var(--color-gray-light);
  border-right: 1px solid var(--color-gray-light);
}
@media (max-width: 1024px) {
  .applied-intelligence .container {
    margin: 0px 40px;
    padding: 40px 0px;
    border: none !important;
  }
}
@media (max-width: 768px) {
  .applied-intelligence .container {
    margin: 0px 16px !important;
    padding: 40px 0px;
  }
}
.applied-intelligence .container > .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 0px;
}
@media (max-width: 1024px) {
  .applied-intelligence .container > .heading {
    padding: 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  .applied-intelligence .container > .heading {
    flex-direction: column;
    align-items: start;
  }
}
.applied-intelligence .container .applied-intelligence-content {
  color: white;
  position: relative;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.applied-intelligence .container h2 {
  max-width: 787px;
}
.applied-intelligence .container .link-button {
  height: 48px;
  display: flex;
  margin-top: 12px;
  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;
  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;
}
@media (max-width: 1024px) {
  .applied-intelligence .container .link-button {
    font-size: 16px;
  }
}
.applied-intelligence .container .link-button:hover {
  transform: scale(1.12);
}
.applied-intelligence .applied-intelligence-content {
  color: white;
  position: relative;
}
.applied-intelligence .applied-intelligence-content .slide-wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper {
    padding: 0px;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper {
  flex-grow: 1;
  display: flex;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper {
    padding: 0 10px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper {
    flex-direction: column-reverse !important;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .para {
  letter-spacing: 0%;
  vertical-align: middle;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .para {
    margin-top: 12px;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 66px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data {
    gap: 33px;
    margin-bottom: 28px;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data div span:first-child {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data div span:first-child {
    font-size: 18px;
    line-height: 20px;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data div span:last-child {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
@media (max-width: 600px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .users-data div span:last-child {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .slider-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .slider-image-wrapper {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .slider-image-wrapper {
    margin-bottom: 43px;
    margin-right: auto;
  }
}
.applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .slide-image {
  width: 100%;
  height: auto;
  max-width: 1321px;
}
.applied-intelligence .applied-intelligence-content .dots-wrapper {
  padding: 0px 88px 0px 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .dots-wrapper {
    padding: 0px;
  }
}
.applied-intelligence .applied-intelligence-content .dots-wrapper .dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.applied-intelligence .applied-intelligence-content .dots-wrapper .dots > div {
  width: 22px;
  height: 4px;
  opacity: 0.5;
  border-radius: 30px;
  background: var(--color-bg-overlay-dark);
  /* Dark blue variant - unique */
  cursor: pointer;
  transition: all 0.3s ease;
}
.applied-intelligence .applied-intelligence-content .dots-wrapper .dots > div.active {
  background: var(--color-cyan);
  opacity: 1;
  width: 28px;
}
.applied-intelligence .applied-intelligence-content .buttons-mobile {
  display: none;
  gap: 16px;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .buttons-mobile {
    display: flex;
    flex-direction: row-reverse;
  }
}
.applied-intelligence .applied-intelligence-content .buttons-desktop {
  display: flex;
  gap: 32px;
  flex-direction: column;
  position: relative;
  right: 60px;
  top: 82px;
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .buttons-desktop {
    display: none;
  }
}
.applied-intelligence .applied-intelligence-content .buttons div {
  border: 1px solid var(--color-gray-medium);
  /* Medium gray accent - unique */
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 60px;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.applied-intelligence .applied-intelligence-content .buttons div:hover {
  transform: scale(1.1);
  border-color: var(--color-cyan);
  background: rgba(0, 166, 180, 0.1);
}
.applied-intelligence .slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.applied-intelligence .slider-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.applied-intelligence .dots > div.active {
  background: var(--color-blue-dark) !important;
}

/* =========================================
   Empowering Business Growth Section
   ========================================= */
.industries-worldwide {
  text-align: center;
  background-image: url(../image/industries/industries-worldwide-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  border-block: 1px solid rgba(255, 255, 255, 0.1019607843);
}
@supports (-webkit-touch-callout: none) {
  .industries-worldwide {
    background-attachment: scroll;
  }
}
.industries-worldwide .home-border-section {
  border-inline: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding: 120px 0;
}
@media (max-width: 1680px) {
  .industries-worldwide .home-border-section {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .industries-worldwide .home-border-section {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .industries-worldwide .home-border-section {
    padding: 40px 0;
  }
}
.industries-worldwide h2 {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1680px) {
  .industries-worldwide h2 {
    max-width: 541px;
  }
}
@media (max-width: 1024px) {
  .industries-worldwide h2 {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .industries-worldwide {
    background-attachment: scroll;
  }
  .industries-worldwide .stat-label {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .industries-worldwide .stats-container .stat-label {
    max-width: 115px;
    margin: 0 auto;
  }
}

.remove-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.global-organizations {
  max-width: 670px;
  opacity: 0.7;
}
@media (max-width: 1680px) {
  .global-organizations {
    max-width: 500px;
  }
}

/* Stats Section */
.industries-shaping-content {
  max-width: 950px;
}
.industries-shaping-content p {
  opacity: 0.7;
}

.industries-shaping a.button {
  width: 195px;
}
.industries-shaping .flex {
  align-items: end;
}

@media (max-width: 1024px) {
  .button.schedule {
    margin: 28px auto 0px;
  }
}
@media (max-width: 600px) {
  .button.schedule {
    width: 208px;
  }
}

.stat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  grid-column: 1/-1;
  margin: 0 auto;
}

/* =========================================
   Thought Leadership Section
   ========================================= */
.thought-leadership .container > .heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .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;
  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);
}

.thought-leadership .thought-leadership-content {
  scrollbar-width: none;
  /* Firefox */
}
.thought-leadership .thought-leadership-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .thought-leadership .thought-leadership-content {
    padding-left: 16px;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper {
    display: flex;
    gap: 16px;
    overflow-x: auto;
  }
}
@media (max-width: 600px) {
  .thought-leadership .thought-leadership-content .content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .card {
    border-radius: 8px;
    overflow: unset;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .image-wrapper {
  min-width: 543px;
  height: 340px;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .image-wrapper {
    min-width: 300px;
    height: 188px;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .image-wrapper img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .info {
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 119px;
  align-items: start;
  gap: 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), linear-gradient(0deg, rgba(8, 18, 28, 0.2), rgba(8, 18, 28, 0.2));
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .info {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .info .title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .info .title {
    font-size: 16px;
    line-height: 140%;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .info .time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-white);
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .thought-leadership .thought-leadership-content .content-wrapper .info .time {
    font-size: 12px;
  }
}

/* =========================================
   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: 76px 36px;
  }
}
@media (max-width: 767px) {
  .call-to-action .container {
    padding: 40px 29px;
  }
}
.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: 32px;
}
@media (max-width: 1024px) {
  .call-to-action .container .call-to-action-content {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 600px) {
  .call-to-action .container .call-to-action-content {
    gap: 16px;
  }
}
.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: 32px;
  }
}
.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: 290px;
    font-size: 24px;
    line-height: 140% !important;
    margin-bottom: 16px !important;
  }
  .ai-native-faq .faq-left .ai-native-faq .faq-left h2 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .ai-native-faq .faq-left h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 992px) {
  .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: 151px;
  }
}
@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: 16px;
}

.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: 768px) {
  .ai-native-faq .faq-left h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ai-native-faq .faq-left h2 {
    font-size: 20px;
  }
}
.ai-native-faq .faq-left p {
  color: var(--color-white);
  opacity: 0.7;
}

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

@media (max-width: 992px) {
  .ask-btn-wrapper .ask-btn {
    width: 175px;
    white-space: nowrap;
  }
}
.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-right .faq-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.ai-native-faq .faq-right .faq-item {
  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;
  align-items: center;
}

.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: #E5E5E5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ai-native-faq .faq-right .faq-item .faq-body .faq-content p {
    font-size: 16px;
    font-weight: 400;
  }
}

.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;
}

/* =========================================
   Tailored Solutions Section - Sticky Scroll
   ========================================= */
@media (max-width: 1024px) {
  .ai-tailored {
    padding-block: 40px;
  }
}
@media (max-width: 992px) {
  .ai-tailored {
    padding-block: 24px;
  }
}
@media (max-width: 998px) {
  .ai-tailored .container {
    overflow: visible;
  }
}
.tailored-layout {
  display: flex;
  gap: 180px;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 1024px) {
  .tailored-layout {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .tailored-layout {
    overflow: visible;
  }
}
/* Sticky Left Side */
.tailored-sticky-left {
  width: 36%;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}

.tailored-sticky-left h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .tailored-sticky-left h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .tailored-sticky-left h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tailored-sticky-left h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 12px;
  }
}
.tailored-sticky-left p {
  font-size: 24px;
  line-height: 1.6;
  color: var(--color-text-light);
  opacity: 0.9;
  line-height: 34px;
}

@media (max-width: 1024px) {
  .tailored-sticky-left p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .tailored-sticky-left p {
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .tailored-sticky-left {
    position: relative;
    top: 0;
    width: 100%;
  }
}
/* Scrolling Cards Wrapper */
.tailored-cards-wrapper {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .tailored-cards-wrapper {
    width: 100%;
    gap: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .tailored-cards-wrapper {
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-right: -20px;
  }
  .tailored-cards-wrapper::-webkit-scrollbar {
    display: none;
  }
}
/* Individual Card Item */
.tailored-card-item {
  display: flex;
}

@media (max-width: 1024px) {
  .tailored-card-item {
    flex: 0 0 calc(50% - 8px) !important;
    max-width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    flex-shrink: 0;
    scroll-snap-align: start;
    height: auto;
  }
}
@media (max-width: 600px) {
  .tailored-card-item {
    flex: 0 0 85vw !important;
    max-width: 85vw;
    min-width: 85vw;
  }
}
/* Card Styling */
.tailored-card {
  border-radius: 16px;
  border: 1px solid rgba(24, 57, 93, 0.5);
  background: linear-gradient(135deg, rgba(14, 27, 41, 0.95) 0%, rgba(8, 19, 28, 0.95) 100%);
  backdrop-filter: blur(32px);
  padding: 40px;
  width: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

@media (max-width: 998px) {
  .tailored-card {
    padding: 32px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
  }
}
.tailored-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-cyan-light), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.tailored-card:hover {
  border-color: rgba(1, 127, 190, 0.8);
  background: linear-gradient(135deg, rgb(14, 27, 41) 0%, rgb(8, 19, 28) 100%);
  box-shadow: 0 20px 60px rgba(0, 210, 255, 0.15);
}

.tailored-card:hover::before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .tailored-card {
    padding: 32px;
  }
}
.tailored-card-icon {
  margin-bottom: 32px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 210, 255, 0.1);
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .tailored-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .tailored-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
}
.tailored-card:hover .tailored-card-icon {
  background: rgba(0, 210, 255, 0.2);
  transform: scale(1.1);
}

.tailored-card h3 {
  font-size: 32px;
  line-height: 1.3;
  color: var(--color-white);
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
  .tailored-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tailored-card h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 8px;
  }
}
.tailored-card p {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@media (max-width: 1024px) {
  .tailored-card p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .tailored-card p {
    font-size: 16px;
    line-height: 140%;
  }
}
/* Scroll Progress Bar */
.scroll-progress-container {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-bottom: 24px;
  overflow: hidden;
  display: none;
}
@media (max-width: 600px) {
  .scroll-progress-container {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 998px) {
  .scroll-progress-container {
    display: block;
  }
}
@media (max-width: 600) {
  .scroll-progress-container {
    margin-bottom: 0px;
  }
}
.scroll-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #00d2ff 0%, #017fbe 100%);
  border-radius: 2px;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.5);
}

/* 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 .divider-line {
  position: relative;
  --progress: 0%;
}
.delivery-scroll-section .divider-line::before {
  content: "";
  background-color: #1F7FE7;
  width: var(--progress);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.1s ease-out;
}

.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: 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;
  }
  .delivery-scroll-section p {
    padding-top: 12px;
  }
}
.delivery-scroll-section p {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .delivery-scroll-section p {
    padding-top: 16px;
  }
}

.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;
  }
}
@media (max-width: 1024px) {
  .delivery-cards-container {
    padding-left: 40px;
    padding-right: 40px;
    gap: 28px;
  }
}
@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;
}

.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: 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: 1024px) {
  .delivery-card h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .delivery-card h3 {
    margin-bottom: 12px;
  }
}
.delivery-card p {
  font-size: 24px;
  color: var(--color-white, #fff);
  opacity: 0.7;
  line-height: 34px;
  margin: 0;
}

@media (max-width: 1024px) {
  .delivery-card p {
    font-size: 16px;
    line-height: 140%;
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .delivery-card {
    min-width: 260px;
  }
}
@media (max-width: 1024px) {
  .industries-body h2 {
    margin-bottom: 16px !important;
  }
  .industries-worldwide p {
    margin-bottom: 32px !important;
  }
  .thought-leadership {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .ai-native-faq {
    padding-top: 40px !important;
  }
  .ai-digital-services {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .applied-intelligence .applied-intelligence-content .slide-wrapper .content-wrapper .content .par .mt-32a {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .applied-intelligence .container .applied-intelligence-content .button {
    max-width: 188px;
  }
}
.thought-leadership .thought-leadership-content .content-wrapper .info .title a {
  text-decoration: none;
  color: inherit;
}

/*# sourceMappingURL=web-dev-services.css.map */
