/* ===== Mobile perfect header fix ===== */
.header1 .ic {
    font-size: 16px;
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header1 a {
    text-decoration: none;
}

@media (max-width: 576px) {

    /* remove extra left margins that break layout */
    .header1 .ms-5,
    .header2 .ms-4 {
        margin-left: 0 !important;
    }

    /* header1: stack and center properly */
    .header1 {
        padding: 6px 10px;
    }

    .header1 .social-col {
        text-align: center;
        padding: 6px 0 !important;
    }

    .header1 .right-col {
        padding: 6px 0 !important;
    }

    .header1 .right-col .row {
        gap: 8px;
    }

    /* dropdown navbar in header1 */
    .header1 nav.navbar.new {
        width: 100%;
        padding: 0;
        border-radius: 8px;
    }

    .header1 nav.navbar.new .nav-link {
        padding: 10px 12px;
        font-size: 12px !important;
        line-height: 1.25;
    }

    .header1 nav.navbar.new .dropdown-menu {
        width: 100%;
    }

    /* grievance/admin buttons */
    .header1 .link-btn {
        display: block;
        text-align: center;
        padding: 0px 12px;
        border-radius: 8px;
    }

    .header1 .link-btn span {
        font-size: 12px;
    }

    /* header2: logo + title + uni logo + CAS button stack */
    .header2 .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header2 .logo-col,
    .header2 .uni-col {
        text-align: center;
    }

    .header2 .title-col {
        text-align: center;
        margin-left: 0 !important;
    }

    .header2 .title-col h2 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .header2 .title-col p {
        font-size: 12px;
        margin-top: 0 !important;
    }

    .header2 .cab {
        margin-left: 0 !important;
        text-align: center;
        padding: 8px 0;
    }

    .header2 .cab .btn {
        width: 100%;
        font-size: 12px;
    }

    /* menu: keep toggler nice */
    .nav_menu .navbar {
        padding: 6px 10px;
    }

    .nav_menu .navbar-nav .nav-item {
        padding-left: 0 !important;
    }

    .nav_menu .menu {
        padding: 10px 12px !important;
    }
}

/* ================= Mentors Responsive Section ================= */
.mentors-section {
  width: 100%;
}

.mentor-card {
  background: #fff;
  border: 2px solid #005aa6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 0 #003f7a, 0 8px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.mentor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 0 #003f7a, 0 14px 28px rgba(0, 0, 0, 0.22);
}

.mentor-img-box {
  width: 100%;
  height: 300px;
  padding: 12px;
  background: #f8fbff;
  border-bottom: 2px solid #005aa6;
}

.mentor-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border: 1px solid #d8e6f5;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}

.mentor-content {
  padding: 16px 12px 20px;
  border-top: 1px solid #e5eef8;
}

.mentor-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #005aa6;
  margin-bottom: 8px;
  line-height: 1.3;
}

