/* ======================== Font Family =================== */
.page-header {
  position: relative;
  padding: 50px 0 50px;
  background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
    url('img/student2.jpg') center center/cover no-repeat;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(13, 110, 253, 0.25),
      rgba(25, 135, 84, 0.25));
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb-item,
.breadcrumb-item.active {
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.breadcrumb-item a:hover {
  color: #ffd54f;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .8);
}

@media (max-width: 768px) {
  .page-header {
    padding: 90px 0 60px;
  }

  .page-header h1 {
    font-size: 2rem;
  }

  .breadcrumb-item,
  .breadcrumb-item.active {
    font-size: 14px;
  }
}

*.roboto-slab {
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* ==================== MODAL ============= */
/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 99999;
}

/* Modal Box */
.modal-box {
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
  /* Desktop */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: popIn .35s ease;
}

/* Show Modal */
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Animation */
@keyframes popIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close Button */
.close-modal {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

/* Image */
.popup-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------
   RESPONSIVE BREAKPOINTS
-----------------------------------*/

/* Tablets */
@media (max-width: 768px) {
  .modal-box {
    max-width: 380px;
  }

  .close-modal {
    font-size: 26px;
  }
}

/* Mobile devices */
@media (max-width: 480px) {
  .modal-box {
    max-width: 230px;
    border-radius: 10px;
  }

  .close-modal {
    font-size: 24px;
  }
}


/* ===== GLOBAL ===== */
body {

  background-color: #fff;
  color: #333;
}

/* ======================== TOP BAR =================== */

.top-bar {
  background: #043D68;
  border-bottom: 1px solid #e5e5e7;
  padding: 8px 0;
  font-size: 14px;
  color: #ffffff;
}

.top-bar .left span {
  margin-right: 18px;
}

.top-bar img {
  height: 32px;
  opacity: 0.9;
}

/* ===== HIDE TOP BAR ON MOBILE ===== */
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}


/* -------------------- MAIN HEADER --------------------------- */
.main-header {
  background: linear-gradient(to right, #e2e2e2, #c9d6ff);

  border-bottom: 1px solid #e5e5e7;
}


/* Logo */

.school-logo {
  border-radius: 16px;
  transition: 0.25s ease;
}

.school-logo:hover {
  transform: scale(1.03);
}

/*  Responsive:  */
@media (max-width: 768px) {
  .school-logo {
    width: 260px !important;
    margin-right: 12px;
  }
}

@media (max-width: 480px) {
  .school-logo {
    width: 230px !important;
  }
}



/* ============================ NAVBAR ================================ */
.navbar {
  background-color: #043d68 !important;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 20px !important;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  background-color: #ADD842;
  color: #043D68 !important;
  border-radius: 5px;
}


.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================ HERO SECTION ============================= */
.hero-section {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.pay-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #000000;

  background: -webkit-linear-gradient(to right, #0f9b0f, #000000);

  background: linear-gradient(to right, #0f9b0f, #000000);


  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.pay-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #00408a, #002f5d);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 26px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.nav-arrow.left {
  left: 20px;
}

.nav-arrow.right {
  right: 20px;
}

.nav-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.1);
}



/* Remove any space after hero section */
.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Ensure carousel fills the section perfectly */
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item,
.hero-section .carousel-item img {
  height: 100%;
}

.hero-section .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Remove Bootstrap's default extra bottom spacing */
.carousel {
  margin-bottom: 0 !important;
}



/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-section {
    height: 300px;
  }

  .pay-btn {
    top: 15px;
    right: 15px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .school-info h2 {
    font-size: 18px;
  }

  .school-info p {
    font-size: 13px;
  }
}



/* --------------------MARQUEE SECTION ------------------*/
.marquee-section {
  background: linear-gradient(135deg, #ADD842 0%, #ffffff 35%, #ADD842 100%);
  padding: 10px 0;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 40s linear infinite;
}

/* Pause marquee on hover */
.marquee:hover {
  animation-play-state: paused;
}

.marquee span {
  color: black;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*--------next section ---------*/

.info-section {
  background-color: #e9f4ff;

}

.info-box {
  background-color: #043D68;
  color: white;
  border-radius: 8px;
  text-align: center;
  padding: 20px 10px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-box i {
  font-size: 32px;
  margin-bottom: 10px;
}

.info-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.info-box:hover {
  background-color: #ADD842;
  transform: translateY(-3px);
}

.info-link {
  text-decoration: none;

}


/* Responsive: custom fix for 8 items */
@media (min-width: 992px) {
  .col-lg-1_5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

/* ---------------------------About  section ---------------------------------*/

/* Section Background */
.about-section {
  background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}



/* About Content */
.about-content {
  position: relative;
  background: #ffffff;
  z-index: 1;
  border-left: 6px solid #a6003c;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.308);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.575);
}

/* Title */
.section-title {

  font-weight: 700;
  color: #111;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #a6003c, #ff799b);
  margin-top: 8px;
  border-radius: 2px;
}

/* Paragraphs */
.about-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* Button */
.btn-gradient {
  background: linear-gradient(90deg, #a6003c, #ff799b);
  border: none;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #7a002d, #ff628b);
  transform: scale(1.05);
}

/* Announcement Box */
.announcement-box {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.473);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;

}

.announcement-box h4 {

  font-weight: 700;
  color: #a6003c;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;


}

.announcement-box h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a6003c;
  margin: 10px auto 0;
  border-radius: 2px;
}

.announcement-list {
  max-height: 380px;
  overflow-y: auto;
  padding-right: 5px;

}

/* Scrollbar styling (Chrome, Edge, Safari) */
.announcement-list::-webkit-scrollbar {
  width: 8px;
}

.announcement-list::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 10px;
}

.announcement-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a6003c, #ff799b);
  border-radius: 10px;
}

.announcement-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7a002d, #ff628b);
}

/* Firefox scrollbar color */
.announcement-list {
  scrollbar-width: thin;
  scrollbar-color: #a6003c #f3f3f3;
}

.announcement-list li {
  background: #fff;
  margin-bottom: 10px;
  border-left: 4px solid transparent;
  border-radius: 10px;
  padding: 10px 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.301);

}

.announcement-list li:hover {
  border-left: 4px solid #a6003c;
  background: #fff6fa;
  transform: translateX(5px);
}

.announcement-list a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.announcement-list a:hover {
  color: #a6003c;
}

.view-all a {
  background: linear-gradient(90deg, #a6003c, #ff7fa6);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.view-all a:hover {
  background: linear-gradient(90deg, #7a002d, #ff628b);
  transform: scale(1.05);
}







/* --------------------------- Know fact-------------------------- */

body {
  background: #f8fafc;

}

/* --- Section Title --- */
.facts-title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #002c5f;
  position: relative;
  display: inline-block;
}

.facts-title::after {
  content: "";
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #e31b23, #ff9a00);
  position: absolute;
  bottom: -10px;
  left: 20%;
  border-radius: 5px;
}

/* --- Fact Cards --- */
.fact-card {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 25px 10px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
}

.fact-card .icon-box {
  background: rgba(255, 255, 255, 0.15);
  width: 35px;
  height: 3yt5px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: all 0.4s ease;
}

.fact-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.fact-card p {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

/* --- Hover Effects --- */
.fact-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.fact-card:hover .icon-box {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(15deg) scale(1.1);
}

/* --- Colored Backgrounds --- */
.fact-card.orange {
  background: linear-gradient(135deg, #ff8a00, #ff3c00);
}

.fact-card.yellow {
  background: linear-gradient(135deg, #ffcd00, #ff9900);
  color: #222;
}

.fact-card.blue {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
}

.fact-card.green {
  background: linear-gradient(135deg, #00c851, #007e33);
}

.fact-card.red {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

/* --- Glow --- */
.fact-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 10%, transparent 60%);
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.fact-card:hover::after {
  opacity: 1;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .fact-card {
    padding: 20px 10px;
  }

  .fact-card h3 {
    font-size: 1.3rem;
  }
}





/*--------------------------- Founder Section----------------------- */
body {
  margin: 0;

  background-color: #f8f9fa;
}

/* Background with structure image */
.founder-section {
  background: url('img/student3.jpg') center center / cover no-repeat;
  padding: 80px 0;
  position: relative;
}

/*  dark overlay for contrast */
.founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 60, 0.45);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.founder-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.founder-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.founder-text-content {
  flex: 1;
}

.text-gradient {
  background: linear-gradient(90deg, #00509e, #00b4db);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.btn-modern {
  background: linear-gradient(90deg, #00509e, #00b4db);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-modern:hover {
  background: linear-gradient(90deg, #003f7d, #0090b0);
  transform: scale(1.05);
}

.btn-modern-outline {
  border: 2px solid #00509e;
  color: #00509e;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-modern-outline:hover {
  background: #00509e;
  color: #fff;
  transform: scale(1.05);
}




/* ----------------------middle section ------------------------ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {

  background-color: #fff;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.education-section {
  padding: 80px 0;
}

.education-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* ===== Left Images ===== */
.education-images {
  position: relative;
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-images .img {
  position: absolute;
  transition: all 0.4s ease;
}

.education-images .img1 {
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(-20px, 40px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.education-images .img2 {
  z-index: 2;

  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.493);
}

.education-images img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: inherit;
}

/* ===== Right Content ===== */
.education-content {
  flex: 1 1 50%;
}

.education-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #07294D;
}

.education-content h2 span {
  color: #07294D;
  font-weight: 900;
}

.education-content p {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 15px;
}

/* ===== Stats Section ===== */
.stats {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  border: 1px dashed #d6a1a1;
  padding: 20px 10px;
  border-radius: 6px;
}

.stat h3 {
  font-size: 1.8rem;
  color: #b91c1c;
  font-weight: 800;
}

.stat p {
  font-size: 14px;
  color: #444;
}

/* ===== Buttons and Phone ===== */
.actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.btn {
  background-color: #043D68;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #ADD842;
  transform: translateY(-2px);
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #000;
}

.phone i {
  background-color: #ADD842;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .education-row {
    flex-direction: column;
    text-align: center;
  }

  .education-images {
    order: 1;
  }

  .education-content {
    order: 2;
  }

  .stats {
    justify-content: center;
  }
}

*{
  text-decoration: none !important;
}

/* =====================  Recent activity ====================================*/

/* Section Title */
.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* GRID LAYOUT (Desktop) */
.activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

/* CARDS */
.activity-card {
  background: #002147;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.activity-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.content {
  padding: 25px;
}

/* RIGHT SIDE SMALL CARDS */
.activity-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.small-card {
  padding: 25px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.blue-card {
  background: #003b7a;
}

.dark-card {
  background: #002147;
}

.red-card {
  background: #7a003b;
}

.arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  color: #002147;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.activity-card,
.small-card {
  transition: all 0.4s ease;
}

.swap-animate {
  transform: scale(1.05);
  opacity: 0.7;
}


/* ------------------------ Mobile Responsive Layout---------------------------------- */

/* Tablet (768–1024px): */
@media (max-width: 1024px) {
  .activity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .activity-side {
    grid-column: span 2;
    flex-direction: row;
    gap: 15px;
  }

  .small-card {
    flex: 1;
  }
}

/* Large Mobile (600–767px):  */
@media (max-width: 767px) {
  .activity-grid {
    grid-template-columns: 1fr;
  }

  .activity-side {
    flex-direction: column;
  }

  .activity-card img {
    height: 200px;
  }

  .content {
    padding: 18px;
  }

  .small-card {
    padding: 18px;
  }
}

/* Small Mobile (below 480px) */
@media (max-width: 480px) {
  .section-title {
    font-size: 18px;
  }

  .activity-card img {
    height: 170px;
  }

  .content h4 {
    font-size: 16px;
  }

  .content p {
    font-size: 14px;
  }

  .small-card h4 {
    font-size: 15px;
  }
}




/* --------------------------------gallery---------------------- */
/* Section styling */
.facilities-section {
  text-align: center;
  padding: 70px 0;
  background: #f3faff;

}

.section-subtitle {
  color: #013D7C;
  font-weight: 600;
  margin-bottom: 8px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #013D7C;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Grid Layout */
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-items: center;
  padding: 0 20px;
}

.facility-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  cursor: pointer;
  max-width: 300px;
}

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

.facility-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.facility-card:hover img {
  transform: scale(1.05);
}

.card-title {
  background: #07294D;
  color: white;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: background 0.3s;
}

.facility-card:hover .card-title {
  background: #ADD842;
  color: #07294D;
}

/* --------Popup Image----------  */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.popup:target {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.popup img {
  max-width: 85%;
  max-height: 80vh;
  display: block;
  margin: 5% auto;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  text-decoration: none;
  font-weight: bold;
}

.popup .close:hover {
  color: #e91e63;
}






/* ------------------------------Footer--2--------------------------------- */

.bottom-footer {
  background: #07294d;
  color: #fff;
  padding: 60px 20px 20px;

}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

.footer-logo img {
  width: 270px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.footer-logo .school-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-logo .school-tagline {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 15px;
}

.footer-logo .affiliation p {
  margin: 3px 0;
  font-size: 0.85rem;
  color: #ddd;
}

.footer-col h5 {
  color: #ffd700;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.05rem;
  border-bottom: 2px solid #ffd700;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #00bfff;
  margin-left: 5px;
}

.footer-bottom {
  text-align: center;
  margin-top: 25px;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: #ccc;
  margin: 0;
}

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

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col h5 {
    border: none;
  }
}


/*-----------------------------floting social media icon------------------------------------*/

/* Fixed vertical icon bar */
.fixed-icons {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
}

/* Icon buttons */
.fixed-icons .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* Hover effect */
.fixed-icons .icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.541);
}

/* Individual colors */
.facebook {
  background-color: #1877f2;
}

.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.twitter {
  background-color: #29d806;
  /* modern X style */
}

.pay-fee {
  background: linear-gradient(135deg, #ff512f, #dd2476);
}


/* Mobile responsive */
@media (max-width: 768px) {
  .fixed-icons {
    right: 8px;
    top: 40%;
    /* moved higher to prevent overlap */
    transform: translateY(-40%);
    gap: 6px;
    /* reduce spacing */
  }

  .fixed-icons .icon {
    width: 60px;
    /* smaller */
    height: 60px;
    font-size: 14px;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .fixed-icons {
    right: 8px;
    top: 40%;
    transform: translateY(-40%);
    gap: 6px;
  }

  .fixed-icons .icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .fixed-icons img {
    width: 20px;
  }
}

@media (max-width: 480px) {
  .fixed-icons {
    top: 35%;
    transform: translateY(-35%);
  }

  .fixed-icons .icon {
    width: 34px;
    /* smaller, not bigger */
    height: 34px;
    font-size: 12px;
  }

  .fixed-icons img {
    width: 18px;
    /* fit inside circle */
  }
}

/*-----------------------------  ABOUT  ------------------------------------*/

.about-section {
  padding: 80px 20px;
  background: #f8faff;
}

.about-content {
  text-align: center;
  max-width: 850px;
  margin: auto;
}

.about-title {
  font-size: 34px;
  font-weight: 700;
  color: #07294d;
}

.about-subtitle {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 40px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.about-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  text-align: left;
}

.about-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.about-item h3 {
  font-size: 22px;
  color: #00509e;
  margin-bottom: 10px;
}

.about-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #00509e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



/*----------------------------- ACADEMIC ------------------------------------*/

.academic-section {
  padding: 70px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

/* Title */
.academic-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #043D68;
  margin-bottom: 10px;
}

/* Intro Paragraph */
.academic-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px auto;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

/* Academic Highlight Boxes */
.academic-highlights {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.highlight-box {
  flex: 1;
  min-width: 260px;
  max-width: 320px;
  background: #f8fbff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.171);
  text-align: center;
  transition: 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.336);
}

.highlight-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #043D68;
}

.highlight-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* Subjects Grid */
.sub-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #043D68;
  margin-bottom: 25px;
}

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.subject-item {
  background: #eef5ff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #043D68;
  font-weight: 500;
  border: 1px solid #d7e6ff;
  transition: 0.3s;
}

.subject-item:hover {
  background: #b2d3fd;
  transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .academic-section {
    padding: 50px 15px;
  }

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

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



/*----------------------------- ADMISSION ------------------------------------*/

.admission-section {
  padding: 70px 20px;
  background: #f8fbff;
}

.admission-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #043D68;
  margin-bottom: 10px;
}

.admission-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* Timeline */
.timeline {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.timeline-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Step Number Circle */
.icon-box {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #043D68, #0e6bb9);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text Content */
.step-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #043D68;
  margin-bottom: 5px;
}

.step-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .timeline-step {
    flex-direction: column;
    text-align: center;
  }

  .icon-box {
    margin: 0 auto;
  }
}



/*----------------------------- OUR STAFF ------------------------------------*/



/* Section Setup */
.staff-section {
  padding: 20px 20px;
  background: #f8faff;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #07294D;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* Category Title */
.staff-category {
  text-align: left;
  font-size: 26px;
  color: #07294D;
  font-weight: 700;
  margin: 40px 0 20px;
}

/* Grid Layout */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* Staff Card */
.staff-card {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.staff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.219);
}

/* Staff Image */
.staff-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #e9f0ff;
}

/* Text Styling */
.staff-card h4 {
  font-size: 20px;
  color: #07294D;
  font-weight: 600;
}

.position {
  font-size: 14px;
  color: #00509E;
  font-weight: 600;
  margin-bottom: 10px;
}

.bio {
  font-size: 14px;
  color: #555;
}



/*----------------------------- GALLERY ------------------------------------*/


/* Section */
.gallery-section {
  padding: 20px 20px;
  background: #f8faff;
  text-align: center;
}

/* Titles */
.gallery-title {
  font-size: 36px;
  font-weight: 700;
  color: #07294D;
}

.gallery-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* Album Grid */
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.album-card {
  background: #fff;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  text-decoration: none;
  color: #07294D;
}

.album-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.205);
}

/* Album Image */
.album-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.album-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.album-card:hover img {
  transform: scale(1.12);
}

/* Text */
.album-card h3 {
  font-size: 20px;
  margin: 15px 0 5px;
  color: #07294D;
  font-weight: 700;
}

.album-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}


/*----------------------------- CONTECT ------------------------------------*/
/* Hero Section */
/* Hero Section */
.contact-hero {
  background: url(img/study.jpg);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.contact-hero h2 {
  font-size: 32px;
  font-weight: 700;
}

.contact-hero p {
  font-size: 15px;
  opacity: 1;
}

/* Contact Section */
.contact-section {
  padding: 20px 20px;
  background: #f8fbff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

/* Contact Info */
.contact-info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #043D68;
  margin-bottom: 15px;
}

.information-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.information-box h4 {
  margin-bottom: 4px;
  font-size: 16px;
  color: #043D68;
}

.information-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.information-box:hover {
  background-color: #ADD842;
}

/* Form */
.contact-form {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #043D68;
}

.form-group {
  margin-bottom: 12px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dce3ea;
  border-radius: 6px;
  font-size: 14px;
}

textarea {
  height: 110px;
  resize: none;
}

/* Button */
.send-btn {
  width: 100%;
  background: #043D68;
  color: white;
  padding: 12px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: .3s;
}

.send-btn:hover {
  background: #022a47;
}

/* Map */
.map-section iframe {
  width: 100%;
  height: 340px;
  border: none;
  display: block;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-hero h2 {
    font-size: 26px;
  }

  .contact-form {
    padding: 20px;
  }

  .map-section iframe {
    height: 280px;
  }
}


/*----------------------------- ALLPHOTO ------------------------------------*/
/* Section */
.photo-gallery {
  padding: 60px 20px;
  text-align: center;
}

.gallery-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #00509E, #00B4DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Grid Layout */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 1100px;
  margin: auto;
}

/* Images */
.gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: pointer;
}

/* Hover Animation */
.gallery-img:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.322);
}

