body {
  font-family: "Georgia", serif;
}

/* Navbar */
.navbar-brand span {
  font-weight: 700;
  font-size: 1.25rem;
}

.hero {
  position: relative;
}

.hero-slide {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.hero-content {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 90vh;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.feature-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 0.9rem;
}

.btn-apply {
  background: #e23524;
  padding: 12px 30px;
  font-size: 1rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.impact-section {
  padding: 80px 0;
  background: #ffffff;
}

.impact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b2b55;
}

.impact-subtitle {
  max-width: 700px;
  margin: 15px auto 60px;
  font-size: 1.1rem;
  color: #555;
}

.impact-card {
  background: #f3f6f9;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.impact-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0b2b55;
}

.impact-label {
  font-size: 1rem;
  color: #000;
  margin-top: 5px;
}

.section-padding {
  padding: 80px 0;
}

.filter-buttons .filter-btn {
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  margin-left: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #e23524;
  color: #fff;
  border-color: #e23524;
}

.university-item {
  transition: all 0.4s ease;
}

.university-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}

.university-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-img-wrap {
  position: relative;
}

.card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.rating-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
}

.featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e23524;
  color: #fff;
  padding: 5px 12px;
  font-size: 0.75rem;
  border-radius: 20px;
}

.apply-btn {
  background: #e23524;
  color: #fff;
}

.location {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.info-row span:last-child {
  font-weight: 600;
}

.green {
  color: #198754;
  font-weight: 600;
}

.apply-btn {
  background: #d32f2f;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
}

.apply-btn:hover {
  background: #b71c1c;
  color: #fff;
}

.view-all-btn {
  border: 2px solid #17335f;
  color: #17335f;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
  background: #fff;
}

.view-all-btn:hover {
  background: #17335f;
  color: #fff;
}

.section-padding {
  padding: 80px 0;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0b2b55;
}

.section-subtitle {
  max-width: 750px;
  margin: 15px auto 60px;
  color: #555;
  font-size: 1.1rem;
}

/* Region Header */
.region-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #0b2b55;
  margin-bottom: 30px;
}

.region-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.north {
  background: #e7f0ff;
  color: #2563eb;
}

.east {
  background: #e9f7ef;
  color: #16a34a;
}

/* University Card */
.university-card {
  border: 1px solid #e5ecf4;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  transition: 0.3s ease;
}

.university-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.university-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b2b55;
}

.location {
  color: #555;
  font-size: 0.95rem;
  margin: 8px 0 15px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.ranking {
  color: #2563eb;
  font-weight: 600;
}

.apply-btn {
  margin-top: 20px;
  background: #f1f7ff;
  color: #2563eb;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.apply-btn i {
  margin-left: 5px;
}

.apply-btn:hover {
  background: #2563eb;
  color: #fff;
}

body {
  background: #f8fafc;
}

.testimonial-wrapper {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
}

.testimonial-img {
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  padding: 40px;
}

.rank {
  color: #ff6a00;
  font-weight: 600;
  font-size: 14px;
}

.quote {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 20px;
}

.dots {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #e0e6ef;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #183153;
}

.user-tabs {
  margin-top: 30px;
}

.user-tab {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-tab.active {
  background: #183153;
  color: #fff;
}

.user-tab img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.user-tab small {
  opacity: 0.8;
}

.cta-section {
  background: linear-gradient(180deg, #1f3b5f, #2c5a87);
  color: #fff;
  padding: 90px 0 70px;
}

.cta-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 25px;
}

.cta-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.cta-subtitle {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 20px auto 40px;
}

.btn-primary-custom {
  background: #e23524;
  border: none;
  padding: 14px 28px;
  font-size: 1rem;
}

.btn-primary-custom:hover {
  background: #c92d1f;
}

.btn-outline-light-custom {
  border: 2px solid #fff;
  color: #0b2b55;
  background: #fff;
  padding: 14px 26px;
  font-size: 1rem;
}

.divider {
  margin: 60px auto 40px;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.feature-icon {
  font-size: 32px;
  color: #ff8c42;
  margin-bottom: 10px;
}

.feature-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-text {
  font-size: 0.9rem;
  opacity: 0.85;
}

.site-footer {
  background: #0b2b55;
  color: #ffffff;
  padding: 60px 0 30px;
  font-size: 0.95rem;
}

.footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-divider {
  margin: 30px 0 20px;
  border-color: rgba(255, 255, 255, 0.15);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

/*# sourceMappingURL=style.css.map */
