body {
  margin: 0;
  border: 8px solid black;
}

/* 1st */
.apex-modernization {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("./image/1stpart1.png") no-repeat center center/cover;
  color: #fff;
  gap: 20px;
  flex-wrap: wrap;
}

.apex-left {
  flex: 1;
  max-width: 45%;
  margin-left: 55px;
}

.apex-left h1 {
  font-size: 61px;
  display: flex;
  justify-content: center;
}

.apex-right {
  flex: 1;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apex-right img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .apex-modernization {
    flex-direction: column;
    padding: 60px 5%;
    text-align: center;
  }

  .apex-left,
  .apex-right {
    max-width: 100%;
            margin-left: 0px;
  }

  .apex-left h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .apex-left h1 {
    font-size: 32px;
  }
}

/* 2nd */
.lowcode-agility {
  background-color: #f9f9f9;
  padding: 103px 1px;
  text-align: center;
  color: #000;
}

.lowcode-agility .container {
  max-width: 900px;
  margin: 0 auto;
}

.lowcode-agility h2 {
  font-size: 35px;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.lowcode-agility h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 105px;
  background-color: #d6252a;
  margin: 10px auto 0;
}

.lowcode-agility p {
  font-size: 18px;
  line-height: 1.8;
  color: #111;
  margin-top: 25px;
}