/* POPUP  */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup img {
  width: 80%;
  max-width: 550px;
  border-radius: 16px;
  animation: popupZoom .35s ease;
}

/* Popup visible when targeted */
.popup:target {
  opacity: 1;
  pointer-events: all;
}

/* Close area */
.popup .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Zoom animation */
@keyframes popupZoom {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


/*----------------------------- SYLLABUS ------------------------------------*/
/* SYLLABUS HERO */
.syllabus-hero {
  background: url('img/student1.jpg') center/cover no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 0;
}

/* Dark overlay */
.syllabus-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 0, 0, 0.45);
  z-index: 1;
}

/* Content */
.syllabus-hero .hero-content {
  position: relative;
  z-index: 2;
  animation: fadeUp 1s ease-in-out;
}

.syllabus-hero .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.syllabus-hero .subtitle {
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Syllabus Section */
.syllabus-section .container {
  max-width: 700px;
}

.syllabus-box {
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.syllabus-box h4 {
  margin: 0;
  font-size: 20px;
  color: #07294D;
}

.download-btn {
  background: #00509E;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}

.download-btn:hover {
  background: #0075DA;
}






/*----------------------------- EXAM-SCHEDULE ------------------------------------*/

/* EXAM HERO */
.exam-hero {
  background: url('img/student2.jpg') center/cover no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

/* Overlay */
.exam-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content */
.exam-hero .hero-content {
  position: relative;
  z-index: 2;
  animation: fadeUp 1s ease-in-out;
}

.exam-hero .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.exam-hero .subtitle {
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Download Button */
.exam-download-section .exam-download-btn {
  display: inline-block;
  background: #00509E;
  color: white;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.exam-download-section .exam-download-btn i {
  margin-right: 8px;
  font-size: 20px;
}

.exam-download-section .exam-download-btn:hover {
  background: #0074D0;
  transform: translateY(-2px);
}

/*----------------------------- WIPRO EARTHIAN PROJECT ------------------------------------*/

/* EARTHIAN HERO */
.earthian-hero {
  background: url('img/lab.jpg') center/cover no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

/* Overlay */
.earthian-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.404);
  z-index: 1;
}

/* Content */
.earthian-hero .hero-content {
  position: relative;
  z-index: 2;
  animation: fadeUp 1s ease-in-out;
}

.earthian-hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.earthian-hero p {
  font-size: 18px;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

/* Fade Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ABOUT */
.earthian-about .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.earthian-about .section-text {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* BOXES */
.earthian-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s;
}

.earthian-box i {
  font-size: 32px;
  color: #0a3d62;
  margin-bottom: 12px;
}

.earthian-box h5 {
  font-size: 19px;
  font-weight: 600;
}

.earthian-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

/* DOWNLOAD BUTTON */
.earthian-btn {
  background: #00509e;
  padding: 14px 30px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.earthian-btn i {
  margin-right: 8px;
}

.earthian-btn:hover {
  background: #0a76d6;
  transform: translateY(-3px);
}



/*----------------------------- PROSPECTUS ------------------------------------*/


.prospectus-hero {
  background: url('img/student3.jpg') center/cover no-repeat;
  padding: 130px 20px;
  color: white;
  text-align: center;
  position: relative;
}

/* Dark overlay */
.prospectus-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.301);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeIn 1.2s ease-in-out;
}

.prospectus-hero .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.prospectus-hero .subtitle {
  font-size: 18px;

  letter-spacing: 0.5px;
}

/* Fade In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Prospectus Box */
.prospectus-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.13);
  max-width: 650px;
  margin: auto;
}

.prospectus-icon {
  font-size: 60px;
  color: #07294D;
  margin-bottom: 15px;
}

.prospectus-box h3 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #07294D;
}

.prospectus-box p {
  font-size: 15px;
  color: #555;
}

.download-btn {
  display: inline-block;
  margin-top: 15px;
  background: #07294D;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.download-btn:hover {
  background: #0074D0;
  color: white;
}


/*----------------------------- OUR-MAGAZINE ------------------------------------*/


.magazine-hero {
  background: url('img/student1.jpg') center/cover no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

/* Dark overlay for readability */
.magazine-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 27, 0, 0.39);
  z-index: 1;
}

/* Content Wrapper */
.magazine-content {
  position: relative;
  z-index: 2;
  animation: fadeIn 1.2s ease-in-out;
}

.magazine-hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.magazine-hero p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* Smooth fade-in animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SECTION CONTAINER */
.magazine-section {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}

.magazine-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  max-width: 1100px;
}

