.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
    /* margin-bottom: 5px; */
}

.subtitle {
  color: #0d57a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 50px;
}

.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 20px;
  margin-top: -150px;
}

.fit-stack h2 {
  background: linear-gradient(180deg, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.fit-subtitle {
  background: linear-gradient(180deg, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: left;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 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;
  /* bright pink */
  font-weight: 500;
  /* optional: make it slightly bolder */
}

.oms-banner {
  background: linear-gradient(180deg, #53B1FF 0%, #326A99 100%);
  color: white;
  text-align: center;
  padding: 150px 20px;
  /* font-family: Arial, sans-serif; */
}

.oms-banner p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.oms-banner .highlight {
  color: #ffdf00;
  /* bright yellow */
  font-weight: bold;
}

.wins-section {
  text-align: center;
  padding: 40px 20px;
  /* font-family: Arial, sans-serif; */
}

.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: 100px;
  object-fit: cover;
  border-radius: 8px;
  background: #ccc;
  /* fallback background if image fails */
}

.wins-card h4 {
  margin-top: 10px;
  color: #007bff;
}

.wins-card ul {
  padding-left: 18px;
  font-size: 14px;
  color: #333;
}

.wins-card ul li {
  margin-bottom: 6px;
}

.gradient-heading {
  color: #53B1FF;
  font-size: 48px;
  /* font-weight: 300; */
  /* margin-top: 30px; */
}

.thin-heading {
  font-weight: bold;
  display: block;
  /* forces new line */

  color: #326A99;

}

.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;
  /* forces Capabilities to new line */
  font-weight: normal;
  /* optionally reduce weight */
  font-size: 12px;
  /* slightly smaller text */
}

/* .workflow-container { */
/* display: grid; */
/* grid-template-columns: 300px 300px 300px; */
/* grid-template-rows: repeat(2, auto); */
/* border: 1px solid #ff69b4; */
/* border-radius: 12px; */
/* overflow: hidden; */
/* font-family: Arial, sans-serif; */
/* width: max-content; */
/* margin: 0 auto; */
/* } */

.workflow-box {
  border-right: 1px solid #ff69b4;
  border-bottom: 1px solid #ff69b4;
  height: 300px;
  width: 300px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.workflow-box:nth-child(3) {
  border-right: none;
}

.workflow-box:nth-child(4) {
  border-bottom: none;
}

.workflow-highlight {
  grid-column: 2 / span 2;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  border-top: 1px solid #ff69b4;
  width: 900px;
  /* 300px x 3 columns */
  box-sizing: border-box;
}

.workflow-highlight h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.workflow-highlight p {
  font-size: 13px;
  line-height: 1.5;
}

.discovery-btn {
  background: #fff;
  color: #007bff;
  border: none;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
  align-self: flex-start;
  font-size: 14px;
  margin-top: 12px;
}

.discovery-btn:hover {
  background: #e0e0e0;
}

.workflow-number {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #c2185b;
}

.wins-section {
  padding: 20px 40px;
  /* Adds space on left/right */
}

.wins-section h2 {
  text-align: left;
  margin-bottom: 10px;
}

.wins-subtitle {
  text-align: left;
  margin-bottom: 20px;
}

.wins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* space between cards */
}

.wins-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.wins-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.wins-card h4 {
  margin-top: 12px;
}

.wins-card ul {
  padding-left: 20px;
  margin-top: 8px;
}

.wins-card li {
  margin-bottom: 6px;
}

.main-section {
  position: relative;
}

.buttonstyle {
  background-color: #53B1FF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 10px;
  width: 156px;
  height: 54px;
  color: #fff;
}

.pixel-text-bottom {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 380px;
  color: rgba(0, 0, 0, 0.05);
  /* Light faded color */
  z-index: 1;
  /* Behind input */
}

.email-input {
  position: relative;
  z-index: 2;
  /* Above 'talk.' */
}

.workflow-warning {
  margin-top: 50px;
}

.workflow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.workflow-left {
  flex: 1;
}

.warning-text {
  font-size: 34px;
  font-weight: bold;
  color: #53B1FF;
  line-height: 1.2;
}

.workflow-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: -20px;
}

.benefit-item {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.benefit-item i {
  color: #e10098;
  font-size: 18px;
  margin-right: 12px;
}

.highlight {
  color: #e10098;
  font-weight: bold;
}




.benefit-item p {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.highlight {
  color: #e10098;
  font-weight: bold;
}

.automation-section {
  text-align: center;
  padding: 40px 20px;
}

.automation-section h2 {
  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 42px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 150px;
  font-weight: bold;
}

.automation-subtitle {
  background: linear-gradient(to bottom, #53B1FF, #326A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* color: #666; */
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
  margin-left: 150px;
}

/* .automation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
} */
/* .automation-card {
  text-align: left;
} */
.automation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}


.automation-card {
  flex: 1 1 calc(33.333% - 20px);
  /* 3 per row */
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
  text-align: left;
}

.automation-card h4 {
  font-size: 19px;
  margin-bottom: 8px;
  background: linear-gradient(to bottom, #982A67 22%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px !important;
}

@media (max-width: 800px) {
  .automation-card {
    flex: 1 1 calc(45% - 20px);
    /* 2 per row for tablets */
    max-width: calc(45% - 20px);
  }
}

@media (max-width: 500px) {
  .automation-card {
    flex: 1 1 100%;
    /* Full width for mobile */
    max-width: 100%;
  }
}

.automation-card img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

/* .automation-card:nth-child(4),
.automation-card:nth-child(5) {
  margin-left:120px; /* adjust as needed */
/* } */
.automation-card:nth-child(4) {
  margin-left: 120px;
}

.automation-card h4 {
  font-size: 16px;
  color: #b4005a;
  margin-bottom: 8px;
}

.automation-card p {
  font-size: 16px;
  color: #000;
  /* font-weight: 600; */
}

.rpa-roadmap {
  text-align: center;
  padding: 40px 20px;
}

.rpa-roadmap h2 {
  font-size: 45px;
  background: linear-gradient(180deg, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.roadmap-subtitle {
  font-size: 16px;
  background: linear-gradient(to bottom, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  margin-top: -10px;
}

.roadmap-box h4 {
  font-weight: bold;
  font-size: 20px !important;
  margin: 0 0 5px 0;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid #53B1FF;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.roadmap-box {
  border-right: 1px solid #53B1FF;
  border-bottom: 1px solid #53B1FF;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 230px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.roadmap-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff69b4;
}

.highlight-yellow {
  color: #FFD700;
  /* Gold/Yellow */
  font-weight: bold;
  /* Optional for emphasis */
}


.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;
}

.secondpara {
  font-size: 15px !important;
  margin-top: 30px !important;
  text-align: center !important;
  font-weight: 100 !important;
  /* margin-top: 10px !important; */
}

.number {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #53B1FF;
  font-size: 18px;
  font-weight: bold;
}

.roadmap-box h4 {
  /* margin-top: 40px; */
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;

}

.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;
}

.roadmap-box p {
  font-size: 14px;
  color: #333;
}

.oms-banner {
  background: linear-gradient(to top, #53B1FF 0%, #326A99 100%);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.oms-banner p {
    justify-self: center;
    /* margin-left: 168px; */
    font-size: 40px;
    line-height: 1.1;
    /* margin: 0; */
    /* font-weight: bold; */
    text-align: left;
}

.oms-banner .highlight {
  color: #ffdf00;
  /* bright yellow */
  font-weight: bold;
}

.under-hood {
  text-align: center;
  padding: 40px 20px;
}

.roadmap-image {
  width: 110px;
  height: 110px;
  margin-bottom: 1rem;
  display: block;
  margin: 0 auto 1rem auto;
}

.under-hood h2 {
  background: linear-gradient(180deg, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
}

.under-hood p {
  font-size: 21px;
  background: linear-gradient(to bottom, #53B1FF 0%, #326A99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.under-hood-image {
  display: block;
  margin: 20px auto;
  /* Centers image horizontally */
  width: 800px;
  /* Responsive sizing */
  height: 500px;
}

.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;
}

.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: 22%;
  min-width: 200px;
  text-align: left;
  padding: 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;
}

/* Responsive styles for .core-capabilities */
@media (max-width: 900px) {
  .core-capabilities {
    max-width: 90vw;
    padding: 20px;
    margin: 40px auto;
  }

  .core-capabilities h2 {
    font-size: clamp(24px, 6vw, 48px);
  }

  .subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    margin-bottom: clamp(25px, 3vw, 50px);
  }
}

/* Responsive styles for .capability-row */
@media (max-width: 768px) {
  .capability-item {
    width: 100%;
  }

  .capability-item img {
    width: clamp(20px, 3vw, 30px);
    height: clamp(20px, 3vw, 30px);
  }

  .capability-item h4 {
    font-size: clamp(14px, 2vw, 16px);
  }

  .capability-item p {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

/* Responsive styles for .fit-stack */
@media (max-width: 768px) {
  .fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: auto;
  }

  .fit-stack h2 {
    font-size: clamp(38px, 4vw, 28px);
    /* Adjust as needed */
  }

  .fit-highlight {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .fit-cell {
    min-height: clamp(150px, 25vw, 180px);
  }

  .step-number {
    font-size: clamp(14px, 2vw, 16px);
  }

  .fit-cell h4 {
    font-size: clamp(14px, 2vw, 16px);
    margin-top: clamp(20px, 3vw, 30px);
  }

  .fit-cell p {
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .fit-highlight h3 {
    font-size: clamp(16px, 2.5vw, 20px);
  }

  .fit-highlight p {
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .fit-highlight button {
    font-size: clamp(12px, 1.8vw, 14px);
    padding: clamp(8px, 1.5vw, 10px) clamp(16px, 2vw, 20px);
  }
}

/* Responsive styles for .oms-banner */
@media (max-width: 768px) {
  .oms-banner p {
    font-size: clamp(16px, 2.5vw, 20px);
  }
}

/* Responsive styles for .wins-section */
@media (max-width: 768px) {
  .wins-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .wins-section {
    padding: 20px 20px;
  }

  .wins-section h2 {
    font-size: clamp(24px, 3.5vw, 28px);
  }

  .wins-subtitle {
    font-size: clamp(12px, 1.8vw, 14px);
    margin: clamp(5px, 1vw, 10px) 0 clamp(15px, 2vw, 30px);
  }

  .wins-card img {
    height: clamp(80px, 15vw, 150px);
  }

  .wins-card h4 {
    font-size: clamp(14px, 2vw, 16px);
  }

  .wins-card ul {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

/* Responsive styles for .gradient-heading */
@media (max-width: 768px) {
  .gradient-heading {
    font-size: clamp(40px, 6vw, 62px);
  }
}

/* Responsive styles for .explore-btn */
@media (max-width: 768px) {
  .explore-btn {
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .explore-btn span {
    font-size: clamp(10px, 1.6vw, 12px);
  }
}

/* Responsive styles for .workflow-container */
@media (max-width: 900px) {
  .workflow-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 90vw;
    margin: 40px auto;
    padding: 0 20px;
  }

  .workflow-box {
    width: 100%;
    height: 300px;
    border-right: none;
    border-bottom: 1px solid #ff69b4;
  }

  .workflow-box:nth-child(3) {
    border-right: none;
  }

  .workflow-box:nth-child(4) {
    border-bottom: none;
  }

  .workflow-highlight {
    width: 100%;
    grid-column: unset;
    grid-row: unset;
    border-top: 1px solid #ff69b4;
  }

  .workflow-highlight h3 {
    font-size: clamp(16px, 2.2vw, 18px);
  }

  .workflow-highlight p {
    font-size: clamp(11px, 1.6vw, 13px);
  }

  .discovery-btn {
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .workflow-number {
    font-size: clamp(16px, 2.2vw, 18px);
  }
}

@media (min-width: 901px) {
  .workflow-container {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    grid-template-rows: repeat(2, auto);
    width: max-content;
    margin: 0 auto;
  }

  .workflow-box {
    width: 300px;
    border-right: 1px solid #ff69b4;
  }

  .workflow-box:nth-child(3) {
    border-right: none;
  }

  .workflow-box:nth-child(4) {
    border-bottom: none;
  }

  .workflow-highlight {
    grid-column: 2 / span 2;
    width: 900px;
  }
}

/* Responsive styles for .workflow-container (flex version) */
@media (max-width: 900px) {
  .workflow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .workflow-left {
    width: 100%;
  }

  .workflow-right {
    width: 100%;
  }

  .benefit-item p {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

@media (min-width: 901px) {
  .workflow-container {
    display: flex;
    max-width: 1000px;
  }
}

/* Responsive styles for .automation-section */
@media (max-width: 768px) {
  .automation-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .automation-section h2 {
    background: linear-gradient(to bottom, #53B1FF, #326A99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 27px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
  }

  .automation-subtitle {
    background-clip: text;
    color: transparent;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;

  }

  .automation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Horizontally centers image & text */
    text-align: center;
    /* Centers text inside elements */
  }

  .automation-card h4 {
    font-size: clamp(14px, 2vw, 16px);
  }

  .automation-card p {
    font-size: clamp(12px, 1.8vw, 14px);
  }

  .automation-card img {
    width: clamp(40px, 5vw, 50px);
  }
}

/* Responsive styles for .rpa-roadmap */
@media (max-width: 768px) {
  .rpa-roadmap h2 {
    font-size: clamp(24px, 4vw, 32px);
  }

  .roadmap-subtitle {
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: clamp(20px, 3vw, 30px);
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
    max-width: 90vw;
  }

  .roadmap-box {
    min-height: clamp(150px, 25vw, 200px);
  }

  .number {
    font-size: clamp(16px, 2.2vw, 18px);
  }

  .roadmap-box h4 {
    font-size: clamp(14px, 2vw, 16px);
    margin-top: clamp(30px, 5vw, 40px);
  }

  .roadmap-box p {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

/* Responsive styles for .under-hood */
@media (max-width: 768px) {
  .under-hood h2 {
    font-size: clamp(24px, 3.5vw, 28px);
  }

  .under-hood p {
    font-size: clamp(12px, 1.8vw, 14px);
    margin-bottom: clamp(20px, 3vw, 30px);
  }

  .semicircle {
    width: clamp(300px, 50vw, 600px);
    height: clamp(150px, 25vw, 300px);
    border-top-left-radius: clamp(150px, 25vw, 300px);
    border-top-right-radius: clamp(150px, 25vw, 300px);
  }

  .layer img {
    width: clamp(30px, 5vw, 40px);
  }

  .layer h4 {
    font-size: clamp(14px, 2vw, 16px);
  }

  .layer ul {
    font-size: clamp(11px, 1.8vw, 13px);
  }
}

/* Responsive styles for .process-flow */
@media (max-width: 768px) {
  .process-flow {
    flex-direction: column;
    align-items: center;
  }

  .process-card {
    width: 100%;
    min-width: 0;
  }

  .process-card img {
    height: clamp(80px, 15vw, 120px);
  }

  .process-card h4 {
    font-size: clamp(14px, 2vw, 16px);
  }

  .process-card p {
    font-size: clamp(12px, 1.8vw, 13px);
  }
}

/* Responsive styles for .pixel-text-bottom */
@media (max-width: 768px) {
  .pixel-text-bottom {
    font-size: clamp(100px, 20vw, 380px);
  }
}

.under-hood-image {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  /* Scales image to container width on smaller screens */
  height: auto;
  /* Maintain aspect ratio */
}

@media (max-width: 768px) {
  .main-section-background {
    background-size: 90%;
    min-height: 50vh;
  }

  .automation-card:nth-child(4) {
    margin-left: 0px;
  }
}