.header-main6 {
  padding: 7px;
}
.ratsius {
  border-radius: 32px;
  border: 6px solid #15274e;
}

.social-sticky {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.social-sticky a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Animation */
.social-sticky a::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.25);
  top: -130%;
  left: -130%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.social-sticky a:hover::before {
  top: -10%;
  left: -10%;
}

.social-sticky a:hover {
  transform: scale(1.15) rotate(6deg);
}

/* Platform Colors */
.facebook {
  background: #1877f2;
}
.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.youtube {
  background: #ff0000;
}
.twitter {
  background: #1987bd;
}
.whatsapp {
  background: #d32525;
}

/* ===========================
   Mobile Responsive
   =========================== */

@media (max-width: 768px) {
  .social-sticky {
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }

  .social-sticky a {
    width: 42px;
    height: 42px;
    font-size: 17px;
  }
}

.appointment-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

/* Sidebar Button */
.appointment-sidebar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 204px;
  background: linear-gradient(135deg, #0d6efd, #198754);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, sans-serif;
  border-radius: 3px 0 0 3px;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Vertical Text */
.appointment-sidebar span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 1px;
}

/* Hover Effect */
.appointment-sidebar a:hover {
  width: 70px;
  background: linear-gradient(135deg, #198754, #0d6efd);
}

.bgstysd {
  background: #eb7d0d !important;
}
.fint {
  font-size: 17px;
  margin-bottom: 4px !important;
}

.sssfonne {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 100;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0 !important;
}

/* Toggle Button */
.clikcbox-toggle {
  position: fixed;
  right: 5px;
  top: 79%;
  background: #ba9012;
  color: #fff;
  padding: 14px;
  cursor: pointer;
  z-index: 9999;
  border-radius: 42px;
  font-size: 33px;
}

/* Main Box */
.clikcbox {
  position: fixed;
  right: -340px;
  top: 72%;
  transform: translateY(-50%);
  width: 320px;
  background: #fff;
  padding: 17px;
  z-index: 9999;
  transition: 0.4s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Active */
.clikcbox.active {
  right: 63px;
}

/* Close Button */
.clikcbox-close {
  position: absolute;
  left: -12px;
  top: -9px;
  background: #dc3545;
  color: #ffffff;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 100px;
  padding: 1px 7px;
}

/* Grid */
.clikcbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Items */
.box-item {
  background: #15274e;
  color: #fff;
  text-decoration: none;
  padding: 13px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  border-radius: 8px;
}

.box-item i {
  font-size: 22px;
}
.s9oos li {
  padding: 1px 0 3px 25px !important;
  margin: 0px 0px 0px 0px !important;
}
.s9oos li > i:first-child {
  top: 4px !important;
}

.box-item.full {
  grid-column: span 2;
}

.modal {
  z-index: 99999999999 !important;
}
.sty6yv {
  padding: 13px 12px !important;
  text-align: center !important;
}
.changHight {
  height: 41px !important;
  padding-left: 11px !important;
  border-radius: 7px !important;
}
.yu7us {
  top: 13px !important;
}
.fbnvoc {
  padding: 16px 2px !important;
}
.dtxt {
  font-size: 18px;
  margin-bottom: 0px !important;
}
.modaltxt {
  font-size: 14px !important;
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}
.esrrvers {
  padding-top: 11px;
  padding-bottom: 9px;
  margin-bottom: 7px;
}

/* ===== COUNTER SECTION ===== */
.law-counter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.cnt-card {
  background: linear-gradient(135deg, #9a39048a, #9a3904);
  padding: 25px 15px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* DIFFERENT COLORS */
.cnt-card:nth-child(2) {
  background: linear-gradient(135deg, #059669, #10b981);
}

.cnt-card:nth-child(3) {
  background: linear-gradient(135deg, #d97706, #f59e0b);
}

.cnt-card:nth-child(4) {
  background: linear-gradient(135deg, #be185d, #ec4899);
}

/* ICON */
.cnt-card i {
  font-size: 32px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.4s;
}

/* ICON ANIMATION */
.cnt-card:hover i {
  transform: scale(1.2) rotate(8deg);
}

/* NUMBER */
.cnt-card h2 {
  font-size: 28px;
  margin: 5px 0;
  font-weight: 700;
}

/* TEXT */
.cnt-card p {
  font-size: 14px;
  margin: 0;
}

/* HOVER EFFECT */
.cnt-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* GLOW EFFECT */
.cnt-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  top: -100%;
  left: 0;
  transition: 0.4s;
}

.cnt-card:hover::before {
  top: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .law-counter {
    grid-template-columns: repeat(2, 1fr); /* 🔥 2 cards */
  }
}

@media (max-width: 480px) {
  .law-counter {
    grid-template-columns: repeat(2, 1fr); /* still 2 */
    gap: 12px;
  }

  .cnt-card {
    padding: 18px 10px;
  }

  .cnt-card h2 {
    font-size: 22px;
  }

  .cnt-card i {
    font-size: 26px;
  }
}

/* Sidebar CTA Container */
.sidebar-cta {
  background: linear-gradient(135deg, #15274e, #27477d);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #333;
  transition: transform 0.3s ease;
}

.sidebar-cta:hover {
  transform: translateY(-5px);
}

/* Heading */
.sidebar-cta h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #fff;
}

/* Description */
.sidebar-cta p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #fff;
}

/* CTA Buttons */
.cta-btnsss {
  display: inline-block;
  margin: 3px 3px;
  padding: 4px 19px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btnsss {
  background-color: #ff6b6b;
  color: #fff;
}

.cta-btnsss:hover {
  background-color: #ff4b4b;
}

.online-btn {
  background-color: #6bc1ff;
  color: #fff;
}

.online-btn:hover {
  background-color: #2196f3;
}

/* CTA Info */
.cta-info {
  margin-top: 20px;
  text-align: left;
  font-size: 0.9rem;
  color: #fff;
}

.cta-info p {
  margin: 5px 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .sidebar-cta {
    padding: 20px;
  }

  .sidebar-cta h3 {
    font-size: 1.5rem;
  }

  .cta-btnsss {
    width: 100%;
    margin: 10px 0;
  }
}

.career-jobs {
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  text-align: center;
}

.career-jobs h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1a73e8;
}

.jobs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Job Card */
.job-card {
  border: 1px solid #1a73e8;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-align: left;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.job-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #1a73e8;
}

.bookmark {
  font-size: 1.2rem;
  cursor: pointer;
  color: #555;
}

.company,
.location {
  margin: 2px 0;
  color: #555;
  font-size: 0.95rem;
  text-align: justify;
}

.job-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 11px 0;
}

.job-info span {
  background-color: #f1f3f4;
  color: #555;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 5px;
}

.full-time {
  background-color: #e6f4ea;
  color: #34a853;
}

.remote {
  background-color: #f1f3f4;
  color: #555;
}

.flexible {
  background-color: #f1f3f4;
  color: #555;
}

.salary {
  background-color: #f1f3f4;
  color: #555;
}

/* Apply Link */
.apply-link {
  text-decoration: none;
  font-weight: bold;
  color: #1a73e8;
  display: inline-block;
  margin-top: 2px;
  font-size: 0.9rem;
}

.apply-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .job-card {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .job-card {
    width: 100%;
  }
}

.appynowcss {
  font-family: "Poppins", sans-serif;
  background: #f8f9fa;
  padding: 50px 20px;
}

.appynowcss .apply-container {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.appynowcss .apply-container:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.appynowcss h2 {
  text-align: center;
  color: #007bff;
  margin-bottom: 10px;
}

.appynowcss p {
  text-align: center;
  color: #6c757d;
  margin-bottom: 30px;
}

.appynowcss .form-group {
  margin-bottom: 20px;
}

.appynowcss label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.appynowcss input[type="text"],
.appynowcss input[type="email"],
.appynowcss input[type="tel"],
.appynowcss input[type="file"] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: 0.3s;
}

.appynowcss input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  outline: none;
}

.appynowcss button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.appynowcss button:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .appynowcss .apply-container {
    padding: 20px;
  }
}

.mgmPatna_btn {
  margin-bottom: 23px;
  margin-top: 17px;
  text-align: left;
  margin-left: 18px !important;
}
.collbstn {
  border: none;
  border-radius: inherit;
  padding: 6px 13px;
}
.collbstncolor {
  border: none;
  border-radius: inherit;
  padding: 6px 13px;
  background: #15274e;
}

/* Admissions Highlights Section */
.admissions_HighlightsCss {
  background: #f9fafb;
  padding: 30px 15px;
  font-family: "Poppins", sans-serif;
}

.admissions_HighlightsCss .containerStylecss {
  /*max-width: 1200px;
  margin: 0 auto;*/
  text-align: center;
}

.admissions_HighlightsCss .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.admissions_HighlightsCss .highlights-slider {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.admissions_HighlightsCss .highlight-card {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  flex: 0 0 90%;
  scroll-snap-align: start;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333333;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.admissions_HighlightsCss .highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.admissions_HighlightsCss .cta-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.admissions_HighlightsCss .cta-buttons .btn {
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.admissions_HighlightsCss .cta-buttons .apply-now {
  background: #007bff;
  color: #fff;
}

.admissions_HighlightsCss .cta-buttons .apply-now:hover {
  background: #0056b3;
}

.admissions_HighlightsCss .cta-buttons .download {
  background: #28a745;
  color: #fff;
}

.admissions_HighlightsCss .cta-buttons .download:hover {
  background: #1e7e34;
}

.admissions_HighlightsCss .cta-buttons .enquire {
  background: #ffc107;
  color: #1a1a1a;
}

.admissions_HighlightsCss .cta-buttons .enquire:hover {
  background: #e0a800;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .admissions_HighlightsCss .highlights-slider {
    flex-direction: row;
    gap: 20px;
  }

  .admissions_HighlightsCss .highlight-card {
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .admissions_HighlightsCss .highlight-card {
    flex: 0 0 22%;
  }
}

.p_Highlights {
  background: #f5f8fa;
  padding: 40px 15px;
  font-family: "Poppins", sans-serif;
}

.p_Highlights .p_Highlights-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.p_Highlights .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.p_Highlights .highlights-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 10px;
}

.p_Highlights .highlight-card {
  background: #ffffff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.p_Highlights .highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.p_Highlights .cta-buttons {
  margin-top: 25px;
}

.p_Highlights .cta-buttons .btn {
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  background: #007bff;
  color: #fff;
  transition: all 0.3s ease;
}

.p_Highlights .cta-buttons .btn:hover {
  background: #0056b3;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .p_Highlights .highlights-cards {
    flex-direction: row;
    gap: 20px;
  }

  .p_Highlights .highlight-card {
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .p_Highlights .highlight-card {
    flex: 0 0 30%;
  }
}

/* Latest News / Announcements Section */
.lasteNews {
  padding: 34px 0px 47px;
  font-family: "Poppins", sans-serif;
}

.lasteNews .lasteNews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lasteNews .section-title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: center;
}

.lasteNews .news-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lasteNews .news-card {
  background: #ffffff;
  padding: 15px 20px;
  border-left: 4px solid #007bff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  color: #333333;
  transition: all 0.3s ease;
}

.lasteNews .news-card:hover {
  background: #f0f8ff;
  transform: translateY(-3px);
}
.esSiox {
  margin-bottom: 2px;
  font-size: 12px;
  text-align: left;
  padding: 0px 18px;
  border-top: 1px solid #ddd;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .lasteNews .news-list {
    flex-direction: row;
    gap: 15px;
  }

  .lasteNews .news-card {
    flex: 0 0 45%;
  }
}

@media (min-width: 1024px) {
  .lasteNews .news-card {
    flex: 0 0 30%;
  }
}

/* Section */
.seminar-section {
  padding: 13px 5px;
}

/* Titles */
.main-titlesss {
  font-size: 34px;
  color: #0d47a1;
  margin-bottom: 10px;
}

.section-titlesss {
  font-size: 24px;
  color: #1a237e;
  margin-bottom: 20px;
}

/* Intro */
.intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
}

/* Feature Box */
.feature-box {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-box h3 {
  font-size: 20px;
  color: #0d47a1;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.feature-box ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.feature-box ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-titlesss {
    font-size: 28px;
  }

  .section-titlesss {
    font-size: 22px;
  }

  .feature-box {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .main-titlesss {
    font-size: 24px;
  }

  .intro-text {
    font-size: 14px;
  }

  .feature-box h3 {
    font-size: 18px;
  }
}

.course-section {
  padding: 0px 2px;
}

/* Container */
.course-container {
  background: #ffffff;
  padding: 11px;
}

/* H1 */
.course-title {
  font-size: 34px;
  color: #0d47a1;
  margin-bottom: 10px;
}

/* College Name */
.course-college {
  font-size: 20px;
  font-weight: 600;
  color: #1a237e;
  margin-bottom: 4px;
}

/* Affiliation */
.course-affiliation {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

/* Admission */
.course-admission {
  font-size: 16px;
  color: #2e7d32;
  font-weight: 600;
  margin-bottom: 30px;
}

/* H2 */
.section-heading {
  font-size: 24px;
  color: #0d47a1;
  margin-bottom: 15px;
  border-left: 5px solid #0d47a1;
  padding-left: 12px;
}

/* Lists */
.course-list,
.facility-list,
.mission-list {
  padding-left: 20px;
  margin-bottom: 30px;
}

.course-list li,
.facility-list li,
.mission-list li {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Vision Text */
.vision-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .course-container {
    padding: 25px;
  }

  .course-title {
    font-size: 28px;
  }

  .section-headingsss {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .course-title {
    font-size: 24px;
  }

  .course-college {
    font-size: 18px;
  }

  .section-heading {
    font-size: 20px;
  }

  .course-admission {
    font-size: 14px;
  }
}
/* H1 */
.admission-title {
  font-size: 34px;
  color: #0d47a1;
  margin-bottom: 15px;
}

/* Intro P */
.admission-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 35px;
}

/* H2 */
.admission-subtitle {
  font-size: 24px;
  color: #1a237e;
  margin-bottom: 18px;
  border-left: 5px solid #0d47a1;
  padding-left: 12px;
}

/* Process Box */
.process-box {
  background: #f9fbff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.process-step {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Eligibility */
.eligibility-box {
  background: #ffffff;
  border: 1px solid #e3e7f1;
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.eligibility-heading {
  font-size: 20px;
  color: #0d47a1;
  margin-bottom: 8px;
}

.eligibility-text {
  font-size: 15px;
  line-height: 1.6;
}

/* Note */
.admission-note {
  font-size: 14px;
  color: #444;
  background: #fff3e0;
  padding: 15px;
  border-radius: 6px;
  margin-top: 25px;
}

/* Responsive */
@media (max-width: 768px) {
  .admission-container {
    padding: 25px;
  }

  .admission-title {
    font-size: 28px;
  }

  .admission-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .admission-title {
    font-size: 24px;
  }

  .admission-intro {
    font-size: 14px;
  }

  .eligibility-heading {
    font-size: 18px;
  }
}

.fee_sholar {
  border-left: 5px solid var(--primary);
  padding: 15px;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 14px;
}

/* ---------- Buttons ---------- */
.fee_sholar .btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 22px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
  transition: 0.3s ease;
}

.fee_sholar .btn:hover {
  background: #6f1521;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .fee_sholar .page-header h1 {
    font-size: 24px;
  }

  .fee_sholar .section h2 {
    font-size: 20px;
  }

  .fee_sholar table th,
  .fee_sholar table td {
    font-size: 14px;
  }
}

.tp-section {
  padding: 1.5rem 1rem;
  max-width: 1100px;
  margin: auto;
}

.tp-section h2 {
  margin-bottom: 1rem;
  color: #003366;
  font-size: 1.4rem;
}

.tp-section ul {
  list-style: disc;
  padding-left: 1.2rem;
}

.tp-section ul li {
  margin-bottom: 0.5rem;
}

/* Intro */
.intro p {
  font-size: 1rem;
}

/* Activities */
.activity-card {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.activity-card h3 {
  color: #0059b3;
  margin-bottom: 0.4rem;
}

/* Recruiters */
.recruiter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
}

.recruiter-grid span {
  background: #e6f0ff;
  padding: 0.8rem;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
}

/* Highlight */
.highlight {
  background: #eef5ff;
  border-left: 5px solid #0059b3;
}

/* Message */
.message blockquote {
  background: #fff;
  padding: 1.2rem;
  border-left: 4px solid #003366;
  font-style: italic;
}

.tp-section.internships {
  background: #fff;
  border-top: 4px solid #0059b3;
  padding: 2rem 1rem;
  margin-top: 2rem;
}

.tp-section.internships h2 {
  color: #003366;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.tp-section.internships p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  color: #444;
}

.tp-section.internships h3 {
  margin-top: 1.4rem;
  font-size: 1.3rem;
  color: #0059b3;
}

.internship-type-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 1rem;
}

.internship-card {
  background: #eef5ff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.internship-card h4 {
  color: #003366;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

/* Alumni Section */
.tp-section.alumni {
  background: #f9fbff;
  border-top: 4px solid #003366;
  margin-top: 2rem;
}

.tp-section.alumni h2 {
  color: #003366;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.tp-section.alumni h3 {
  color: #0059b3;
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

.alumni-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 1rem;
}

.alumni-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.alumni-card h4 {
  color: #003366;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

/* Alumni CTA */
.alumni-cta {
  background: linear-gradient(135deg, #003366, #0059b3);
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  margin-top: 2rem;
  text-align: center;
}

.alumni-cta h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.alumni-cta p {
  margin-bottom: 1rem;
}

/* Latest News Section */
.latest-news {
  background: #ffffff;
  border-top: 4px solid #0059b3;
  margin-top: 2rem;
}

.latest-news h2 {
  color: #003366;
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* News Grid */
.news-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* News Card */
.news-card {
  background: #f4f8ff;
  padding: 1.2rem;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-date {
  font-size: 0.85rem;
  color: #0059b3;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.news-card h3 {
  font-size: 1.1rem;
  color: #003366;
  margin-bottom: 0.4rem;
}

.news-card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.8rem;
}

/* Read More */
.news-link {
  align-self: flex-start;
  text-decoration: none;
  font-weight: 600;
  color: #0059b3;
}

.news-link:hover {
  text-decoration: underline;
}

.news-details {
  background: #ffffff;
  margin-top: 1.5rem;
}

.news-title {
  font-size: 1.8rem;
  color: #003366;
  margin-bottom: 0.6rem;
}

.news-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

/* Image */
.news-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

/* Content */
.news-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #444;
}

.news-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  color: #0059b3;
}

.news-content ul {
  padding-left: 1.2rem;
}

.news-content ul li {
  margin-bottom: 0.4rem;
}

/* Back Button */
.back-btn-wrap {
  margin-top: 2rem;
}

/* Announcements Section */
.announcements {
  background: #f9fbff;
  border-top: 4px solid #003366;
  margin-top: 2rem;
}

.announcements h2 {
  font-size: 1.6rem;
  color: #003366;
}

.announcement-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.2rem;
}

/* Announcement Item */
.announcement-item {
  background: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
}

/* Badge */
.announce-badge {
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  font-weight: bold;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
}

.announce-badge.new {
  background: #28a745;
}

.announce-badge.important {
  background: #dc3545;
}

/* Content */
.announce-content h3 {
  font-size: 1.05rem;
  color: #003366;
  margin-bottom: 0.3rem;
}

.announce-content p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.4rem;
}

.announce-date {
  font-size: 0.85rem;
  color: #666;
}

/* View Link */
.announce-link {
  margin-left: auto;
  align-self: center;
  font-weight: 600;
  color: #0059b3;
  text-decoration: none;
}

.announce-link:hover {
  text-decoration: underline;
}

.announce-title {
  font-size: 1.8rem;
  color: #003366;
  margin-bottom: 0.6rem;
}

/* Meta */
.announce-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.5rem;
}

/* Full Content */
.announce-full-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1rem;
}

