* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:focus,
:active {
  box-shadow: none !important;
}
/* ----- GLASS TOP BAR (two color dynamic) ----- */
.topbar-diagonal {
  width: 100%;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
}

/* Left side (30%) - */
.diagonal-left {
  flex: 0 0 26%;
  max-width: 26%;
  background: rgba(230, 168, 23, 0.88);
  backdrop-filter: blur(12px);
  padding: 12px 20px;
  clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 0% 186%);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}

/* Right side (70%) - */
.diagonal-right {
  flex: 0 0 74%;
  max-width: 74%;
  background: rgba(26, 42, 94, 0.88);
  backdrop-filter: blur(12px);
  padding: 12px 24px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 300%);
  display: flex;
  align-items: center;
  margin-left: -4px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .diagonal-left {
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  .diagonal-right {
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -3px;
  }
}

@media (max-width: 768px) {
  .topbar-diagonal {
    flex-direction: column;
  }
  .diagonal-left,
  .diagonal-right {
    flex: 0 0 100%;
    max-width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    margin-left: 0 !important;
    justify-content: center;
    text-align: center;
  }
  .diagonal-left {
    border-bottom: 1px solid rgba(255, 245, 180, 0.5);
  }
  .right-inner {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .contact-group {
    justify-content: center;
    margin-top: 5px;
  }
}

.social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #1a2a5e;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.2);
  text-decoration: none;
  margin: 0 5px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 235, 160, 0.7);
}

.social-icon-link:hover {
  background: #ffffff;
  color: #e6a817;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.18);
  border-color: #ffd966;
}

.social-label {
  font-size: 12px;
  font-weight: 700;
  color: #1a2a5e;
  background: rgba(255, 250, 210, 0.9);
  padding: 5px 14px;
  border-radius: 40px;
  margin-right: 14px;
  backdrop-filter: blur(4px);
  letter-spacing: 0.4px;
}
/* Admission button - Infinite Andar-Bahar Pulse Effect */
.admission-btn {
  background: #dc3545; /* Solid Professional Red */
  color: #ffffff !important;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 44px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: 1px solid #bd2130;

  /* Continuous Andar-Bahar Animation */
  animation: andarBharBlink 1.4s infinite ease-in-out;
}

.admission-btn i {
  font-size: 0.9rem;
  transition: transform 0.25s;
}

/* Hover karne par bhi blink hota rahega + arrow aage move hoga */
.admission-btn:hover {
  background: #c82333;
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.5);
}

.admission-btn:hover i:last-child {
  transform: translateX(5px);
}

/* --- THE ANDAR-BAHAR (SCALE & GLOW) ANIMATION --- */
@keyframes andarBharBlink {
  0% {
    transform: scale(1); /* Normal Size */
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    background-color: #dc3545;
  }
  50% {
    transform: scale(1.06); /* Bahar aana (Bada Size) */
    box-shadow: 0 0 15px 5px rgba(220, 53, 69, 0.4); /* Outward Glow */
    background-color: #ff334b; /* Brighter Red */
  }
  100% {
    transform: scale(1); /* Wapas Andar jana (Normal Size) */
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    background-color: #dc3545;
  }
}

/* ========== PREMIUM GLASS CONTACT CARDS (REAL GLASS FEEL) ========== */
.contact-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.glass-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  padding: 8px 18px 8px 14px;
  border-radius: 60px;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.2px;
}

.glass-contact-card i {
  font-size: 1rem;
  color: #ffe6a3;
  transition: all 0.25s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.glass-contact-card span {
  font-weight: 500;
  color: #fefefe;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

/* Hover effect - deep glass, lift, icon animation */
.glass-contact-card:hover {
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(22px);
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255, 235, 150, 0.95);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

.glass-contact-card:hover i {
  transform: scale(1.12);
  color: #ffd966;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}

/* Right side navy background specific adjustments for better readability */
.diagonal-right .glass-contact-card {
  background: rgba(15, 25, 55, 0.5);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 210, 0.45);
}
.diagonal-right .glass-contact-card i {
  color: #ffde9e;
  font-size: 12px;
}
.diagonal-right .glass-contact-card:hover {
  background: rgba(255, 215, 120, 0.32);
  border-color: rgba(255, 245, 170, 0.9);
}

/* inner wrapper for right content */
.right-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 12px;
}

/* Responsive refinements */
@media (max-width: 1000px) {
  .glass-contact-card {
    padding: 6px 14px;
    font-size: 0.72rem;
    gap: 7px;
  }
  .admission-btn {
    padding: 6px 18px;
    font-size: 0.75rem;
  }
  .contact-group {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .social-icon-link {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .social-label {
    font-size: 8px;
  }
  .admission-btn {
    font-size: 8px;
    padding: 8px 8px;
  }
  .diagonal-right .glass-contact-card {
    font-size: 8px;
    padding: 8px 8px;
  }
}
@media (max-width: 850px) {
  .right-inner {
    flex-direction: column;
    align-items: center;
  }
  .contact-group {
    justify-content: center;
  }
  .admission-btn {
    justify-content: center;
    width: auto;
  }
}

/* Fine tune left side spacing */
.social-icons-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Extra small devices */
@media (max-width: 576px) {
  .glass-contact-card span {
    font-size: 0.65rem;
  }
  .glass-contact-card {
    padding: 5px 8px;
  }
  .diagonal-right .glass-contact-card i {
    color: #ffde9e;
    font-size: 10px;
  }
}

/* Ensure no gap background shows through */
.topbar-diagonal {
  background: transparent;
}

/*===========================MIDDLE BAR AND NAVBAR STYLING============================ */
.header-main {
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1030;
}
/* logo */
.logo-img {
  height: 60px;
  width: auto;
  border-radius: 0px;
  object-fit: contain;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
}
.brand-text {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1a2a5e;
}
.brand-small {
  font-size: 0.68rem;
  font-weight: 600;
  color: #e6a817;
  letter-spacing: 0.3px;
}
/* navbar links */
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
  padding: 8px 12px !important;
  transition: all 0.2s;
  letter-spacing: 0.2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.navbar-nav .nav-link i {
  font-size: 0.7rem;
  transition: transform 0.2s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #e6a817;
}
/* ========== DESKTOP HOVER (min-width 992px) ========== */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu:not(.mega-menu) {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s ease,
      visibility 0.2s;
    margin-top: 0.5rem;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .mega-dropdown:hover .mega-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.2s,
      visibility 0.2s;
    margin-top: 0.5rem;
  }
  .mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
  }
  /* hide default bootstrap arrow on desktop? we keep custom chevron */
  .dropdown-toggle::after {
    display: none;
  }
}
/* ========== MOBILE (max-width 991px) CLICK TO OPEN ========== */
@media (max-width: 991.98px) {
  .dropdown-toggle::after {
    display: none !important;
  }
  .navbar-collapse {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0.5rem 0.8rem 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #e6a817 #e2e8f0;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
    background: #e9edf2;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background: #e6a817;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background: #eef2f6;
    border-radius: 10px;
  }
  .navbar-nav {
    width: 100%;
    gap: 0.2rem;
  }
  .nav-item {
    width: 100%;
    margin: 0;
  }
  .navbar-nav .nav-link {
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 0.75rem;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f2f5;
  }
  .dropdown-menu {
    background: #f9fbfe;
    border-radius: 18px;
    margin-top: 0px;
    padding: 0.5rem 0;
    box-shadow: none;
    border: 1px solid #eef2f9;
    position: static !important;
    width: 100%;
    transform: none !important;
  }
  .dropdown-item {
    padding: 0.6rem 1.2rem 0.6rem 2rem;
    font-size: 0.83rem;
  }
  .mega-menu {
    position: relative !important;
    width: 100%;
    padding: 1.2rem;
    margin-top: 0.5rem;
    box-shadow: none;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #eef2f8;
  }
  .about-col {
    margin-bottom: 1rem;
  }
  .apply-btn {
    margin: 12px 0 8px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .navbar-brand {
    gap: 8px;
  }
  .logo-img {
    height: 46px;
  }
  .brand-text {
    font-size: 0.85rem;
  }
  .brand-small {
    font-size: 0.6rem;
  }
}
@media (max-width: 480px) {
  .logo-img {
    height: 40px;
  }
  .brand-text {
    font-size: 0.75rem;
  }
}
/* mega menu desktop styles */
.mega-dropdown {
  position: static !important;
}
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 1.8rem;
  border: none;
  border-radius: 26px;
  box-shadow: 0 25px 40px -14px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.98);
}
@media (min-width: 992px) {
  .mega-menu {
    padding: 2rem 2.2rem 2rem;
  }
}
.mega-menu h6 {
  font-weight: 800;
  font-size: 0.85rem;
  color: #1a2a5e;
  border-left: 3px solid #e6a817;
  padding-left: 10px;
  margin-bottom: 1rem;
}
.mega-menu .nav-list {
  list-style: none;
  padding-left: 0;
}
.mega-menu .nav-list li {
  margin-bottom: 12px;
}
.mega-menu .nav-list li a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #334155;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-block;
}
.mega-menu .nav-list li a:hover {
  color: #e6a817;
  transform: translateX(5px);
}
.about-col {
  background: #f8fafd;
  padding: 1.2rem;
  border-radius: 24px;
}
.small-text {
  font-size: 0.74rem;
  line-height: 1.45;
  color: #475569;
}
.admission-sm-btn {
  background: #1a2a5e;
  color: white;
  font-size: 0.7rem;
  padding: 6px 16px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
.admission-sm-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
}
.dropdown-menu:not(.mega-menu) {
  border-radius: 20px;
  border: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 0.7rem 0;
}
.dropdown-item {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1.6rem;
  transition: 0.15s;
}
.dropdown-item:hover {
  background: #2dc16f66;
  color: #1a2a5e;
}
.apply-btn {
  background: #e6a817;
  color: #1a2a5e;
  font-weight: 800;
  border-radius: 44px;
  padding: 8px 24px;
  font-size: 0.8rem;
  margin-left: 12px;
  transition: all 0.2s;
  white-space: nowrap;
  border: none;
}
.apply-btn:hover {
  background: #1a2a5e;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
  border: none;
  background: #f1f5f9;
  padding: 8px 12px;
  border-radius: 14px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link.dropdown-toggle:focus,
.nav-link.dropdown-toggle:active,
.navbar-nav .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important; /* Extra background box hatane ke liye */
}
@media (max-width: 1024px) {
  .logo-img {
    height: 40px;
  }
  .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 12px;
  }
  .apply-btn {
    font-size: 8px;
    padding: 6px 12px;
  }
}
/*===================================HERO SLIDER SECTION STYLING START========================= */
.hero-slider-section {
  position: relative;
  width: 100%;
  overflow: visible;
  padding-bottom: 20px;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 620px;
  background: #0a0f1c;
  overflow: hidden;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Slide Item with Zoom Animation */
.slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  overflow: hidden;
}

.slide-item.active {
  opacity: 1;
  z-index: 2;
}

/* Zoom Effect on Background Image */
.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 8s ease-out;
  transform: scale(1);
}

.slide-item.active .slide-bg {
  transform: scale(1.08);
}

/* Dark Overlay */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 3;
}

/* Content Left Side */
.slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  color: white;
  padding: 0 8%;
  max-width: 720px;
  width: 100%;
  animation: fadeInUp 0.7s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.slide-content .badge-college {
  background: #e6a817;
  color: #1a2a5e;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.slide-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.slide-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.95;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  font-weight: 500;
}

.hero-btns {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.btn-primary-custom {
  background: #e6a817;
  color: #1a2a5e;
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.btn-primary-custom:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  color: #1a2a5e;
}

.btn-outline-custom {
  background: transparent;
  color: white;
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  cursor: pointer;
}

.btn-outline-custom:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
  border-color: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Navigation Buttons - Left & Right */
.slider-nav-left,
.slider-nav-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 1.3rem;
}

.slider-nav-left {
  left: 30px;
}

.slider-nav-right {
  right: 30px;
}

.slider-nav-left:hover,
.slider-nav-right:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-50%) scale(1.08);
  border-color: #e6a817;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Dots / Indicators */
.slider-dots {
  position: absolute;
  bottom: 35px;
  /* left: 50%; */
  left: 20%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 14px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #e6a817;
  width: 30px;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(230, 168, 23, 0.6);
}

/* ========== OVERLAPPING FACILITY CARDS ========== */
/* Cards will be placed at bottom, half inside slider, half outside */
.facility-cards-wrapper {
  position: relative;
  z-index: 30;
  margin-top: -60px; /* Pull cards up to overlap slider bottom */
  padding: 0 30px 30px 30px;
}

.facility-cards-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Card Shape - Modern, Glassmorphic, Border Radius */
.facility-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 22px 24px;
  width: 220px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
}

.facility-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 28px 45px rgba(0, 0, 0, 0.2);
  border-color: #e6a817;
}

/* Circle Icon */
.card-circle-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
  color: #e6a817;
  font-size: 2rem;
  transition: all 0.3s;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.facility-card:hover .card-circle-icon {
  transform: scale(1.05);
  background: #e6a817;
  color: #1a2a5e;
}

.facility-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 8px;
}

.facility-card p {
  font-size: 0.75rem;
  color: #5a6874;
  margin-bottom: 12px;
  line-height: 1.45;
}

.card-number {
  font-size: 0.7rem;
  font-weight: 800;
  color: #e6a817;
  background: #f0f2f5;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .slide-content h1 {
    font-size: 2.8rem;
  }
  .facility-card {
    width: 190px;
    padding: 18px 18px;
  }
  .card-circle-icon {
    width: 62px;
    height: 62px;
    font-size: 1.7rem;
  }
  .facility-card h4 {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .hero-slider {
    height: 70vh;
    min-height: 580px;
  }
  .slide-content h1 {
    font-size: 2.3rem;
  }
  .slide-content p {
    font-size: 0.95rem;
    max-width: 100%;
  }
  .slide-content {
    padding: 0 6%;
    max-width: 600px;
  }
  .slider-nav-left,
  .slider-nav-right {
    width: 46px;
    height: 46px;
    font-size: 1.1rem;
  }
  .facility-cards-wrapper {
    margin-top: -50px;
    padding: 0 20px 25px 20px;
  }
  .facility-cards-container {
    gap: 18px;
    justify-content: center;
  }
  .facility-card {
    width: 170px;
    padding: 16px 16px;
  }
  .card-circle-icon {
    width: 55px;
    height: 55px;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .facility-card h4 {
    font-size: 0.9rem;
  }
  .facility-card p {
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    height: 75vh;
    min-height: 650px;
  }
  .slide-content h1 {
    font-size: 1.9rem;
  }
  .slide-content .badge-college {
    font-size: 0.7rem;
  }
  .btn-primary-custom,
  .btn-outline-custom {
    padding: 10px 24px;
    font-size: 0.8rem;
  }
  .slider-nav-left,
  .slider-nav-right {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .facility-cards-wrapper {
    margin-top: -40px;
    padding: 0 15px 20px 15px;
  }
  .facility-cards-container {
    gap: 15px;
    justify-content: center;
  }
  .facility-card {
    width: calc(25% - 15px);
    min-width: 140px;
    padding: 14px 12px;
  }
  .card-circle-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .facility-card h4 {
    font-size: 0.8rem;
  }
  .facility-card p {
    font-size: 0.65rem;
  }
  .card-number {
    font-size: 0.6rem;
    padding: 3px 8px;
  }
}

@media (max-width: 650px) {
  .facility-card {
    width: calc(50% - 15px);
    min-width: auto;
  }
}

@media (max-width: 576px) {
  .hero-slider {
    height: auto;
    min-height: 550px;
    padding-bottom: 20px;
  }
  .slider-container {
    min-height: 550px;
  }
  .slide-content h1 {
    font-size: 1.5rem;
  }
  .slide-content p {
    font-size: 0.8rem;
  }
  .hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }
  .btn-primary-custom,
  .btn-outline-custom {
    justify-content: center;
    width: 100%;
  }
  .facility-cards-wrapper {
    margin-top: -30px;
    padding: 0 12px 20px 12px;
  }
  .facility-card {
    width: calc(50% - 12px);
    padding: 12px 10px;
  }
  .card-circle-icon {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
  .facility-card h4 {
    font-size: 0.75rem;
  }
}
/*===================================HERO SLIDER SECTION STYLING END========================= */
.about-section {
  background: var(--gradient-bg);
  padding: 90px 0;
  overflow-x: hidden;
}
/* Section Title Styling */
.section-title .subtitle {
  background: rgba(230, 168, 23, 0.12);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #e6a817;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  line-height: 1.2;
}
.section-title h2 span {
  color: #e6a817;
  position: relative;
  display: inline-block;
}
.section-title p {
  color: #1a2a5e;
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 20px;
}
/* Image Grid Styles */
.image-grid-container {
  position: relative;
}
.custom-rounded {
  border-radius: 40px 80px 40px 40px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Circular Image with Dashed Border */
.circle-img {
  position: relative;
}
.circle-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px dashed #e6a817;
  padding: 8px;
  background: white;
  transition: all 0.4s ease;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.circle-img:hover img {
  transform: scale(1.02);
  border: 4px solid #1a2a5e;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.img-box {
  overflow: hidden;
  border-radius: 30px;
}
.img-box img {
  transition:
    transform 0.6s ease,
    filter 0.3s;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-box:hover img {
  transform: scale(1.08);
  filter: brightness(1.02);
}
.large-img img {
  min-height: 280px;
  object-fit: cover;
}
.bottom-img img {
  border-radius: 30px 30px 30px 80px;
}
/* Experience Badge */
.experience-badge {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  border-radius: 20px 60px 60px 60px;
  color: white;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: default;
}
.experience-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(26, 42, 94, 0.2);
}
.icon-circle {
  background: rgba(255, 255, 255, 0.2);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}
.experience-badge:hover .icon-circle {
  background: #e6a817;
  transform: rotate(360deg);
  transition: 0.5s;
}
/* Feature Items */
.feature-item {
  transition: all 0.3s ease;
  cursor: default;
  padding: 8px 12px;
  border-radius: 20px;
  background: transparent;
}
.feature-item:hover {
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transform: translateX(8px);
}
.feature-icon i {
  transition: all 0.4s ease;
  font-size: 2rem;
  color: #1a2a5e;
}
.feature-item:hover .feature-icon i {
  transform: rotateY(180deg);
  color: #1a2a5e;
}
.feature-item h5 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
}
.feature-item p {
  font-size: 0.8rem;
  color: #1a2a5e;
}
/* Quote Box */
.quote-box {
  background: linear-gradient(145deg, #ffffff 0%, #fef7e8 100%);
  border-left: 5px solid #1a2a5e;
  border-radius: 24px;
  position: relative;
  transition: all 0.3s;
  cursor: default;
}
.quote-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.quote-box p {
  font-size: 14px;
  text-align: justify;
}
.quote-icon {
  position: absolute;
  top: -13px;
  right: 18px;
  font-size: 3rem;
  color: #e6a817;
  opacity: 0.25;
  font-weight: 800;
  font-family: Georgia, serif;
}
/* Button Styles */
.btn-discover {
  background: #e6a817;
  color: #1a2a5e;
  padding: 14px 38px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.9rem;
  transition: all 0.3s;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.5px;
}
.btn-discover:hover {
  background: #1a2a5e;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(26, 42, 94, 0.2);
}
.btn-discover i {
  transition: transform 0.3s;
}
.btn-discover:hover i {
  transform: translateX(6px);
}
/* Call Info */
.contact-info .call-icon i {
  transition: all 0.3s;
  background: #e6a817;
  color: #1a2a5e;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.3rem;
}
.contact-info:hover .call-icon i {
  background: #1a2a5e;
  color: white;
  transform: scale(1.08);
}
.contact-info .small {
  font-size: 0.7rem;
  font-weight: 700;
  color: #e6a817;
}
.contact-info h5 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
}
hr {
  opacity: 0.15;
  margin: 25px 0;
}
/* Responsive */
@media (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 2.2rem;
  }
  .image-grid-container {
    max-width: 500px;
    margin: 0 auto;
  }
  .large-img img {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.9rem;
  }
  .btn-discover {
    padding: 12px 28px;
    font-size: 0.85rem;
  }
  .contact-info h5 {
    font-size: 1rem;
  }
  .feature-item {
    padding: 5px 8px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 1.7rem;
  }
  .experience-badge {
    padding: 12px !important;
  }
  .icon-circle {
    width: 45px;
    height: 45px;
  }
}

/*=========================STATS SECTION STYLING===============================*/
.stats-section {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-image: url("../image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

/* Blue Overlay */
.stats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 42, 94, 0.92) 0%,
    rgba(26, 42, 94, 0.85) 100%
  );
  z-index: 1;
}

