/* ======================================
      HERO (Simulyatsion markaz)
====================================== */

.sim-hero {
background: #0b2c3d;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

/* Yengil ko‘k + qoramtir gradient */
.sim-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      rgba(0, 33, 78, 0.60),
      rgba(0, 33, 78, 0.65)
  );
  backdrop-filter: blur(2px);
}

.sim-hero .page-hero-inner {
  position: relative;
  text-align: center;
  color: #fff;
}

.sim-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.sim-hero p {
  font-size: 18px;
  opacity: 0.95;
}



/* ======================================
      CONTENT
====================================== */

.sim-content {
  padding: 70px 20px;
  display: flex;
  justify-content: center;
}

.sim-container {
  max-width: 900px;
  line-height: 1.75;
  font-size: 18px;
  color: #1a2634;
}

.sim-container p {
  margin-bottom: 22px;
  text-align: justify;
}

.sim-container h2 {
  font-size: 26px;
  margin: 40px 0 15px;
  font-weight: 700;
  color: #0b2c3d;
}

.sim-container ul {
  margin-bottom: 25px;
  padding-left: 22px;
}

.sim-container ul li {
  margin-bottom: 8px;
  font-size: 17px;
}



/* ======================================
      RASMSIZ HERO — Doktorantura uslubi
====================================== */
.plain-hero {
  background: linear-gradient(135deg, #0b2c3d, #14506b);
  padding: 70px 20px;
  text-align: center;
  color: #fff;
}

.plain-hero .page-hero-inner {
  max-width: 900px;
  margin: auto;
}

.plain-hero h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.plain-hero p {
  font-size: 18px;
  opacity: 0.95;
}