.announce-full-content h3 {
  color: #0059b3;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}

.announce-full-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.announce-full-content ul li {
  margin-bottom: 0.4rem;
}

.event-calendar {
  background: #ffffff;
  border-top: 4px solid #0059b3;
  margin-top: 2rem;
}

.event-calendar h2 {
  font-size: 1.6rem;
  color: #003366;
}

/* Event Grid */
.event-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Event Card */
.event-card {
  background: #f4f8ff;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Date Box */
.event-date {
  background: #003366;
  color: #fff;
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
  text-align: center;
  min-width: 60px;
}

.event-date .day {
  font-size: 1.4rem;
  font-weight: bold;
}

.event-date .month {
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* Details */
.event-details h3 {
  font-size: 1.1rem;
  color: #003366;
  margin-bottom: 0.3rem;
}

.event-type {
  font-size: 0.9rem;
  color: #0059b3;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.event-venue {
  font-size: 0.9rem;
  color: #555;
}

.seminars-workshops {
  background: #f9fbff;
  border-top: 4px solid #003366;
  margin-top: 2rem;
}

.seminars-workshops h2 {
  font-size: 1.6rem;
  color: #003366;
}

/* Grid */
.seminar-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Card */
.seminar-card {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Date */
.seminar-date {
  background: #0059b3;
  color: #fff;
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
  text-align: center;
  min-width: 60px;
}

.seminar-date .day {
  font-size: 1.4rem;
  font-weight: bold;
}

.seminar-date .month {
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* Details */
.seminar-details h3 {
  font-size: 1.05rem;
  color: #003366;
  margin-bottom: 0.3rem;
}

.seminar-speaker,
.seminar-venue {
  font-size: 0.9rem;
  color: #555;
}

/* mobile sticky button css here  */
/* ===============================
   GLOBAL FIX (ALL DEVICES)
================================ */
html {
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  overflow-x: hidden;
}

/* ===============================
   DEFAULT: HIDE (DESKTOP SAFE)
================================ */
.bottom-nav{
  display: none;
}

/* ===============================
   MOBILE ONLY (MAIN DESIGN)
================================ */
@media (max-width:768px){

/* SAFE WIDTH */
html, body {
  width: 100%;
  max-width: 100%;
}
/* 🔥 IMPORTANT: CONTENT HIDE NA HO */
body{
  padding-bottom: 56px; /* 👈 ye add kiya gaya */
}
/* MAIN BAR */
.bottom-nav{
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  height: 56px;

  background: #15274e;
  border-top: 1px solid rgba(255,255,255,0.08);

  z-index: 9999;

  /* 🔥 SHAKE FIX */
  transform: translate3d(0,0,0);
  will-change: transform;
}

/* NAV ITEMS */
.nav-item{
  flex: 1 1 25%;
  max-width: 25%;

  text-align: center;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  height: 100%;
  position: relative;
}

/* ICON */
.nav-item i{
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1;
}

/* TEXT */
.nav-item span{
  line-height: 1;
}

/* ACTIVE ITEM */
.nav-item.active{
  color: #ffd700;
}

/* ACTIVE INDICATOR */
.nav-item.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 20px;
  height: 3px;
  background: #ffd700;
  border-radius: 10px;
}

/* WHATSAPP ORIGINAL COLOR */
.nav-item.whatsapp i{
  color: #25D366;
}

/* REMOVE ALL ANIMATION (NO SHAKE) */
.nav-item,
.nav-item i{
  transition: none !important;
  transform: none !important;
}

}
/* mobile sticky button css end here  */

.bk-admission-wrapper {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Form Card */
.bk-admission-form {
  background: #ffffff;
  width: 100%;
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Title */
.bk-form-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #203a43;
  margin-bottom: 6px;
}

/* Subtitle */
.bk-form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* Form Group */
.bk-form-group {
  margin-bottom: 18px;
}

.bk-form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Inputs */
.bk-form-group input,
.bk-form-group select,
.bk-form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  transition: 0.3s;
}

/* Focus Effect */
.bk-form-group input:focus,
.bk-form-group select:focus,
.bk-form-group textarea:focus {
  border-color: #2c5364;
  box-shadow: 0 0 0 3px rgba(44, 83, 100, 0.15);
}

/* Button */
.bk-submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #ff7a18, #ff9f1a);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
}

/* Button Hover */
.bk-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 122, 24, 0.4);
}

/* Mobile Friendly */
@media (max-width: 480px) {
  .bk-admission-form {
    padding: 22px;
  }

  .bk-form-title {
    font-size: 22px;
  }
}

/* Wrapper */
.bk-bscc-wrapper {
  padding: 30px;
  background: #f5f7fb;
}

/* Title */
.bk-bscc-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #203a43;
  margin-bottom: 20px;
}