.stats-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.stats-title {
  text-align: center;
  margin-bottom: 60px;
}

.stats-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.stats-title p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto;
}

.stats-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Stats Grid - 6 Cards in One Row on Desktop */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* 3D Style Card */
.stat-card {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

/* Image Wrapper - Contains circle bg + image + glowing light */
.stat-image-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Circle Background (Solid) */
.stat-image-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Animated Glowing Light Effect - Behind the Image (inside circle) */
.glow-light {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.6) 40%,
    rgba(255, 255, 255, 0.1) 80%
  );
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  animation: blinkGlow 1.2s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

/* Blinking animation for glow */
@keyframes blinkGlow {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.5) 40%,
      rgba(255, 255, 255, 0.1) 80%
    );
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.8) 40%,
      rgba(255, 255, 255, 0.2) 80%
    );
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
  }
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.5) 40%,
      rgba(255, 255, 255, 0.1) 80%
    );
  }
}

/* On hover - glow turns yellow and intensifies */
.stat-card:hover .glow-light {
  animation: blinkGlowYellow 0.8s ease-in-out infinite;
}

@keyframes blinkGlowYellow {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.95);
    background: radial-gradient(
      circle,
      rgba(230, 168, 23, 0.9) 0%,
      rgba(230, 168, 23, 0.6) 40%,
      rgba(230, 168, 23, 0.15) 80%
    );
    box-shadow: 0 0 25px rgba(230, 168, 23, 0.7);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    background: radial-gradient(
      circle,
      rgba(230, 168, 23, 1) 0%,
      rgba(230, 168, 23, 0.85) 40%,
      rgba(230, 168, 23, 0.3) 80%
    );
    box-shadow: 0 0 40px rgba(230, 168, 23, 1);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.95);
    background: radial-gradient(
      circle,
      rgba(230, 168, 23, 0.9) 0%,
      rgba(230, 168, 23, 0.6) 40%,
      rgba(230, 168, 23, 0.15) 80%
    );
    box-shadow: 0 0 25px rgba(230, 168, 23, 0.7);
  }
}

/* Image popping outside the circle */
.stat-image {
  position: relative;
  width: 80%;
  height: 80%;
  object-fit: contain;
  z-index: 3;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease;
}

.stat-card:hover .stat-image {
  transform: scale(1.08);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.stat-card:hover .stat-image-circle {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(230, 168, 23, 0.5);
}

/* Counter Number */
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.2;
}

.stat-number .plus,
.stat-number .suffix {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 4px;
}

/* Title */
.stat-title {
  font-size: 10px;
  font-weight: 700;
  color: #e6a817;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

/* Description */
.stat-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

/* Responsive: Desktop 6 columns, Tablet 3 columns, Mobile 2 columns */
@media (max-width: 1200px) {
  .stats-grid {
    gap: 15px;
  }
  .stat-card {
    padding: 25px 15px;
  }
  .stat-image-wrapper {
    width: 95px;
    height: 95px;
  }
  .stat-number {
    font-size: 2rem;
  }
  .stat-number .plus,
  .stat-number .suffix {
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .stat-card {
    padding: 25px 18px;
  }
}

@media (max-width: 768px) {
  .stats-section {
    padding: 60px 0;
  }
  .stats-title h2 {
    font-size: 2rem;
  }
  .stat-image-wrapper {
    width: 85px;
    height: 85px;
  }
  .stat-number {
    font-size: 1.8rem;
  }
  .stat-number .plus,
  .stat-number .suffix {
    font-size: 1.2rem;
  }
  .stat-title {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .stats-container {
    padding: 0 20px;
  }
  .stat-card {
    padding: 20px 12px;
  }
  .stat-image-wrapper {
    width: 75px;
    height: 75px;
    margin-bottom: 12px;
  }
  .stat-number {
    font-size: 1.4rem;
  }
  .stat-number .plus,
  .stat-number .suffix {
    font-size: 1rem;
  }
  .stat-title {
    font-size: 0.75rem;
  }
  .stat-desc {
    font-size: 0.65rem;
  }
}

/* Hover 3D effect */
.stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(230, 168, 23, 0.7);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

/*========================PRINCIPAL MESSAGES SECTION STYLING======================================*/
.message-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.message-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Two Column Layout */
.message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

/* ========== LEFT SIDE - TWO CARDS IN A ROW (SIDE BY SIDE) ========== */
.cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

/* Card Style - Half Image, Half Details */
.profile-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

/* Active Card State */
.profile-card.active {
  border-color: #e6a817;
  box-shadow: 0 20px 40px rgba(230, 168, 23, 0.2);
}

.card-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image Half */
.card-image-half {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.card-image-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.profile-card:hover .card-image-half img {
  transform: scale(1.05);
}

/* Details Half */
.card-details-half {
  padding: 20px 18px;
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Badge on Top of Card */
.card-badge {
  display: inline-block;
  background: #e6a817;
  color: #1a2a5e;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 14px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  width: fit-content;
}

.card-details-half h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 6px;
}

.card-details-half .designation {
  font-size: 0.75rem;
  color: #e6a817;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-details-half .short-quote {
  font-size: 0.75rem;
  color: #5a6874;
  line-height: 1.5;
  margin-bottom: 16px;
  flex: 1;
}

.message-btn {
  background: transparent;
  border: 2px solid #e6a817;
  color: #1a2a5e;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
}

.profile-card.active .message-btn,
.message-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(230, 168, 23, 0.3);
}

/* ========== RIGHT SIDE - MESSAGE CONTENT (NO CHANGES) ========== */
.principal-message {
  padding: 20px 0;
}

.welcome-badge {
  display: inline-block;
  background: #e6a817;
  color: #1a2a5e;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.principal-message h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
  line-height: 1.3;
}

.message-text {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 14px;
}

/* Vision Box */
.vision-box {
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.1) 0%,
    rgba(255, 193, 7, 0.05) 100%
  );
  padding: 20px 25px;
  border-radius: 24px;
  margin: 25px 0;
  border-left: 4px solid #e6a817;
  transition: all 0.3s ease;
}

.vision-box:hover {
  transform: translateX(8px);
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.15) 0%,
    rgba(255, 193, 7, 0.08) 100%
  );
}

.vision-box i {
  color: #e6a817;
  font-size: 1.5rem;
  margin-right: 12px;
  vertical-align: middle;
}

.vision-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 10px;
  display: inline-block;
}

.vision-box p {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 8px;
  line-height: 1.6;
}

/* Quote Style */
.quote-style {
  position: relative;
  padding: 20px 30px;
  background: #f0f4fa;
  border-radius: 28px;
  margin: 25px 0;
  font-style: italic;
  transition: all 0.3s ease;
}

.quote-style:hover {
  background: #e8edf5;
  transform: scale(1.01);
}

.quote-style i.fa-quote-left {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2rem;
  color: #e6a817;
  opacity: 0.3;
}

.quote-style p {
  font-size: 12px;
  color: #2d3748;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

/* Signature Section */
.signature-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px dashed rgba(230, 168, 23, 0.3);
}

.signature-box {
  text-align: left;
}

.signature-img {
  font-family: "Georgia", cursive;
  font-size: 22px;
  font-weight: 500;
  color: #1a2a5e;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.signature-img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e6a817;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.signature-box:hover .signature-img::after {
  transform: scaleX(1);
}

.signature-box p {
  font-size: 0.8rem;
  color: #718096;
  margin-top: 12px;
}

.designation-box {
  text-align: right;
}

.designation-box h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
}

.designation-box p {
  font-size: 10px;
  color: #718096;
}

/* Responsive */
@media (max-width: 992px) {
  .message-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cards-row {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .principal-message {
    text-align: center;
  }
  .principal-message h3 {
    font-size: 1.8rem;
  }
  .vision-box {
    text-align: left;
  }
  .signature-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .designation-box {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .message-section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .cards-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .principal-message h3 {
    font-size: 1.5rem;
  }
  .message-text {
    font-size: 12px;
    text-align: justify !important;
  }
  .card-details-half h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .message-container {
    padding: 0 20px;
  }
  .quote-style p {
    font-size: 0.85rem;
    padding-left: 20px;
  }
  .vision-box p {
    font-size: 0.8rem;
  }
}

/*=============================COURSES STYLING====================================*/
.courses-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.courses-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}
.text-secondary {
  max-width: 600px;
  margin: 10px auto 0;
  text-align: center !important;
}
/* Two Column Layout: Left Tabs + Right Cards */
.courses-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* ========== LEFT SIDE - TABS WITH SCROLL ========== */
.tabs-wrapper {
  background: #ffffff;
  border-radius: 28px;
  padding: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.15);
  position: sticky;
  top: 100px;
}

.tabs-header {
  padding: 0 20px 15px 20px;
  border-bottom: 2px solid #f0f2f5;
  margin-bottom: 10px;
}

.tabs-header h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin: 0;
}

.tabs-header p {
  font-size: 0.7rem;
  color: #718096;
  margin: 5px 0 0;
}

/* Scrollable Tabs Container */
.tabs-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  padding: 0 12px;
  scrollbar-width: thin;
  scrollbar-color: #e6a817 #e2e8f0;
}

.tabs-scroll-container::-webkit-scrollbar {
  width: 4px;
}

.tabs-scroll-container::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 10px;
}

.tabs-scroll-container::-webkit-scrollbar-thumb {
  background: #e6a817;
  border-radius: 10px;
}

/* Tab Buttons */
.tab-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 12px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4a5568;
  border-radius: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.tab-btn i {
  width: 22px;
  font-size: 0.9rem;
  color: #a0aec0;
  transition: all 0.3s;
}

.tab-btn:hover {
  background: rgba(230, 168, 23, 0.08);
  color: #e6a817;
}

.tab-btn:hover i {
  color: #e6a817;
}

.tab-btn.active {
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.15) 0%,
    rgba(230, 168, 23, 0.08) 100%
  );
  color: #1a2a5e;
  font-weight: 700;
}

.tab-btn.active i {
  color: #e6a817;
}

/* ========== RIGHT SIDE - SMALL COURSES CARDS (3 IN A ROW) ========== */
.courses-right {
  background: transparent;
}

.section-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f2f5;
}

.section-subtitle h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2a5e;
}

.section-subtitle span {
  font-size: 0.75rem;
  color: #718096;
}

/* Courses Grid - 3 columns on desktop (small cards) */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* Small Glassmorphism Cards */
.course-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(230, 168, 23, 0.12);
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(230, 168, 23, 0.4);
  background: #ffffff;
}

.card-img-wrapper {
  overflow: hidden;
  position: relative;
}

.course-img {
  width: 100%;
  object-fit: cover !important;
  border-radius: 50px 50px 50px 0;
  transition: transform 0.6s ease;
}

.course-card:hover .course-img {
  transform: scale(1.05);
}

.course-badge {
  position: absolute;
  top: 10px;
  right: 25px;
  background: #e6a817;
  color: #1a2a5e;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.card-body {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.course-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 6px;
  line-height: 1.3;
}

.course-desc {
  font-size: 0.65rem;
  color: #5a6874;
  line-height: 1.4;
  margin-bottom: 10px;
}

.course-details {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.6rem;
  color: #4a5568;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 20px;
}

.detail-item i {
  color: #e6a817;
  font-size: 0.55rem;
}

.university {
  font-size: 0.6rem;
  color: #1a2a5e;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.learn-more-btn {
  background: transparent;
  border: 1.5px solid #e6a817;
  color: #1a2a5e;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 0.65rem;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  text-decoration: none;
  margin-top: auto;
}

.course-card:hover .learn-more-btn {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(230, 168, 23, 0.25);
}

.learn-more-btn i {
  transition: transform 0.2s;
  font-size: 0.6rem;
}

.course-card:hover .learn-more-btn i {
  transform: translateX(3px);
}

/* View All Button */
.view-all-wrapper {
  text-align: center;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1a2a5e;
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.view-all-btn i {
  transition: transform 0.2s;
}

.view-all-btn:hover i {
  transform: translateX(5px);
}

/* Tab Content Visibility */
.tab-content {
  display: none;
}

.tab-content.active-tab {
  display: block;
}

/* Responsive */
@media (max-width: 1100px) {
  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .courses-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tabs-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .tabs-scroll-container {
    max-height: 280px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding: 10px 15px;
  }
  .tab-btn {
    width: auto;
    white-space: nowrap;
    padding: 8px 18px;
    margin-bottom: 0;
  }
  .tabs-header {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .courses-section {
    padding: 60px 0;
  }
  .courses-container {
    padding: 0 20px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .courses-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 576px) {
  .course-title {
    font-size: 0.85rem;
  }
  .card-body {
    padding: 12px;
  }
}

/*=========================WHY CHOOSE US SECTION STYLING============================*/
.why-choose-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Two Column Layout */
.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* ========== LEFT SIDE - IMAGE CARD ========== */
.image-card {
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;

  border: 1px solid rgba(230, 168, 23, 0.15);
}

.image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(230, 168, 23, 0.3);
}

.card-img-wrapper {
  overflow: hidden;
}

.campus-img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-card:hover .campus-img {
  transform: scale(1.05);
}

/* College Info Below Image */
.college-info {
  padding: 25px;
  text-align: center;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
}

.college-info h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #e6a817;
  margin-bottom: 8px;
}

.college-info .estab {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
  display: inline-block;
}

.college-info p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0;
}

/* ========== RIGHT SIDE - POINTS WITH DOUBLE CHECK ICON ========== */
.points-container {
  padding: 20px 0;
}

.points-container h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}

.points-container > p {
  font-size: 0.95rem;
  color: #5a6874;
  margin-bottom: 30px;
  line-height: 1.6;
}

.points-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 168, 23, 0.1);
}

.point-item:hover {
  transform: translateX(8px);
  background: #ffffff;
  border-color: rgba(230, 168, 23, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Double Check Icon */
.check-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.point-item:hover .check-icon {
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(230, 168, 23, 0.4);
}

.check-icon i {
  font-size: 1.2rem;
  color: #1a2a5e;
}

.point-text {
  flex: 1;
}

.point-text h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 6px;
}

.point-text p {
  font-size: 0.8rem;
  color: #5a6874;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .image-card {
    max-width: 500px;
    margin: 0 auto;
  }
  .points-container {
    text-align: center;
  }
  .points-list {
    max-width: 600px;
    margin: 0 auto;
  }
  .point-item {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .why-choose-section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .points-container h3 {
    font-size: 1.5rem;
  }
  .college-info h3 {
    font-size: 1.2rem;
  }
  .point-item {
    padding: 10px 14px;
  }
  .check-icon {
    width: 38px;
    height: 38px;
  }
  .check-icon i {
    font-size: 1rem;
  }
  .point-text h4 {
    font-size: 0.95rem;
  }
  .point-text p {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .container-custom {
    padding: 0 20px;
  }
  .college-info {
    padding: 18px;
  }
  .point-item {
    gap: 12px;
  }
}
/*============================FACILITIES SECTION STYLING============================*/
.prpm-facilities-wrap {
  padding: 80px 0;
  background: linear-gradient(145deg, #f5f7fd 0%, #eef2fa 100%);
  position: relative;
  overflow: hidden;
}

.prpm-facilities-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.prpm-facilities-title {
  text-align: center;
  margin-bottom: 55px;
}

.prpm-facilities-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.prpm-facilities-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Glassmorphism Grid - 3 cards per row */
.prpm-glass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

/* Glassmorphism Card - Unique Class */
.prpm-glass-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 50px 50px 50px 0;
  padding: 20px;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prpm-glass-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(230, 168, 23, 0.6);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

/* Image Wrapper */
.prpm-card-media {
  overflow: hidden;
  position: relative;
}

.prpm-card-img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.prpm-glass-card:hover .prpm-card-img {
  transform: scale(1.08);
}

/* Glass Overlay on Image Hover */
.prpm-card-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.2) 0%,
    rgba(230, 168, 23, 0) 60%
  );
  opacity: 0;
  transition: opacity 0.4s;
}

.prpm-glass-card:hover .prpm-card-media::after {
  opacity: 1;
}

