@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  overflow-x: hidden;
}
/* ------------------------------------
   Hero Section Wrapper
------------------------------------ */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* ------------------------------------
   Full-Width Background Image
------------------------------------ */
.hero-background {
  width: 100%;
  height: 106vh;
  display: block;
  object-fit: cover;
  min-height: 106vh;
  max-height: 106vh;
}
/* ------------------------------------
   Content Overlay Wrapper
------------------------------------ */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1532px;
  margin: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  gap: 20px;
  padding-left: 80px;
}

/* ------------------------------------
   Text Styles
------------------------------------ */
.hero-line {
  font-size: 71.148px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 78.26px;
  white-space: nowrap;
}

.hero-line-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* ------------------------------------
   Color Variants
------------------------------------ */
.white-text {
  color: white;
}

.blue-text {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 75.81px;
  text-transform: capitalize;
  padding-left: 10px;
  line-height: 78.26px;
  /* Gradient Text Fill */
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai_para {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ------------------------------------
   Responsive Styles
------------------------------------ */

/* 1440px */
@media screen and (max-width: 1440px) {
  .hero-line,
  .blue-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-content {
    font-size: 18px;
    padding: 0 60px;
  }
}

/* 1200px */
@media screen and (max-width: 1200px) {
  .hero-line,
  .blue-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-content {
    font-size: 18px;
    padding: 0 50px;
  }
}

/* 992px */
@media screen and (max-width: 992px) {
  .hero-line,
  .blue-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-content {
    font-size: 18px;
    padding: 0 40px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  .hero-line,
  .blue-text {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
  }

  .hero-content {
    font-size: 18px;
    padding: 0 20px;
    gap: 10px;
    text-align: center;
  }

  .hero-line-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* 480px */
@media screen and (max-width: 480px) {
  .hero-line,
  .blue-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-content {
    font-size: 18px;
    padding: 0 16px;
  }
}

/*end*/

/* AI Section Styling */
.ai-section {
  width: 100%;
  padding: 70px 120px 105px 120px;
  box-sizing: border-box;
  background: #fff;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-top: 42px;
  gap: 70px;
  width: 1532px;
}

.ai-row-top .ai-text,
.ai-row-bottom .ai-checklist-wrapper {
  flex: 1 1 28%;
  max-width: 1400px;
}
.ai-row-bottom{
  padding-top:0px;
}
.ai-row-top .ai-image,
.ai-row-bottom .ai-image {
  flex: 1 1 12%;
}
.ai-image.wide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 55%;
}
.ai-image img {
  width: 100%;
  height: 100%;
  border-radius: 31px;
  object-fit: cover;
}
.ai-image1 img {
  width: 100%;
  height: auto;
  border-radius: 31px;
  object-fit: cover;
}
.ai-text p {
  color: black;
  /*font-family: Montserrat,Sans-Serif;*/
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
}

.ai-request {
  font-size: 20px;
  font-weight: 700;
  color: red;
  margin-top: 20px;
}

.ai-checklist-intro {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
}

.ai-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-checklist li {
  position: relative;
  font-size: 20px;
  line-height: 49px;
  padding-left: 35px;
  margin-bottom: 5px;
  color: #000;
}

.ai-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  background: linear-gradient(180deg, #514bb0 0%, #e879cd 100%);
  border-radius: 9999px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ai-row {
    flex-direction: column;
  }
  .ai-row-top .ai-text,
  .ai-row-bottom .ai-checklist-wrapper,
  .ai-row-top .ai-image,
  .ai-row-bottom .ai-image {
    max-width: 100%;
  }
}

/* === Wrapper Section === */
.ai-timeline-section {
  padding: 10px 20px;
  background: none;
  font-family: "Poppins", sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.timeline-item.active::before {
  background: green !important;
  border-color: green !important; /* in case your dot has a border */
}

/* === Section Heading === */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.implement {
  text-align: center;
  font-family: "Poppins";
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(270deg, rgb(0, 0, 0) 54%, rgb(0, 0, 0) 95%) text !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 .ai-first {
  text-align: center;
  font-family: Montserrat;
  font-size: 46px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 3px;
}

.section-header p {
  color: #000;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%; /* 35.2px */
  margin-top: 20px;
}

/* === Timeline Container === */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1100px;
}

.timeline {
  --pink-progress: 0px; /* default pink height */
}
.timeline::after {
  z-index: -1;
}
/* === Vertical line === */
.timeline::before {
  content: "";
  position: absolute;
  left: 50.3%;
  transform: translateX(-50%);
  width: 4px;
  height: 77%;
  border-left: 4px solid #808080;
  top: 192px;
  z-index: -2 !important;
}

/* Pink progress overlay */
.timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px; /* adjust thickness */
  height: var(--pink-progress, 0px);
  background: linear-gradient(
    to right,
    rgb(81, 75, 176) 0%,
    rgb(96, 103, 230) 0%,
    rgb(232, 121, 205) 91%
  );
  border-radius: 3px;
  z-index: 1;
}

/* === Each Item === */
.timeline-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #1e2a77;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 142px;
  transform: translateX(-50%);
  z-index: 2;
}

/* === Content Box === */
.content-box {
  width: 100%;
  max-width: 460px;
  background: linear-gradient(309deg, #f6f6f6 7.65%, #e6e6ff 91.41%);
  border-radius: 44px;
  padding: 45px 30px 70px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.content-box h4 {
  background: #f8f8fd;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #7565df;
  text-transform: capitalize;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-box-heading {
  margin-bottom: 18px;
  background: #f8f8fd;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
}
.content-box p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

/* === Responsive Media Queries === */
@media (max-width: 1024px) {
  .timeline {
    gap: 40px;
  }

  .content-box {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .timeline::before {
    left: 10px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item::before {
    left: 10px;
    transform: none;
  }

  .content-box {
    margin-left: 20px;
  }
}

/* === Timeline Dots Styling === */

/* First dot - dark blue */
.timeline-item:first-child::before {
  background: #1e2a77;
}

/* Other dots - purple */
.timeline-item:not(:first-child)::before {
  background: #1e2a77;
}

/* === Dotted Vertical Line === */
.timeline::before {
  content: "";
  position: absolute;
  left: 50.3%;
  transform: translateX(-50%);
  width: 4px;
  height: 77%;
  border-left: 4px solid #b2bfba;
  z-index: 1000 !important;
  top: 192px;
  background: none; /* override background if any */
  z-index: -2 !important;
}

/* === Black Connecting Line from Dot to Box === */
.timeline-item.left::after,
.timeline-item.right::after {
  content: "";
  position: absolute;
  top: 157px;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #fff 0%, #414776 100%);
  z-index: 1;
}

.timeline-item.right::after {
  background: linear-gradient(90deg, #414776 0%, #fff 100%) !important;
}

.timeline-item.left::after {
  left: calc(50% - 80px);
}

.timeline-item.right::after {
  left: 50%;
}

section.ai-timeline-wrapper.visible {
  height: 873px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* === Section Wrapper === */
.ai-timeline-wrapper {
  position: relative;
  padding: 60px 20px;
  background: #f5f5f5;
  border-radius: 52px;
  font-family: "Poppins", sans-serif;
  color: black;
  max-width: 1532px;
  height: 859px;
  margin: auto;
  overflow: hidden;
  background: url("assets/images/Maskgroup.png");
}
.ai-timeline-wrapper {
  margin: 10px auto 79px auto;
}

/* === Background Blur Elements === */
.blur-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.blur-1 {
  position: absolute;
  width: 814px;
  height: 746px;
  top: -113px;
  right: 518px;
  background: #7d6ae8;
  opacity: 0.36;
  border-radius: 50%;
  filter: blur(147px);
}

.blur-2 {
  position: absolute;
  width: 931px;
  height: 567px;
  bottom: 0;
  right: 613px;
  background: #7d6ae8;
  opacity: 0.36;
  border-radius: 50%;
  filter: blur(147px);
}

.blur-3 {
  position: absolute;
  width: 613px;
  height: 830px;
  top: -109px;
  left: -195px;
  background: #7d6ae8;
  opacity: 0.55;
  border-radius: 50%;
  filter: blur(147px);
}

.blur-4 {
  position: absolute;
  width: 624px;
  height: 520px;
  bottom: 0;
  left: -183px;
  background: #7d6ae8;
  opacity: 0.55;
  border-radius: 50%;
  filter: blur(147px);
}

/* === Content Items Container === */
.content-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 91px 60px;
  z-index: 1;
  padding-top: 50px;
}

/* === Each Content Item === */
.content-item {
  flex: 1 1 40%;
  max-width: 45%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Number styling */
.item-number {
  font-weight: 700;
  font-size: 86.6px;
  color: #7565de;
  text-transform: capitalize;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

/* Title styling */
.item-title {
  font-weight: 700;
  font-size: 22.88px;
  color: #4b469d;
  text-transform: capitalize;
  line-height: 1.15;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

/* Special color for Deployment & Scaling */
.item-title.deployment {
  color: #9d4646;
}

/* Description text */
.item-description {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1.28;
  font-family: "Poppins", sans-serif;
  white-space: pre-line;
}

/* === Responsive Styles === */
@media (max-width: 1024px) {
  .content-item {
    flex-basis: 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {
  .content-items {
    flex-direction: column;
    gap: 40px;
  }

  .content-item {
    max-width: 100%;
    flex-basis: 100%;
  }

  .item-number {
    font-size: 60px;
  }

  .item-title {
    font-size: 20px;
  }

  .item-description {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .ai-timeline-wrapper {
    padding: 40px 15px;
  }

  .item-number {
    font-size: 48px;
  }

  .item-title {
    font-size: 18px;
  }

  .item-description {
    font-size: 16px;
  }
}

/* === Section Wrapper === */

.iamge-center {
  position: absolute;
  left: 26%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: -4%;
}

img.imagetobecenter {
  width: 91%;
}

/* === Section container (center content if needed) === */
.ai-framework-heading {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* === Heading title === */
.ai-framework-title {
  font-size: 43px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  word-wrap: break-word;

  /* Gradient Text Fill */
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* === Responsive font adjustment === */
@media (max-width: 480px) {
  .ai-framework-title {
    font-size: 28px;
  }
}

.strategy-roadmapping-section {
  max-width: 620px;
  width: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  color: black;
  box-sizing: border-box;
  margin: auto;
}

/* === Container uses flex to align number and content horizontally === */
.strategy-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* === Big number styling === */
.strategy-number {
  font-weight: 700;
  font-size: 86.6px;
  color: #7565de;
  text-transform: capitalize;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
  background: linear-gradient(164deg, #7565de 26.11%, #c972db 88.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Content container flex column for title and paragraph === */
.strategy-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 326px;
}

/* === Title styling === */
.strategy-title {
  font-weight: 700;
  font-size: 22.88px;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;

  /* Gradient Text Fill */
  background: linear-gradient(90deg, #4b469d 0%, #514bb0 34.13%, #e879cd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Paragraph text styling === */
.strategy-text {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-line;
}
ul.liststyleofallconetnt {
  padding-left: 18px;
  color: #000;
  font-family: Poppins;
  font-size: 20.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.309px; /* 127.778% */
}
.liststyleofallconetnt li {
  color: #000;
  font-family: Poppins;
  font-size: 20.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.309px; /* 127.778% */
}
ul.item2list {
  padding-left: 21px;
}
.item2list li {
  color: #000;
  font-family: Poppins;
  font-size: 20.589px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.309px; /* 127.778% */
}
/* === Responsive adjustments === */
@media (max-width: 480px) {
  .strategy-roadmapping-section {
    max-width: 100%;
    padding: 15px;
  }

  .strategy-container {
    gap: 15px;
  }

  .strategy-number {
    font-size: 60px;
  }

  .strategy-title {
    font-size: 18px;
  }

  .strategy-text {
    font-size: 16px;
  }
}
/* === Section Wrapper === */
.data-foundation-section {
  max-width: 513px;
  width: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  color: black;
  box-sizing: border-box;
  margin: 0 auto;
}

/* === Container uses flex to align number and content horizontally === */
.data-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: 74px;
  width: 100%;
}

/* === Big number styling === */
.data-number {
  font-weight: 700;
  font-size: 86.6px;
  color: #7565de;
  text-transform: capitalize;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
  background: linear-gradient(164deg, #7565de 26.11%, #c972db 88.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Content container flex column for title and paragraphs === */
.data-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 359px;
}

/* === Title styling === */
.data-title {
  font-weight: 700;
  font-size: 22.88px;
  color: #4b469d;
  text-transform: capitalize;
  line-height: 1.15;
  margin: 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 4px;
  background: linear-gradient(90deg, #4b469d 0%, #514bb0 14.13%, #e879cd 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Paragraph top text styling === */
.data-text-top {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1.28;
  margin: 0;
  max-width: 275px;
  word-wrap: break-word;
}

/* === Paragraph bottom text styling === */
.data-text-bottom {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1.28;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-line;
}

/* === Responsive adjustments === */
@media (max-width: 480px) {
  .data-foundation-section {
    max-width: 100%;
    padding: 15px;
  }

  .data-container {
    gap: 15px;
  }

  .data-number {
    font-size: 60px;
  }

  .data-title {
    font-size: 18px;
  }

  .data-text-top,
  .data-text-bottom {
    font-size: 16px;
  }
}
/* === Section wrapper === */
.model-development-section {
  max-width: 620px;
  width: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  color: black;
  box-sizing: border-box;
  margin: auto;
}

/* === Container with horizontal flex for number + content === */
.model-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* === Big number styling === */
.model-number {
  font-weight: 700;
  font-size: 86.6px;
  color: #7565de;
  text-transform: capitalize;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
  background: linear-gradient(164deg, #7565de 26.11%, #c972db 88.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Content vertical stack === */
.model-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 359px;
}

/* === Title styling === */
.model-title {
  font-weight: 700;
  font-size: 22.88px;
  color: #4b469d;
  text-transform: capitalize;
  line-height: 1.15;
  margin: 0;
  background: linear-gradient(90deg, #4b469d 0%, #514bb0 14.13%, #e879cd 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Top paragraph styling === */
.model-text-top {
  font-weight: 400;
  font-size: 19.59px;
  line-height: 1.28;
  margin: 0;
  max-width: 326px;
  word-wrap: break-word;
}

/* === Bottom paragraph styling === */
.model-text-bottom {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1.28;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-line;
}

/* === Responsive styles === */
@media (max-width: 480px) {
  .model-development-section {
    max-width: 100%;
    padding: 15px;
  }

  .model-container {
    gap: 15px;
  }

  .model-number {
    font-size: 60px;
  }

  .model-title {
    font-size: 18px;
  }

  .model-text-top,
  .model-text-bottom {
    font-size: 16px;
  }
}
/* === Section wrapper === */
.deployment-scaling-section {
  max-width: 500px;
  width: 100%;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  color: black;
  box-sizing: border-box;
  margin: 0 auto;
}

/* === Container flex for number + content === */
.deployment-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: 74px;
  width: 100%;
}

/* === Big number styling === */
.deployment-number {
  font-weight: 700;
  font-size: 86.6px;
  color: #7565de;
  text-transform: capitalize;
  line-height: 1;
  flex-shrink: 0;
  user-select: none;
  background: linear-gradient(164deg, #7565de 26.11%, #c972db 88.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Content stack === */
.deployment-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 359px;
}

/* === Title styling === */
.deployment-title {
  font-weight: 700;
  font-size: 22.88px;
  color: #9d4646;
  text-transform: capitalize;
  line-height: 1.15;
  margin: 0;
  background: linear-gradient(90deg, #4b469d 0%, #514bb0 34.13%, #e879cd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* === Paragraph styling === */
.deployment-text {
  font-weight: 400;
  font-size: 20.59px;
  line-height: 1.28;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-line;
}

/* === Responsive adjustments === */
@media (max-width: 480px) {
  .deployment-scaling-section {
    max-width: 100%;
    padding: 15px;
  }

  .deployment-container {
    gap: 15px;
  }

  .deployment-number {
    font-size: 60px;
  }

  .deployment-title {
    font-size: 18px;
  }

  .deployment-text {
    font-size: 16px;
  }
}

.ai_first-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6rem 1rem;
  box-sizing: border-box;
}

.ai_first-inner {
  max-width: 1532px;
  width: 100%;
  height: 540px;
  border-radius: 37px;
  background: url("./assets/images/c709ea516c9de8b3ff2fc43fc73657d0e57c0c8a.png")
    center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 1rem;
  justify-content: center;
  box-sizing: border-box;
}

.ai_first-title-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ai_first-title {
  font-family: Poppins, Sans-Serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
  background-clip: text;
  padding-bottom: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai_first-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  width: 61%;
  max-width: 1200px;
}
span.ai_first-option-points ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
  line-height: 7px;
  padding-left: 41px;
}

.ai_first-option {
  flex: 1 1 45%;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ai_first-option-title {
  font-family: Poppins, Sans-Serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%; /* 36.75px */
  /*text-align: center;*/
}

.ai_first-option-description {
  font-size: 21px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 30.9px;
  text-align: left;
}
.ai_first-option-description p {
  color: #fff;
  font-family: Poppins, Sans-Serif;
  font-size: 21.021px;
  font-style: normal;
  padding-bottom: 14px;
  font-weight: 700;
  line-height: 147%;
}

.ai_first-option-points {
  color: #fff;
  font-family: Poppins, Sans-Serif;
  font-size: 21.021px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  margin-top: 0.3rem;
}

/* Responsive */
@media (max-width: 992px) {
  .ai_first-title {
    font-size: 36px;
  }

  .ai_first-options {
    flex-direction: column;
    align-items: center;
  }

  .ai_first-option {
    flex: 1 1 100%;
    text-align: center;
  }

  .ai_first-option-description {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .ai_first-title {
    font-size: 28px;
  }

  .ai_first-option-title {
    font-size: 20px;
  }

  .ai_first-option-description {
    font-size: 18px;
    line-height: 28px;
  }
}

/*assets animation*/
.cloud_infrastructure___impact-container,
.frame-19,
.software_eng___ai-tabs-wrapper,
.software_eng__hero-content,
.contact-container,
.careers-container,
.academy-container,
.ai-row.ai-row-top,
.ai-row.ai-row-bottom,
.ai_first-wrapper,
.ai-timeline-wrapper,
.section-header {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cloud_infrastructure___impact-container.visible,
.frame-19.visible,
.software_eng___ai-tabs-wrapper.visible,
.software_eng__hero-content.visible,
.contact-container.visible,
.careers-container.visible,
.academy-container.visible,
.ai-row.ai-row-top.visible,
.ai-row.ai-row-bottom.visible,
.ai-timeline-wrapper.visible,
.ai_first-wrapper,
.section-header.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-content {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-content.visible {
  opacity: 1;
  transform: translateX(0);
}
.section-header h2 {
  text-align: center;
  font-family: "Poppins";
  font-size: 36px;
}
.section-header h3 {
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
}
.section-header p {
  color: #000;
  text-align: center;
  font-family: Poppins, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  margin-top: 20px;
}
.timeline {
  width: 954px;
}
.content-box p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.content-box h4 {
  font-size: 22px;
}
.content-box {
  max-width: 443px;
  padding: 45px 30px 42px 30px;
}
.content-box br {
  display: none;
}

.ai_first-inner {
  width: 1040px;
  height: 453px;
}
.ai_first-title {
  font-family: Poppins, Sans-Serif;
  font-size: 36px;
}
.ai_first-option-title {
  font-family: Poppins, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%;
  text-align: center;
}
.ai_first-option-points li {
  line-height: 21px;
}
.ai_first-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  width: 75%;
  max-width: 1200px;
}
span.ai_first-option-points li {
  line-height: 21px;
  font-size: 16px;
}
.ai_first-option-description p {
  color: #fff;
  font-family: Poppins, Sans-Serif;
  font-size: 18.021px;
  font-style: normal;
  padding-bottom: 14px;
  font-weight: 700;
  line-height: 147%;
}
.ai_first-option-title {
  font-family: Poppins, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%;
  text-align: center;
}
span.ai_first-option-points ul {
  gap: 0px !important;
  display: flex;
  flex-direction: column;
  line-height: 7px;
  padding-left: 41px;
}
.ai_first-option-title {
  font-family: Poppins, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 147%;
  text-align: START;
}
.software_eng__hero-button {
  position: relative;
  background: linear-gradient(
    68deg,
    #524db1 0%,
    #7c6ae8 23%,
    #9b68eb 54%,
    #c972db 82%,
    #e879cd 100%
  );
  border-radius: 114px;
  padding: 0.75rem 2rem;
  display: inline-block;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  width: 250.42px;
  height: 54.606px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  overflow: hidden;
}

/* Flipping gradient overlay */
.software_eng__hero-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    89deg,
    #e879cd -14.94%,
    #c972db 11.79%,
    #9b68eb 49.33%,
    #7c6ae8 82.32%,
    #524db1 103.36%
  );
  opacity: 0;
  transition: opacity 1.6s ease;
  z-index: -1;
}

.software_eng__hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(108, 114, 255, 0.4);
}

.software_eng__hero-button:hover::before {
  opacity: 1;
}

.mainbtn {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1600px) {
  body,
  html {
    overflow-x: hidden;
  }
  .ai-row.ai-row-top.visible {
    width: 1278px;
  }
  .ai-row.ai-row-bottom.visible {
    width: 1278px;
  }
  section.ai-timeline-wrapper.visible {
    width: 1278px;
  }
  .main-img img {
    width: 89%;
  }
  .ai-framework-heading {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-top: 35px;
  }
  .ai_first-inner {
    width: 1278px;
  }
  .ai_first-options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    width: 73%;
    max-width: 1200px;
  }
  .section-header p {
    max-width: 50%;
  }
}

/* Laptop Large - under 1400px (covers 1440px & 1366px widths) */
@media (max-width: 1399px) {
  section.ai-timeline-wrapper.visible {
    height: 680px;
    width: 1040px;
  }
  .hero-line,
  .blue-text {
    font-size: 50px;
    line-height: 56px;
  }
  .ai-section {
    width: 100%;
  }
  .ai-row.ai-row-top.visible {
    width: 1140px;
  }
  .ai-text {
    margin-left: 57px;
  }
  .ai-text p {
    font-size: 16px !important;
  }
  .ai-image1 img {
    width: 92% !important;
    height: auto !important;
    border-radius: 31px !important;
    object-fit: cover !important;
  }
  .ai-image1 {
    align-items: start;
    justify-content: start;
    display: flex;
  }
  .ai-image1 {
    align-items: start;
    justify-content: start;
    display: flex;
    max-width: 402px;
  }
  .ai-text {
    flex: 0 0 53% !important;
    max-width: 1011px;
    text-align: justify;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .ai-row.ai-row-bottom.visible {
    max-width: 1104px;
  }
  .ai-checklist-intro {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
  }
  .ai-checklist-intro {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
  }
  .ai-checklist li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    width: 15px;
    height: 15px;
    background: linear-gradient(180deg, #514bb0 0%, #e879cd 100%);
    border-radius: 9999px;
  }
  .ai-row.ai-row-bottom.visible {
    max-width: 1040px;
    gap: 45px;
  }
  .ai-image img {
    width: 100%;
    height: 80%;
    border-radius: 31px;
    object-fit: cover;
  }

  .ai-checklist li {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    padding-left: 35px;
    margin-bottom: 5px;
    color: #000;
  }
  .ai-timeline-wrapper.visible {
    width: 1040px;
  }
  h2.ai-framework-title {
    font-size: 36px;
  }
  .main-img img {
    width: 93%;
  }
  section.ai-timeline-wrapper.visible {
    height: 680px;
  }
  .main-img {
    padding-bottom: 0;
  }
  .ai-framework-heading {
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-top: 10px;
  }
  .ai-section {
    width: 100%;
    padding-bottom: 11px;
  }
  .ai_para {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Laptop Medium - under 1280px */
@media (max-width: 1279px) {
  section.ai-timeline-wrapper.visible {
    height: 680px;
    width: 1040px;
  }
}

/* Laptop Small - under 1224px (good for 1200–1223px range laptops) */
@media (max-width: 1223px) {
  /* your styles here */
}
@media (max-width: 1024px) {
  .ai-row.ai-row-top.visible {
    width: 100%;
    flex-direction: column-reverse;
  }
  .ai-text {
    margin-left: 0px;
    text-align: center;
  }
  .ai-image1 {
    width: 100%;
    max-width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
  }
  .ai-image1 img {
    height: 400px !important;
  }
  section.ai-timeline-wrapper.visible {
    width: 95%;
    max-width: 100%;
  }
  .ai-image img {
    width: 85% !important;
    height: 400px !important;
  }
}
@media (max-width: 768px) {
  .ai-image1 img {
    height: 350px !important;
    width: 100% !important;
  }
  .ai-row {
    padding-top: 0px;
    gap: 10px;
  }
  .ai-image.wide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ai-image img {
    width: 70% !important;
    height: 400px;
  }
  .timeline {
    width: 100%;
  }
  .timeline::before,
  .timeline::after {
    display: none;
  }
  .timeline-item.left::after,
  .timeline-item.right::after {
    display: none;
  }
  .timeline-item::before {
    display: none;
  }
  .content-box {
    margin-left: 0px;
    max-width: 70%;
  }
  .ai_first-options {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  span.ai_first-option-points ul {
    text-align: start;
  }
  .ai_first-option-title {
    text-align: center;
  }
  .ai_first-option-description p {
    text-align: start;
  }
  .ai_first-inner {
    width: 100%;
    height: 350px;
    gap: 0px;
  }
}

@media screen and (max-width: 480px) {
  .section-header p {
    max-width: 100%;
  }
  .hero-background {
    height: auto;
    min-height: 100vh;
    max-height: 100vh;
    object-fit: cover;
  }

  .hero-content {
    padding: 0 20px;
    padding-top: 120px;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .hero-line {
    font-size: 26px;
    line-height: 1.3;
    white-space: normal;
  }

  .blue-text {
    font-size: 26px;
    line-height: 1.3;
    padding-left: 0;
    background: linear-gradient(to right, #514bb0 0%, #6067e6 0%, #e879cd 91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-line-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .ai-row.ai-row-top.visible {
    width: 100%;
    padding: 0;
  }
  .ai-text {
    width: 88%;
    max-width: 100% !important;
    padding-top: 31px;
  }
  .ai-image1 {
    align-items: end;
    justify-content: center;
    display: flex;
    max-width: 100%;
  }
  .ai-row.ai-row-bottom.visible {
    width: 100%;
    padding: 0 16px;
  }
  section.ai-section {
    padding: 10px;
  }

  section.ai-timeline-wrapper.visible {
    width: 91%;
    height: 560px;
  }
  h2.ai-framework-title {
    font-size: 24px;
  }
  .main-img img {
    width: 100%;
  }
  .ai-text {
    margin-left: 0 !important;
  }
  .section-header h2,
  .section-header h3 {
    text-align: center;
    font-family: "Poppins";
    font-size: 28px;
  }
  .timeline {
    width: 100%;
  }
  .timeline-item ::before {
    display: none;
  }
  .timeline-item::before {
    display: none;
  }
  .timeline-item.left::after,
  .timeline-item.right::after {
    display: none;
  }
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .timeline-item.left {
    display: flex;
    justify-content: start;
    align-items: self-end;
  }

  .timeline-item.right {
    display: flex;
    justify-content: start;
    align-items: self-end;
  }
  .timeline::before,
  .timeline::after {
    display: none;
  }

  .ai_first-options {
    width: 100%;
  }
  .ai_first-options {
    display: flex;
    gap: 2rem;
    width: 75%;
    max-width: 1200px;
    flex-direction: row;
  }
  .ai_first-inner {
    width: 1040px;
    height: 672px;
  }
  .ai_first-options {
    display: flex;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
  }
  .ai_first-option-points li {
    text-align: start;
  }
  .ai_first-option-description p {
    padding-left: 18px;
  }

  .ai_first-option-title {
    font-family: Poppins, Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 147%;
    text-align: start;
    padding-left: 14px;
  }
  .ai_first-option-description p {
    padding-left: 18px;
    text-align: start;
  }
  .ai_first-wrapper.visible {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .contact-container.visible {
    width: 1040px;
    width: 100%;
  }
  .contact-left {
    flex: 1 1 23%;
    display: flex;
    flex-direction: column;
    padding-top: 58px;
    gap: 1.5rem;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ai-text p {
    font-size: 14px !important;
    text-align: center;
  }
  .ai-text {
    font-size: 12px !important;
  }

  .ai-text {
    text-align: left !important;
  }
  .content-box {
    max-width: 100%;
  }
  .ai-image img {
    width: 95% !important;
    height: 300px !important;
  }
}