/* Table Box */
.bk-bscc-table-box {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Table */
.bk-bscc-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

/* Head */
.bk-bscc-table thead {
  background: linear-gradient(135deg, #203a43, #2c5364);
}

.bk-bscc-table th {
  padding: 14px;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
}

/* Body */
.bk-bscc-table td {
  padding: 14px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
}

/* Hover Row */
.bk-bscc-table tbody tr:hover {
  background: #f1f6f9;
}

/* Apply Button */
.bk-bscc-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18, #ff9f1a);
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.bk-bscc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 122, 24, 0.4);
}

/* Mobile */
@media (max-width: 600px) {
  .bk-bscc-title {
    font-size: 22px;
  }
}

/* Admission Process Section */
/* SECTION */
.ap-grid-section {
  /* padding: 80px 20px; */
  background: #f8fafc;
}

/* HEADER */
.ap-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.ap-header p {
  color: #6b7280;
}

/* ROW FIX */
.ap-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* CUSTOM COLUMN (5 IN ONE ROW) */
.ap-col {
  width: 15%;
}

/* CARD */
.ap-card {
  background: #fff;
  padding: 25px 15px;
  border-radius: 14px;
  position: relative;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 230px;
  transition: 0.3s;
}

.ap-card:hover {
  transform: translateY(-8px);
}