/* Card Body */
.prpm-card-content {
  padding: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Icon Circle - Glass Style */
.prpm-icon-ring {
  /*width: 60px;
  height: 60px;*/
  background: rgba(230, 168, 23, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.35s ease;
  border: 1px solid rgba(230, 168, 23, 0.4);
}

.prpm-glass-card:hover .prpm-icon-ring {
  background: #e6a817;
  border-radius: 50%;
  transform: scale(1.05);
  border-color: #e6a817;
}

.prpm-icon-ring i {
  font-size: 1.6rem;
  color: #1a2a5e;
  transition: all 0.3s;
}

.prpm-glass-card:hover .prpm-icon-ring i {
  color: #1a2a5e;
  transform: scale(1.02);
}

/* Facility Title */
.prpm-fac-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}

/* Description */
.prpm-fac-desc {
  font-size: 0.8rem;
  color: #3a4a6e;
  line-height: 1.55;
  margin-bottom: 20px;
  opacity: 0.85;
}

/* Learn More Button - Glass Style */
.prpm-glass-btn {
  background: rgba(26, 42, 94, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(230, 168, 23, 0.5);
  color: #1a2a5e;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  margin-top: auto;
}

.prpm-glass-card:hover .prpm-glass-btn {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(230, 168, 23, 0.35);
  border-color: #e6a817;
}

.prpm-glass-btn i {
  transition: transform 0.25s;
}

.prpm-glass-card:hover .prpm-glass-btn i {
  transform: translateX(5px);
}

/* View All Button */
.prpm-view-all-wrap {
  text-align: center !important;
}

.prpm-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
  padding: 14px 42px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.prpm-view-all-btn:hover {
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  color: #1a2a5e;
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(230, 168, 23, 0.3);
}

.prpm-view-all-btn i {
  transition: transform 0.25s;
}

.prpm-view-all-btn:hover i {
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 1100px) {
  .prpm-glass-grid {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .prpm-glass-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .prpm-facilities-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .prpm-facilities-wrap {
    padding: 60px 0;
  }
  .prpm-facilities-container {
    padding: 0 20px;
  }
  .prpm-glass-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .prpm-fac-name {
    font-size: 1.1rem;
  }
  .prpm-card-content {
    padding: 18px;
  }
  .prpm-icon-ring {
    width: 52px;
    height: 52px;
  }
  .prpm-icon-ring i {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .prpm-fac-name {
    font-size: 1rem;
  }
  .prpm-fac-desc {
    font-size: 0.75rem;
  }
  .prpm-glass-btn {
    padding: 8px 16px;
    font-size: 0.7rem;
  }
}

/*=========================IMPORTANT LINKS SECTION STYLING======================================*/
.imp-links-section {
  padding: 80px 0;
  background: linear-gradient(145deg, #ffffff 0%, #f9f9f9 100%);
}

.imp-links-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.imp-links-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  margin-top: 50px;
}

/* LEFT SIDE: Image Card */
.imp-image-card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}

.imp-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(25, 42, 94, 0.85) 0%,
    rgba(42, 63, 122, 0.65) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-content {
  text-align: center;
  padding: 60px 40px;
}

.overlay-content i.fas.fa-graduation-cap {
  font-size: 4rem;
  color: #e6a817;
  margin-bottom: 25px;
}

.overlay-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.overlay-content p {
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.overlay-quote {
  font-size: 1.2rem;
  color: #e6a817;
  font-style: italic;
  font-weight: 600;
  display: block;
}

/* RIGHT SIDE: Links Grid */
.imp-links-right {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.imp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
}

.imp-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.imp-header-left i.fas.fa-link {
  font-size: 1.8rem;
  color: #1a2a5e;
}

.imp-header-left h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin: 0;
}

.imp-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #1a2a5e;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2a5e;
  text-decoration: none;
  transition: all 0.3s ease;
}

.imp-view-all i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.imp-view-all:hover {
  background: #1a2a5e;
  color: #fff;
  border-color: #1a2a5e;
}

.imp-view-all:hover i {
  transform: translateX(4px);
  color: #fff;
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Individual Link Item */
.imp-link-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.imp-link-item:hover {
  background: #e6f2ff;
  transform: translateY(-4px);
  border-color: #1a2a5e;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.link-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #1a2a5e;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.imp-link-item:hover .link-icon {
  background: #e6a817;
  transform: translateY(-2px) rotate(360deg);
}

.link-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

.link-text {
  flex: 1;
}

.link-text span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.imp-link-item:hover .link-text span {
  color: #1a2a5e;
}

.link-text small {
  display: block;
  font-size: 0.85rem;
  color: #666666;
}

/* Responsive */
@media (max-width: 992px) {
  .imp-links-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .imp-links-container {
    padding: 0 20px;
  }
  .overlay-content h3 {
    font-size: 1.6rem;
  }
  .overlay-content p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .imp-links-section {
    padding: 60px 0;
  }
  .imp-header h3 {
    font-size: 14px;
  }
  .links-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .imp-link-item {
    padding: 15px;
  }
  .link-icon {
    width: 42px;
    height: 42px;
  }
  .link-icon i {
    font-size: 18px;
  }
  .link-text span {
    font-size: 10px;
  }
  .link-text small {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .imp-image-card {
    min-height: 350px;
  }
  .overlay-content {
    padding: 40px 20px;
  }
  .overlay-content i.fas.fa-graduation-cap {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .overlay-content h3 {
    font-size: 20px;
  }
  .overlay-content p {
    font-size: 14px;
  }
  .overlay-quote {
    font-size: 14px;
  }
}

/*==========================NOTICE ANNOUNCEMENT STYLING=====================================*/
.prpm-notice-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.prpm-notice-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.prpm-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.prpm-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.prpm-section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== FULL WIDTH LATEST NEWS MARQUEE ========== */
.prpm-latest-news-wrapper {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.prpm-news-bar {
  display: flex;
  align-items: center;
  background: rgba(230, 168, 23, 0.15);
  padding: 0 20px;
}

.prpm-news-label {
  background: #e6a817;
  color: #1a2a5e;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 12px 24px;
  border-radius: 40px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}

.prpm-marquee-left {
  flex: 1;
  padding: 0 15px;
}

.prpm-marquee-left marquee {
  font-size: 0.95rem;
  font-weight: 500;
  color: white;
}

.prpm-marquee-left marquee a {
  color: white;
  text-decoration: none;
  margin-right: 40px;
  transition: all 0.2s;
}

.prpm-marquee-left marquee a:hover {
  color: #e6a817;
  text-decoration: underline;
}

.prpm-marquee-left marquee i {
  margin-right: 8px;
  color: #e6a817;
}

/* Two Column Layout */
.prpm-notice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

/* Card Wrapper */
.prpm-notice-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.prpm-notice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(230, 168, 23, 0.3);
}

/* Card Header */
.prpm-card-header {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.prpm-card-header i {
  font-size: 1.5rem;
  color: #e6a817;
}

.prpm-card-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

/* Scrollable Container with Custom Scrollbar */
.prpm-scroll-container {
  height: 480px;
  overflow-y: auto;
  padding: 20px;
  scrollbar-width: thin;
  scrollbar-color: #e6a817 #e2e8f0;
}

/* Custom Scrollbar Styling */
.prpm-scroll-container::-webkit-scrollbar {
  width: 5px;
}

.prpm-scroll-container::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 10px;
}

.prpm-scroll-container::-webkit-scrollbar-thumb {
  background: #e6a817;
  border-radius: 10px;
}

.prpm-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #ffc107;
}

/* Small Notice Card */
.prpm-small-card {
  display: flex;
  gap: 16px;
  background: #f8fafc;
  border-radius: 20px;
  padding: 14px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 168, 23, 0.08);
}

.prpm-small-card:hover {
  background: #ffffff;
  border-color: rgba(230, 168, 23, 0.3);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.prpm-small-img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 18px;
  overflow: hidden;
}

.prpm-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.prpm-small-card:hover .prpm-small-img img {
  transform: scale(1.05);
}

.prpm-small-content {
  flex: 1;
}

.prpm-small-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 5px;
}

.prpm-small-date {
  font-size: 0.65rem;
  color: #e6a817;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.prpm-small-desc {
  font-size: 0.7rem;
  color: #5a6874;
  line-height: 1.4;
  margin-bottom: 8px;
}

.prpm-read-more {
  font-size: 0.65rem;
  font-weight: 700;
  color: #1a2a5e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}

.prpm-read-more:hover {
  color: #e6a817;
  gap: 8px;
}

/* Vertical Marquee - Native HTML Marquee */
.prpm-vertical-marquee {
  width: 100%;
}

.prpm-vertical-marquee marquee {
  width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .prpm-notice-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .prpm-section-title h2 {
    font-size: 2rem;
  }
  .prpm-news-label {
    padding: 8px 18px;
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .prpm-notice-section {
    padding: 60px 0;
  }
  .prpm-notice-container {
    padding: 0 20px;
  }
  .prpm-news-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
  }
  .prpm-news-label {
    justify-content: center;
    margin: 5px 0;
  }
  .prpm-marquee-left {
    padding: 10px;
  }
  .prpm-small-card {
    flex-direction: column;
  }
  .prpm-small-img {
    width: 100%;
    height: 120px;
  }
  .prpm-scroll-container {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .prpm-card-header {
    padding: 12px 18px;
  }
  .prpm-card-header h3 {
    font-size: 1.1rem;
  }
  .prpm-small-card {
    padding: 12px;
  }
  .prpm-small-title {
    font-size: 0.85rem;
  }
}

/*=========================PHOTO GALLERY SLIDER STYLING=============================*/
.prpm-gallery-wrap {
  padding: 80px 0;
  background: linear-gradient(145deg, #f8fafd 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.prpm-gallery-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title Styling */
.prpm-gallery-title {
  text-align: center;
  margin-bottom: 55px;
}

.prpm-gallery-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.12) 0%,
    rgba(230, 168, 23, 0.05) 100%
  );
  padding: 8px 24px;
  border-radius: 60px;
  margin-bottom: 18px;
  border: 1px solid rgba(230, 168, 23, 0.2);
}

.prpm-gallery-badge i {
  font-size: 1rem;
  color: #e6a817;
}

.prpm-gallery-badge span {
  font-size: 0.8rem;
  font-weight: 700;
  color: #1a2a5e;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prpm-gallery-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.prpm-gallery-title h2 span {
  color: #e6a817;
  position: relative;
  display: inline-block;
}

.prpm-gallery-title h2 span::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(230, 168, 23, 0.25);
  border-radius: 4px;
  z-index: -1;
}

.prpm-gallery-title p {
  color: #6b7280;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.prpm-title-underline {
  width: 70px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Slider Container */
.prpm-gallery-slider-wrap {
  position: relative;
  padding: 0 50px;
}

/* Swiper Container */
.prpm-gallery-swiper {
  overflow: hidden;
  padding: 12px 6px;
}

.prpm-gallery-slide {
  padding: 6px;
}

/* Glassmorphism Gallery Card */
.prpm-gallery-card {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  transition: all 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(230, 168, 23, 0.15);
}

.prpm-gallery-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(230, 168, 23, 0.4);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.prpm-gallery-img-wrapper {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.prpm-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.prpm-gallery-card:hover .prpm-gallery-img {
  transform: scale(1.08);
}

/* Overlay Gradient */
.prpm-gallery-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 42, 94, 0.75) 0%,
    rgba(26, 42, 94, 0.5) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

.prpm-gallery-card:hover .prpm-gallery-img-wrapper::before {
  opacity: 1;
}

/* Badge on Image */
.prpm-gallery-badge-img {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(230, 168, 23, 0.95);
  backdrop-filter: blur(4px);
  padding: 5px 14px;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1a2a5e;
  z-index: 3;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}

.prpm-gallery-card:hover .prpm-gallery-badge-img {
  background: #e6a817;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Center Arrow Button */
.prpm-gallery-center-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 52px;
  height: 52px;
  background: #e6a817;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.2);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.prpm-gallery-card:hover .prpm-gallery-center-arrow {
  transform: translate(-50%, -50%) scale(1);
}

.prpm-gallery-center-arrow i {
  font-size: 1.2rem;
  color: #1a2a5e;
  transition: transform 0.2s;
}

.prpm-gallery-center-arrow:hover i {
  transform: translateX(3px);
}

/* Caption at Bottom */
.prpm-gallery-caption {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #1a2a5e, #2a3f7a);
  padding: 14px 16px;
  transition: all 0.4s ease;
  z-index: 2;
}

.prpm-gallery-card:hover .prpm-gallery-caption {
  bottom: 0;
}

.prpm-gallery-caption h6 {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prpm-gallery-caption h6 i {
  color: #e6a817;
  font-size: 0.7rem;
}

/* Custom Navigation Buttons */
.prpm-gallery-nav-prev,
.prpm-gallery-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(26, 42, 94, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 168, 23, 0.3);
}

.prpm-gallery-nav-prev {
  left: 0;
}

.prpm-gallery-nav-next {
  right: 0;
}

.prpm-gallery-nav-prev:hover,
.prpm-gallery-nav-next:hover {
  background: #e6a817;
  transform: translateY(-50%) scale(1.08);
}

.prpm-gallery-nav-prev i,
.prpm-gallery-nav-next i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s;
}

.prpm-gallery-nav-prev:hover i,
.prpm-gallery-nav-next:hover i {
  color: #1a2a5e;
}

/* Responsive */
@media (max-width: 1200px) {
  .prpm-gallery-slider-wrap {
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .prpm-gallery-wrap {
    padding: 60px 0;
  }
  .prpm-gallery-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .prpm-gallery-wrap {
    padding: 50px 0;
  }
  .prpm-gallery-container {
    padding: 0 20px;
  }
  .prpm-gallery-title h2 {
    font-size: 1.6rem;
  }
  .prpm-gallery-slider-wrap {
    padding: 0 35px;
  }
  .prpm-gallery-nav-prev,
  .prpm-gallery-nav-next {
    width: 38px;
    height: 38px;
  }
  .prpm-gallery-nav-prev i,
  .prpm-gallery-nav-next i {
    font-size: 1rem;
  }
  .prpm-gallery-center-arrow {
    width: 44px;
    height: 44px;
  }
  .prpm-gallery-center-arrow i {
    font-size: 1rem;
  }
  .prpm-gallery-caption h6 {
    font-size: 0.75rem;
  }
  .prpm-gallery-badge-img {
    font-size: 0.6rem;
    padding: 4px 10px;
  }
}

@media (max-width: 576px) {
  .prpm-gallery-title h2 {
    font-size: 1.4rem;
  }
  .prpm-gallery-slider-wrap {
    padding: 0 30px;
  }
  .prpm-gallery-nav-prev,
  .prpm-gallery-nav-next {
    width: 32px;
    height: 32px;
  }
  .prpm-gallery-center-arrow {
    width: 38px;
    height: 38px;
  }
  .prpm-gallery-badge {
    padding: 5px 18px;
  }
  .prpm-gallery-badge span {
    font-size: 0.7rem;
  }
}

/*=============================ADMISSION CTA BANNER STYLING============================*/
.prpm-admission-cta {
  position: relative;
  padding: 80px 0;
  background-image: url("../image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

/* Dark Blue Overlay */
.prpm-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 42, 94, 0.92) 0%,
    rgba(26, 42, 94, 0.85) 100%
  );
  z-index: 1;
}

/* Curved Shapes - Top and Bottom */
.prpm-curve-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23f5f7fc" fill-opacity="1" d="M0,64L80,69.3C160,75,320,85,480,80C640,75,800,53,960,48C1120,43,1280,53,1360,58.7L1440,64L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg>')
    no-repeat bottom;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.prpm-curve-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23f5f7fc" fill-opacity="1" d="M0,32L80,42.7C160,53,320,75,480,80C640,85,800,75,960,69.3C1120,64,1280,64,1360,64L1440,64L1440,120L1360,120C1280,120,1120,120,960,120C800,120,640,120,480,120C320,120,160,120,80,120L0,120Z"></path></svg>')
    no-repeat top;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

/* Container */
.prpm-cta-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Two Column Layout */
.prpm-cta-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 40px;
  align-items: center;
}

/* ========== LEFT SIDE (70%) ========== */
.prpm-cta-left {
  color: white;
}

.prpm-college-badge {
  display: inline-block;
  background: rgba(230, 168, 23, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(230, 168, 23, 0.5);
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e6a817;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.prpm-college-badge i {
  margin-right: 8px;
}

.prpm-cta-left h2 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.prpm-cta-left h2 span {
  color: #e6a817;
}

.prpm-cta-desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 90%;
}

.prpm-btn-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.prpm-btn-apply {
  background: #e6a817;
  color: #1a2a5e;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
}

.prpm-btn-apply:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(230, 168, 23, 0.4);
  color: #1a2a5e;
}

.prpm-btn-download {
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.prpm-btn-download:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
  border-color: white;
}

/* ========== RIGHT SIDE (30%) ========== */
.prpm-cta-right {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.prpm-cta-right:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(230, 168, 23, 0.5);
}

.prpm-right-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #e6a817;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid rgba(230, 168, 23, 0.3);
  padding-bottom: 12px;
}

.prpm-rules-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.prpm-rules-list li {
  color: white;
  font-size: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prpm-rules-list li i {
  color: #e6a817;
  font-size: 0.7rem;
  width: 20px;
}

.prpm-admission-date {
  background: rgba(230, 168, 23, 0.15);
  border-radius: 16px;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid rgba(230, 168, 23, 0.3);
}

.prpm-admission-date .date-label {
  font-size: 0.7rem;
  color: #e6a817;
  font-weight: 600;
  letter-spacing: 1px;
}

.prpm-admission-date .date-range {
  font-size: 1rem;
  font-weight: 800;
  color: white;
  margin-top: 5px;
}

.prpm-contact-info {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.prpm-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.2s;
}

.prpm-contact-item:hover {
  color: #e6a817;
  transform: translateX(3px);
}

.prpm-contact-item i {
  width: 28px;
  height: 28px;
  background: rgba(230, 168, 23, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #e6a817;
}

/* Responsive */
@media (max-width: 992px) {
  .prpm-cta-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .prpm-cta-left h2 {
    font-size: 2.5rem;
  }
  .prpm-cta-desc {
    max-width: 100%;
  }
  .prpm-cta-right {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .prpm-admission-cta {
    padding: 60px 0;
  }
  .prpm-cta-container {
    padding: 0 20px;
  }
  .prpm-cta-left h2 {
    font-size: 1.8rem;
  }
  .prpm-btn-group {
    flex-direction: column;
    width: 100%;
  }
  .prpm-btn-apply,
  .prpm-btn-download {
    text-align: center;
    justify-content: center;
  }
  .prpm-curve-top,
  .prpm-curve-bottom {
    height: 50px;
  }
}

@media (max-width: 576px) {
  .prpm-cta-left h2 {
    font-size: 1.5rem;
  }
  .prpm-college-badge {
    font-size: 0.7rem;
  }
  .prpm-right-title {
    font-size: 1rem;
  }
  .prpm-rules-list li {
    font-size: 0.7rem;
  }
}

/*============================CONTACT & ENQUIRY STYLING================================*/
.prpm-contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.prpm-contact-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.prpm-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.prpm-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.prpm-section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Two Column Layout - Equal Height */
.prpm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* ========== LEFT SIDE - MAP & CONTACT INFO (GRID INSIDE) ========== */
.prpm-left-card {
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prpm-left-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(230, 168, 23, 0.3);
}

/* Map Wrapper */
.prpm-map-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  flex-shrink: 0;
}

.prpm-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Contact Info Grid */
.prpm-contact-info-grid {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.prpm-contact-info-grid h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prpm-contact-info-grid h3 i {
  color: #e6a817;
}

/* 2x2 Grid for Contact Items */
.prpm-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  flex: 1;
}

.prpm-info-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px;
  background: #f8fafc;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.prpm-info-grid-item:hover {
  background: rgba(230, 168, 23, 0.08);
  transform: translateX(3px);
}

.prpm-grid-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.15) 0%,
    rgba(230, 168, 23, 0.08) 100%
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.prpm-info-grid-item:hover .prpm-grid-icon {
  background: #e6a817;
}

.prpm-grid-icon i {
  font-size: 1.2rem;
  color: #1a2a5e;
}

.prpm-grid-text {
  flex: 1;
}

.prpm-grid-text .label {
  font-size: 0.65rem;
  font-weight: 600;
  color: #718096;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.prpm-grid-text .value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-top: 4px;
  line-height: 1.4;
}

.prpm-grid-text .value a {
  color: #1a2a5e;
  text-decoration: none;
}

.prpm-grid-text .value a:hover {
  color: #e6a817;
}

/* Para Text */
.prpm-contact-para {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f2f5;
  font-size: 0.75rem;
  color: #5a6874;
  line-height: 1.5;
  text-align: center;
}

/* ========== RIGHT SIDE - ENQUIRY FORM (BOOTSTRAP 5) ========== */
.prpm-form-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prpm-form-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(230, 168, 23, 0.3);
}

.prpm-form-header {
  text-align: center;
  margin-bottom: 28px;
}

.prpm-form-header h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 8px;
}

.prpm-form-header p {
  font-size: 0.8rem;
  color: #718096;
}

/* Bootstrap 5 Form Styling - Rounded */
.prpm-form-card .form-control,
.prpm-form-card .form-select {
  border-radius: 28px;
  padding: 12px 20px;
  border: 2px solid #e2e8f0;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.prpm-form-card .form-control:focus,
.prpm-form-card .form-select:focus {
  border-color: #e6a817;
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.2);
}