/* BOX */
.magazine-box {
  background: #ffffff;
  width: 320px;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10);
  transition: 0.3s;
}

.magazine-box i {
  font-size: 45px;
  color: #00509e;
  margin-bottom: 15px;
}

.magazine-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.magazine-box p {
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.magazine-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* BUTTON */
.magazine-btn {
  background: #00509e;
  padding: 12px 25px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.magazine-btn i {
  margin-right: 8px;
}

.magazine-btn:hover {
  background: #0a76d6;
  transform: translateY(-3px);
}




/*----------------------------- UPCOMMING EVENTS ------------------------------------*/


/* HERO */
.events-hero {
  background: url('img/student2.jpg') center/cover no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

/* Overlay */
.events-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content */
.events-content {
  position: relative;
  z-index: 2;
  animation: fadeIn 1.2s ease-in-out;
}

.events-hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.events-hero p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* Fade animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* EVENTS SECTION */
.events-section {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}

.events-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* EVENT CARD */
.event-card {
  display: flex;
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  gap: 25px;
  align-items: center;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.15);
}

/* DATE STYLE */
.event-date {
  background: #043D68;
  color: white;
  padding: 15px 25px;
  text-align: center;
  border-radius: 12px;
}

.event-date h3 {
  font-size: 32px;
  margin: 0;
}

.event-date span {
  font-size: 14px;
}

/* INFO */
.event-info h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.event-info p {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}

/* BUTTON */
.event-btn {
  background: #043D68;
  padding: 10px 20px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.event-btn:hover {
  background: #0a8fff;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .event-card {
    flex-direction: column;
    text-align: center;
  }

  .event-date {
    width: 100%;
  }
}

/*-----------------------------ANNUAL CALLENDAR ------------------------------------*/

/* HERO */

.calendar-hero {
  position: relative;
  background: url("img/event.jpg") center/cover no-repeat;
  /* your image here */
  padding: 90px 20px;
  text-align: center;
  color: white;
  text-align: center;
}


.calendar-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 3, 0.568);
  z-index: 1;
}



