/* Original styles preserved */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.core-capabilities {
  padding: 20px;
  max-width: 900px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.core-capabilities h2 {
  color: #007bff;
  font-size: 48px;
  font-weight: bold;
}

.subtitle {
  color: #0d57a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
}

.icon-image {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  object-fit: contain;
}

.capability-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.capability-item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.capability-item img {
  width: 30px;
  height: 30px;
}

.capability-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.capability-item p {
  font-size: 14px;
  color: #000;
  margin: 5px 0 0 0;
}

.divider {
  border-top: 1px solid #e5e5e5;
  margin: 15px 0;
}

.fit-stack {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 40px 0px;
}

.fit-stack h2 {
  color: #007bff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 5px;
}

.fit-subtitle {
  color: #4a90e2;
  font-size: 22px;
  margin-bottom: 30px;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.fit-cell {
  border: 1px solid #f0c0d0;
  padding: 15px;
  text-align: left;
  position: relative;
  min-height: 180px;
}

.step-number {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #b4005a;
  font-weight: bold;
}

.fit-cell h4 {
  margin-top: 30px;
  font-size: 16px;
}

.fit-cell p {
  font-size: 14px;
  margin-top: 5px;
}

.fit-highlight {
  grid-column: span 1;
  grid-row: span 2;
  background: linear-gradient(to right, #007bff, #00aaff);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fit-highlight h3 {
  font-size: 20px;
}

.fit-highlight p {
  font-size: 14px;
  margin: 15px 0;
}

.fit-highlight button {
  background: #fff;
  color: #007bff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}

.highlight {
  color: #ff007f;
  font-weight: 500;
}

.fit-stack h2,
.fit-stack p {
  margin-left: 0;
  text-align: left;
}

.oms-banner {
  background: linear-gradient(180deg, #0460A9, #53B1FF);
  color: white;
  text-align: center;
  padding: 15px 20px;
}

.oms-banner p {
  font-size: 35px;
  text-align: left;
  line-height: 1.2;
  margin-top: 30px;
  /* margin: 0; */
  max-width: 1500px;
  /* margin-bottom: 30px; */
}

.oms-banner .highlight {
  color: #ffdf00;
  font-weight: bold;
}

.email-form button {
  height: 50px;
  font-size: 12px;
  background-color: #53B1FF;
  color: white;
  border: none;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 20px;
  font-weight: 500;
}

.firsttext {
  text-align: center;
}

.wins-section {
  text-align: center;
  padding: 20px 40px;
}

.wins-section h2 {
  color: #007bff;
  font-size: 28px;
  text-align: left;
}

.wins-subtitle {
  color: #4a90e2;
  font-size: 14px;
  text-align: left;
  margin: 10px 0 30px;
}

.wins-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.wins-card {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
}

.wins-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.wins-card h4 {
  margin-top: 12px;
  color: #007bff;
}

.wins-card ul {
  padding-left: 20px;
  margin-top: 8px;
}

.wins-card li {
  margin-bottom: 6px;
}

.thin-heading {
  font-weight: 340;
  display: block;
}

.bold-heading {
  font-weight: 300;
  font-size: 65px;
  display: inline-block;
  margin-bottom: 6px;
  color: #0066b2;
}
.cta-icon {
    background-color: #FF2FB6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
}
.gradient-heading {
  font-size: 48px;
  /* margin-bottom: 20px; */
}

.explore-btn {
  padding: 5px 24px;
  background-color: #007bff;
  border: none;
  border-radius: 0 25px 25px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.explore-btn span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

.workflow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

.workflow-left {
  flex: 1;
}

.warning-text {
  font-size: 28px;
  font-weight: 700;
  color: #3398eb;
  line-height: 1.5;
}

.workflow-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.benefit-item {
  display: flex;
  align-items: center;
}

.benefit-item i {
  color: #e10098;
  font-size: 1.2rem;
  margin-right: 10px;
}

.benefit-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.automation-section {
  text-align: center;
  padding: 40px 20px;
}

.automation-section h2 {
  color: #3398eb;
  font-size: 32px;
  margin-bottom: 10px;
}

.automation-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.automation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.automation-card {
  text-align: left;
}

.automation-card img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.automation-card h4 {
  font-size: 16px;
  color: #b4005a;
  margin-bottom: 8px;
}

.automation-card p {
  font-size: 14px;
  color: #333;
}

.rpa-roadmap {
  text-align: center;
  padding: 40px 20px;
}

.rpa-roadmap h2 {
  font-size: 32px;
  color: #3398eb;
}

.roadmap-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid #ff69b4;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.roadmap-box {
  border-right: 1px solid #ff69b4;
  border-bottom: 1px solid #ff69b4;
  padding: 20px;
  text-align: left;
  position: relative;
  min-height: 200px;
}

.roadmap-box:nth-child(2),
.roadmap-box:nth-child(4) {
  border-right: none;
}

.roadmap-box:nth-child(3),
.roadmap-box:nth-child(4) {
  border-bottom: none;
}

.number {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ff69b4;
  font-size: 18px;
  font-weight: bold;
}

.fit-image {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem auto;
  display: block;
}


.roadmap-box h4 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}

.roadmap-box p {
  font-size: 14px;
  color: #333;
}

.under-hood {
  text-align: center;
  padding: 40px 20px;
}

.under-hood h2 {
  color: #3398eb;
  font-size: 28px;
}

.under-hood p {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.semicircle {
  width: 600px;
  height: 300px;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  background: #007bff;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  padding: 20px;
}

.layer {
  margin: 10px 0;
}

.layer img {
  width: 40px;
  margin-bottom: 8px;
}

.layer h4 {
  margin: 8px 0;
  font-size: 16px;
}

.layer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.platform-icons img {
  margin: 0 5px;
}

.data-platform {
  background: #f0f0f0;
  color: #333;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.discover-btn {
  display: flex;
  align-items: center;
  background-color: #2d5c7f;
  /* Or use a textured background if needed */
  border: none;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  gap: 12px;
}

.icon-circle {
  background-color: #ff69b4;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.btn-text {
  text-align: left;
  line-height: 1.2;
}

.process-flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.process-card {
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 23%;
  min-width: 200px;
  text-align: left;
  padding-bottom: 15px;
}

.process-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.process-card h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 15px 5px 15px;
}

.process-card p {
  font-size: 13px;
  margin: 0 15px 10px 15px;
  color: #333;
}

.experience-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.experience-left {
  text-align: left;
  /* margin-left: -80px; */
}

.experience-right {
  text-align: right;
  margin-right: -150px;
}

.experience-left p {
  font-size: 38px;
  font-weight: bold;

  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* color: #3398eb; */
  line-height: 1;
  margin: 0;
}

.experience-right p {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  max-width: 350px;
  margin: 0;
  text-align: left;
}

.highlight-pink {
  color: #e10098;
  font-weight: bold;
}

.core-capabilities-section {
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
}

.core-capabilities-section h2 {
  color: #3398eb;
  font-size: 28px;
}

.core-capabilities-section .subtitle {
  color: #3398eb;
  font-size: 14px;
  margin-bottom: 30px;
}

.capability {
  flex: 1;
  text-align: left;
}

.capability img {
  width: 30px;
  margin-bottom: 10px;
}

.capability h4 {
  color: #333;
  font-size: 16px;
  margin: 0 0 8px;
}

.capability p {
  font-size: 14px;
  color: #555;
}

hr {
  border: none;
  border-top: 1px solid #ce2883;
  margin: 20px 0;
}

.fit-stack-section {
  text-align: center;
  max-width: 1100px;
  margin: 50px auto;
}

.fit-stack-section h2 {
  /* color: #3398eb; */

  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
}

.fit-stack-section .fit-subtitle {
  /* color: #3398eb; */
  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 19px;
  margin-top: -10px;
  margin-bottom: 30px;
  font-weight: 200;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 0;
  border: 1px solid #53B1FF;
  border-radius: 15px;
  overflow: hidden;
}

.fit-box {
  border-right: 1px solid #53B1FF;
  border-bottom: 1px solid #53B1FF;
  padding: 10px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fit-box:nth-child(3n) {
  border-right: none;
}

.fit-box:nth-last-child(-n+3) {
  border-bottom: none;
}

.step-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;

  background: linear-gradient(to bottom, #53B1FF, #326A99);
  /* Pink gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* For non-WebKit browsers */
  color: transparent;
}

.fit-box h4 {
  margin-top: 30px;
  font-weight: bold;
}

.fit-box p {
  font-size: 13px;
  color: #333;
  margin-bottom: -3px;
}

.fit-highlight-box {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  background: linear-gradient(180deg, #53B1FF, #0460A9);
  color: white;
  padding: 20px;
  text-align: left;
}

.fit-highlight-box h3 {
  margin-top: 0;
}

.fit-highlight-box p {
  font-size: 13px;
}

.discover-btn {
  margin-top: 10px;
  background: transparent;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}

.firsttext {
  font-size: 40px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.highlight-yellow {
  color: #f7e600;
  font-weight: bold;
}

.secondtext {
  font-size: 12px !important;
  color: #fff;
  letter-spacing: 2px;
  font-style: italic;
  margin-top: 30px !important;

  text-align: center !important;

  margin-right: auto !important;
  max-width: 800px;
  /* optional, for cleaner line breaks */
}

.gradient-text-section h1 {
  /* color: #326A99;       Replace with your desired color */

  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}




/* Media Queries for Responsive Design */
@media (max-width: 1024px) {

  .core-capabilities,
  .workflow-container,
  .core-capabilities-section,
  .fit-stack-section {
    max-width: 90%;
    padding: 20px 10px;
  }

  .fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .fit-highlight {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .fit-highlight-box {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .workflow-container {
    flex-direction: column;
    align-items: center;
  }

  .workflow-left,
  .workflow-right {
    flex: none;
    width: 100%;
    max-width: 600px;
  }

  .experience-section {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
    /* margin-bottom: 50px; */
  }

  .experience-left,
  .experience-right {
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
  }

  .experience-right p {
    max-width: 100%;
    text-align: center;
  }

  .semicircle {
    width: 100%;
    max-width: 400px;
    height: 200px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .coreheading {

    background: linear-gradient(to bottom, #53B1FF, #326A99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

@media (max-width: 768px) {

  .gradient-heading-blue-2 {
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
  }


  .custom-gradient-title {
    text-align: left;
    /* Align to left */
    padding-left: 1px;
    /* Add space from the left */
    margin-left: 0 !important;
    /* Override any margin if needed */
  }

  /* 
  .feature-title-secure, .feature-title-performance, .feature-title-api, .feature-title-ai, .feature-title-testing, .feature-title-deploy{
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;

  }
  .feature-text-secure{
    text-align: center;
  } */

  @media (max-width: 768px) {

    .feature-title-secure,
    .feature-title-performance,
    .feature-title-api,
    .feature-title-ai,
    .feature-title-testing,
    .feature-title-deploy {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 10px;
    }

    .feature-text-secure,
    .feature-text-performance,
    .feature-text-api,
    .feature-text-ai,
    .feature-text-testing,
    .feature-text-deploy {
      text-align: center;
      padding: 0 10px;
      font-size: 14px;
      line-height: 1.5;
      word-break: break-word;
      /* margin-top: 50px; */
    }

    .feature-title-secure strong,
    .feature-title-performance strong,
    .feature-title-api strong,
    .feature-title-ai strong,
    .feature-title-testing strong,
    .feature-title-deploy strong {
      font-size: 16px;
      margin-bottom: 8px;
      display: block;
    }

    /* Optional: remove <br> spacing issues by hiding them on mobile */
    br {
      display: none;
    }

    .icon-image {
      margin-top: 24px;
    }

    /* .feature-title-api,.icon-image{
    margin-top: -1px;

  } */
  }

  .capability-row {
    flex-direction: column;
  }

  .capability-item {
    width: 100%;
  }

  .fit-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .fit-box {
    min-height: 150px;
  }

  .wins-grid {
    grid-template-columns: 1fr;
  }

  .automation-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-box {
    min-height: 150px;
  }

  .process-flow {
    flex-direction: column;
    align-items: center;
  }

  .process-card {
    width: 100%;
    max-width: 300px;
  }

  .core-capabilities h2,
  .fit-stack h2,
  .fit-stack-section h2 {
    font-size: 36px;
  }

  .subtitle,
  .fit-subtitle,
  .core-capabilities-section .subtitle,
  .fit-stack-section .fit-subtitle {
    font-size: 18px;
  }

  .automation-section h2,
  .rpa-roadmap h2,
  .under-hood h2,
  .core-capabilities-section h2 {
    font-size: 24px;
  }

  .wins-section h2 {
    font-size: 22px;
  }

  .firsttext {
    font-size: 22px;
  }

  .pixel-text-bottom {
    font-size: 200px;
  }
}

@media (max-width: 480px) {

  .core-capabilities h2,
  .fit-stack h2,
  .fit-stack-section h2 {
    font-size: 28px;
  }

  .subtitle,
  .fit-subtitle,
  .core-capabilities-section .subtitle,
  .fit-stack-section .fit-subtitle {
    font-size: 16px;
  }

  .automation-section h2,
  .rpa-roadmap h2,
  .under-hood h2,
  .core-popabilities-section h2 {
    font-size: 20px;
  }

  .wins-section h2 {
    font-size: 20px;
  }

  .firsttext {
    font-size: 18px;
  }

  .secondtext {
    font-size: 10px;
  }

  .capability-item img,
  .capability img,
  .automation-card img {
    width: 24px;
    height: 24px;
  }

  .wins-card img {
    height: 100px;
  }

  .process-card img {
    height: 100px;
  }

  .semicircle {
    max-width: 300px;
    height: 150px;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
  }

  .layer img {
    width: 30px;
  }

  .experience-left p {
    font-size: 28px;
  }

  .experience-right p {
    font-size: 14px;
  }

  .pixel-text-bottom {
    font-size: 120px;
  }
}

@media (max-width: 768px) {
  .thin-heading {
    font-size: clamp(24px, 5vw, 24px);
    /* line-height: -0.8; Reduced line spacing */
  }

  .bold-heading,
  .gradient-heading {
    font-size: clamp(20px, 6vw, 26px);
    /* line-height: 1.1; Tighter spacing */
  }
}

@media (max-width: 480px) {
  .main-section-background {
    background-size: 90%;
    min-height: 50vh;
  }

  .custom-gradient-title {
    text-align: center;
  }
}