.rts-scholarship-description .repeating-content .single-information-box {
  padding: 28px;
}

.rts-section-padding {
  padding: 20px 0;
}

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

.rts-section-padding-batch {
  float: left;
  padding: 60px 0;
  background: #fff;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.amount_text {
  padding: 10px;
}

.capstone .title {
  padding: 1px;
  margin-bottom: 1px !important;
}

.single-service-content .single-service .icon {
  padding-left: 50px;
}

.single-service-content .single-service {
  display: inline-grid;
  gap: 10px;
}

.career-assist {
  border-radius: 25px;
  background: #660000 !important;
}

.prgm-highlights {
  background: #660000 !important;
}

.why-pgdp {
  border-radius: 15px;
}

.program-sidebar {
  margin-top: 130px;
}

.rts-application-form-content {
  padding: 18px;
}

.application {
  background: #cccccc61;
  padding: 10px;
  margin-top: 40px;
  width: 100%;
}

.rts-scholarship-description .program-about {
  margin-bottom: 23px;
}

.row.g-5.career-box {
  padding: 5px;
  margin-bottom: 25px;
}

.single-service-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  padding: 20px;
}

.member-info__details .short-info .course__single ul li {
  border-bottom: 1px dashed #a2a2a2;
  padding: 1px;
}

p.al-sub-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

h5.alumni-title {
  line-height: 0px;
  padding: 5px;
  margin-top: 42px;
}

.rt-theme-bg {
  background: #003366 !important;
}

/* ============================= */
/* 📌 Breadcrumb Banner Section  */
/* ============================= */
.rts-breadcrumb.breadcrumb-height {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  padding: 100px 0;
}

.rts-breadcrumb.breadcrumb-height::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0 0 0 / 16%);
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 600px;
}

.breadcrumb-content .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 25px;
}

.breadcrumb-buttons a,
.enroll-button,
.download-button {
  display: inline-block;
  margin-right: 15px;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.enroll-button {
  background-color: #660000;
  color: #fff;
}

.enroll-button:hover {
  background-color: #8a0000;
}

.download-button {
  background-color: #110c2d;
  color: #fff;
  border: 2px solid #110c2d;
  transition: all 0.3s ease-in-out;
}

.download-button:hover {
  background-color: #660000;
  border-color: #660000;
  color: #fff;
}

/* ============================= */
/* 📌 Equal Height Info Boxes    */
/* ============================= */
.repeating-content .row {
  display: flex;
  flex-wrap: wrap;
}

.repeating-content .col-lg-3,
.repeating-content .col-md-6,
.repeating-content .col-sm-12 {
  display: flex;
}

.single-information-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
}

.single-information-box .single-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* 🟦 Icon Box (Blue Icons) */
.icon-box {
  background: rgba(0, 51, 102, 0.1);
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  margin: 0 auto 15px;
  transition: all 0.3s ease-in-out;
}

.icon-box svg {
  width: 30px;
  height: 30px;
  fill: #003366; /* Blue icons */
  transition: fill 0.3s ease-in-out;
}

.single-information-box:hover .icon-box {
  background: #003366;
}

.single-information-box:hover .icon-box svg {
  fill: #fff;
}

.single-information-box h4.title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.single-information-box p.amount_text {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  color: #444;
}

.single-information-box:hover {
  background: #660000;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.single-information-box:hover h4.title,
.single-information-box:hover p.amount_text {
  color: #fff;
}

/* ============================= */
/* 📱 Responsive Adjustments     */
/* ============================= */
@media (max-width: 768px) {
  .breadcumb-bg {
    background-position: center top;
    padding: 80px 20px;
  }

  .breadcrumb-content {
    text-align: center;
    max-width: 100%;
  }

  .breadcrumb-buttons a,
  .enroll-button,
  .download-button {
    width: 100%;
    max-width: 215px;
    text-align: center;
    margin: 12px auto;
    font-size: 1.6rem;
  }

  .single-information-box {
    padding: 20px;
  }

  .rts-footer-widget .rts-footer-menu ul li a:hover {
    color: #fff;
  }
}

/* ============================= */
/* 📌 Capstone Section           */
/* ============================= */
.capstone .single-information-box {
  background: #003366;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
}

.capstone .icon-box {
  background: rgba(255, 255, 255, 0.15);
}

.capstone .icon-box svg {
  fill: #fff;
}

/* ============================= */
/* ✅ Fixed Responsive Banner    */
/* ============================= */
@media (max-width: 768px) {
  .rts-breadcrumb.breadcrumb-height {
    height: auto;
    padding: 80px 20px;
    background-position: center top !important;
    text-align: center;
  }

  .breadcrumb-content {
    text-align: center !important;
    max-width: 100%;
  }

  .breadcrumb-content .section-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .enroll-button,
  .download-button {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 12px auto;
    text-align: center;
  }
}

/* ============================= */
/* 📌 Left Aligned Breadcrumb (Desktop) */
/* ============================= */
.breadcrumb-content.text-left {
  text-align: left;
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.breadcrumb-buttons {
  flex-wrap: wrap;
  gap: 15px;
}

/* ============================= */
/* 📱 Responsive: Center on Mobile */
/* ============================= */
@media (max-width: 768px) {
  .breadcrumb-content.text-left {
    text-align: center !important;
    max-width: 100%;
  }

  .breadcrumb-buttons {
    justify-content: center;
  }

  .breadcrumb-buttons a {
    width: 100%;
    max-width: 215px;
    text-align: center;
    margin: 10px auto;
  }
}
.popup {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  display: none;
  text-align: center;
}
.popup.success {
  background: #d4edda;
  color: #155724;
}
.popup.error {
  background: #f8d7da;
  color: #721c24;
}
.popup.loading {
  background: #fff3cd;
  color: #856404;
}