.prpm-form-card textarea.form-control {
  border-radius: 24px;
  resize: vertical;
  min-height: 100px;
}

.prpm-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.prpm-submit-btn:hover {
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  color: #1a2a5e;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(230, 168, 23, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .prpm-contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .prpm-section-title h2 {
    font-size: 2rem;
  }
  .prpm-map-wrapper {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .prpm-contact-section {
    padding: 60px 0;
  }
  .prpm-contact-container {
    padding: 0 20px;
  }
  .prpm-info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .prpm-form-card {
    padding: 25px;
  }
  .prpm-contact-info-grid {
    padding: 22px;
  }
}

@media (max-width: 576px) {
  .prpm-form-header h3 {
    font-size: 1.3rem;
  }
  .prpm-form-card .form-control,
  .prpm-form-card .form-select {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

/*===========================TESTIMONIAL SLIDER CSS=============================*/
.prpm-testimonial-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Background Elements */
.prpm-testimonial-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.06) 0%,
    rgba(230, 168, 23, 0) 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.prpm-testimonial-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(26, 42, 94, 0.04) 0%,
    rgba(26, 42, 94, 0) 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.prpm-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* Section Title */
.prpm-testimonial-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.prpm-testimonial-title .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230, 168, 23, 0.15);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.prpm-testimonial-title .badge i {
  color: #e6a817;
  font-size: 0.9rem;
}

.prpm-testimonial-title .badge span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #e6a817;
  letter-spacing: 1px;
}

.prpm-testimonial-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}

.prpm-testimonial-title h2 span {
  color: #e6a817;
  position: relative;
  display: inline-block;
}

.prpm-testimonial-title h2 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(230, 168, 23, 0.3);
  border-radius: 4px;
  z-index: -1;
}

.prpm-testimonial-title p {
  color: #6b7280;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.prpm-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* Testimonial Slider Container */
.prpm-slider-container {
  position: relative;
  padding: 20px 0 50px;
  z-index: 1;
}

/* Testimonial Card */
.prpm-testimonial-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 30px 25px;
  margin: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.1);
  height: 100%;
  position: relative;
}

.prpm-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(230, 168, 23, 0.4);
}

/* Quote Icon */
.prpm-quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 3rem;
  color: rgba(230, 168, 23, 0.12);
  z-index: 0;
}

/* Profile Section */
.prpm-profile {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.prpm-profile-img-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}

.prpm-dashed-border {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 2px dashed #e6a817;
  border-radius: 50%;
  animation: prpm-spin 20s linear infinite;
}

@keyframes prpm-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.prpm-profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e6a817;
}

.prpm-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prpm-profile h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 4px;
}

.prpm-designation {
  font-size: 0.7rem;
  color: #e6a817;
  font-weight: 600;
  display: inline-block;
  background: rgba(230, 168, 23, 0.1);
  padding: 4px 12px;
  border-radius: 50px;
}

.prpm-course {
  font-size: 0.7rem;
  color: #5a6874;
  font-weight: 500;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.prpm-course i {
  color: #e6a817;
  font-size: 0.7rem;
}

.prpm-location {
  font-size: 0.65rem;
  color: #718096;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.prpm-location i {
  color: #e6a817;
  font-size: 0.6rem;
}

/* Message */
.prpm-message {
  text-align: center;
  margin-top: 15px;
}

.prpm-message p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #4b5563;
  font-style: italic;
  margin: 0;
}

/* Rating Stars */
.prpm-rating {
  text-align: center;
  margin-top: 15px;
}

.prpm-rating i {
  color: #e6a817;
  font-size: 0.8rem;
  margin: 0 2px;
}

/* Swiper Navigation */
.prpm-swiper-button-next,
.prpm-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #1a2a5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.prpm-swiper-button-next {
  right: -20px;
}

.prpm-swiper-button-prev {
  left: -20px;
}

.prpm-swiper-button-next:hover,
.prpm-swiper-button-prev:hover {
  background: #e6a817;
  transform: translateY(-50%) scale(1.1);
}

.prpm-swiper-button-next i,
.prpm-swiper-button-prev i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s;
}

.prpm-swiper-button-next:hover i,
.prpm-swiper-button-prev:hover i {
  color: #1a2a5e;
}

/* Swiper Pagination */
.prpm-testimonial-pagination {
  text-align: center;
  margin-top: 20px;
}

.prpm-testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  opacity: 1;
  transition: all 0.3s;
}

.prpm-testimonial-pagination .swiper-pagination-bullet-active {
  background: #e6a817;
  width: 28px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
  .prpm-swiper-button-next {
    right: -10px;
  }
  .prpm-swiper-button-prev {
    left: -10px;
  }
}

@media (max-width: 992px) {
  .prpm-testimonial-section {
    padding: 60px 0;
  }
  .prpm-testimonial-title h2 {
    font-size: 2rem;
  }
  .prpm-swiper-button-next,
  .prpm-swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 768px) {
  .prpm-testimonial-section {
    padding: 50px 0;
  }
  .prpm-testimonial-title h2 {
    font-size: 1.6rem;
  }
  .prpm-testimonial-card {
    padding: 25px 20px;
  }
  .prpm-profile-img-wrapper {
    width: 80px;
    height: 80px;
  }
  .prpm-message p {
    font-size: 0.8rem;
  }
  .prpm-swiper-button-next,
  .prpm-swiper-button-prev {
    display: none;
  }
}

@media (max-width: 576px) {
  .prpm-testimonial-title h2 {
    font-size: 1.3rem;
  }
  .prpm-testimonial-card {
    padding: 20px 15px;
  }
}

/*========================FOOTER STYLING============================*/
.content-placeholder {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

/* ========== FOOTER SECTION ========== */
.prpm-footer {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  overflow: hidden;
}

/* Animated Background Shapes */
.prpm-footer-bg-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.08) 0%,
    rgba(230, 168, 23, 0) 70%
  );
  border-radius: 50%;
  animation: prpm-float 12s ease-in-out infinite;
  z-index: 0;
}

.prpm-footer-bg-shape-1 {
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.prpm-footer-bg-shape-2 {
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  animation-delay: 3s;
}

.prpm-footer-bg-shape-3 {
  top: 50%;
  left: 30%;
  width: 200px;
  height: 200px;
  animation-delay: 6s;
}

@keyframes prpm-float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translate(30px, -20px) scale(1.1);
    opacity: 0.6;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}

.prpm-footer-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 30px 30px;
}

/* Footer Grid - 5 Columns */
.prpm-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
  margin-bottom: 50px;
}

/* Footer Column Common Styles */
.prpm-footer-col {
  transition: all 0.3s ease;
}

.prpm-footer-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #e6a817;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}

.prpm-footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #e6a817;
  border-radius: 3px;
}

/* Column 1 - About */
.prpm-footer-logo {
  width: 200px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.prpm-footer-logo-img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover !important;
}

.prpm-footer-logo-text {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0a0f1c;
  line-height: 1.3;
}

.prpm-footer-logo-text span {
  color: #e6a817;
}

.prpm-footer-about-text {
  font-size: 0.8rem;
  line-height: 1.6;
  margin: 15px 0;
  color: #cbd5e1;
}

/* Social Icons */
.prpm-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.prpm-social-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.prpm-social-icon:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* Quick Links - with Arrow Hover */
.prpm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prpm-footer-links li {
  margin-bottom: 12px;
}

.prpm-footer-links li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.prpm-footer-links li a i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.prpm-footer-links li a:hover {
  color: #e6a817;
  transform: translateX(5px);
}

.prpm-footer-links li a:hover i {
  transform: translateX(4px);
}

/* Contact Info */
.prpm-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 10px;
  color: #cbd5e1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.prpm-contact-item i {
  width: 32px;
  height: 32px;
  background: rgba(230, 168, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #e6a817;
  transition: all 0.3s;
}

.prpm-contact-item:hover {
  color: #e6a817;
  transform: translateX(3px);
}

.prpm-contact-item:hover i {
  background: #e6a817;
  color: #1a2a5e;
}

/* Google Map */
.prpm-footer-map {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 140px;
  border: 2px solid rgba(230, 168, 23, 0.3);
}

.prpm-footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.prpm-direction-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230, 168, 23, 0.15);
  color: #e6a817;
  padding: 8px 18px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 168, 23, 0.3);
}

.prpm-direction-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-2px);
}

/* Footer Bottom */
.prpm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.75rem;
}

.prpm-copyright {
  color: #94a3b8;
}

.prpm-copyright a {
  color: #e6a817;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s;
}

.prpm-copyright a:hover {
  text-decoration: underline;
}

.prpm-footer-links-bottom {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.prpm-footer-links-bottom a {
  color: #94a3b8;
  text-decoration: none;
  transition: all 0.2s;
}

.prpm-footer-links-bottom a:hover {
  color: #e6a817;
}

/* Responsive */
@media (max-width: 1100px) {
  .prpm-footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .prpm-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .prpm-footer-container {
    padding: 45px 20px 25px;
  }
  .prpm-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .prpm-footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .prpm-footer-title::after {
    width: 35px;
  }
}

/*=========================BACK TOP AND WTP STYLING===============================*/
/* ========== FLOATING WHATSAPP BUTTON ========== */
.prpm-whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prpm-whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
  animation: prpm-whatsapp-pulse 1.8s ease-in-out infinite;
}

@keyframes prpm-whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0.2);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    transform: scale(1);
  }
}

.prpm-whatsapp-link:hover {
  transform: scale(1.1);
  animation: none;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.prpm-whatsapp-link i {
  font-size: 2rem;
  color: white;
}

/* Tooltip for WhatsApp */
.prpm-whatsapp-tooltip {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: #1a2a5e;
  color: white;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.prpm-whatsapp-tooltip::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent #1a2a5e transparent transparent;
}

.prpm-whatsapp-float:hover .prpm-whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  left: 75px;
}

/* ========== BACK TO TOP BUTTON ========== */
.prpm-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.prpm-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.prpm-back-to-top:hover {
  background: #e6a817;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(230, 168, 23, 0.4);
}

.prpm-back-to-top i {
  font-size: 1.3rem;
  color: white;
  transition: all 0.2s;
}

.prpm-back-to-top:hover i {
  color: #1a2a5e;
}

/* Responsive */
@media (max-width: 768px) {
  .prpm-whatsapp-link {
    width: 50px;
    height: 50px;
  }
  .prpm-whatsapp-link i {
    font-size: 1.6rem;
  }
  .prpm-back-to-top {
    width: 42px;
    height: 42px;
    bottom: 20px;
    right: 20px;
  }
  .prpm-whatsapp-float {
    bottom: 20px;
    left: 20px;
  }
  .prpm-whatsapp-tooltip {
    display: none;
  }
}

/*=======================OTHER PAGES STYLING START=========================================*/
/* ========== ABOUT COVER PREMIUM SECTION - FULLY RESPONSIVE ========== */

.abt-cover-premium {
  position: relative;
  height: 350px;
  background-image: url("../image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.abt-cover-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.85);
  z-index: 1;
}

/* ========== ANIMATED SHAPES ========== */
.abt-cover-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.abt-shape {
  position: absolute;
  background: rgba(230, 168, 23, 0.08);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(230, 168, 23, 0.3);
  animation: abtShapeFloat 20s infinite ease-in-out;
}

.abt-shape:nth-child(1) {
  width: 350px;
  height: 350px;
  top: -120px;
  left: -120px;
  border-radius: 30% 70% 70% 30% / 30% 35% 65% 70%;
  animation-duration: 25s;
}

.abt-shape:nth-child(2) {
  width: 450px;
  height: 450px;
  bottom: -150px;
  right: -120px;
  border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
  animation-duration: 30s;
  animation-delay: -5s;
}

.abt-shape:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 10%;
  border-radius: 40% 60% 60% 40% / 40% 50% 50% 60%;
  border: 2px dashed rgba(230, 168, 23, 0.3);
  animation-duration: 18s;
}

.abt-shape:nth-child(4) {
  width: 180px;
  height: 180px;
  bottom: 15%;
  left: 5%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation-duration: 22s;
}

.abt-shape:nth-child(5) {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 25%;
  border-radius: 50%;
  animation-duration: 15s;
}

@keyframes abtShapeFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate(30px, -30px) rotate(5deg) scale(1.05);
  }
  50% {
    transform: translate(-20px, 40px) rotate(-5deg) scale(0.95);
  }
  75% {
    transform: translate(40px, 20px) rotate(3deg) scale(1.02);
  }
}

/* ========== CONTAINER ========== */
.abt-cover-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 30px;
  position: relative;
  z-index: 10;
  width: 100%;
}

/* ========== BREADCRUMB ========== */
.abt-premium-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 10px 28px;
  border-radius: 60px;
  border: 1px solid rgba(230, 168, 23, 0.4);
  animation: abtSlideDown 0.8s ease;
}

@keyframes abtSlideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.abt-premium-breadcrumb a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.abt-premium-breadcrumb a:hover {
  color: #e6a817;
}

.abt-premium-breadcrumb i {
  color: #e6a817;
  font-size: 12px;
}

.abt-premium-breadcrumb span {
  color: #e6a817;
  font-weight: 600;
}

/* ========== TAGLINE ========== */
.abt-premium-tagline {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e6a817;
  margin-bottom: 20px;
  padding: 10px 28px;
  background: rgba(26, 42, 94, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 60px;
  border: 1px solid rgba(230, 168, 23, 0.5);
}

/* ========== HEADING ========== */
.abt-premium-heading {
  font-size: 26px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

.abt-premium-heading span {
  color: #e6a817;
}

/* ========== DESCRIPTION ========== */
.abt-premium-desc {
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 35px;
}

/* ========== SCROLL BUTTON ========== */
.abt-premium-scroll {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: white;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  padding: 12px 30px;
  border-radius: 60px;
  border: 1px solid rgba(230, 168, 23, 0.4);
  transition: 0.4s;
}

.abt-premium-scroll:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* ============================================ */
/* ========== FULLY RESPONSIVE BREAKPOINTS ========== */
/* ============================================ */

/* Laptop (1200px) */
@media (max-width: 1200px) {
  .abt-cover-premium {
    height: 330px;
  }

  .abt-cover-container {
    max-width: 1100px;
    padding: 70px 30px;
  }

  .abt-premium-heading {
    font-size: 24px;
  }

  .abt-premium-desc {
    max-width: 580px;
    font-size: 0.95rem;
  }

  .abt-shape:nth-child(1) {
    width: 280px;
    height: 280px;
  }

  .abt-shape:nth-child(2) {
    width: 350px;
    height: 350px;
  }

  .abt-shape:nth-child(3) {
    width: 160px;
    height: 160px;
  }

  .abt-shape:nth-child(4) {
    width: 140px;
    height: 140px;
  }

  .abt-shape:nth-child(5) {
    width: 100px;
    height: 100px;
  }
}

/* Desktop (1024px) */
@media (max-width: 1024px) {
  .abt-cover-premium {
    height: 320px;
  }

  .abt-cover-container {
    padding: 60px 25px;
  }

  .abt-premium-breadcrumb {
    padding: 8px 24px;
    margin-bottom: 25px;
  }

  .abt-premium-breadcrumb a,
  .abt-premium-breadcrumb span {
    font-size: 13px;
  }

  .abt-premium-tagline {
    font-size: 12px;
    padding: 8px 24px;
    margin-bottom: 18px;
  }

  .abt-premium-heading {
    font-size: 22px;
  }

  .abt-premium-desc {
    max-width: 520px;
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .abt-premium-scroll {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

/* Tablet Landscape (992px) */
@media (max-width: 992px) {
  .abt-cover-premium {
    height: 300px;
    background-attachment: scroll; /* Better performance on tablets */
  }

  .abt-cover-container {
    padding: 50px 25px;
  }

  .abt-premium-heading {
    font-size: 20px;
  }

  .abt-premium-desc {
    max-width: 480px;
    font-size: 0.88rem;
  }

  .abt-shape:nth-child(1) {
    width: 220px;
    height: 220px;
    top: -80px;
    left: -80px;
  }

  .abt-shape:nth-child(2) {
    width: 280px;
    height: 280px;
    bottom: -100px;
    right: -80px;
  }

  .abt-shape:nth-child(3) {
    width: 130px;
    height: 130px;
  }

  .abt-shape:nth-child(4) {
    width: 110px;
    height: 110px;
  }

  .abt-shape:nth-child(5) {
    width: 80px;
    height: 80px;
  }
}

/* Tablet Portrait (768px) */
@media (max-width: 768px) {
  .abt-cover-premium {
    height: 380px; /* Slightly taller for more content */
  }

  .abt-cover-container {
    padding: 45px 20px;
    text-align: center;
  }

  .abt-premium-breadcrumb {
    display: inline-flex;
    margin: 0 auto 25px auto;
    justify-content: center;
  }

  .abt-premium-tagline {
    display: inline-flex;
    margin: 0 auto 20px auto;
    justify-content: center;
  }

  .abt-premium-heading {
    font-size: 22px;
    text-align: center;
  }

  .abt-premium-desc {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
    font-size: 0.9rem;
  }

  .abt-premium-scroll {
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
  }

  /* Adjust shapes for tablet */
  .abt-shape:nth-child(1) {
    width: 180px;
    height: 180px;
    top: -60px;
    left: -60px;
  }

  .abt-shape:nth-child(2) {
    width: 220px;
    height: 220px;
    bottom: -80px;
    right: -60px;
  }

  .abt-shape:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 15%;
    right: 5%;
  }

  .abt-shape:nth-child(4) {
    width: 90px;
    height: 90px;
    bottom: 10%;
    left: 3%;
  }

  .abt-shape:nth-child(5) {
    width: 70px;
    height: 70px;
  }
}

/* Mobile Landscape (650px) */
@media (max-width: 650px) {
  .abt-cover-premium {
    height: 420px;
  }

  .abt-cover-container {
    padding: 40px 18px;
  }

  .abt-premium-breadcrumb {
    padding: 6px 20px;
    gap: 8px;
    margin-bottom: 20px;
  }

  .abt-premium-breadcrumb a,
  .abt-premium-breadcrumb span {
    font-size: 12px;
  }

  .abt-premium-breadcrumb i {
    font-size: 10px;
  }

  .abt-premium-tagline {
    font-size: 10px;
    letter-spacing: 2px;
    padding: 6px 20px;
    gap: 10px;
    margin-bottom: 15px;
  }

  .abt-premium-heading {
    font-size: 20px;
  }

  .abt-premium-desc {
    font-size: 0.85rem;
    margin-bottom: 25px;
  }

  .abt-premium-scroll {
    padding: 9px 22px;
    font-size: 0.85rem;
    gap: 10px;
  }

  /* Hide smaller shapes on mobile for cleaner look */
  .abt-shape:nth-child(4),
  .abt-shape:nth-child(5) {
    display: none;
  }

  .abt-shape:nth-child(1) {
    width: 140px;
    height: 140px;
    top: -50px;
    left: -50px;
  }

  .abt-shape:nth-child(2) {
    width: 180px;
    height: 180px;
    bottom: -60px;
    right: -50px;
  }

  .abt-shape:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 10%;
    right: 2%;
  }
}

/* Mobile (576px) */
@media (max-width: 576px) {
  .abt-cover-premium {
    height: 350px;
  }

  .abt-cover-container {
    padding: 35px 15px;
  }

  .abt-premium-breadcrumb {
    padding: 5px 16px;
    gap: 6px;
    margin-bottom: 18px;
  }

  .abt-premium-breadcrumb a,
  .abt-premium-breadcrumb span {
    font-size: 11px;
  }

  .abt-premium-tagline {
    font-size: 9px;
    letter-spacing: 2px;
    padding: 5px 16px;
    gap: 8px;
    margin-bottom: 12px;
  }

  .abt-premium-tagline i {
    font-size: 10px;
  }

  .abt-premium-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .abt-premium-desc {
    font-size: 0.8rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .abt-premium-scroll {
    padding: 8px 20px;
    font-size: 0.8rem;
    gap: 8px;
  }

  /* Hide more shapes on small mobile */
  .abt-shape:nth-child(3) {
    display: none;
  }

  .abt-shape:nth-child(1) {
    width: 120px;
    height: 120px;
    top: -40px;
    left: -40px;
  }

  .abt-shape:nth-child(2) {
    width: 150px;
    height: 150px;
    bottom: -50px;
    right: -40px;
  }
}

/* Small Mobile (400px) */
@media (max-width: 400px) {
  .abt-cover-premium {
    height: 280px;
  }

  .abt-cover-container {
    padding: 30px 12px;
  }

  .abt-premium-breadcrumb {
    padding: 4px 14px;
    gap: 5px;
    margin-bottom: 15px;
  }

  .abt-premium-breadcrumb a,
  .abt-premium-breadcrumb span {
    font-size: 10px;
  }

  .abt-premium-tagline {
    font-size: 8px;
    letter-spacing: 1.5px;
    padding: 4px 14px;
    gap: 6px;
    margin-bottom: 10px;
  }

  .abt-premium-heading {
    font-size: 16px;
  }

  .abt-premium-desc {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .abt-premium-scroll {
    padding: 7px 18px;
    font-size: 0.75rem;
    gap: 6px;
  }

  .abt-shape:nth-child(1) {
    width: 100px;
    height: 100px;
    top: -30px;
    left: -30px;
  }

  .abt-shape:nth-child(2) {
    width: 120px;
    height: 120px;
    bottom: -40px;
    right: -30px;
  }
}

/* Extra Small (350px) */
@media (max-width: 350px) {
  .abt-cover-premium {
    height: 250px;
  }

  .abt-premium-heading {
    font-size: 15px;
  }

  .abt-premium-desc {
    font-size: 0.7rem;
  }

  .abt-premium-scroll {
    padding: 6px 14px;
    font-size: 0.7rem;
  }
}
/* ========== INTRODUCTION SECTION ========== */
.prpm-intro {
  padding: 80px 0;
  background: #ffffff;
  overflow-x: hidden;
}
.prpm-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.prpm-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.prpm-intro-img-wrapper {
  position: relative;
  width: 100%;
}
.prpm-intro-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.12);
  transition: 0.5s;
  display: block;
}
.prpm-intro-img:hover {
  transform: scale(1.02);
}

/* Top Left Badge */
.prpm-year-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 1rem;
  z-index: 5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Bottom Right Floating Image Card */
.prpm-floating-image-card {
  position: absolute;
  bottom: -30px;
  right: 20px;
  width: 140px;
  height: 140px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 4px solid white;
  background: white;
  z-index: 5;
  transition: 0.3s;
}
.prpm-floating-image-card:hover {
  transform: scale(1.05);
}
.prpm-floating-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prpm-intro-content h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.prpm-intro-content h2 span {
  color: #e6a817;
}
.prpm-intro-text {
  color: #5a6874;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.prpm-highlight-box {
  background: #f8fafc;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prpm-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prpm-highlight-item i {
  width: 32px;
  height: 32px;
  background: rgba(230, 168, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a817;
  font-size: 0.8rem;
}
.prpm-highlight-item span {
  font-size: 0.85rem;
  color: #4a5568;
  font-weight: 500;
}

/* ========== HISTORY SECTION ========== */
.prpm-history {
  padding: 80px 0;
  background: #f8fafc;
  overflow-x: hidden;
}
.prpm-history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.prpm-history-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.prpm-history-img:hover {
  transform: scale(1.02);
}
.prpm-history-content h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.prpm-history-content h2 span {
  color: #e6a817;
}
.prpm-history-text {
  color: #5a6874;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ========== TIMELINE SECTION ========== */
.prpm-timeline-section {
  padding: 80px 0;
  background: #ffffff;
  overflow-x: hidden;
}
.prpm-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}
.prpm-timeline-card {
  background: white;
  padding: 30px 20px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  border: 1px solid rgba(230, 168, 23, 0.1);
}
.prpm-timeline-card:hover {
  transform: translateY(-8px);
  border-color: #e6a817;
}
.prpm-timeline-year {
  font-size: 1.8rem;
  font-weight: 800;
  color: #e6a817;
  margin-bottom: 15px;
}
.prpm-timeline-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 10px;
}
.prpm-timeline-desc {
  font-size: 12px;
  text-align: justify !important;
  color: #5a6874;
  line-height: 1.5;
}

/* ========== WHY CHOOSE US SECTION ========== */
.prpm-why-choose {
  position: relative;
  padding: 100px 0;
  background-image: url("..//image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
}
.prpm-why-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.88);
  z-index: 1;
}
.prpm-why-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.prpm-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.prpm-why-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.prpm-why-content h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}
.prpm-why-content h2 span {
  color: #e6a817;
}
.prpm-why-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.prpm-why-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 15px 20px;
  border-radius: 20px;
  transition: 0.3s;
}
.prpm-why-item:hover {
  transform: translateX(8px);
  background: rgba(230, 168, 23, 0.2);
}
.prpm-why-icon {
  width: 50px;
  height: 50px;
  background: rgba(230, 168, 23, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prpm-why-icon i {
  font-size: 1.5rem;
  color: #e6a817;
}
.prpm-why-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin: 0;
}
.prpm-why-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 5px 0 0;
  text-align: justify !important;
}

