.about-journal {
  background: linear-gradient(to right, #f8fbff, #eef4fa);
}

.section-title {
  font-weight: 700;
  color: #0d3b66;
}

.about-journal p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.about-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.highlight-item {
  font-weight: 500;
  color: #0d3b66;
}

.highlight-item i {
  color: #0d6efd;
  margin-right: 8px;
}

.journal-info-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.journal-info-card h5 {
  font-weight: 600;
  color: #0d3b66;
}

.journal-info-card li {
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.journal-info-card li:last-child {
  border-bottom: none;
}
/* who we are */
.about-section {
 background: linear-gradient(to right, #fdfbfb, #ebedee);
  min-height: 100vh;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1e40af;
  position: relative;
}

.section-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #2563eb;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

.sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 15px;
}

.about-section p {
  color: #444;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 18px;
}

.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.about-section .container {
  background: rgba(255, 255, 255, 0.75);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.gradient-text {
  background: linear-gradient(270deg, #0d3b66, #98adb6, #646464);
  background-size: 600% 600%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* vision and mission */
/* Background */
.vision-mission-section {
  background: linear-gradient(to bottom, #f9f7f3, #f1ede6);
  position: relative;
  font-family: 'Georgia', serif;
}

/* Main Title */
.vm-main-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1e3a8a;
  text-transform: uppercase;
}

.vm-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #c6a75e, #e6c36a);
  margin: 12px auto 0;
  border-radius: 4px;
}

/* Card */
.vm-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-top: 4px solid #c6a75e;
  transition: all 0.4s ease;
}

.vm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Title */
.vm-title {
  font-size: 24px;
  font-weight: 600;
  color: #b8892b;
  margin-bottom: 20px;
  text-align: center;
}

/* Paragraph */
.vm-card p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.8;
  text-align: justify;
}
/* petron css */
/* Section Background */
.patron-section {
  background: linear-gradient(to bottom, #fdfaf6, #f4efe6);
  font-family: 'Georgia', serif;
}

/* Title */
.patron-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e3a8a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.patron-divider {
  width: 90px;
  height: 3px;
  background: linear-gradient(to right, #c6a75e, #e6c36a);
  margin: 12px auto 0;
  border-radius: 4px;
}

/* Card */
.patron-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  border-left: 4px solid #c6a75e;
  transition: 0.4s ease;
}

.patron-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.patron-img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid #e6c36a;
}

/* Text */
.patron-name {
  font-size: 22px;
  font-weight: 600;
  color: #b8892b;
}

.patron-designation {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
}

.patron-desc {
  font-size: 15.5px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}
.listyitem ul li{
  margin-top: 1px;
}