.main-menu ul li a {
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  transition: color 0.3s ease;
}

.main-menu ul li a:hover {
  color: #2EAB1D;
}

.main-menu ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #2EAB1D;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.main-menu ul li a:hover::after {
  width: 100%;
}
.doc-card {
  background: #ffffff;
  border: 1px solid #0B5FA8;
  padding: 15px 15px 20px;
  margin-top: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 20px !important;
}

.doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #2EAB1D;
}
.doc-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.doc-actions {
  display: flex;
  gap: 8px;
}

.doc-actions a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;   /* round icons */
  color: white;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

/* COLORS */
.view-btn {
  background: #0B5FA8;
}
.view-btn:hover {
  background: #2EAB1D;
}
.download-btn {
  background: #2EAB1D;
}

.doc-actions a:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.card-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.section-title {
  color: #0B5FA8;
  margin-bottom: 10px;
  font-weight: 600;
}

.motto-text {
  color: #F39F5F;
  font-style: italic;
  margin-bottom: 10px;
}
.principal-section {
  background: #f5f9ff;
}

.principal-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0B5FA8;
  margin-bottom: 25px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0B5FA8;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.principal-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.principal-sign {
  margin-top: 30px;
  text-align: right;
}
.principal-name {
  margin-top: 30px;
  text-align: center;
}
.principal-sign span {
  display: block;
  font-size: 15px;
  color: #666;
}

.principal-sign h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #0B5FA8;
}
.correspondent-section {
  background: #f5f9ff;
}

.correspondent-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: auto;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0B5FA8;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #0B5FA8;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.correspondent-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
  text-align: justify;
}

.correspondent-sign {
  margin-top: 30px;
  text-align: right;
}

.correspondent-sign span {
  display: block;
  font-size: 15px;
  color: #666;
}

.correspondent-sign h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #0B5FA8;
}.academic-section {
  background: #f9fbfd;
}

.academic-block {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  border-left: 5px solid #0B5FA8;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: 0.3s;
  scroll-margin-top: 120px;
}

.academic-block:hover {
  transform: translateY(-4px);
}

.academic-block h3 {
  color: #0B5FA8;
  margin-bottom: 10px;
}

.academic-block ul {
  margin-top: 10px;
  padding-left: 20px;
}

.academic-block ul li {
  margin-bottom: 5px;
}
.facility-section {
  background: #f5f9ff;
}

.facility-block {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 12px;
  border-left: 5px solid #0B5FA8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.facility-block:hover {
  transform: translateY(-5px);
}

.facility-block h3 {
  color: #0B5FA8;
  margin-bottom: 10px;
}
.principal-photo img {
  width: 320px;
  height: 380px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
@media (max-width: 768px) {
  .principal-photo img {
    width: 240px;
    height: 300px;
  }
}