/* Bring text above overlay */
.calendar-hero h2,
.calendar-hero p {
  position: relative;
  z-index: 2;
}

.calendar-hero h2 {
  font-size: 36px;
  font-weight: 800;
}

.calendar-hero p {
  font-size: 18px;
  opacity: 0.95;
}

/* DOWNLOAD SECTION */
.calendar-download {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

.calendar-box {
  background: #fff;
  width: 350px;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.calendar-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.calendar-box i {
  font-size: 20px;
  color: #007edb;
  margin-bottom: 10px;
}

.calendar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}



/* DOWNLOAD BUTTON */
.calendar-btn {
  background: #007edb;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.calendar-btn:hover {
  background: #0a8fff;
  transform: translateY(-3px);
}

.calendar-btn i {
  margin-right: 8px;
}

/* SECTION TITLE */
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* MONTH GRID */
.month-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  gap: 20px;
  padding: 0 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.month-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.month-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.month-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.month-card p {
  font-size: 14px;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .calendar-box {
    width: 100%;
  }
}



/*----------------------------- ALUMNI-ASSOCIATION ------------------------------------*/



/* HERO WITH BACKGROUND IMAGE */
.alumni-hero {
  position: relative;
  background: url("img/2151110149.jpg") center/cover no-repeat;
  padding: 90px 20px;
  text-align: center;
  color: white;
  border-radius: 0;
  overflow: hidden;
}

/* Gradient Overlay */
.alumni-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 71, 12, 0.404), rgba(1, 36, 6, 0.438));
  z-index: 1;
}

