
.hero-section {
  background: linear-gradient(135deg, #003366, #0077b6);
  color: #fff;
  text-align: center;
  padding: 100px 20px 80px;
  position: relative;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('https://www.transparenttextures.com/patterns/diamond-upholstery.png');
  opacity: 0.2;
}
.hero-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero-section p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* ---------------- ABOUT SECTION ---------------- */
.about-section {
  background: #f9fafc;
  padding: 80px 20px;
}
.about-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.about-text {
  flex: 1 1 500px;
}
.about-text h2 {
  color: #003366;
  font-size: 2rem;
  margin-bottom: 15px;
}
.about-text p {
  margin-bottom: 15px;
}
.about-image {
  flex: 1 1 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- VALUES SECTION ---------------- */
.values-section {
  background: #fff;
  padding: 70px 20px;
  text-align: center;
}
.values-section h2 {
  color: #003366;
  font-size: 2rem;
  margin-bottom: 40px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}
.value-card {
  background: #f0f6ff;
  border-radius: 14px;
  padding: 30px 20px;
  transition: 0.3s ease;
}
.value-card:hover {
  background: #e3efff;
  transform: translateY(-6px);
}
.value-card i {
  font-size: 2.5rem;
  color: #f4b400;
  margin-bottom: 15px;
}
.value-card h4 {
  color: #003366;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* ---------------- CAMPUS SECTION ---------------- */
.campus-section {
  background: linear-gradient(135deg, #eef6ff, #fdfdfd);
  padding: 70px 20px;
}
.campus-section h2 {
  text-align: center;
  color: #003366;
  font-size: 2rem;
  margin-bottom: 40px;
}
.campus-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 25px;
}
.campus-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}
.campus-card:hover {
  transform: translateY(-6px);
}
.campus-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.campus-info {
  padding: 20px;
}
.campus-info h4 {
  color: #003366;
  margin-bottom: 10px;
}
.campus-info p {
  font-size: 0.95rem;
  color: #333;
}

/* ---------------- CTA SECTION ---------------- */
.cta-section {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.cta-section p {
  margin-bottom: 25px;
  font-size: 1.05rem;
}
.cta-section a {
  background: #f4b400;
  color: #003366;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
.cta-section a:hover {
  background: #ffd95e;
}

.campus-facility-section {
  background: linear-gradient(135deg, #f6f9ff, #fff3e6);
  padding: 70px 20px;
 
}

.campus-facility-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Panel */
.campus-left {
  background-color: #ffffff;
  flex: 1 1 420px;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.campus-heading {
  color: #1b4b91;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.campus-description {
  color: #444;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.campus-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.campus-point {
  background-color: #eaf3ff;
  color: #0b3a75;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.campus-point:hover {
  transform: translateX(6px);
}

.campus-btn {
  margin-top: 25px;
  background-color: #ff6b35;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.campus-btn:hover {
  background-color: #e35420;
}

/* Right Panel */
.campus-right {
  flex: 1 1 420px;
}

.facility-heading {
  font-size: 1.5rem;
  color: #002b5b;
  font-weight: 700;
  margin-bottom: 25px;
}

.facility-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  margin-bottom: 20px;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.facility-icon {
  font-size: 26px;
  color: #ff6b35;
}

.facility-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #002b5b;
  margin-bottom: 5px;
}

.facility-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .campus-facility-container {
    flex-direction: column;
    align-items: center;
  }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 768px) {
  .hero-section h1 { font-size: 2rem; }
  .about-flex { flex-direction: column; }
}