.banner {
  height: auto;
  background: linear-gradient(to right,
      rgb(22, 45, 66),
      rgba(10, 30, 70, 0.65));
  background-image: url('../assets/img/shutterstock_1118774000.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.banner h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.637);
}


.banner .text {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 60px;
}

.banner p {
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
  padding: 0 100px;
  color: white;
}


.content {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.content p {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  color: #444;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}



/* ===== Strategic Advisory Section ===== */
.strategic-advisory {
  margin: 20px 0;
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  background-image: url('../assets/img/Managemnet\ Consulting1\ \(1\).jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
}

.strategic-advisory h3 {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.strategic-advisory .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.strategic-advisory .text {
  height: auto;
  text-align: justify;
  flex: 1 1 340px;
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  transition: transform 0.3s ease;
}

/* .strategic-advisory .text:hover {
  transform: translateY(-6px);
} */

.strategic-advisory .text h4 {
  color: rgb(4, 23, 41);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.strategic-advisory .text p {
  color: black;
  text-align: justify;
  font-size: 0.95rem;
}

/* ===== Operation Advisory Section ===== */
.operation-advisory {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9ff 100%);
  padding: 30px 20px;
}

.operation-advisory h3 {
  text-align: center;
  color: rgb(22, 45, 66);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.operation-advisory .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.operation-advisory .text {
  text-align: justify;
  flex: 1 1 340px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.212);
  transition: transform 0.3s ease;
}

/* .operation-advisory .text:hover {
  transform: translateY(-6px);
} */

.operation-advisory .text h4 {
  color: rgb(22, 45, 66);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.operation-advisory .text p {
  color: #555;
  text-align: justify;
  font-size: 0.95rem;
}

/* ===== CIO Advisory Section ===== */
.CIO-advisory {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  background-image: url('../assets/img/Managemnet\ Consulting1\ \(2\).jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
}

.CIO-advisory h3 {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.CIO-advisory .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.CIO-advisory .text {
  text-align: justify;
  flex: 1 1 340px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

/* .CIO-advisory .text:hover {
  transform: translateY(-6px);
} */

.CIO-advisory .text h4 {
  color: rgb(22, 45, 66);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.CIO-advisory .text p {
  color: #555;
  text-align: justify;
  font-size: 0.95rem;
}

/* ===== Innovation Section ===== */
.innovation {
  background: linear-gradient(180deg, #ffffff 0%, #f3faff 100%);
  padding: 30px 20px;
}

.innovation h3 {
  text-align: center;
  color: rgb(22, 45, 66);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.innovation .container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: auto;
}

.innovation .text {
  flex: 1 1 450px;
  background: #fff;
  padding: 35px 30px;
}

.innovation .text h4 {
  color: rgb(22, 45, 66);
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.innovation .text p {
  color: black;
  text-align: justify;
  font-size: 1rem;
}

.innovation .img {
  flex: 1 1 400px;
  text-align: center;
}

.innovation .img img {
  width: 100%;
  max-width: 500px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}