/* Content */
.alumni-hero-content {
  position: relative;
  z-index: 2;
}

.alumni-hero-content h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.alumni-hero-content p {
  font-size: 18px;
  opacity: 0.95;
}


/* ABOUT SECTION */
.alumni-about-section {
  padding: 20px 20px;
}

.alumni-about-text {
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
  text-align: justify;
  color: #444;
  font-size: 17px;
  line-height: 1.7;
}

/* GRID SECTION */
.alumni-grid-section {
  padding: 20px 20px;
  background: #f7f9fc;
}

.alumni-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.alumni-card {
  background: white;
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.alumni-card:hover {

  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.alumni-card i {
  font-size: 45px;
  color: #018007;
  margin-bottom: 10px;

}


.alumni-card h4 {
  font-size: 20px;
  font-weight: 700;
}

.alumni-card p {
  color: #555;
  font-size: 15px;
}

/* REGISTER SECTION */
.alumni-register-section {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
}

.alumni-register-box {
  background: #ffffff;
  width: 420px;
  text-align: center;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  transition: 0.3s;
}

.alumni-register-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.alumni-register-box h3 {
  font-size: 24px;
  font-weight: 700;
}

.register-btn {
  background: #018007;
  color: white;
  padding: 12px 28px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.register-btn:hover {
  background: #1bb406;
  color: #000000;
  transform: translateY(-3px);
}

.register-btn i {
  margin-right: 8px;
}