/* ========== COLLEGE HIGHLIGHTS ========== */
.prpm-highlights {
  padding: 80px 0;
  background: #ffffff;
  overflow-x: hidden;
}
.prpm-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.prpm-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
}
.prpm-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 15px auto 0;
  border-radius: 4px;
}
.prpm-highlights-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
.prpm-highlight-card {
  background: white;
  padding: 30px 20px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: 0.4s;
  border: 1px solid rgba(230, 168, 23, 0.1);
}
.prpm-highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
.prpm-highlight-icon {
  width: 70px;
  height: 70px;
  background: rgba(230, 168, 23, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.prpm-highlight-card:hover .prpm-highlight-icon {
  background: #e6a817;
}
.prpm-highlight-icon i {
  font-size: 2rem;
  color: #e6a817;
  transition: 0.3s;
}
.prpm-highlight-card:hover .prpm-highlight-icon i {
  color: #1a2a5e;
}
.prpm-highlight-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 10px;
}
.prpm-highlight-card p {
  font-size: 0.75rem;
  color: #5a6874;
  text-align: justify;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* यहाँ लाइन्स की संख्या तय होती है */
  overflow: hidden;
  text-overflow: ellipsis;
}
.prpm-view-all {
  text-align: center;
}
.prpm-view-btn {
  background: #1a2a5e;
  color: white;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.prpm-view-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* ========== CTA BANNER ========== */
.prpm-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a2a5e 0%, #0f1a3a 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prpm-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.08) 0%,
    transparent 70%
  );
  animation: rotateBg 25s linear infinite;
}
@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.prpm-cta-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}
.prpm-cta h2 {
  font-size: 2.3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.prpm-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
}
.prpm-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.prpm-cta-btn {
  padding: 14px 38px;
  border-radius: 60px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.prpm-cta-btn-primary {
  background: #e6a817;
  color: #1a2a5e;
}
.prpm-cta-btn-primary:hover {
  background: #ffc107;
  transform: translateY(-3px);
}
.prpm-cta-btn-outline {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.prpm-cta-btn-outline:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1200px) {
  .prpm-container,
  .prpm-why-container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .prpm-intro-grid,
  .prpm-history-grid,
  .prpm-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .prpm-highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .prpm-timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .prpm-container,
  .prpm-why-container {
    padding: 0 20px;
  }
  .abt-cover-container {
    padding: 60px 20px;
  }
  .prpm-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prpm-timeline-grid {
    grid-template-columns: 1fr;
  }
  .prpm-floating-image-card {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: 10px;
  }
  .prpm-year-badge {
    padding: 6px 15px;
    font-size: 0.8rem;
    top: 15px;
    left: 15px;
  }
  .abt-cover-premium {
    background-attachment: scroll;
  }
}
@media (max-width: 576px) {
  .prpm-highlights-grid {
    grid-template-columns: 1fr;
  }
  .prpm-cta h2 {
    font-size: 1.6rem;
  }
  .prpm-intro-content h2 {
    font-size: 1.6rem;
  }
  .prpm-history-content h2 {
    font-size: 1.6rem;
  }
  .prpm-why-content h2 {
    font-size: 1.6rem;
  }
  .prpm-floating-image-card {
    width: 80px;
    height: 80px;
    bottom: -15px;
    right: 5px;
  }
}

/*=================================OUR GOAL PAGE STYLING===============================*/
.wgp-goal-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.wgp-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.wgp-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.wgp-section-title h2 span {
  color: #e6a817;
}
.wgp-section-title .title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
  position: relative;
}

/* ========== SMALL INTRODUCTION SECTION ========== */
.wgp-intro-small {
  padding: 60px 0 30px;
  text-align: center;
}
.wgp-intro-small p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== VISION MISSION SECTION ========== */
.wgp-vm-section {
  padding: 40px 0 60px;
}

/* Arc Headers */
.wgp-arc-header {
  font-weight: 800;
  letter-spacing: 3px;
  padding: 12px 45px;
  border-radius: 60px;
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.wgp-arc-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}
.wgp-arc-header:hover::before {
  left: 100%;
}
.wgp-arc-vision {
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  color: #1a2a5e;
}
.wgp-arc-mission {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
}

/* Pin Container */
.wgp-pin-container {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.2),
    inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: default;
}
.wgp-pin-container:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
}
.wgp-pin-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.2) 60%,
    transparent 100%
  );
  opacity: 0.6;
  transition: all 0.4s ease;
  z-index: 0;
}
.wgp-pin-container:hover::before {
  opacity: 1;
  transform: scale(1.1);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.4) 60%,
    transparent 100%
  );
}
.wgp-pin-container::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 18px 14px 0;
  border-style: solid;
  transition: all 0.3s;
}
.wgp-pin-vision {
  background: linear-gradient(145deg, #e6a817, #c8960f);
  box-shadow: 0 10px 25px rgba(230, 168, 23, 0.4);
}
.wgp-pin-vision::after {
  border-color: #e6a817 transparent transparent;
}
.wgp-pin-mission {
  background: linear-gradient(145deg, #1a2a5e, #0f1a3a);
  box-shadow: 0 10px 25px rgba(26, 42, 94, 0.4);
}
.wgp-pin-mission::after {
  border-color: #1a2a5e transparent transparent;
}
.wgp-pin-container i {
  font-size: 3.8rem;
  z-index: 2;
  position: relative;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.wgp-pin-vision i {
  color: #1a2a5e;
}
.wgp-pin-mission i {
  color: #e6a817;
}

/* Info Boxes */
.wgp-info-box {
  background: white;
  padding: 28px 30px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2d3748;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  line-height: 1.6;
  border-radius: 28px;
}
.wgp-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}
.wgp-box-vision {
  border-top: 4px solid #e6a817;
  background: linear-gradient(135deg, #ffffff, #fffef7);
}
.wgp-box-mission {
  border-top: 4px solid #1a2a5e;
  background: linear-gradient(135deg, #ffffff, #f7f8fc);
}

/* Connecting Line */
.wgp-connecting-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  z-index: 1;
  background: linear-gradient(to right, #e6a817 50%, #1a2a5e 50%);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wgp-center-dot {
  width: 16px;
  height: 16px;
  background: #e6a817;
  border-radius: 50%;
  outline: 4px solid white;
  box-shadow: 0 0 0 2px #1a2a5e;
  z-index: 3;
}

/* ========== WOMEN EMPOWERMENT SECTION ========== */
.wgp-empowerment {
  padding: 80px 0;
  background: #ffffff;
}

.wgp-goal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wgp-empowerment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wgp-empowerment-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.wgp-empowerment-img:hover {
  transform: scale(1.02);
}

.wgp-empowerment-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}

.wgp-empowerment-content h3 span {
  color: #e6a817;
}

.wgp-empowerment-content > p {
  font-size: 0.95rem;
  color: #5a6874;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ========== LIST STYLES (Pure DIV classes, no UL/LI) ========== */
.wgp-empowerment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 25px;
}

/* Each item - flex layout with icon + content */
.wgp-empowerment-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #f8fafc;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.wgp-empowerment-item:hover {
  transform: translateX(8px);
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Icon Circle */
.wgp-item-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(230, 168, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wgp-item-icon i {
  font-size: 1.3rem;
  color: #e6a817;
}

/* Content area */
.wgp-item-content {
  flex: 1;
}

/* Title (Heading) */
.wgp-item-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

/* Description (Paragraph below title) */
.wgp-item-desc {
  font-size: 12px;
  color: #5a6874;
  line-height: 1.5;
  margin: 0;
}

/* ========== FULLY RESPONSIVE ========== */

/* Tablet (1024px) */
@media (max-width: 1024px) {
  .wgp-empowerment-grid {
    gap: 40px;
  }

  .wgp-empowerment-content h3 {
    font-size: 1.8rem;
  }

  .wgp-empowerment-item {
    padding: 14px 18px;
  }

  .wgp-item-icon {
    width: 44px;
    height: 44px;
  }

  .wgp-item-icon i {
    font-size: 1.2rem;
  }

  .wgp-item-title {
    font-size: 1rem;
  }

  .wgp-item-desc {
    font-size: 0.82rem;
  }
}

/* Tablet (768px) */
@media (max-width: 768px) {
  .wgp-empowerment {
    padding: 60px 0;
  }

  .wgp-empowerment-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .wgp-empowerment-img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .wgp-empowerment-content h3 {
    font-size: 1.6rem;
    text-align: center;
  }

  .wgp-empowerment-content > p {
    text-align: center;
    font-size: 0.9rem;
  }

  .wgp-empowerment-item {
    padding: 12px 16px;
  }

  .wgp-item-icon {
    width: 40px;
    height: 40px;
  }

  .wgp-item-icon i {
    font-size: 1.1rem;
  }

  .wgp-item-title {
    font-size: 0.95rem;
  }

  .wgp-item-desc {
    font-size: 0.8rem;
  }
}

/* Mobile (576px) */
@media (max-width: 576px) {
  .wgp-empowerment {
    padding: 50px 0;
  }

  .wgp-goal-container {
    padding: 0 15px;
  }

  .wgp-empowerment-grid {
    gap: 25px;
  }

  .wgp-empowerment-content h3 {
    font-size: 1.4rem;
  }

  .wgp-empowerment-content > p {
    font-size: 0.85rem;
  }

  .wgp-empowerment-list {
    gap: 12px;
  }

  .wgp-empowerment-item {
    padding: 12px 14px;
    gap: 12px;
  }

  .wgp-item-icon {
    width: 36px;
    height: 36px;
  }

  .wgp-item-icon i {
    font-size: 1rem;
  }

  .wgp-item-title {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }

  .wgp-item-desc {
    font-size: 0.75rem;
  }
}

/* Small Mobile (400px) */
@media (max-width: 400px) {
  .wgp-empowerment-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wgp-item-title {
    text-align: center;
  }

  .wgp-item-desc {
    text-align: center;
  }
}
/* ========== FUTURE GOALS SECTION ========== */
.wgp-future-goals {
  padding: 80px 0;
  background: #f8fafc;
}
.wgp-future-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
/* Left Image Card with Border-Left and Border Radius */
.wgp-future-img-card {
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border-left: 5px solid #e6a817;
}
.wgp-future-img-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 45px rgba(0, 0, 0, 0.15);
}
.wgp-future-img {
  width: 100%;
  height: auto;
  display: block;
}
.wgp-future-left {
  position: relative;
}

/* Text Overlay - Jo image ke upar dikhega */
.wgp-future-text-overlay {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    135deg,
    rgba(26, 42, 94, 0.92),
    rgba(26, 42, 94, 0.85)
  );
  backdrop-filter: blur(8px);
  padding: 30px 28px;
  border-radius: 30px;
  bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(230, 168, 23, 0.3);
  transition: all 0.3s ease;
}

.wgp-future-text-overlay:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(230, 168, 23, 0.6);
}

.wgp-future-text-overlay h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.wgp-future-text-overlay h3 span {
  color: #e6a817;
  position: relative;
  display: inline-block;
}

.wgp-future-text-overlay p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  margin: 0;
}