/* ICON */
.icon {
  font-size: 28px;
  color: #1e3a8a;
  margin-bottom: 10px;
}

/* TEXT */
.ap-card h5 {
  font-size: 16px;
  font-weight: 600;
}

.ap-card p {
  font-size: 13px;
  margin-top: 5px;
  color: #555;
}

/* GLOW BORDER */
.glow-border {
  position: relative;
  z-index: 1;
}

.glow-border::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(270deg, #ff3ea5, #6420aa);
  background-size: 400% 400%;
  animation: borderMove 2s linear infinite;
  z-index: -1;
}

.glow-border::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  border-radius: 12px;
  z-index: -1;
}

/* ANIMATION */
@keyframes borderMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
  .ap-col {
    width: 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .ap-col {
    width: 100%;
  }

  .ap-header h2 {
    font-size: 26px;
  }
}

/* Sticky Admission CTA */
.mgm-sticky-admission-cta {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* CTA Button Base */
.mgm-cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.35s ease;
  overflow: hidden;
  backdrop-filter: blur(6px);
  min-width: 48px;
}

/* Icon */
.mgm-cta-icon {
  font-size: 18px;
}

/* Text (hidden on mobile) */
.mgm-cta-text {
  white-space: nowrap;
}
.modal-backdrop {
  background-color: #ffffff !important;
}