/* 3rd */
.apex-section-3 {
  padding: 60px 20px;
  background: url("./image/3rd.png");
  background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.section-title {
  text-align: center;
  font-size: 49px;
  margin-bottom: 40px;
  color: #fff;
}

.oci-underline {
  position: relative;
  bottom: 27px;
  width: 60px;
  height: 4px;
  background-color: white;
  margin: 0 auto;
  border-radius: 2px;
}
.oci-centered-paragraph {
  color: white;
  font-size: 1.1rem;
  /* align-items: center; */
  line-height: 1.6;
  margin: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.apex-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1700px;
  margin: 0 auto;
}

.card {
  /*background: rgb(255 255 255 / 16%);*/
  border-radius: 10px;
  padding: 25px;
  /*flex: 1 1 300px;*/
  max-width: 708px;
  min-width: 338px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  height: 100px;
  margin-bottom: 15px;
      width: max-content;
}

.card h3 {
  color: black;
  margin-bottom: 10px;
  font-size: 30px;
}

.card p {
  color: black;
  font-size: 20px;
  line-height: 1.5;
}

.full-width {
  flex: 1 1 100%;
  max-width: 1442px;
}
/* 4th */
.why-apex-og {
  background-image: url("./image/4th.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.container h2 {
  font-size: 35px;
}
.why-apex h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bar {
  width: 3px;
  height: 44px;
  background-color: #d22b2b;
  display: inline-block;
}

.paragraph {
  font-size: 18px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}
/* img */
/* .small-img{
      background-image: url('./image/5thsmall.png');
      background-repeat: no-repeat;
      min-height: 60px;
    } */
/* 5th */
.success-story {
  background: url("./image/5th.png") no-repeat center center/cover;
  padding: 60px 20px;
  color: #fff;
  background-position: top;
}

.story-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.story-image {
  flex: 1;
  min-width: 280px;
  max-width: 550px;
}

.story-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.story-content {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.story-content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.story-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}

.line123 {
  border-top: 3px solid #fff;
  width: 38px;
  margin: 25px 0 10px;
}

.read-more a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

/* ✅ Responsive: Tablet */
@media (max-width: 992px) {
  .story-container {
    flex-direction: column;
    text-align: center;
  }

  .story-content h2 {
    font-size: 26px;
  }

  .story-content p {
    font-size: 18px;
  }

  .line123 {
    margin: 20px auto 10px;
  }

  .read-more {
    display: flex;
    justify-content: center;
  }
}

/* ✅ Responsive: Mobile */
@media (max-width: 576px) {
  .story-content h2 {
    font-size: 22px;
  }

  .story-content p {
    font-size: 16px;
  }

  .read-more a {
    font-size: 16px;
  }

  .line123 {
    margin: 20px auto 10px;
  }
}

/* 6th */
.call-to-action {
  background: url("./image/6th.png");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.cta-container h2 {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-container p {
  font-size: 20px;
  margin-bottom: 10px;
}

.cta-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}

.cta-button:hover {
  background-color: #fff;
  color: #b31515;
}

/* --------------------------------------- */
.sushankmodernization-processfull {
  background: url("./image/image5.png") no-repeat center center/cover;
  padding: 60px 20px 0px;
  background-position: unset;
}

.sushankmodernization-process {
  text-align: center;
  padding: 57px 20px;
  position: relative;
  background-color: #fff;
  font-family: "Segoe UI", sans-serif;
}

.sushankmodernization-process h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.sushankmodernization-process .sushankunderline {
  width: 252px;
  height: 3px;
  background-color: red;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

.sushankmodernization-process p {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.sushank#Migration-FullProcess {
  /* Note: IDs remain as is, only classes are concatenated */
  width: 100%;
  display: flex;
  justify-content: center;
  /* padding: 40px 20px; */
  padding: 0px 20px;
  flex-wrap: wrap;
  padding-bottom: 61px;
}

.sushankcard11 {
  width: 389px;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.sushankcard-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sushankred-line {
  width: 4px;
  height: 43px;
  background-color: red;
  margin-right: 10px;
  border-radius: 4px;
}

.sushankcard11 h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  margin: 0;
}

.sushankcard11 p {
  height: 160px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  margin: 10px 0 15px;
}

.sushankcard11 img {
  height: 182px;
  width: 100%;
  border-radius: 12px;
}

.sushankdivider {
  width: 1px;
  background-color: #ccc;
  height: auto;
}

.sushankring {
  border: 50px solid pink;
}

@media (max-width: 1024px) {
  .sushank#Migration-FullProcess {
    flex-direction: column;
    align-items: center;
  }

  .sushankdivider {
    display: none;
  }

  .sushankcard11 {
    width: 90%;
    max-width: 500px;
  }
}

.sushankmigration-bottom-text {
  margin: 30px auto;
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.sushankmigration-bottom-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

/* ---------------------------------------------------------------why------------------------------------------------------------------- */
.sushankwhy-modernize {
  /* background-color: #E32124; */
  /* background-image: url('./image4.png');
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; */
  background: url("./image/image4.png") no-repeat center center/cover;
  padding: 60px 20px;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  color: #fff;
  /* color: white; */
  background-position: inherit;
  padding: 60px 30px;
  text-align: center;
}

.sushankwhy-modernize h2 {
  margin-top: 37px;
  font-size: 49px;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.sushankwhy-modernize h2::after {
  content: "";
  display: block;
  width: 107px;
  height: 3px;
  background-color: white;
  margin: 10px auto 0;
}

.sushank.sushank002 p {
  /* Note: Assuming 'sushank002' is a base class that should remain separate for now, as it's already structured that way in your HTML. */
  font-size: 18px;
}

.sushankwhy-columns {
  display: flex;
  justify-content: center;
  gap: 199px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  flex-wrap: wrap;
}

.sushankcolumn {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sushankwhy-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.sushankwhy-item p {
  font-size: 18px;
  line-height: 1.6;
}

.sushankcolumn-below {
  background-color: #e52427;
  padding: 20px;
  text-align: center;
}

.sushankcolumn-below p {
  width: 67%;
  text-align: left;
  color: white;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .sushankwhy-columns {
    flex-direction: column;
    align-items: center;
  }

  .sushankcolumn {
    max-width: 100%;
  }

  .sushankwhy-modernize h2 {
    font-size: 36px;
    margin-top: 68px;
  }

  .sushankwhy-item h3 {
    font-size: 20px;
  }

  .sushankwhy-item p {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------------last--------------------------------------------- */
.sushankcta-section {
  background-image: url("./image/last.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  color: white;
  text-align: center;
}

.sushankcta-content {
  margin: 0 auto;
}

.sushankcta-section h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.sushankcta-section p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sushankcta-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.sushankcta-button:hover {
  background-color: white;
  color: #7a1212;
}

@media (max-width: 600px) {
  .sushankcta-section h2 {
    font-size: 24px;
  }

  .sushankcta-section p {
    font-size: 16px;
  }

  .sushankcta-button {
    padding: 10px 22px;
    font-size: 16px;
  }
}

/* ------------------------------------ */

/* 4th */
.sushankwhy-apex-og {
  background-image: url("./images/image-7.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
}

.sushankcontainer {
  max-width: 1500px;
  margin: 0 auto;
}

.sushankcontainer h2 {
  font-size: 35px;
}

.sushankwhy-apex h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sushankbar {
  width: 4px;
  height: 41px;
  background-color: #d22b2b;
  display: inline-block;
}

.sushankparagraph {
  font-size: 18px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

/* img */
/* .small-img{
  background-image: url('./image/5thsmall.png');
  background-repeat: no-repeat;
  min-height: 60px;
  } */
/* 5th */
.sushanksuccess-story {
  background: url("./images/5th.png") no-repeat center center/cover;
  padding: 60px 20px;
  color: #fff;
  background-position: top;
}

.sushankstory-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sushankstory-image {
  flex: 1;
  min-width: 280px;
  max-width: 550px;
}

.sushankstory-image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sushankstory-content {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.sushankstory-content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sushankstory-content p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}

.sushankline123 {
  border-top: 3px solid #fff;
  width: 38px;
  margin: 25px 0 10px;
}

.sushankread-more a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

/* ✅ Responsive: Tablet */
@media (max-width: 992px) {
  .sushankstory-container {
    flex-direction: column;
    text-align: center;
  }

  .sushankstory-content h2 {
    font-size: 26px;
  }

  .sushankstory-content p {
    font-size: 18px;
  }

  .sushankline123 {
    margin: 20px auto 10px;
  }

  .sushankread-more {
    display: flex;
    justify-content: center;
  }
}

/* ✅ Responsive: Mobile */
@media (max-width: 576px) {
  .sushankstory-content h2 {
    font-size: 22px;
  }

  .sushankstory-content p {
    font-size: 16px;
  }

  .sushankread-more a {
    font-size: 16px;
  }

  .sushankline123 {
    margin: 20px auto 10px;
  }
}
