/* body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #333;
} */

/* .container {
  max-width: 900px;
  margin: auto;
} */
/* p {
      margin-top: 40px;
      font-weight: 500;
    } */

.main-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 120px;
}

.paraafterimage {
  margin-top: 40px;
}

.subheading {
  color: #e91e63;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro {
  font-size: 1.05rem;
  margin-bottom: 30px;
  color: #000;
}

.parastyles {
  font-size: 1.05rem;
  margin-bottom: 30px;
  /* line-height: 1.1; */
  /* color: #000; */
}

.image-container {
  position: relative;
  margin-left: -10px;
  /* shift image to the left */
}

.background-img {
  width: 105%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.overlay-text h2 {
  font-size: 2rem;
  margin: 0;
}

.overlay-text p {
  font-size: 1rem;
  margin-top: 5px;
}

.section-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1f1f1f;
}

.section-container p {
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 16px;
}

.section-container strong {
  font-weight: 600;
}

.section-container a {
  color: #0077cc;
  text-decoration: none;
}

.section-container a:hover {
  text-decoration: underline;
}

.infra-section {
  margin-top: 60px;
  padding: 20px;
  /* background-color: #f9f9f9; */
  border-radius: 12px;
  line-height: 1.7;
  font-family: 'Segoe UI', sans-serif;
}

.infra-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.infra-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.infra-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.infra-list li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

strong {
  font-weight: bold;
}

@media (max-width: 480px) {
  .main-title {
    font-size: 20px;
  }
}