.mentor-content h6 {
  font-size: 14px;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
  .mentor-img-box {
    height: 290px;
  }

  .mentor-content h4 {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .mentors-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .mentor-img-box {
    height: 320px;
  }

  .mentor-content h4 {
    font-size: 16px;
  }

  .mentor-content h6 {
    font-size: 13px;
  }
}

/* ================= Facilities Responsive Section ================= */
.facilities-section {
  width: 100%;
}

.facilities-subtitle {
  line-height: 1.6;
  color: #333;
}

.facility-card {
  background: #fff;
  border: 2px solid #005aa6;
  border-radius: 14px;
  padding: 28px 22px;
  transition: all 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
}

.facility-icon-box {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border: 2px solid #005aa6;
  border-radius: 50%;
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.facility-card h6 {
  font-size: 18px;
  font-weight: 700;
  color: #005aa6;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
  .facility-card {
    padding: 24px 18px;
  }

  .facility-card h6 {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .facilities-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .facility-card {
    padding: 22px 16px;
  }

  .facility-icon-box {
    width: 78px;
    height: 78px;
  }

  .facility-icon {
    width: 46px;
    height: 46px;
  }

  .facility-card h6 {
    font-size: 16px;
  }

  .facility-card p {
    font-size: 14px;
  }
}

/* ================= Quick Links Responsive ================= */
.quick-links-section {
  width: 100%;
  background: #fff;
}

.quick-link-card {
  width: 100%;
  height: 130px;
  border: 2px solid #005aa6;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.quick-link-card:hover {
  transform: translateY(-4px);
}

.quick-link-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 991.98px) {
  .quick-link-card {
    height: 125px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .quick-links-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .quick-link-card {
    height: 115px;
    padding: 10px;
    border-radius: 12px;
  }
}

/* ================= Gallery Responsive ================= */
.gallery-section {
  width: 100%;
  background: #fff;
}

.gallery-subtitle {
  color: #333;
  line-height: 1.6;
}

.gallery-card {
  width: 100%;
  height: 210px;
  border-radius: 14px;
  border: 2px solid #005aa6;
  padding: 8px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 0 #003f7a, 0 13px 25px rgba(0, 0, 0, 0.2);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.gallery-more-btn {
  display: inline-block;
  background: #005aa6;
  color: #fff !important;
  padding: 10px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gallery-more-btn:hover {
  background: #e73349;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991.98px) {
  .gallery-card {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .gallery-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .gallery-card {
    height: 230px;
  }

  .gallery-subtitle {
    font-size: 14px;
  }
}

/* ================= Responsive Footer ================= */
.rd-footer {
  width: 100%;
}

.rd-footer-main {
  background: #262626;
  color: #fff;
}

.rd-footer-box h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rd-footer-line {
  width: 55px;
  height: 3px;
  background: #0054a1;
  margin-bottom: 20px;
}

.rd-footer-contact-list,
.rd-footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rd-footer-contact-list li,
.rd-footer-link-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  color: #fff;
  line-height: 1.5;
}

.rd-footer-contact-list i,
.rd-footer-link-list i,
.rd-footer-address i {
  color: #fff;
  margin-top: 4px;
  min-width: 16px;
}

.rd-footer-contact-list a,
.rd-footer-link-list a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rd-footer-contact-list a:hover,
.rd-footer-link-list a:hover {
  color: #7dbfff;
}

.rd-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.rd-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0054a1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.rd-footer-social a:hover {
  background: #e73349;
  color: #fff;
  transform: translateY(-3px);
}

.rd-footer-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.rd-footer-address p {
  color: #fff;
  margin: 0;
  line-height: 1.7;
}

.rd-elearning-card {
  height: 68px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.3s ease;
}

.rd-elearning-card:hover {
  transform: translateY(-3px);
}

.rd-elearning-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.rd-footer-quick,
.rd-footer-copy {
  background: #0054a1;
  color: #fff;
}

.rd-footer-quick {
  border-bottom: 1px dashed rgba(0,0,0,0.5);
}

.rd-footer-quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #fff;
  font-size: 15px;
}

.rd-footer-quick-links span {
  color: #000;
  font-weight: 700;
}

.rd-footer-quick-links a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.rd-footer-quick-links a:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
  color: rgba(255,255,255,0.8);
}

.rd-footer-quick-links a:hover {
  color: #e6f2ff;
}

.rd-footer-copy p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.rd-footer-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.rd-footer-copy a:hover {
  color: #e6f2ff;
}

/* Tablet */
@media (max-width: 991.98px) {
  .rd-footer-main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .rd-footer-box {
    text-align: left;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .rd-footer-main {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .rd-footer-box h5 {
    font-size: 17px;
  }

  .rd-footer-contact-list li,
  .rd-footer-link-list li,
  .rd-footer-address p {
    font-size: 14px;
  }

  .rd-footer-social {
    gap: 8px;
  }

  .rd-footer-social a {
    width: 32px;
    height: 32px;
  }

  .rd-elearning-card {
    height: 62px;
  }

  .rd-footer-quick-links {
    font-size: 14px;
    line-height: 1.8;
  }

  .rd-footer-quick-links a:not(:last-child)::after {
    margin-left: 8px;
  }

  .rd-footer-copy p {
    font-size: 14px;
  }
}

/* Slider Final: No Cut + Controlled Height */
.slider,
.op,
.home-slider,
.home-slider .carousel-inner,
.home-slider .carousel-item {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.home-slider .carousel-item {
  height: clamp(220px, 32vw, 450px);
  background: #f5f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Controls */
.home-slider .carousel-control-prev,
.home-slider .carousel-control-next {
  width: 8%;
}

.slider-control-icon {
  width: 42px;
  height: 42px;
  background-size: 55%;
  background-color: rgba(0, 84, 161, 0.75);
  border-radius: 50%;
}

/* Mobile */
@media (max-width: 575.98px) {
  .home-slider .carousel-item {
    height: 220px;
  }

  .home-slider .carousel-control-prev,
  .home-slider .carousel-control-next {
    width: 12%;
  }

  .slider-control-icon {
    width: 32px;
    height: 32px;
    background-size: 50%;
  }
}

/* ================= About R.D College Responsive ================= */
.about-rd-section {
  padding-bottom: 35px;
}

.about-rd-title {
  font-size: 30px;
  font-weight: 700;
  color: #0054a1;
  margin-bottom: 12px;
}

.about-rd-title span {
  color: #df4a43;
}

.about-rd-line {
  width: 90px;
  height: 2px;
  background: #000;
  margin-bottom: 24px;
}

.about-rd-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
  margin-bottom: 18px;
}

.about-rd-img-box {
  width: 100%;
  padding: 10px;
  background: #fff;
}

.about-rd-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 2px solid #005aa6;
  padding: 5px;
}

.about-rd-affiliation {
  border-left: 4px solid #005aa6;
  background: #f8fbff;
  padding: 18px 20px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .about-rd-title {
    font-size: 26px;
    text-align: center;
  }

  .about-rd-line {
    margin-left: auto;
    margin-right: auto;
  }

  .about-rd-img-box {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .about-rd-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-rd-title {
    font-size: 23px;
  }

  .about-rd-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-rd-affiliation {
    padding: 15px;
  }
}
/* ================= Vision Mission Responsive ================= */
.vision-mission-section {
  padding-bottom: 35px;
}

.vision-mission-content {
  width: 100%;
}

.vision-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.vision-title span {
  color: #000;
}

.vision-line {
  width: 90px;
  height: 2px;
  background: #000;
  margin-bottom: 24px;
}

.vision-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
  margin-bottom: 16px;
}

.vision-img-box {
  width: 100%;
  border: 2px solid #005aa6;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}

.vision-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .vision-title {
    font-size: 26px;
    text-align: center;
  }

  .vision-line {
    margin-left: auto;
    margin-right: auto;
  }

  .vision-img-box {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .vision-mission-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vision-title {
    font-size: 23px;
  }

  .vision-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .vision-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}
.vision-line {
  width: 90px;
  height: 2px;
  background: #000;
  margin-bottom: 24px;
}

.vision-img-box {
  margin-top: 0;
}

.vision-text:first-child {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .vision-title {
    text-align: center;
  }

  .vision-line {
    margin-left: auto;
    margin-right: auto;
  }

  .vision-img-box {
    margin-top: 10px;
  }
}
/* ================= Vice Chancellor Message Responsive ================= */
.vc-message-section {
  padding-bottom: 35px;
}

.vc-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.vc-heading-line {
  width: 120px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.vc-message-box {
  width: 100%;
  border: 2px solid #005aa6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 0 #003f7a, 0 8px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.vc-profile-card {
  width: 100%;
  border: 1px solid #d8e6f5;
  border-radius: 12px;
  padding: 16px;
  background: #f8fbff;
}

.vc-profile-img {
  width: 300px;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  border: 2px solid #005aa6;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
  display: block;
  margin: 0 auto;
}

.vc-name {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #005aa6;
}

.vc-designation {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.vc-message-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

.vc-name-bottom {
  font-size: 18px;
  font-weight: 700;
  color: #005aa6;
  margin-bottom: 6px;
}

.vc-designation-bottom {
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
  .vc-heading {
    font-size: 26px;
  }

  .vc-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .vc-profile-img {
    width: 280px;
    height: 280px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .vc-message-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vc-heading {
    font-size: 23px;
  }

  .vc-heading-line {
    width: 90px;
    margin-bottom: 22px;
  }

  .vc-message-box {
    border-radius: 12px;
  }

  .vc-profile-card {
    padding: 12px;
  }

  .vc-profile-img {
    width: 230px;
    height: 230px;
  }

  .vc-name,
  .vc-name-bottom {
    font-size: 16px;
  }

  .vc-designation,
  .vc-designation-bottom {
    font-size: 13px;
  }

  .vc-message-text {
    font-size: 14px;
    line-height: 1.7;
  }
}
/* ================= Principal Message Responsive ================= */
.principal-message-section {
  padding-bottom: 35px;
}

.principal-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.principal-heading-line {
  width: 120px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.principal-message-box {
  width: 100%;
  border: 2px solid #005aa6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.principal-profile-card {
  width: 100%;
  border: 1px solid #d8e6f5;
  border-radius: 12px;
  padding: 16px;
  background: #f8fbff;
}

.principal-profile-img {
  width: 300px;
  max-width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  border: 2px solid #005aa6;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
  display: block;
  margin: 0 auto;
}

.principal-name {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #005aa6;
}

.principal-designation {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

.principal-message-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 20px;
}

.principal-thanks {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.principal-sign {
  font-size: 20px;
  font-weight: 700;
  color: #005aa6;
  margin-bottom: 10px;
}

.principal-quote {
  font-size: 16px;
  color: #222;
  margin-bottom: 0;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 991.98px) {
  .principal-heading {
    font-size: 26px;
  }

  .principal-profile-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .principal-profile-img {
    width: 280px;
    height: 280px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .principal-message-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .principal-heading {
    font-size: 23px;
  }

  .principal-heading-line {
    width: 90px;
    margin-bottom: 22px;
  }

  .principal-message-box {
    border-radius: 12px;
  }

  .principal-profile-card {
    padding: 12px;
  }

  .principal-profile-img {
    width: 230px;
    height: 230px;
  }

  .principal-name {
    font-size: 16px;
  }

  .principal-designation {
    font-size: 13px;
  }

  .principal-message-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .principal-thanks,
  .principal-quote {
    font-size: 14px;
  }

  .principal-sign {
    font-size: 17px;
  }
}

/* ================= Achievements Section ================= */
.achievements-section {
  padding-top: 35px;
  padding-bottom: 45px;
}

.achievement-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.achievement-title span {
  color: #000;
}

.achievement-line {
  width: 100px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.achievement-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.achievement-text {
  font-size: 16px;
  line-height: 33px;
  color: #222;
  text-align: justify;
}

.achievement-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.achievement-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

/* Table */
.achievement-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.achievement-table {
  min-width: 650px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.achievement-table thead tr {
  background: #df4a43;
  color: #fff;
}

.achievement-table th,
.achievement-table td {
  padding: 13px 12px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

.achievement-table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.achievement-table tbody tr:hover {
  background: #eef6ff;
}

/* Tablet */
@media (max-width: 991.98px) {
  .achievement-title {
    font-size: 26px;
  }

  .achievement-content {
    padding: 22px;
  }

  .achievement-img-box {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .achievements-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .achievement-title {
    font-size: 23px;
  }

  .achievement-line {
    width: 80px;
    margin-bottom: 22px;
  }

  .achievement-content {
    padding: 18px;
  }

  .achievement-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .achievement-img-box {
    padding: 8px;
    border-radius: 12px;
  }

  .achievement-table th,
  .achievement-table td {
    font-size: 14px;
    padding: 11px 10px;
  }
}

/* ================= Admission Responsive Section ================= */
.admission-section {
  padding-bottom: 35px;
}

.admission-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.admission-title span {
  color: #000;
}

.admission-line {
  width: 110px;
  height: 2px;
  background: #000;
  margin-bottom: 22px;
}

.admission-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.admission-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}

.admission-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.admission-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  height: 280px;
}

.admission-doc-box {
  background: #f8fbff;
  border-left: 4px solid #005aa6;
  padding: 20px 22px;
}

.admission-doc-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-bottom: 14px;
}

.admission-doc-list {
  padding-left: 20px;
}

.admission-doc-list li {
  font-size: 15px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 8px;
}

.admission-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.admission-table {
  min-width: 850px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.admission-table thead tr {
  background: #df4a43;
  color: #fff;
}

.admission-table th {
  font-size: 15px;
  font-weight: 700;
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.admission-table td {
  font-size: 15px;
  padding: 13px 12px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  line-height: 1.6;
}

.admission-table tbody tr:nth-child(even) {
  background: #f8fbff;
}

.admission-table tbody tr:hover {
  background: #eef6ff;
}

.admission-apply-btn {
  display: inline-block;
  background: #df4a43;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 32px;
  border-radius: 6px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.admission-apply-btn:hover {
  background: #005aa6;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991.98px) {
  .admission-title {
    font-size: 26px;
    text-align: center;
  }

  .admission-line {
    margin-left: auto;
    margin-right: auto;
  }

  .admission-img-box {
    max-width: 620px;
    margin: 0 auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .admission-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .admission-title {
    font-size: 23px;
  }

  .admission-line {
    width: 85px;
    margin-bottom: 18px;
  }

  .admission-content {
    padding: 18px;
  }

  .admission-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .admission-doc-box {
    padding: 16px;
  }

  .admission-doc-title {
    font-size: 14px;
  }

  .admission-doc-list li {
    font-size: 14px;
  }

  .admission-table th,
  .admission-table td {
    font-size: 14px;
    padding: 11px 10px;
  }

  .admission-apply-btn {
    width: 100%;
    max-width: 220px;
    padding: 10px 20px;
  }
}

/* ================= Science Department Responsive ================= */
.science-dept-section {
  padding-bottom: 40px;
}

.science-dept-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.science-dept-title span {
  color: #000;
}

.science-dept-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.science-dept-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.science-dept-list {
  padding-left: 20px;
}

.science-dept-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 10px;
  text-align: justify;
}

.science-dept-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.science-dept-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .science-dept-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .science-dept-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .science-dept-title {
    font-size: 23px;
  }

  .science-dept-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .science-dept-content {
    padding: 18px;
  }

  .science-dept-list li {
    font-size: 14px;
    line-height: 1.7;
  }

  .science-dept-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}

/* ================= Arts Department Responsive ================= */
.arts-dept-section {
  padding-bottom: 40px;
}

.arts-dept-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.arts-dept-title span {
  color: #000;
}

.arts-dept-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.arts-dept-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.arts-dept-list {
  padding-left: 20px;
}

.arts-dept-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 10px;
  text-align: justify;
}

.arts-dept-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.arts-dept-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .arts-dept-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .arts-dept-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .arts-dept-title {
    font-size: 23px;
  }

  .arts-dept-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .arts-dept-content {
    padding: 18px;
  }

  .arts-dept-list li {
    font-size: 14px;
    line-height: 1.7;
  }

  .arts-dept-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}

/* ================= Rules & Regulations Responsive ================= */
.rules-section {
  margin-top: 35px;
  margin-bottom: 45px;
}

.rules-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.rules-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rules-title span {
  color: #000;
}

.rules-line {
  width: 80px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.rules-list {
  padding-left: 22px;
  margin-bottom: 0;
  text-align: justify;
}

.rules-list li {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 12px;
}

.rules-list li::marker {
  color: #df4a43;
}

.rules-list span {
  font-weight: 700;
  color: #005aa6;
}

/* Tablet */
@media (max-width: 991.98px) {
  .rules-title {
    font-size: 26px;
    text-align: center;
  }

  .rules-line {
    margin-left: auto;
    margin-right: auto;
  }

  .rules-box {
    padding: 24px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .rules-section {
    margin-top: 28px;
    margin-bottom: 35px;
  }

  .rules-box {
    padding: 18px;
    border-radius: 12px;
  }

  .rules-title {
    font-size: 23px;
  }

  .rules-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .rules-list {
    padding-left: 18px;
  }

  .rules-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}

/* ================= NCC Responsive ================= */
.ncc-section {
  padding-bottom: 40px;
}

.ncc-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ncc-title span {
  color: #000;
}

.ncc-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.ncc-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.ncc-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}

.ncc-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.ncc-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .ncc-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .ncc-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .ncc-title {
    font-size: 23px;
  }

  .ncc-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .ncc-content {
    padding: 18px;
  }

  .ncc-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .ncc-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}

/* ================= NSS Responsive ================= */
.nss-section {
  padding-bottom: 40px;
}

.nss-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.nss-title span {
  color: #000;
}

.nss-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.nss-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.nss-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}

.nss-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.nss-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .nss-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .nss-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .nss-title {
    font-size: 23px;
  }

  .nss-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .nss-content {
    padding: 18px;
  }

  .nss-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .nss-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}

/* ================= Canteen Responsive ================= */
.canteen-section {
  padding-bottom: 40px;
}

.canteen-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.canteen-title span {
  color: #000;
}

.canteen-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.canteen-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.canteen-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}

.canteen-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.canteen-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .canteen-title {
    font-size: 26px;
    text-align: center;
  }

  .canteen-line {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .canteen-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .canteen-title {
    font-size: 23px;
  }

  .canteen-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .canteen-content {
    padding: 18px;
  }

  .canteen-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .canteen-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}

/* ================= Hostel Responsive ================= */
.hostel-section {
  padding-bottom: 40px;
}

.hostel-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hostel-title span {
  color: #000;
}

.hostel-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.hostel-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.hostel-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
}

.hostel-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.hostel-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

@media (max-width: 991.98px) {
  .hostel-title {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .hostel-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .hostel-title {
    font-size: 23px;
  }

  .hostel-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .hostel-content {
    padding: 18px;
  }

  .hostel-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .hostel-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}
/* ================= Internet Facility Responsive ================= */
.internet-section {
  padding-bottom: 40px;
}

.internet-title {
  color: #df4a43;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.internet-title span {
  color: #000;
}

.internet-line {
  width: 85px;
  height: 2px;
  background: #000;
  margin-bottom: 28px;
}

.internet-content,
.internet-bottom-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.internet-text {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
  margin-bottom: 16px;
}

.internet-img-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.internet-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
  .internet-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .internet-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 32px;
  }

  .internet-title {
    font-size: 23px;
  }

  .internet-line {
    width: 70px;
    margin-bottom: 22px;
  }

  .internet-content,
  .internet-bottom-content {
    padding: 18px;
  }

  .internet-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .internet-img-box {
    padding: 8px;
    border-radius: 12px;
  }
}