/* Button Colors */
.mgm-cta-apply {
  background: linear-gradient(135deg, #daa70b, #ffbf00);
}

.mgm-cta-call {
  background: linear-gradient(135deg, #e8ff00, #ffc518);
  color: #0b3d2e;
}

.mgm-cta-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Hover Effects */
.mgm-cta-btn:hover {
  transform: translateX(-6px) scale(1.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* Mobile View */
@media (max-width: 767px) {
  .mgm-sticky-admission-cta {
    right: 8px;
  }

  .mgm-cta-btn {
    padding: 12px;
    border-radius: 50%;
    justify-content: center;
  }

  .mgm-cta-text {
    display: none;
  }
}

/* desktop side menu styles  */
/* REMOVE CENTER ALIGN ISSUE */
.sidemenu-content,
.vs-widget-about,
.footer-widget,
.footer-social44 {
  text-align: left !important;
}

/* LOGO ALIGN */
.logo-box {
  margin-bottom: 10px;
}

.logo-box img {
  max-width: 200px;
}

/* TEXT */
.footer-text1 {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* CONTACT */
.contact-title {
  font-size: 20px;
  font-weight: 600;
  color: #0d2c54;
}

/* FLEX FIX */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

/* ICON */
.icon-box {
  min-width: 42px;
  height: 42px;
  background: #f1f3f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
}

/* TEXT */
.contact-text strong {
  display: block;
  font-size: 14px;
  color: #111;
}

.contact-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.contact-text a {
  color: #666;
  text-decoration: none;
}

.contact-text a:hover {
  color: #0d6efd;
}

.footer-social44 {
  margin-top: 20px;
}

.footer-social44 span {
  font-weight: 600;
  color: #222;
}

/* ICON STYLE */
.footer-social44 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

/* INDIVIDUAL COLORS */
.footer-social44 a:nth-child(2) {
  background: #1877f2; /* Facebook */
}

.footer-social44 a:nth-child(3) {
  background: #e4405f; /* Instagram */
}

.footer-social44 a:nth-child(4) {
  background: #db4437; /* Google */
}

.footer-social44 a:nth-child(5) {
  background: #0077b5; /* LinkedIn */
}

.footer-social44 a:nth-child(6) {
  background: #ff0000; /* YouTube */
}

/* HOVER EFFECT */
.footer-social44 a:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* campus-life section  */
.campus-life {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eef3f8, #dfe9f3);
  text-align: center;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #1e3a8a;
}

.section-title span {
  color: #f59e0b;
}

/* Wrapper */
.campus-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

/* Diamond Card */
.campus-card {
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  background: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Inner content wrapper (IMPORTANT FIX) */
.campus-card .inner {
  transform: rotate(-45deg);
  text-align: center;
}

/* ICON CENTER FIX */
.campus-card .icon {
  font-size: 30px;
  color: #1e3a8a;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* TEXT */
.campus-card p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/* HOVER BORDER FIX */
.campus-card:hover {
  transform: rotate(45deg) translateY(-10px);
  border: 3px solid #f59e0b;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Active card same style */
.campus-card.active {
  border: 3px solid #f59e0b;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
  .campus-wrapper {
    gap: 20px;
  }

  .campus-card {
    width: 110px;
    height: 110px;
  }

  .campus-card .icon {
    font-size: 22px;
  }

  .campus-card p {
    font-size: 12px;
  }

  .section-title {
    font-size: 30px;
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
  .campus-card {
    width: 90px;
    height: 90px;
  }

  .campus-card p {
    font-size: 11px;
  }
}

.academic-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  text-align: center;
  color: #fff;
}

/* Title */
.title-area h2 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
}

.sub-title {
  color: #f59e0b;
  font-weight: 600;
}

/* Grid */
.academic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

/* CARD DESIGN 🔥 */
.academic-card {
  background: #ffffff;
  color: #1e293b;
  padding: 35px 20px;
  border-radius: 40px 0px 40px 0px; /* unique shape */
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* ICON */
.academic-card i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #1e3a8a;
}

/* TEXT */
.academic-card h5 {
  font-weight: 600;
  font-size: 16px;
}

/* HOVER EFFECT 🔥 */
.academic-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #fff;
}

.academic-card:hover i {
  color: #fff;
}

/* Glow Effect */
.academic-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.1);
  top: -100%;
  left: -100%;
  transform: rotate(45deg);
  transition: 0.5s;
}

.academic-card:hover::before {
  top: 0;
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .title-area h2 {
    font-size: 28px;
  }

  .academic-card {
    padding: 25px 15px;
  }
}

/* course offered section  */
.course-section {
  padding: 80px 20px;
  background: #f8fafc;
}

/* TITLE */
.main-title {
  font-size: 38px;
  font-weight: 700;
}

.sub-title {
  color: #f59e0b;
  font-weight: 600;
}

.desc {
  color: #6b7280;
}

/* CARD */
.course-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-8px);
}

/* IMAGE FIX 🔥 */
.course-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

/* CONTENT */
.course-content {
  padding: 20px;
  flex-grow: 1;
}

.course-content h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* LIST */
.course-content ul {
  list-style: none;
  padding: 0;
}

.course-content ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* BUTTON */
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn {
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.btn-red {
  background: #ef4444;
}

.btn-blue {
  background: #1e3a8a;
}

/* SPECIAL */
.course-card.highlight {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #fff;
}

.course-card.dark {
  background: #1e293b;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .course-img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }

  .course-img {
    height: 160px;
  }
}

@media (max-width: 576px) {
  .course-img {
    height: 140px;
  }

  .btn-group {
    flex-direction: column;
  }
}
/* blog section css here  */
.law-blog-section {
  background: #f8fafc;
}

/* Title */
.sub-title {
  color: #f59e0b;
  font-weight: 600;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image */
.blog-img {
  position: relative;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
  aspect-ratio: 4 / 3;
}

.blog-card:hover img {
  transform: scale(1.1);
}

/* Content */
.blog-content {
  padding: 20px;
}

.blog-meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}

.blog-meta i {
  margin-right: 5px;
}

.blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-content h4 a {
  text-decoration: none;
  color: #111;
}

.blog-content h4 a:hover {
  color: #1e3a8a;
}

/* Button */
.read-btn {
  font-size: 13px;
  color: #ef4444;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }
}
/* marqee section css here  */
.notice-section {
  background: #f8fafc;
}

/* CARD */
.notice-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #d2883c;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
  cursor: pointer;
}

.notice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* TITLE */
.notice-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1e3a8a;
}

/* SCROLL BOX */
.scroll-box {
  height: 180px;
  overflow: hidden;
  position: relative;
}

/* CONTENT */
.scroll-content {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollUp 12s linear infinite;
}

.scroll-content li {
  font-size: 14px;
  padding: 8px 0;
}

/* ANIMATION */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* HOVER STOP */
.scroll-box:hover .scroll-content {
  animation-play-state: paused;
}

/* BUTTON GROUP */
.btn-group {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn {
  padding: 8px 14px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.btn-red {
  background: #ef4444;
}

.btn-blue {
  background: #1e3a8a;
}

/* CONTACT */
.contact {
  margin-top: 15px;
  font-weight: 600;
}
.contact a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

/* HIGHLIGHT CARD */
.notice-card.highlight {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #fff;
}

.notice-card.highlight h4,
.notice-card.highlight .contact {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
  }
}
/* why chhose mgm css here  */
.why-mgm-new {
  padding: 60px 15px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
}

/* Title */
.wm-sub {
  color: #f59e0b;
  font-weight: 600;
  font-size: 14px;
}

.wm-title {
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0;
}

.wm-desc {
  color: #cbd5f5;
  font-size: 14px;
}

/* LEFT IMAGE BOX */
.wm-big {
  border-radius: 12px;
  overflow: hidden;
}

.wm-big img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* RIGHT FEATURES */
.wm-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ITEM */
.wm-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  border-radius: 10px;
  transition: 0.3s;
}

.wm-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ICON */
.wm-item i {
  font-size: 20px;
  color: #f59e0b;
  margin-top: 3px;
}

/* TEXT */
.wm-item h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.wm-item p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #d1d5db;
}