.wgp-future-points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wgp-future-point {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: white;
  border-radius: 24px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.wgp-future-point:hover {
  transform: translateX(10px);
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-left: 3px solid #e6a817;
}
.wgp-future-icon {
  width: 55px;
  height: 55px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wgp-future-icon i {
  font-size: 1.6rem;
  color: #e6a817;
}
.wgp-future-text h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 6px;
}
.wgp-future-text p {
  font-size: 12px;
  color: #5a6874;
  margin: 0;
  line-height: 1.5;
}

/* ========== INSPIRATIONAL QUOTE SECTION ========== */
.wgp-quote-section {
  position: relative;
  padding: 100px 0;
  background-image: url("../image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.wgp-quote-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.85);
  z-index: 1;
}
.wgp-quote-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.wgp-quote-icon {
  font-size: 4rem;
  color: #e6a817;
  margin-bottom: 25px;
  opacity: 0.8;
}
.wgp-quote-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  line-height: 1.4;
  margin-bottom: 25px;
  font-style: italic;
}
.wgp-quote-author {
  font-size: 1rem;
  color: #e6a817;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Responsive */
@media (max-width: 992px) {
  .wgp-empowerment-grid,
  .wgp-future-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wgp-pin-container {
    width: 120px;
    height: 120px;
  }
  .wgp-pin-container i {
    font-size: 2.8rem;
  }
  .wgp-quote-text {
    font-size: 1.4rem;
  }
  .wgp-empowerment-content h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .wgp-goal-container {
    padding: 0 20px;
  }
  .wgp-connecting-line {
    display: none;
  }
  .wgp-info-box {
    margin-bottom: 20px;
  }
  .wgp-section-title h2 {
    font-size: 2rem;
  }
  .wgp-empowerment-content h3 {
    font-size: 1.5rem;
  }
  .wgp-empowerment-list li {
    font-size: 0.85rem;
    padding: 10px 12px;
  }
  .wgp-quote-text {
    font-size: 1.2rem;
  }
  .wgp-future-point {
    padding: 14px 18px;
  }
  .wgp-future-text h4 {
    font-size: 1rem;
  }
  .wgp-future-text p {
    font-size: 0.75rem;
  }
  .wgp-future-text-overlay h3 {
    font-size: 16px;
  }
  .wgp-future-text-overlay p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .wgp-pin-container {
    width: 100px;
    height: 100px;
  }
  .wgp-pin-container i {
    font-size: 2.2rem;
  }
  .wgp-arc-header {
    font-size: 1rem;
    padding: 8px 30px;
  }
  .wgp-future-img-card {
    border-radius: 40px 40px 40px 0;
  }
  .wgp-future-text-overlay h3 {
    font-size: 16px;
  }
  .wgp-future-text-overlay p {
    font-size: 12px;
  }
}

/*=============================MESSAGES PAGE STYLING=============================*/
.msg-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.msg-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.msg-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.msg-section-title h2 span {
  color: #e6a817;
}
.msg-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== SMALL INTRODUCTION SECTION ========== */
.msg-intro-small {
  padding: 60px 0 30px;
  text-align: center;
}
.msg-intro-small p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== MESSAGE SECTION (PRINCIPAL & CHAIRMAN) ========== */
.msg-message-section {
  padding: 60px 0;
  background: #ffffff;
}
.msg-message-section:nth-child(even) {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
.msg-message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ========== LEFT SIDE - IMAGE CARD (CARD STYLE) ========== */
.msg-img-card {
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border-left: 5px solid #e6a817;
}
.msg-img-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 45px rgba(0, 0, 0, 0.15);
}
.msg-card-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.msg-nameplate {
  text-align: center;
  margin-top: 0;
  padding: 20px;
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
}
.msg-nameplate h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #e6a817;
  margin-bottom: 5px;
}
.msg-nameplate p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* ========== RIGHT SIDE - MESSAGE CONTENT ========== */
.msg-message-content {
  padding: 20px 0;
}
.msg-welcome-badge {
  display: inline-block;
  background: #e6a817;
  color: #1a2a5e;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.msg-message-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
  line-height: 1.3;
}
.msg-message-text {
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 1rem;
}
.msg-vision-box {
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.1) 0%,
    rgba(255, 193, 7, 0.05) 100%
  );
  padding: 20px 25px;
  border-radius: 24px;
  margin: 25px 0;
  border-left: 4px solid #e6a817;
  transition: all 0.3s ease;
}
.msg-vision-box:hover {
  transform: translateX(8px);
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.15) 0%,
    rgba(255, 193, 7, 0.08) 100%
  );
}
.msg-vision-box i {
  color: #e6a817;
  font-size: 1.5rem;
  margin-right: 12px;
  vertical-align: middle;
}
.msg-vision-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 10px;
  display: inline-block;
}
.msg-vision-box p {
  font-size: 0.9rem;
  color: #4a5568;
  margin-top: 8px;
  line-height: 1.6;
}
.msg-quote-style {
  position: relative;
  padding: 20px 30px;
  background: #f0f4fa;
  border-radius: 28px;
  margin: 25px 0;
  font-style: italic;
  transition: all 0.3s ease;
}
.msg-quote-style:hover {
  background: #e8edf5;
  transform: scale(1.01);
}
.msg-quote-style i.fa-quote-left {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2rem;
  color: #e6a817;
  opacity: 0.3;
}
.msg-quote-style p {
  font-size: 1rem;
  color: #2d3748;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.msg-signature-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px dashed rgba(230, 168, 23, 0.3);
}
.msg-signature-box {
  text-align: left;
}
.msg-signature-img {
  font-family: "Georgia", cursive;
  font-size: 18px;
  font-weight: 500;
  color: #1a2a5e;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.msg-signature-img::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e6a817;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.msg-signature-box:hover .msg-signature-img::after {
  transform: scaleX(1);
}
.msg-signature-box p {
  font-size: 0.8rem;
  color: #718096;
  margin-top: 12px;
}
.msg-designation-box {
  text-align: right;
}
.msg-designation-box h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
}
.msg-designation-box p {
  font-size: 0.75rem;
  color: #718096;
}

/* ========== CORE VALUES SECTION (5 CARDS WITH DIAMOND CUT) ========== */
.msg-core-values {
  padding: 80px 0;
  background: #f8fafc;
}
.msg-values-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 50px;
}
/* Diamond Cut Card Design */
.msg-value-card {
  background: #ffffff;
  border-radius: 24px;
  text-align: center;
  padding: 40px 20px 30px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  position: relative;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.msg-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
/* Diamond Shape Cut at Top Center */
.msg-value-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: -60px auto 20px;
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  border-radius: 12px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(230, 168, 23, 0.3);
}
.msg-value-card:hover .msg-value-icon-wrapper {
  transform: rotate(45deg) scale(1.05);
  border-radius: 16px;
}
.msg-value-icon-wrapper i {
  transform: rotate(-45deg);
  font-size: 2rem;
  color: #1a2a5e;
}
.msg-value-card h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 12px;
}
.msg-value-card p {
  font-size: 10px;
  text-align: justify;
  color: #5a6874;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .msg-values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .msg-message-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .msg-img-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .msg-message-content {
    text-align: center;
  }
  .msg-message-content h3 {
    font-size: 1.8rem;
  }
  .msg-vision-box {
    text-align: left;
  }
  .msg-signature-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .msg-designation-box {
    text-align: center;
  }
  .msg-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .msg-container {
    padding: 0 20px;
  }
  .msg-section-title h2 {
    font-size: 2rem;
  }
  .msg-message-content h3 {
    font-size: 1.5rem;
  }
  .msg-message-text {
    font-size: 0.9rem;
  }
  .msg-value-card {
    padding: 35px 15px 25px;
  }
  .msg-value-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  .msg-value-icon-wrapper i {
    font-size: 1.6rem;
  }
  .msg-value-card h4 {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .msg-values-grid {
    grid-template-columns: 1fr;
  }
  .msg-quote-style p {
    font-size: 0.85rem;
    padding-left: 20px;
  }
  .msg-vision-box p {
    font-size: 0.8rem;
  }
  .msg-nameplate h3 {
    font-size: 1.1rem;
  }
}
/*==============================BORADS OF COMMITEE PAGES STYLING=============================*/
.boc-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.boc-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.boc-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.boc-section-title h2 span {
  color: #e6a817;
}
.boc-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== SMALL INTRODUCTION SECTION ========== */
.boc-intro-small {
  padding: 60px 0 30px;
  text-align: center;
}
.boc-intro-small p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== GOVERNING BODY SECTION (4 CARDS PER ROW) ========== */
.boc-governing-body {
  padding: 60px 0;
  background: #ffffff;
}
.boc-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}
/* Professional Member Card */
.boc-member-card {
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.boc-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
  border-color: #e6a817;
}
.boc-card-img-wrapper {
  overflow: hidden;
}
.boc-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.boc-member-card:hover .boc-card-img {
  transform: scale(1.05);
}
.boc-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.boc-member-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 5px;
}
.boc-member-designation {
  font-size: 0.75rem;
  color: #e6a817;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.boc-member-role {
  font-size: 0.7rem;
  color: #5a6874;
  margin-bottom: 12px;
  line-height: 1.4;
}
.boc-member-desc {
  font-size: 0.75rem;
  color: #4a5568;
  line-height: 1.5;
  margin-bottom: 16px;
}
.boc-contact-btn {
  background: transparent;
  border: 1.5px solid #e6a817;
  color: #1a2a5e;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  margin-top: auto;
}
.boc-contact-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(230, 168, 23, 0.3);
}

/* ========== ORGANIZATION STRUCTURE SECTION ========== */
.boc-structure {
  padding: 80px 0;
  background: #f8fafc;
}
.boc-structure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.boc-structure-img {
  width: 100%;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.boc-structure-img:hover {
  transform: scale(1.02);
}
/* Flowchart / Hierarchy UI */
.boc-flowchart {
  background: #ffffff;
  padding: 30px;
  border-radius: 32px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.boc-flow-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.boc-flow-level {
  width: 40px;
  height: 40px;
  background: #e6a817;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #1a2a5e;
  margin-right: 15px;
  flex-shrink: 0;
}
.boc-flow-content {
  flex: 1;
  background: #f8fafc;
  padding: 12px 20px;
  border-radius: 20px;
  border-left: 4px solid #e6a817;
}
.boc-flow-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0;
}
.boc-flow-content p {
  font-size: 0.7rem;
  color: #5a6874;
  margin: 5px 0 0;
}
.boc-connector {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 2px dashed #e6a817;
}

/* ========== INSTITUTIONAL RESPONSIBILITIES (5 CARDS) ========== */
.boc-responsibilities {
  padding: 80px 0;
  background: #ffffff;
}
.boc-resp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 50px;
}
/* Diamond Cut Card Design */
.boc-resp-card {
  background: #ffffff;
  border-radius: 24px;
  text-align: center;
  padding: 40px 20px 30px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  position: relative;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.boc-resp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
/* Diamond Shape Cut at Top Center */
.boc-resp-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: -60px auto 20px;
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  border-radius: 12px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(230, 168, 23, 0.3);
}
.boc-resp-card:hover .boc-resp-icon-wrapper {
  transform: rotate(45deg) scale(1.05);
  border-radius: 16px;
}
.boc-resp-icon-wrapper i {
  transform: rotate(-45deg);
  font-size: 2rem;
  color: #1a2a5e;
}
.boc-resp-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 12px;
}
.boc-resp-card p {
  font-size: 10px;
  text-align: justify;
  color: #5a6874;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
  .boc-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .boc-resp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .boc-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .boc-structure-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .boc-resp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .boc-container {
    padding: 0 20px;
  }
  .boc-section-title h2 {
    font-size: 2rem;
  }
  .boc-cards-grid {
    grid-template-columns: 1fr;
  }
  .boc-resp-grid {
    grid-template-columns: 1fr;
  }
  .boc-resp-card {
    padding: 35px 15px 25px;
  }
  .boc-resp-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  .boc-resp-icon-wrapper i {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .boc-member-name {
    font-size: 1rem;
  }
  .boc-flowchart {
    padding: 20px;
  }
}
/*===============================OUR COURSES PAGES STYLING=============================*/
.cou-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.cou-section-title {
  text-align: center;
  margin-bottom: 30px;
}
.cou-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.cou-section-title h2 span {
  color: #e6a817;
}
.cou-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 15px auto 0;
  border-radius: 4px;
}

/* ========== HEADER SECTION (Heading + Subheading) ========== */
.cou-header {
  padding: 60px 0 30px;
  text-align: center;
}
.cou-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.cou-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.6;
}

/* ========== FILTER & SEARCH ROW ========== */
.cou-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
  padding: 20px 0;
}
/* Modern Bootstrap Tabs Style */
.cou-tabs-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cou-tab-btn {
  background: #ffffff;
  border: none;
  padding: 10px 28px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5a6874;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(230, 168, 23, 0.2);
}
.cou-tab-btn i {
  margin-right: 8px;
}
.cou-tab-btn:hover {
  background: rgba(230, 168, 23, 0.1);
  color: #e6a817;
  border-color: #e6a817;
}
.cou-tab-btn.active {
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  border-color: #e6a817;
  box-shadow: 0 6px 14px rgba(230, 168, 23, 0.3);
}
/* Modern Search Bar */
.cou-search-wrapper {
  position: relative;
}
.cou-search-input {
  width: 300px;
  padding: 12px 20px 12px 45px;
  border: 1px solid rgba(230, 168, 23, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  outline: none;
  transition: all 0.3s;
  background: #ffffff;
}
.cou-search-input:focus {
  border-color: #e6a817;
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.1);
}
.cou-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #e6a817;
  font-size: 1rem;
}

/* ========== COURSES GRID (3 CARDS PER ROW) ========== */
.cou-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
/* Course Card */
.cou-course-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cou-course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
.cou-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s;
}
.cou-course-card:hover .cou-card-img {
  transform: scale(1.03);
}
.cou-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cou-course-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 10px;
}
.cou-course-desc {
  font-size: 0.8rem;
  color: #5a6874;
  line-height: 1.5;
  margin-bottom: 15px;
}
.cou-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.cou-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  background: #f8fafc;
  padding: 5px 12px;
  border-radius: 30px;
  color: #4a5568;
}
.cou-meta-item i {
  color: #e6a817;
  font-size: 0.7rem;
}
.cou-affiliation {
  font-size: 0.7rem;
  color: #1a2a5e;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cou-btn-group {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.cou-btn {
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.cou-btn-details {
  background: transparent;
  border: 1.5px solid #e6a817;
  color: #1a2a5e;
}
.cou-btn-details:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-2px);
}
.cou-btn-apply {
  background: linear-gradient(135deg, #1a2a5e, #2a3f7a);
  color: white;
  border: none;
}
.cou-btn-apply:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(230, 168, 23, 0.3);
}

/* ========== ADMISSION CTA BANNER ========== */
.cou-cta-banner {
  padding: 70px 0;
  background: linear-gradient(135deg, #1a2a5e 0%, #0f1a3a 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  border-radius: 40px;
}
.cou-cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.08) 0%,
    transparent 70%
  );
  animation: couRotateBg 25s linear infinite;
}
@keyframes couRotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cou-cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.cou-cta-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.cou-cta-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
}
.cou-cta-btn {
  background: #e6a817;
  color: #1a2a5e;
  padding: 14px 38px;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cou-cta-btn:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(230, 168, 23, 0.4);
}

/* ========== FAQ SECTION (ACCORDION) ========== */
.cou-faq-section {
  padding: 80px 0;
  background: #ffffff;
}
.cou-faq-grid {
  max-width: 900px;
  margin: 50px auto 0;
}
.cou-accordion-item {
  background: #f8fafc;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid rgba(230, 168, 23, 0.15);
  transition: 0.3s;
}
.cou-accordion-header {
  width: 100%;
  padding: 20px 25px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2a5e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.cou-accordion-header:hover {
  background: rgba(230, 168, 23, 0.05);
}
.cou-accordion-header i {
  color: #e6a817;
  transition: 0.3s;
}
.cou-accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.cou-accordion-collapse.show {
  max-height: 300px;
}
.cou-accordion-body {
  padding: 0 25px 20px 25px;
  color: #5a6874;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .cou-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cou-filter-row {
    flex-direction: column;
    align-items: stretch;
  }
  .cou-tabs-wrapper {
    justify-content: center;
  }
  .cou-search-wrapper {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .cou-container {
    padding: 0 20px;
  }
  .cou-courses-grid {
    grid-template-columns: 1fr;
  }
  .cou-header h1 {
    font-size: 2rem;
  }
  .cou-cta-content h2 {
    font-size: 1.6rem;
  }
  .cou-search-input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cou-tab-btn {
    padding: 6px 16px;
    font-size: 0.8rem;
  }
  .cou-btn-group {
    flex-direction: column;
  }
}
/*=================================COURSE DETAILS PAGE =================================*/
.cd-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.cd-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.cd-section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.cd-section-title h2 span {
  color: #e6a817;
}
.cd-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 15px auto 0;
  border-radius: 4px;
}

/* ========== HEADER SECTION ========== */
.cd-header {
  padding: 60px 0 30px;
  text-align: center;
}
.cd-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.cd-header h1 span {
  color: #e6a817;
}
.cd-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.6;
}

/* ========== QUICK INFO CARDS (4 CARDS) ========== */
.cd-quick-info {
  padding: 20px 0 50px;
}
.cd-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.cd-quick-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 24px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.cd-quick-card:hover {
  transform: translateY(-5px);
  border-color: #e6a817;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.cd-quick-icon {
  width: 60px;
  height: 60px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.cd-quick-icon i {
  font-size: 1.6rem;
  color: #e6a817;
}
.cd-quick-card h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5a6874;
  margin-bottom: 8px;
}
.cd-quick-card p {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin: 0;
}

/* ========== ABOUT COURSE SECTION ========== */
.cd-about-section {
  padding: 60px 0;
  background: #ffffff;
}
.cd-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.cd-about-img {
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.cd-about-img:hover {
  transform: scale(1.02);
}
.cd-about-content h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cd-about-content p {
  color: #5a6874;
  line-height: 1.7;
  margin-bottom: 20px;
}
.cd-about-list {
  list-style: none;
  padding: 0;
}
.cd-about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #4a5568;
}
.cd-about-list li i {
  color: #e6a817;
  font-size: 1rem;
  width: 24px;
}

/* ========== SYLLABUS & FEE STRUCTURE SECTION ========== */
.cd-syllabus-fee {
  padding: 60px 0;
  background: #f8fafc;
}
.cd-sf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
/* Accordion Styles */
.cd-accordion-item {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.cd-accordion-header {
  width: 100%;
  padding: 18px 22px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.cd-accordion-header:hover {
  background: rgba(230, 168, 23, 0.05);
}
.cd-accordion-header i {
  color: #e6a817;
  transition: 0.3s;
}
.cd-accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.cd-accordion-collapse.show {
  max-height: 500px;
}
.cd-accordion-body {
  padding: 0 22px 20px 22px;
  color: #5a6874;
  font-size: 0.9rem;
  line-height: 1.6;
}
.cd-subject-list {
  list-style: none;
  padding-left: 0;
}
.cd-subject-list li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cd-subject-list li i {
  color: #e6a817;
  font-size: 0.7rem;
}
/* Fee Table */
.cd-fee-table {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.cd-fee-table h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cd-fee-table table {
  width: 100%;
  border-collapse: collapse;
}
.cd-fee-table th,
.cd-fee-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.85rem;
}
.cd-fee-table th {
  text-align: left;
  font-weight: 700;
  color: #1a2a5e;
}
.cd-fee-table td {
  color: #5a6874;
}
.cd-fee-table .total-row {
  background: #fef9e6;
  font-weight: 700;
}
.cd-scholarship-info {
  margin-top: 20px;
  padding: 15px;
  background: rgba(230, 168, 23, 0.08);
  border-radius: 16px;
}
.cd-scholarship-info p {
  font-size: 0.8rem;
  margin: 0;
  color: #1a2a5e;
}

/* ========== CAREER & RELATED COURSES ========== */
.cd-career-related {
  padding: 60px 0;
  background: #ffffff;
}
.cd-cr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.cd-career-box {
  background: #f8fafc;
  padding: 30px;
  border-radius: 28px;
}
.cd-career-box h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cd-career-list {
  list-style: none;
  padding: 0;
}
.cd-career-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #4a5568;
}
.cd-career-list li i {
  color: #e6a817;
  font-size: 1rem;
}
.cd-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.cd-related-card {
  background: #f8fafc;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  display: block;
}
.cd-related-card:hover {
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.cd-related-card i {
  font-size: 2rem;
  color: #e6a817;
  margin-bottom: 10px;
}
.cd-related-card h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0;
}
.cd-eligibility-box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 20px;
  border-left: 4px solid #e6a817;
}
.cd-eligibility-box h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 8px;
}
.cd-eligibility-box p {
  font-size: 0.85rem;
  color: #5a6874;
  margin: 0;
}

/* ========== CTA BANNER ========== */
.cd-cta-section {
  position: relative;
  padding: 80px 0;
  background-image: url("https://images.pexels.com/photos/256490/pexels-photo-256490.jpeg?auto=compress&cs=tinysrgb&w=1600");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cd-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.88);
  z-index: 1;
}
.cd-cta-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.cd-cta-left h2 {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.cd-cta-left p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}
.cd-cta-btn {
  background: #e6a817;
  color: #1a2a5e;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.cd-cta-btn:hover {
  background: #ffc107;
  transform: translateY(-3px);
}
.cd-faq-small {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 28px;
}
.cd-faq-small h3 {
  color: #e6a817;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.cd-faq-small p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .cd-quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cd-about-grid,
  .cd-sf-grid,
  .cd-cr-grid,
  .cd-cta-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cd-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cd-container {
    padding: 0 20px;
  }
  .cd-header h1 {
    font-size: 2rem;
  }
  .cd-quick-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .cd-related-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .cd-quick-grid {
    grid-template-columns: 1fr;
  }
  .cd-fee-table {
    overflow-x: auto;
  }
}

