:root {
    --primary-blue: #0098ff;
    --dark-blue: #0a2140;
    --content-text: #0A2140;
    --text-gray: #6b7280;
    --light-blue: #002640;
    --light-gray: #f3f4f6;
    --border-gray: #99A4BD;
}

.hero-section {
  background-image: url("/programs/bgggg 1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  padding: 60px 0 0 0;
  min-height: 1000px;
      margin: 15px;
    border-radius: 12px;
}

.hero-content {
    width: 400px;
}

.logo {
  max-width: 280px;
  height: auto;
}

.hero-title {
    font-size: 54px;
    font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hero-subtitle {
    font-weight: 300;
    letter-spacing: 0.8px;
    font-size: 18px;
  opacity: 0.95;
  margin-bottom: 0;
}

.landmarks-image {
  margin-top: 30px;
  overflow: hidden;
}

.landmarks-image img {
  display: block;
  object-fit: cover;
  height: 350px;
}

/* Content Section */
.content-section {
  background: white;
}

/* Info Section */
.info-section {
  background: white;
  padding: 50px 0;
}

/* Conditions Section */
.conditions-section {
  background: white;
  padding: 50px 0;
}

.conditions-list {
  padding-left: 0;
}

.conditions-list li {
  color: var(--content-text);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  list-style: decimal !important;

}

.section-title {
    color: var(--dark-blue);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-text {
  color: var(--content-text);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.requirements-list {
  padding-left: 20px;
  color: var(--content-text);
  font-weight: 500;
  line-height: 1.8;
}

.requirements-list li {
  margin-bottom: 10px;
}

/* Program Section */
.program-section {
  background: #f0f4f8;
  padding: 50px 0;
}

.program-details {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.program-table {
  width: 100%;
  border-spacing: 0;
  font-weight: 500;
}

.program-table tr {
  border-bottom: 1px solid var(--border-gray);
}

.program-table tr:last-child {
  border-bottom: none;
}

.program-table td {
  padding: 12px 0;
}

.table-label {
  color: #0a4d5c;
  font-weight: 500;
  font-size: 15px;
  width: 40%;
}

.table-value {
  color: #333;
  font-size: 15px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  color: #0a4d5c;
  font-weight: 500;
  font-size: 15px;
}

.detail-value {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}


.btn {
    padding: 15px 30px !important;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.student-img {
  border-radius: 20px;
  object-fit: cover;
}

.student-img-1 {
  width: 309px;
  height: 650px;
}

.student-img-2 {
  width: 309px;
  height: 418px;
}