/* Responsive */
@media (max-width: 768px) {
  .wm-title {
    font-size: 24px;
  }
}

/* gallery section css here   */
.mgm-gallery {
  padding: 80px 20px;
  background: #f8fafc;
}

/* Title */
.gallery-sub {
  color: #f59e0b;
  font-weight: 600;
}

.gallery-title {
  font-size: 38px;
  font-weight: 700;
}

.gallery-desc {
  color: #6b7280;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/* ITEM */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}

/* OVERLAY */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}

/* HOVER EFFECT */
.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-title {
    font-size: 28px;
  }

  .gallery-item img {
    height: 200px;
  }
}

/* MODAL CSS Start Here */
/* ===== MODAL COMPACT ===== */
.custom-modal {
  border-radius: 14px;
  overflow: hidden;
}

/* ROW */
.custom-modal .row {
  display: flex;
  align-items: center;
}

/* CLOSE */
.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: #ff5c5c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 13px;
  z-index: 10;
}

/* ===== LEFT IMAGE ===== */
.left-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f7ff;
}

.modal-img {
  width: 100%;
  max-height: 495px;
  object-fit: cover;
}

/* ===== FORM BOX ===== */
.form-box {
  padding: 20px;
}

/* TITLE */
.title {
  font-size: 20px;
  font-weight: 700;
}