/*====================TEACHING STAFF PAGE=================*/
.ts-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.ts-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.ts-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.ts-section-title h2 span {
  color: #e6a817;
}
.ts-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 15px auto 0;
  border-radius: 4px;
}

/* ========== HEADER SECTION ========== */
.ts-header {
  padding: 60px 0 30px;
  text-align: center;
}
.ts-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.ts-header h1 span {
  color: #e6a817;
}
.ts-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.6;
}

/* ========== FACULTY GRID (4 CARDS PER ROW) ========== */
.ts-faculty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0;
}
/* Faculty Card */
.ts-faculty-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ts-faculty-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
/* Image Wrapper - Circular Image */
.ts-img-wrapper {
  position: relative;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.ts-faculty-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50px 50px 50px 0;
  border: 4px solid #e6a817;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.ts-faculty-card:hover .ts-faculty-img {
  transform: scale(1.02);
  border-color: #ffc107;
}
/* Department Tag - Top Right of Image */
.ts-dept-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  z-index: 2;
}
/* Card Body */
.ts-card-body {
  padding: 20px 20px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ts-faculty-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 5px;
  text-align: center;
}
.ts-faculty-designation {
  font-size: 0.75rem;
  color: #e6a817;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.ts-faculty-dept {
  font-size: 0.7rem;
  color: #5a6874;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
  padding-bottom: 8px;
}
/* Short Description */
.ts-faculty-short-desc {
  font-size: 0.8rem;
  color: #4a5568;
  line-height: 1.5;
  text-align: center;
}
/* Full Description (Hidden initially) */
.ts-faculty-full-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 0.75rem;
  color: #5a6874;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
.ts-faculty-full-desc.show {
  max-height: 200px;
}
.ts-read-more-btn {
  background: transparent;
  border: none;
  color: #e6a817;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 8px;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s;
}
.ts-read-more-btn:hover {
  color: #1a2a5e;
  text-decoration: underline;
}
/* Qualification Row (Icons) */
.ts-qualification-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px 0 0;
  padding-top: 12px;
  border-top: 1px solid #f0f2f5;
}
.ts-qual-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: #5a6874;
}
.ts-qual-item i {
  color: #e6a817;
  font-size: 0.7rem;
}

/* ========== FULL WIDTH MESSAGE STRIP ========== */
.ts-message-strip {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  padding: 40px 20px;
  margin: 40px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ts-message-strip::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.08) 0%,
    transparent 70%
  );
  animation: tsRotateBg 20s linear infinite;
}
@keyframes tsRotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-message-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.ts-message-content i {
  font-size: 2.5rem;
  color: #e6a817;
  margin-bottom: 15px;
}
.ts-message-content p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin-bottom: 15px;
}
.ts-message-content h4 {
  color: #e6a817;
  font-size: 1rem;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1200px) {
  .ts-faculty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .ts-faculty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ts-container {
    padding: 0 20px;
  }
  .ts-header h1 {
    font-size: 2rem;
  }
  .ts-faculty-grid {
    grid-template-columns: 1fr;
  }
  .ts-faculty-img {
    width: 130px;
    height: 130px;
  }
  .ts-qualification-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .ts-dept-tag {
    font-size: 0.6rem;
    padding: 3px 10px;
    top: 12px;
    right: 12px;
  }
}
/*==================== NON-TEACHING STAFF PAGE=================*/
.nt-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.nt-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.nt-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.nt-section-title h2 span {
  color: #e6a817;
}
.nt-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & INTRO SECTION ========== */
.nt-header {
  padding: 60px 0 20px;
  text-align: center;
}
.nt-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.nt-header h1 span {
  color: #e6a817;
}
.nt-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.nt-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== STAFF GRID (4 CARDS PER ROW) ========== */
.nt-staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0 60px;
}

/* Staff Card */
.nt-staff-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 25px 20px 20px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.nt-staff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}

/* Circular Profile Photo */
.nt-staff-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  border: 4px solid #e6a817;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.nt-staff-card:hover .nt-staff-img {
  transform: scale(1.03);
  border-color: #ffc107;
}

.nt-staff-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 5px;
}
.nt-staff-designation {
  font-size: 0.75rem;
  font-weight: 600;
  color: #e6a817;
  margin-bottom: 8px;
}
.nt-staff-dept {
  font-size: 0.7rem;
  color: #5a6874;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nt-contact-btn {
  background: transparent;
  border: 1.5px solid #e6a817;
  color: #1a2a5e;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-contact-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* ========== ROLES & CONTRIBUTION SECTION ========== */
.nt-roles-contrib {
  padding: 60px 0;
  background: #ffffff;
}
.nt-rc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.nt-roles-box {
  background: #f8fafc;
  padding: 35px;
  border-radius: 28px;
  border-left: 5px solid #e6a817;
}
.nt-roles-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 25px;
}
.nt-roles-list {
  list-style: none;
  padding: 0;
}
.nt-roles-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  color: #4a5568;
}
.nt-roles-list li i {
  width: 32px;
  height: 32px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a817;
}
.nt-contrib-box {
  background: #f8fafc;
  padding: 35px;
  border-radius: 28px;
  border-right: 5px solid #e6a817;
}
.nt-contrib-box h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 25px;
}
.nt-contrib-list {
  list-style: none;
  padding: 0;
}
.nt-contrib-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  color: #4a5568;
}
.nt-contrib-list li i {
  width: 32px;
  height: 32px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a817;
}

/* ========== CTA BANNER (BG IMAGE + BLUE OVERLAY) ========== */
.nt-cta-section {
  position: relative;
  padding: 80px 0;
  background-image: url("..//image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.nt-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.88);
  z-index: 1;
}
.nt-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.nt-cta-content .school-name {
  font-size: 0.85rem;
  letter-spacing: 3px;
  color: #e6a817;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.nt-cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.nt-cta-content .tagline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.nt-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.nt-cta-btn {
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nt-cta-btn-primary {
  background: #e6a817;
  color: #1a2a5e;
}
.nt-cta-btn-primary:hover {
  background: #ffc107;
  transform: translateY(-3px);
}
.nt-cta-btn-outline {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.nt-cta-btn-outline:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1200px) {
  .nt-staff-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .nt-staff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nt-rc-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .nt-header h1 {
    font-size: 2.2rem;
  }
  .nt-cta-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .nt-container {
    padding: 0 20px;
  }
  .nt-staff-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .nt-staff-img {
    width: 110px;
    height: 110px;
  }
  .nt-roles-box,
  .nt-contrib-box {
    padding: 25px;
  }
  .nt-roles-box h3,
  .nt-contrib-box h3 {
    font-size: 1.3rem;
  }
  .nt-cta-content h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .nt-header h1 {
    font-size: 1.8rem;
  }
  .nt-section-title h2 {
    font-size: 1.8rem;
  }
  .nt-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
/*===============================FACILITY PAGES STYLING===================================*/
.af-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.af-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.af-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.af-section-title h2 span {
  color: #e6a817;
}
.af-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.af-header {
  padding: 60px 0 20px;
  text-align: center;
}
.af-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.af-header h1 span {
  color: #e6a817;
}
.af-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.af-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== FULL WIDTH HORIZONTAL FACILITY STRIP ========== */
.af-strip {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  padding: 20px 0;
  margin: 20px 0 50px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  scrollbar-color: #26b967 #f1f1f1;
}
.af-strip::-webkit-scrollbar {
  height: 4px;
}
.af-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.af-strip::-webkit-scrollbar-thumb {
  background: #e6a817;
  border-radius: 4px;
}
.af-strip-content {
  display: inline-flex;
  gap: 40px;
  padding: 0 30px;
}
.af-strip-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.af-strip-item i {
  color: #e6a817;
  font-size: 1rem;
}

/* ========== FACILITY CARDS GRID (4 CARDS PER ROW) ========== */
.af-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0 60px;
}

/* Facility Card */
.af-facility-card {
  background: #ffffff;
  padding: 10px;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.af-facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
.af-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 50px 50px 50px 0;
  transition: transform 0.5s;
}
.af-facility-card:hover .af-card-img {
  transform: scale(1.03);
}
.af-card-body {
  padding: 20px;
}
.af-card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 10px;
}
.af-card-desc {
  font-size: 0.75rem;
  color: #5a6874;
  line-height: 1.5;
  margin-bottom: 15px;
}
.af-features-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 5px;
}
.af-feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: #4a5568;
}
.af-feature-item i {
  color: #e6a817;
  font-size: 0.7rem;
}

/* ========== ACADEMIC SUPPORT HIGHLIGHTS (BG IMAGE + BLUE OVERLAY) ========== */
.af-support-section {
  position: relative;
  padding: 80px 0;
  background-image: url("../image/about_img/cover1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 40px 0 0;
}
.af-support-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.88);
  z-index: 1;
}
.af-support-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.af-support-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}
.af-support-content h2 span {
  color: #e6a817;
}
.af-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.af-support-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 24px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.af-support-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.2);
  border-color: #e6a817;
}
.af-support-icon {
  width: 70px;
  height: 70px;
  background: rgba(230, 168, 23, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.af-support-icon i {
  font-size: 2rem;
  color: #e6a817;
}
.af-support-item h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
.af-support-item p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1200px) {
  .af-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .af-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .af-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .af-header h1 {
    font-size: 2.2rem;
  }
  .af-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .af-container {
    padding: 0 20px;
  }
  .af-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .af-support-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .af-strip-item {
    font-size: 0.75rem;
  }
  .af-support-content h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .af-header h1 {
    font-size: 1.8rem;
  }
  .af-section-title h2 {
    font-size: 1.8rem;
  }
}

/*==================== INFRA STRUCTURES STYLING====================*/
.infra-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.infra-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.infra-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.infra-section-title h2 span {
  color: #e6a817;
}
.infra-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.infra-header {
  padding: 60px 0 20px;
  text-align: center;
}
.infra-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.infra-header h1 span {
  color: #e6a817;
}
.infra-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.infra-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== CAMPUS ENVIRONMENT HIGHLIGHTS SECTION ========== */
.infra-highlights {
  padding: 40px 0 80px;
}
.infra-highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left Side - Image Card with Stylish Border */
.infra-img-card {
  position: relative;
  background: #ffffff;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border-left: 5px solid #e6a817;
}
.infra-img-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.infra-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s;
}
.infra-img-card:hover .infra-img {
  transform: scale(1.02);
}
.infra-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Right Side - Points with Double Check Icon */
.infra-points-content h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.infra-points-content h3 span {
  color: #e6a817;
}
.infra-points-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.infra-points-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(230, 168, 23, 0.1);
}
.infra-points-list li:hover {
  transform: translateX(10px);
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #e6a817;
}
.infra-point-icon {
  width: 50px;
  height: 50px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.infra-points-list li:hover .infra-point-icon {
  background: #e6a817;
}
.infra-point-icon i {
  font-size: 1.3rem;
  color: #e6a817;
  transition: 0.3s;
}
.infra-points-list li:hover .infra-point-icon i {
  color: #1a2a5e;
}
.infra-point-text {
  flex: 1;
}
.infra-point-text h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 4px;
}
.infra-point-text p {
  font-size: 0.75rem;
  color: #5a6874;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .infra-highlights-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .infra-header h1 {
    font-size: 2.2rem;
  }
  .infra-points-content h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .infra-container {
    padding: 0 20px;
  }
  .infra-points-list li {
    padding: 12px 15px;
    gap: 12px;
  }
  .infra-point-icon {
    width: 42px;
    height: 42px;
  }
  .infra-point-icon i {
    font-size: 1rem;
  }
  .infra-point-text h4 {
    font-size: 0.9rem;
  }
  .infra-point-text p {
    font-size: 0.7rem;
  }
  .infra-header h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .infra-header h1 {
    font-size: 1.6rem;
  }
  .infra-section-title h2 {
    font-size: 1.8rem;
  }
  .infra-points-list li {
    flex-direction: column;
    text-align: center;
  }
  .infra-img-badge {
    font-size: 0.65rem;
    padding: 5px 12px;
    bottom: 10px;
    left: 10px;
  }
}

/*==================== VIDEO GALLERY STYLING ====================*/
.vg-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.vg-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.vg-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.vg-section-title h2 span {
  color: #e6a817;
}
.vg-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.vg-header {
  padding: 60px 0 20px;
  text-align: center;
}
.vg-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.vg-header h1 span {
  color: #e6a817;
}
.vg-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.vg-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== VIDEO GRID (4 CARDS PER ROW) ========== */
.vg-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Video Card */
.vg-video-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(230, 168, 23, 0.08);
}
.vg-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-color: #e6a817;
}

/* Video Wrapper - 16:9 Aspect Ratio */
.vg-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}
.vg-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Card Body */
.vg-card-body {
  padding: 20px;
}

/* Video Title */
.vg-video-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* Video Date */
.vg-video-date {
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
}
.vg-video-date i {
  margin-right: 5px;
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .vg-video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .vg-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vg-header h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .vg-container {
    padding: 0 20px;
  }
  .vg-video-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .vg-header h1 {
    font-size: 1.8rem;
  }
  .vg-section-title h2 {
    font-size: 1.8rem;
  }
  .vg-video-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .vg-header h1 {
    font-size: 1.6rem;
  }
  .vg-section-title h2 {
    font-size: 1.8rem;
  }
  .vg-card-body {
    padding: 15px;
  }
  .vg-video-title {
    font-size: 1rem;
  }
}
/*===================================EVENT AND MEDIA GALLERY PAGE STYLING===========================*/
.eg-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION BADGE & TITLE ========== */
.eg-section-badge {
  display: inline-block;
  background: rgba(230, 168, 23, 0.15);
  color: #e6a817;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.eg-section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.eg-section-title span {
  color: #e6a817;
  position: relative;
}
.eg-section-title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(230, 168, 23, 0.3);
  border-radius: 4px;
  z-index: -1;
}
.eg-section-desc {
  color: #5a6874;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
.eg-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.eg-header {
  padding: 60px 0 20px;
  text-align: center;
}
.eg-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.eg-header h1 span {
  color: #e6a817;
}
.eg-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.eg-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== EVENT OVERVIEW CARD ========== */
.eg-event-overview {
  padding: 40px 0 20px;
}
.eg-overview-card {
  background: linear-gradient(135deg, #ffffff, #fffef7);
  border-radius: 28px;
  padding: 35px 40px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.15);
  max-width: 900px;
  margin: 0 auto;
}
.eg-overview-card p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

/* ========== GALLERY GRID (4 CARDS PER ROW) ========== */
.eg-gallery-section {
  padding: 60px 0 80px;
}
.eg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 30px;
}

/* Gallery Card */
.eg-gallery-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  border: 1px solid rgba(230, 168, 23, 0.12);
}
.eg-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}

/* Image Wrapper */
.eg-gallery-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.eg-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.eg-gallery-card:hover .eg-gallery-img img {
  transform: scale(1.05);
}

/* Overlay with Zoom Icon */
.eg-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(230, 168, 23, 0.85) 0%,
    rgba(26, 42, 94, 0.85) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.eg-gallery-card:hover .eg-gallery-overlay {
  opacity: 1;
}
.eg-zoom-icon {
  width: 50px;
  height: 50px;
  background: #e6a817;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.eg-gallery-card:hover .eg-zoom-icon {
  transform: scale(1);
}
.eg-zoom-icon i {
  font-size: 1.3rem;
  color: #1a2a5e;
}

/* Date Badge */
.eg-date-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(26, 42, 94, 0.9);
  backdrop-filter: blur(4px);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.65rem;
  font-weight: 600;
  color: #e6a817;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
.eg-date-badge i {
  font-size: 0.6rem;
}

/* Card Title */
.eg-gallery-title {
  padding: 16px 15px;
  text-align: center;
}
.eg-gallery-title h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.eg-gallery-title h4 i {
  color: #e6a817;
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .eg-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .eg-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .eg-header h1 {
    font-size: 2.2rem;
  }
  .eg-section-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .eg-container {
    padding: 0 20px;
  }
  .eg-gallery-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .eg-header h1 {
    font-size: 1.8rem;
  }
  .eg-section-title {
    font-size: 1.6rem;
  }
  .eg-overview-card {
    padding: 25px 20px;
  }
  .eg-overview-card p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .eg-header h1 {
    font-size: 1.6rem;
  }
  .eg-gallery-title h4 {
    font-size: 0.8rem;
  }
}
/* ====================== RECENT UPDATES SECTION ====================== */
.recent-updates-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.recent-updates-section .row.g-4 {
  align-items: flex-start;
}

/* Section Badge */
.updates-section-badge {
  display: inline-block;
  background: rgba(230, 168, 23, 0.15);
  color: #e6a817;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.updates-section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}

.updates-section-title span {
  color: #e6a817;
}

.updates-section-desc {
  color: #5a6874;
  max-width: 600px;
  margin: 0 auto;
}

/* Update Card */
.update-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(230, 168, 23, 0.1);
  height: auto;
  display: flex;
  flex-direction: column;
}

.update-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(230, 168, 23, 0.15);
  border-color: #e6a817;
}

/* Update Image */
.update-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.update-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.update-card:hover .update-img img {
  transform: scale(1.08);
}

.update-img::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 100%
  );
  transition: all 0.6s ease;
  z-index: 2;
  pointer-events: none;
}

.update-card:hover .update-img::before {
  top: 100%;
  left: 100%;
}

.update-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 5px 15px;
  border-radius: 30px 8px 30px 8px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.update-card:hover .update-category {
  transform: scale(1.05);
}

.update-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  color: white;
  padding: 5px 12px;
  border-radius: 30px 8px 30px 8px;
  font-size: 0.7rem;
  font-weight: 500;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 5px;
}

.update-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.update-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2a5e;
  margin-bottom: 12px;
  line-height: 1.4;
}

.update-title i {
  color: #e6a817;
  margin-right: 6px;
  font-size: 1rem;
}

.update-text {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.update-full-text {
  display: none;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(230, 168, 23, 0.2);
}

.update-full-text.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.read-more-btn {
  background: none;
  border: none;
  color: #e6a817;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.read-more-btn:hover {
  color: #1a2a5e;
  gap: 10px;
}

/* ====================== SUPPORT CTA SECTION ====================== */
.support-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a2a5e 0%, #0f1a3a 100%);
  position: relative;
  overflow: hidden;
}

.support-cta-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 60px 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.support-cta-card h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.support-cta-card h2 span {
  color: #e6a817;
}

.support-cta-card p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 30px;
}

.support-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #e6a817;
  color: #1a2a5e;
  padding: 14px 40px;
  border-radius: 30px 8px 30px 8px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(230, 168, 23, 0.3);
}

.support-cta-btn:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .updates-section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .updates-section-title {
    font-size: 1.8rem;
  }
  .support-cta-card h2 {
    font-size: 1.8rem;
  }
  .support-cta-card {
    padding: 40px 25px;
  }
}

