


/* Section Background */
.neet-navigator-section {
  background: #f3f3f3;
}

/* Left Card */
.neet-service-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.neet-service-card:hover {
  transform: translateY(-5px);
}

.neet-card-logo {
  background: #eef2f7;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 20px;
}

.neet-card-logo img {
  max-width: 180px;
}

.neet-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.neet-card-list {
  list-style: none;
  padding: 0;
}

.neet-card-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
}

.neet-card-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* Right Content */
.neet-main-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.neet-navigator-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #444;
}

/* Buttons */
.neet-btn-group {
  display: flex;
  gap: 15px;
}

.neet-btn-primary {
  background: #3b74c1;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.neet-btn-primary:hover {
  background: #2f5fa0;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {

  .neet-main-heading {
    font-size: 30px;
  }

  .neet-btn-group {
    justify-content: center;
  }

  .neet-navigator-content {
    text-align: center;
  }

  .neet-service-card {
    margin-bottom: 30px;
  }
}



/* SECTION */
.nrp-modern-section {
  padding: 80px 0;
  background: #f9f9ff;
}

/* Section Title */
.nrp-section-title h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.nrp-section-title p {
  color: #666;
  margin-bottom: 40px;
}

/* CARD */
.nrp-modern-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  position: relative;
  transition: 0.4s ease;
  height: 100%;
}

/* Gradient Border Effect */
.nrp-modern-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #5F2DED, #F2277E);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover Effect */
.nrp-modern-card:hover {
  transform: translateY(-8px);
}

/* Heading */
.nrp-modern-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* List */
.nrp-modern-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.nrp-modern-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.nrp-modern-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #5F2DED;
  font-weight: bold;
}

/* Highlight text */
.nrp-card-highlight {
  font-weight: 600;
  color: #5F2DED;
  margin-top: 10px;
}

/* Strategy Box */
.nrp-strategy-box {
  background: linear-gradient(135deg, #5F2DED, #F2277E);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 10px;
}


.uni-details-table th,
.uni-details-table td {
    border: 1px solid #5F2DED;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
}

.uni-details-table thead th {
    background: #5F2DED;
    color: #fff;
    font-weight: 600;
    border: 1px solid #eee;
}

.uni-details-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.uni-details-table tbody tr:hover {
    background: #eef4ff;
    transition: 0.3s ease;
}



/* Responsive */
@media (max-width: 991px) {
  .nrp-modern-card {
    text-align: center;
  }
}

.rp-about-img-wrappern {
  height: 100%;
  display: flex;
}

.rp-about-imgn {
  height: 100%;
  width: 100%;
  object-fit: cover; /* important */
}


@media (min-width: 768px) {
  .row-equal-height {
    display: flex;
    align-items: stretch;
  }

  .row-equal-height > div {
    display: flex;
    flex-direction: column;
  }
}



.rp-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rp-footer-left p {
  margin: 0;
  font-size: 14px;
}

.rp-footer-right a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
  transition: 0.3s;
}

.rp-footer-right a:hover {
  color: #00bcd4;
}

/* Mobile View */
@media (max-width: 767px) {
  .rp-footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .rp-footer-right a {
    margin: 0 10px;
  }
}