.sub-title {
  font-size: 13px;
  color: #f59e0b;
  margin-bottom: 12px;
}

/* ===== FORM FIX ===== */
.law-form {
  display: flex;
  flex-direction: column;
}

/* GROUP */
.form-group {
  width: 100%;
}

/* INPUT */
.law-form input,
.law-form select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 12px;
  font-size: 13px;
  outline: none;
  background: #fff;
}

.law-form input:focus,
.law-form select:focus {
  border-color: #ff7a18;
}

/* BUTTON */
.apply-btn {
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
  transition: 0.3s;
}

.apply-btn:hover {
  transform: translateY(-2px);
}

/* TRUST TEXT */
.trust-text {
  font-size: 11.5px;
  text-align: center;
  color: #888;
  margin-top: 6px;
}

/* MOBILE */
@media (max-width: 768px) {
  .left-img {
    display: none;
  }
}

/* 3d sticky button css here  */
.advanced-sticky {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.sticky-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  margin: 5px 0;

  color: #fff;
  font-size: 20px;
  text-decoration: none;

  border-radius: 8px 0 0 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);

  transition: 0.3s;
}

/* label */

.sticky-btn span {
  position: absolute;
  right: 40px;
  background: inherit;
  padding: 0 10px;
  height: 35px;

  display: flex;
  align-items: center;
  white-space: nowrap;

  opacity: 0;
  transform: translateX(20px);
  transition: 0.3s;

  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.sticky-btn:hover span {
  opacity: 1;
  transform: translateX(0);
}

/* colors */

.call {
  background: #f44336;
}
.whatsapp {
  background: #25d366;
}
.enquire {
  background: #2196f3;
}
.download {
  background: #ff9800;
}
.course {
  background: #4caf50;
}
.apply {
  background: #673ab7;
}

/* hover effect */

.sticky-btn:hover {
  transform: scale(1.08);
}
@media (max-width: 768px) {
  .advanced-sticky {
    display: none;
  }
}

/* responsive code here  */
.hero-buttons {
  display: flex !important;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-buttons .vs-btn {
    font-size: 13px;
    padding: 8px 14px;
    white-space: nowrap;
  }
}
.scroll-content li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.notice-date {
  font-size: 12px;
  color: #da2828;
  white-space: nowrap;
}

/* last item border remove */
.scroll-content li:last-child {
  border-bottom: none;
}
/* ===== LAW GALLERY FULL CSS ===== */

.law-gallery {
  padding: 50px 0;
  text-align: center;
  background: #f5f7ff;
  overflow: hidden;
}

.law-title {
  font-size: 34px;
  font-weight: bold;
}

.law-subtitle {
  color: #777;
  margin-bottom: 30px;
}

/* ===== SLIDER ===== */
.law-slider {
  position: relative;
  width: 100%;
  height: 420px;
  margin: auto;
}

/* 🌟 CENTER GLOW BACKGROUND */
.law-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 420px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(218, 14, 140, 0.25) 0%, rgba(199, 15, 55, 0.808) 40%, transparent 70%);
  /* filter: blur(10px); */
  z-index: 1;
}