/*===============================CONTACT US PAGE STYLING===================================*/
.cu-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.cu-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.cu-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.cu-section-title h2 span {
  color: #e6a817;
}
.cu-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== CONTACT INFO CARDS (NO CHANGES - SAME DESIGN) ========== */
.cu-cards-section {
  padding: 60px 0 40px;
}
.cu-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.cu-info-card {
  background: #ffffff;
  border-radius: 24px;
  text-align: center;
  padding: 40px 20px 30px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(230, 168, 23, 0.15);
}
.cu-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  border-color: #e6a817;
}
.cu-card-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: -60px auto 20px;
  background: linear-gradient(135deg, #e6a817 0%, #ffc107 100%);
  border-radius: 12px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 18px rgba(230, 168, 23, 0.3);
}
.cu-info-card:hover .cu-card-icon-wrapper {
  transform: rotate(45deg) scale(1.05);
  border-radius: 16px;
}
.cu-card-icon-wrapper i {
  transform: rotate(-45deg);
  font-size: 1.6rem;
  color: #1a2a5e;
}
.cu-info-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 8px;
}
.cu-info-card a {
  text-decoration: none;
  font-size: 0.85rem;
  color: #5a6874;
  display: inline-block;
  transition: all 0.3s;
}
.cu-info-card a:hover {
  color: #e6a817;
  transform: translateX(3px);
}

/* ========== ENQUIRY SECTION (IMAGE + FORM - SAME HEIGHT) ========== */
.cu-enquiry-section {
  padding: 60px 0;
  background: #ffffff;
}
.cu-enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: stretch;
}
/* Left Image with Blue Overlay and Text */
.cu-image-wrapper {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
  height: 100%;
  max-height: 550px;
}
.cu-enquiry-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cu-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 42, 94, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  color: white;
}
.cu-img-overlay i {
  font-size: 3rem;
  color: #e6a817;
  margin-bottom: 20px;
}
.cu-img-overlay h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}
.cu-img-overlay p {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
}
/* Right Form - Modern Design */
.cu-form-card {
  background: #f8fafc;
  padding: 35px;
  border-radius: 32px;
  border: 1px solid rgba(230, 168, 23, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cu-form-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 10px;
}
.cu-form-card p {
  font-size: 0.85rem;
  color: #5a6874;
  margin-bottom: 25px;
}
.cu-form-control {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 50px !important;
  font-size: 0.9rem;
  transition: all 0.3s;
  outline: none;
}
.cu-form-control:focus {
  border-color: #e6a817;
  box-shadow: 0 0 0 3px rgba(230, 168, 23, 0.1);
}
.cu-submit-btn {
  background: linear-gradient(135deg, #1a2a5e, #2a3f7a);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
  width: 100%;
}
.cu-submit-btn:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* ========== MAP SECTION (STYLISH WITH ICONS) ========== */
.cu-map-section {
  padding: 60px 0;
  background: #f8fafc;
}
.cu-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: stretch;
}
.cu-map-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.cu-map-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
}
.cu-map-card iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.cu-map-info {
  background: #ffffff;
  padding: 30px;
  border-radius: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cu-map-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.1);
}
.cu-map-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cu-map-item i {
  width: 45px;
  height: 45px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #e6a817;
}
.cu-map-item .cu-map-text {
  flex: 1;
}
.cu-map-item .cu-map-text h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a2a5e;
  margin: 0;
}
.cu-map-item .cu-map-text p {
  font-size: 0.8rem;
  color: #5a6874;
  margin: 0;
}
.cu-direction-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e6a817;
  color: #1a2a5e;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.3s;
  margin-top: 10px;
  align-self: flex-start;
}
.cu-direction-btn:hover {
  background: #1a2a5e;
  color: white;
  transform: translateX(5px);
}

/* ========== DEPARTMENT CONTACTS + SOCIAL MEDIA & FAQ ========== */
.cu-dept-social-section {
  padding: 60px 0;
  background: #ffffff;
}
.cu-dept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.cu-dept-box {
  background: #f8fafc;
  padding: 30px;
  border-radius: 28px;
  transition: all 0.3s;
}
.cu-dept-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.cu-dept-box h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cu-dept-list {
  list-style: none;
  padding: 0;
}
.cu-dept-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #4a5568;
  transition: all 0.3s;
}
.cu-dept-list li:hover {
  transform: translateX(5px);
}
.cu-dept-list li i {
  width: 35px;
  height: 35px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a817;
  transition: all 0.3s;
}
.cu-dept-list li:hover i {
  background: #e6a817;
  color: #1a2a5e;
}
.cu-dept-list li a {
  text-decoration: none;
  color: #4a5568;
  transition: all 0.3s;
}
.cu-dept-list li a:hover {
  color: #e6a817;
}
.cu-social-box {
  background: #f8fafc;
  padding: 30px;
  border-radius: 28px;
  transition: all 0.3s;
}
.cu-social-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.cu-social-box h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cu-social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cu-social-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a2a5e;
  font-size: 1.3rem;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
}
.cu-social-icon:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-5px) scale(1.05);
}
/* FAQ Mini Section inside Right Column */
.cu-faq-mini {
  background: #f8fafc;
  padding: 30px;
  border-radius: 28px;
}
.cu-faq-mini h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 20px;
}
.cu-faq-mini-item {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(230, 168, 23, 0.2);
  padding-bottom: 10px;
}
.cu-faq-mini-question {
  font-weight: 700;
  color: #1a2a5e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cu-faq-mini-question i {
  color: #e6a817;
  transition: 0.3s;
}
.cu-faq-mini-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease !important;
  font-size: 0.8rem;
  color: #5a6874;
  padding-top: 0;
}
.cu-faq-mini-answer.show {
  max-height: 100px;
  padding-top: 10px;
}

/* ========== FINAL CTA BANNER ========== */
.cu-cta-final {
  padding: 60px 0;
  background: linear-gradient(135deg, #1a2a5e 0%, #0f1a3a 100%);
  text-align: center;
}
.cu-cta-final h2 {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.cu-cta-final p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 25px;
}
.cu-cta-final-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.cu-cta-final-btn {
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.cu-cta-final-btn-primary {
  background: #e6a817;
  color: #1a2a5e;
}
.cu-cta-final-btn-primary:hover {
  background: #ffc107;
  transform: translateY(-3px);
}
.cu-cta-final-btn-outline {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.cu-cta-final-btn-outline:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1200px) {
  .cu-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .cu-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cu-enquiry-grid,
  .cu-map-grid,
  .cu-dept-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .cu-dept-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cu-container {
    padding: 0 20px;
  }
  .cu-cards-grid {
    grid-template-columns: 1fr;
  }
  .cu-section-title h2 {
    font-size: 2rem;
  }
  .cu-img-overlay h3 {
    font-size: 1.3rem;
  }
}

/*=============================DOWNLOAD  PAGE STYLING===========================*/
.dw-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.dw-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.dw-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.dw-section-title h2 span {
  color: #e6a817;
}
.dw-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.dw-header {
  padding: 60px 0 20px;
  text-align: center;
}
.dw-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.dw-header h1 span {
  color: #e6a817;
}
.dw-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.dw-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== STYLISH DOWNLOAD TABLE ========== */
.dw-table-section {
  padding: 40px 0 60px;
}
.dw-table-wrapper {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
}
.dw-table {
  width: 100%;
  border-collapse: collapse;
}
.dw-table thead tr {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
}
.dw-table th {
  padding: 18px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}
.dw-table td {
  padding: 16px 20px;
  font-size: 0.85rem;
  color: #4a5568;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
.dw-table tr:hover {
  background: #f8fafc;
}
.dw-table tr:last-child td {
  border-bottom: none;
}
/* Download Button */
.dw-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 8px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.dw-download-btn:hover {
  background: #1a2a5e;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}
/* File Icon */
.dw-file-icon {
  width: 35px;
  height: 35px;
  background: rgba(230, 168, 23, 0.12);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #e6a817;
}

/* Responsive Table */
@media (max-width: 768px) {
  .dw-table-wrapper {
    overflow-x: auto;
  }
  .dw-table {
    min-width: 600px;
  }
  .dw-container {
    padding: 0 20px;
  }
  .dw-header h1 {
    font-size: 2rem;
  }
  .dw-section-title h2 {
    font-size: 2rem;
  }
}

/* ========== ADMISSION CTA SECTION ========== */
.dw-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a2a5e 0%, #0f1a3a 100%);
  text-align: center;
  margin-top: 40px;
}
.dw-cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.dw-cta-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}
.dw-cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin-bottom: 30px;
}
.dw-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.dw-cta-btn {
  padding: 14px 38px;
  border-radius: 60px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.dw-cta-btn-primary {
  background: #e6a817;
  color: #1a2a5e;
}
.dw-cta-btn-primary:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(230, 168, 23, 0.4);
}
.dw-cta-btn-outline {
  border: 2px solid white;
  color: white;
  background: transparent;
}
.dw-cta-btn-outline:hover {
  background: white;
  color: #1a2a5e;
  transform: translateY(-3px);
}

@media (max-width: 576px) {
  .dw-cta-content h2 {
    font-size: 1.6rem;
  }
  .dw-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .dw-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/*=============================IMPORTANT LINKS PAGES====================================*/
.il-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.il-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.il-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.il-section-title h2 span {
  color: #e6a817;
}
.il-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.il-header {
  padding: 60px 0 20px;
  text-align: center;
}
.il-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.il-header h1 span {
  color: #e6a817;
}
.il-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.il-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== STYLISH TABLE ========== */
.il-table-section {
  padding: 40px 0 60px;
}
.il-table-wrapper {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
}
.il-table {
  width: 100%;
  border-collapse: collapse;
}

.il-table-header {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
}
.il-table th {
  padding: 18px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}
.il-table td {
  padding: 16px 20px;
  font-size: 0.85rem;
  color: #4a5568;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
.il-table-body:hover {
  background: #f8fafc;
}
.il-table tr:last-child td {
  border-bottom: none;
}

/* New Badge with Blink Animation */
.il-new-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e6a817, #ff4757);
  color: #1a2a5e;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 30px;
  margin-left: 10px;
  letter-spacing: 0.5px;
  animation: il-blink-pulse 1.2s ease-in-out infinite;
  box-shadow: 0 2px 8px rgba(230, 168, 23, 0.4);
}
@keyframes il-blink-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(230, 168, 23, 0.4);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 0 6px rgba(230, 168, 23, 0.2);
  }
  100% {
    opacity: 0.7;
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(230, 168, 23, 0);
  }
}

/* Visit Link Button */
.il-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 8px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.il-link-btn:hover {
  background: #1a2a5e;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

/* Link Name Styling */
.il-link-name {
  font-weight: 700;
  color: #1a2a5e;
}
.il-link-name a {
  text-decoration: none;
  color: #1a2a5e;
  transition: 0.2s;
}
.il-link-name a:hover {
  color: #e6a817;
}

/* Date Badge */
.il-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(230, 168, 23, 0.12);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.7rem;
  color: #1a2a5e;
}

/* Responsive Table */
@media (max-width: 992px) {
  .il-table-wrapper {
    overflow-x: auto;
  }
  .il-table {
    min-width: 800px;
  }
}
@media (max-width: 768px) {
  .il-container {
    padding: 0 20px;
  }
  .il-header h1 {
    font-size: 2rem;
  }
  .il-section-title h2 {
    font-size: 2rem;
  }
}
/*========================PRIVACY POLICY PAGE=========================*/
.pp-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.pp-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.pp-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.pp-section-title h2 span {
  color: #e6a817;
}
.pp-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.pp-header {
  padding: 60px 0 20px;
  text-align: center;
}
.pp-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.pp-header h1 span {
  color: #e6a817;
}
.pp-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.pp-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== POLICY CONTENT SECTION ========== */
.pp-content-section {
  padding: 40px 0 80px;
}
.pp-policy-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
}
.pp-policy-block {
  margin-bottom: 35px;
}
.pp-policy-block:last-child {
  margin-bottom: 0;
}
.pp-policy-block h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pp-policy-block h3 i {
  color: #e6a817;
  font-size: 1.2rem;
}
.pp-policy-block p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 12px;
}
.pp-policy-block ul {
  padding-left: 25px;
  margin-top: 10px;
}
.pp-policy-block ul li {
  font-size: 0.85rem;
  color: #5a6874;
  margin-bottom: 8px;
  line-height: 1.6;
}
.pp-policy-block ul li i {
  color: #e6a817;
  margin-right: 8px;
  font-size: 0.7rem;
}
.pp-highlight-box {
  background: #f8fafc;
  padding: 25px;
  border-radius: 20px;
  margin: 25px 0;
  border-left: 4px solid #e6a817;
}
.pp-highlight-box p {
  margin: 0;
  font-size: 0.85rem;
}
.pp-last-updated {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 0.8rem;
  color: #718096;
}

/* Responsive */
@media (max-width: 768px) {
  .pp-container {
    padding: 0 20px;
  }
  .pp-header h1 {
    font-size: 2rem;
  }
  .pp-section-title h2 {
    font-size: 2rem;
  }
  .pp-policy-card {
    padding: 25px;
  }
  .pp-policy-block h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .pp-header h1 {
    font-size: 1.6rem;
  }
  .pp-section-title h2 {
    font-size: 1.6rem;
  }
}

/*==================================TERMS OF CONDITAIONS PAGE STYLING=============================*/
.tc-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}

/* ========== SECTION TITLE ========== */
.tc-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.tc-section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.tc-section-title h2 span {
  color: #e6a817;
}
.tc-title-underline {
  width: 80px;
  height: 4px;
  background: #e6a817;
  margin: 20px auto 0;
  border-radius: 4px;
}

/* ========== HEADER & SHORT INTRO ========== */
.tc-header {
  padding: 60px 0 20px;
  text-align: center;
}
.tc-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
}
.tc-header h1 span {
  color: #e6a817;
}
.tc-intro-short {
  padding: 20px 0 40px;
  text-align: center;
}
.tc-intro-short p {
  max-width: 800px;
  margin: 0 auto;
  color: #5a6874;
  font-size: 1rem;
  line-height: 1.7;
}

/* ========== TERMS CONTENT SECTION ========== */
.tc-content-section {
  padding: 40px 0 80px;
}
.tc-terms-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(230, 168, 23, 0.12);
}
.tc-terms-block {
  margin-bottom: 35px;
}
.tc-terms-block:last-child {
  margin-bottom: 0;
}
.tc-terms-block h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a2a5e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tc-terms-block h3 i {
  color: #e6a817;
  font-size: 1.2rem;
}
.tc-terms-block p {
  font-size: 0.9rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 12px;
}
.tc-terms-block ul {
  padding-left: 25px;
  margin-top: 10px;
}
.tc-terms-block ul li {
  font-size: 0.85rem;
  color: #5a6874;
  margin-bottom: 8px;
  line-height: 1.6;
}
.tc-terms-block ul li i {
  color: #e6a817;
  margin-right: 8px;
  font-size: 0.7rem;
}
.tc-highlight-box {
  background: #f8fafc;
  padding: 25px;
  border-radius: 20px;
  margin: 25px 0;
  border-left: 4px solid #e6a817;
}
.tc-highlight-box p {
  margin: 0;
  font-size: 0.85rem;
}
.tc-last-updated {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 0.8rem;
  color: #718096;
}

/* Responsive */
@media (max-width: 768px) {
  .tc-container {
    padding: 0 20px;
  }
  .tc-header h1 {
    font-size: 2rem;
  }
  .tc-section-title h2 {
    font-size: 2rem;
  }
  .tc-terms-card {
    padding: 25px;
  }
  .tc-terms-block h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .tc-header h1 {
    font-size: 1.6rem;
  }
  .tc-section-title h2 {
    font-size: 1.6rem;
  }
}

/* ========== PROFESSIONAL MODAL DESIGN ========== */
.admission-modal .modal-dialog {
  max-width: 700px;
}
.admission-modal .modal-content {
  border-radius: 32px;
  border: none;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  animation: modalFadeInScale 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
@keyframes modalFadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* Modal Header - Premium Gradient */
.admission-modal .modal-header {
  background: linear-gradient(135deg, #1a2a5e 0%, #2a3f7a 100%);
  color: white;
  border: none;
  padding: 22px 28px;
  position: relative;
  overflow: hidden;
}
.admission-modal .modal-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(230, 168, 23, 0.15) 0%,
    transparent 70%
  );
  animation: rotateBg 12s linear infinite;
}
@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.admission-modal .modal-header h5 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}
.admission-modal .modal-header h5 i {
  color: #e6a817;
  font-size: 1.8rem;
}
.admission-modal .modal-header .btn-close {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.admission-modal .modal-header .btn-close:hover {
  background-color: #e6a817;
  transform: rotate(90deg);
}

/* Modal Body with Image and Overlay Text */
.admission-modal .modal-body {
  padding: 0;
  position: relative;
}
.admission-modal .modal-img-wrapper {
  position: relative;
  overflow: hidden;
}
.admission-modal .modal-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.admission-modal .modal-img-wrapper:hover .modal-img {
  transform: scale(1.03);
}
/* Glass Overlay on Image */
.admission-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(26, 42, 94, 0.85) 0%,
    rgba(26, 42, 94, 0.7) 100%
  );
  backdrop-filter: blur(4px);
  padding: 15px 25px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.admission-modal .modal-img-wrapper:hover .admission-img-overlay {
  transform: translateY(0);
}
.admission-img-overlay p {
  margin: 0;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
}
.admission-img-overlay i {
  color: #e6a817;
  margin-right: 8px;
}

/* Modal Footer - Glassmorphism */
.admission-modal .modal-footer {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(230, 168, 23, 0.2);
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
/* Contact Info Items with Hover Animation */
.admission-contact-info {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.admission-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #1a2a5e;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 15px;
  background: rgba(230, 168, 23, 0.08);
  border-radius: 50px;
}
.admission-contact-item i {
  width: 32px;
  height: 32px;
  background: rgba(230, 168, 23, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a817;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.admission-contact-item:hover {
  background: #e6a817;
  color: #1a2a5e;
  transform: translateY(-3px) translateX(3px);
  box-shadow: 0 8px 18px rgba(230, 168, 23, 0.25);
}
.admission-contact-item:hover i {
  background: #1a2a5e;
  color: #e6a817;
}
/* Apply Now Button with Pulse Animation */
.admission-apply-btn {
  background: linear-gradient(135deg, #e6a817, #ffc107);
  color: #1a2a5e;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  box-shadow: 0 5px 15px rgba(230, 168, 23, 0.3);
  animation: btnPulse 2s infinite;
}
@keyframes btnPulse {
  0% {
    box-shadow: 0 5px 15px rgba(230, 168, 23, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 5px 25px rgba(230, 168, 23, 0.6);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 5px 15px rgba(230, 168, 23, 0.3);
    transform: scale(1);
  }
}
.admission-apply-btn:hover {
  background: #1a2a5e;
  color: white;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(26, 42, 94, 0.4);
  animation: none;
}
.admission-apply-btn i {
  transition: transform 0.2s;
}
.admission-apply-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .admission-modal .modal-dialog {
    margin: 15px;
  }
  .admission-modal .modal-header h5 {
    font-size: 1.3rem;
  }
  .admission-modal .modal-footer {
    flex-direction: column;
    text-align: center;
  }
  .admission-contact-info {
    justify-content: center;
  }
  .admission-contact-item {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  .admission-apply-btn {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
  .admission-img-overlay p {
    font-size: 0.7rem;
  }
}
@media (max-width: 576px) {
  .admission-contact-info {
    flex-direction: column;
    width: 100%;
  }
  .admission-contact-item {
    justify-content: center;
  }
  .admission-apply-btn {
    width: 100%;
    justify-content: center;
  }
}