/* ===== SLIDES ===== */
.law-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 340px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  z-index: 2;
}

.law-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== CENTER ACTIVE ===== */
.law-slide.active {
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 5;
  opacity: 1;

  box-shadow: 
    0 25px 60px rgba(0,0,0,0.25),
    0 0 40px rgba(11,28,94,0.3);
}

/* ===== LEFT ===== */
.law-slide.prev {
  transform: translate(-140%, -50%) scale(0.95);
  z-index: 4;
  opacity: 0.8;
  filter: blur(1px);
}

.law-slide.prev2 {
  transform: translate(-220%, -50%) scale(0.85);
  z-index: 3;
  opacity: 0.4;
  filter: blur(2px);
}

/* ===== RIGHT ===== */
.law-slide.next {
  transform: translate(40%, -50%) scale(0.95);
  z-index: 4;
  opacity: 0.8;
  filter: blur(1px);
}

.law-slide.next2 {
  transform: translate(120%, -50%) scale(0.85);
  z-index: 3;
  opacity: 0.4;
  filter: blur(2px);
}

/* ===== CONTROLS ===== */
.law-controls {
  margin-top: 20px;
}

.law-controls button {
  background: #0b1c5e;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.law-controls button:hover {
  background: #162a8a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .law-slide {
    width: 200px;
    height: 260px;
  }

  .law-slide.active {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .law-slide.prev {
    transform: translate(-120%, -50%) scale(0.9);
  }

  .law-slide.next {
    transform: translate(20%, -50%) scale(0.9);
  }

  .law-slide.prev2,
  .law-slide.next2 {
    display: none;
  }
}
/* ===== MARQUEE SECTION ===== */
.law-marquee {
  background: linear-gradient(135deg, #c9a44c, #f5d97b, #b8963a);
  padding: 2px 0;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #b8963a;
  border-bottom: 2px solid #b8963a;
}

/* WRAP */
.marquee-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* TRACK */
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: scroll-marquee 25s linear infinite;
}

/* TEXT */
.marquee-track span {
  margin-right: 50px;
  font-weight: 600;
  color: #1e2d5b;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ANIMATION */
@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* HOVER PAUSE (Premium Feel) */
.law-marquee:hover .marquee-track {
  animation-play-state: paused;
  cursor: pointer;
}

/* GLOW EFFECT */
.law-marquee::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, #c9a44c, transparent);
  z-index: 2;
}

.law-marquee::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, #c9a44c, transparent);
  z-index: 2;
}