.hero-section{min-height:55vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-Sports-Facilities{background:url("../images/Sports facilities.jpg") center/cover no-repeat}.hero-content{opacity:0;transform:translateY(40px);transition:all 1s ease}.hero-content.show{opacity:1;transform:translateY(0)}.hero-title{text-shadow:0 4px 20px rgb(0 0 0 / .4);font-size:2.8rem!important}@media (max-width:768px){.hero-Sports-Facilities{background:url("../images/Sports facilities.jpg") center/cover no-repeat}}.official-documents-modern{background:linear-gradient(135deg,#f4f9ff,#ffffff);position:relative;overflow:hidden}.official-documents-modern h2{font-weight:600;color:#065ba7;font-size:2.3rem;position:relative}.official-documents-modern h2::after{content:"";width:90px;height:4px;background:#f38020;display:block;margin:14px auto 0;border-radius:20px}.docs-table{display:flex;justify-content:center}.doc-row{width:100%;max-width:800px;background:rgb(255 255 255 / .85);backdrop-filter:blur(12px);border-radius:22px;padding:35px 30px;display:flex;justify-content:space-between;align-items:center;gap:25px;border:1px solid rgb(3 91 166 / .08);box-shadow:0 30px 60px rgb(3 91 166 / .08);transition:all .4s ease;position:relative;overflow:hidden}.doc-row::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#065ba7,#f38020);opacity:0;transition:.4s}.doc-row:hover::before{opacity:.05}.doc-row:hover{transform:translateY(-8px);box-shadow:0 40px 80px rgb(0 0 0 / .15)}.doc-info{display:flex;align-items:center;gap:20px;z-index:2}.doc-info i{font-size:32px;width:70px;height:70px;border-radius:18px;background:linear-gradient(135deg,#065ba7,#0b79db);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgb(3 91 166 / .25)}.doc-info h5{margin-bottom:8px;color:#065ba7;font-weight:600;font-size:1.2rem}.doc-info p{margin:0;color:#555;font-size:.95rem;line-height:1.6;max-width:450px}.btn-student{color:#fff!important;background:#035ba6!important;padding:14px 28px;border-radius:40px;font-weight:600;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 25px rgb(234 93 4 / .25);transition:.35s ease;z-index:2;width:28%}.btn-student:hover{background:#f4801e!important;border:#f4801e!important;color:#fff!important;-3px)}@media(max-width:768px){.doc-row{flex-direction:column;align-items:flex-start;text-align:left}.doc-info{flex-direction:column;align-items:flex-start}.official-documents-modern h2{font-size:1.7rem}}@media(max-width:375px){.btn-student{width:56%!important;font-size:12px}}@media (min-width:376px) and (max-width:430px){.btn-student{width:53%!important;font-size:12px}}@media (min-width:431px) and (max-width:768px){.btn-student{width:30%!important}}@media (min-width:769px) and (max-width:820px){.btn-student{width:34%!important;padding:11px 15px!important}}@media (min-width:821px) and (max-width:1024px){.btn-student{width:27%!important;padding:11px 23px!important}}@media screen and (width:768px){.doc-info p{max-width:333px!important}.doc-info{flex-direction:row!important}.doc-row{flex-direction:row!important}}
/* ============================= */
/* STAFF SECTION START */
/* ============================= */

.staff-modern {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f9fbff, #ffffff);
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.faculty-title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 60px;
  position: relative;
}

/*.faculty-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #f38020;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}*/

/* GROUP */
.staff-group {
  margin-bottom: 70px;
}

/* GROUP HEADING */
.staff-heading {
  font-size: 24px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 25px;
  padding-left: 12px;
  border-left: 5px solid #f38020;
}

/* ============================= */
/* DIRECTOR SECTION */
/* ============================= */

.director-section {
  margin-bottom: 80px;
}

.director-card {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  transition: 0.4s;
}

.director-img {
  width: 350px;
  height: 100%;
  overflow: hidden;
}

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

.director-info {
  padding: 30px;
}

.director-info h2 {
  font-size: 28px;
  color: #065ba7;
  margin-bottom: 10px;
}

.director-info .role {
  color: #f38020;
  font-weight: 600;
  margin-bottom: 15px;
}

.director-info .desc {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* DIRECTOR HOVER */
.director-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(135deg,#065ba7,#0a6fd6);
}

.director-card:hover h2,
.director-card:hover .desc {
  color: #fff;
}

.director-card:hover .role {
  color: #ffd9b3;
}

/* ============================= */
/* GRID */
/* ============================= */

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

/* ============================= */
/* MODERN CARD */
/* ============================= */

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

/* IMAGE */
.card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

/* TAG */
.card-tag {
  position: absolute;
  top: 15px;
  right: 0;

  background: #f38020;
  color: #fff;

  padding: 10px 25px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;

  text-transform: uppercase;

  /* 🔥 ANGLED SHAPE */
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

/* OPTIONAL: ADD SHADOW LIKE IMAGE */
.card-tag {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

/* TAG COLORS */
.card-tag.coach { background: #f38020; }
.card-tag.trainer { background: #ff6b00; }
.card-tag.staff { background: #065ba7; }

/* ============================= */
/* CARD CONTENT (UPDATED) */
/* ============================= */

.card-content {
  background: #065ba7;
  padding: 15px 20px;
  color: #fff;
  transition: 0.3s;

  /* NEW IMPROVEMENTS */
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertical center */
  align-items: center;       /* horizontal center */
  text-align: center;
}

.card-content h3 {
  font-size: 21px;
  margin-bottom: 6px;
}

.card-content p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #d9e6f5;
}

/* LINK */
.card-content a {
  font-size: 12px;
  color: #f38020;
  text-decoration: none;
  font-weight: 600;
}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

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

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

/* BACKGROUND CHANGE */
.modern-card:hover .card-content {
  background: linear-gradient(135deg, #f38020, #ff9a3c);
}

/* TEXT COLOR CHANGE */
.modern-card:hover h3 {
  color: #fff;
}

.modern-card:hover p {
  color: #e6f2ff;
}

.modern-card:hover a {
  color: #ffd9b3;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {
  .faculty-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {

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

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

  .card-img {
    height: 200px;
  }

  /* DIRECTOR MOBILE */
  .director-card {
    flex-direction: column;
  }

  .director-img {
    width: 100%;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .staff-modern {
    padding: 60px 15px;
  }

  .card-img {
    height: 180px;
  }
}

/* ============================= */
/* STAFF SECTION END */
/* ============================= */
/* ============================= */
/* SPORTS SECTION START */
/* ============================= */

.sports-section {
  padding: 80px 20px;
  background: #f9fbff;
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
}

/* MAIN TITLE */
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 10px;
}

/*.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f38020;
  display: block;
  margin: 10px auto;
}*/

/* SUBTITLE */
.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 50px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* ============================= */
/* GROUP (Indoor / Outdoor / Gym) */
/* ============================= */

.sports-group {
  margin-bottom: 60px;
}

/* GROUP HEADING */
.sports-heading {
  font-size: 22px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 20px;
  border-left: 5px solid #f38020;
  padding-left: 12px;
}

/* ============================= */
/* GRID */
/* ============================= */

.sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 220px;
  gap: 20px;
}

/* ============================= */
/* CARD */
/* ============================= */

.sports-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* IMAGE */
.sports-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

/* ============================= */
/* OVERLAY DEFAULT */
/* ============================= */

.sports-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,91,167,0.85), transparent);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;

  transition: 0.4s;
}

.sports-overlay h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.sports-overlay p {
  font-size: 13px;
  opacity: 0.9;
}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

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

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

/* FULL OVERLAY ON HOVER */
.sports-card:hover .sports-overlay {
  background: rgba(6,91,167,0.95);
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* TEXT ENHANCE */
.sports-card:hover h4 {
  font-size: 20px;
}

.sports-card:hover p {
  font-size: 14px;
  opacity: 1;
}

/* ============================= */
/* OPTIONAL: ORANGE HOVER VARIANT */
/* ============================= */

.sports-card.orange:hover .sports-overlay {
  background: rgba(243,128,32,0.95);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .sports-grid {
    grid-auto-rows: 200px;
  }

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

@media (max-width: 480px) {
  .sports-section {
    padding: 60px 15px;
  }

  .sports-grid {
    grid-auto-rows: 180px;
  }
}

/* ============================= */
/* SPORTS SECTION END */
/* ============================= */



/* ============================= */
/* SPORTS SECTION START */
/* ============================= */

.sports-section {
  padding: 80px 20px;
  background: #f5f7fa;
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
}

/* ============================= */
/* TITLE */
/* ============================= */

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 10px;
}

/*.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f38020;
  display: block;
  margin: 10px auto;
  border-radius: 2px;
}*/

.section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 50px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* ============================= */
/* GROUP */
/* ============================= */

.sports-group {
  margin-bottom: 60px;
}

.sports-heading {
  font-size: 22px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 20px;
  border-left: 5px solid #f38020;
  padding-left: 12px;
}

/* ============================= */
/* MASONRY GRID */
/* ============================= */

.sports-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 160px;
  gap: 20px;
}

/* ============================= */
/* CARD */
/* ============================= */

.sports-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* IMAGE */
.sports-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

/* SIZE VARIATIONS */
.sports-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.sports-card.tall {
  grid-row: span 2;
}

.sports-card.wide {
  grid-column: span 2;
}

/* ============================= */
/* OVERLAY */
/* ============================= */

.sports-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,91,167,0.9), transparent);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;

  transition: 0.4s;
}

.sports-overlay h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.sports-overlay p {
  font-size: 13px;
  opacity: 0.9;
}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

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

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

/* FULL OVERLAY */
.sports-card:hover .sports-overlay {
  background: rgba(6,91,167,0.95);
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* TEXT ENHANCEMENT */
.sports-card:hover h3 {
  font-size: 20px;
}

.sports-card:hover p {
  font-size: 14px;
  opacity: 1;
}

/* ============================= */
/* OPTIONAL ORANGE HOVER */
/* ============================= */

.sports-card.orange:hover .sports-overlay {
  background: rgba(243,128,32,0.95);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {
  .sports-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .sports-heading {
    font-size: 20px;
  }

  .sports-masonry {
    grid-auto-rows: 140px;
  }
}

@media (max-width: 600px) {
  .sports-masonry {
    grid-template-columns: 1fr;
  }

  .sports-card.large,
  .sports-card.tall,
  .sports-card.wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .sports-section {
    padding: 60px 15px;
  }

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

/* ============================= */
/* SPORTS SECTION END */
/* ============================= */

/* ============================= */
/* ACHIEVEMENT SECTION START */
/* ============================= */

.achievement-section {
  padding: 80px 20px;
  background: #f5f7fa;
  font-family: 'Segoe UI', sans-serif;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
}

/* ============================= */
/* TITLE */
/* ============================= */

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #065ba7;
  margin-bottom: 10px;
}

/*.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f38020;
  display: block;
  margin: 10px auto;
  border-radius: 2px;
}*/

.section-subtitle {
  text-align: center;
  margin-bottom: 50px;
  color: #555;
  font-size: 15px;
}

/* ============================= */
/* BLOCK */
/* ============================= */

.achievement-block {
  margin-bottom: 60px;
}

/* MAIN HEADING */
.achievement-main-title {
  font-size: 20px;
  color: #065ba7;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 5px solid #f38020;
}

/* ============================= */
/* GRID */
/* ============================= */

.achievement-grid {
  display: grid;
   grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ============================= */
/* CARD */
/* ============================= */

.achievement-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* IMAGE */
.achievement-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: 0.5s;
}

/* ============================= */
/* STATIC DIAGONAL OVERLAY */
/* ============================= */

.achievement-overlay {
  position: absolute;
  inset: 0;

  /* NEW ANGLE + POSITION */
  background: linear-gradient(407deg, #065ba7 30%, transparent 30%);
  color: #fff;

  display: flex;
  align-items: flex-end;     /* move to bottom */
  justify-content: flex-start; /* move to left */
  padding: 20px;

  transition: 0.4s ease;
}

/* TEXT */
.achievement-overlay h4 {
  font-size: 16px;
  font-weight: 600;
  max-width: 200px;
  line-height: 1.4;

  /* OPTIONAL spacing from edge */
  margin: 0;
}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

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

/* IMAGE ZOOM */
.achievement-card:hover img {
  transform: scale(1.1);
}

/* FULL BLUE FILL ANIMATION */
.achievement-card:hover .achievement-overlay {
  background: #065ba7;
  justify-content: center;
  text-align: center;

  animation: fillAnim 0.4s ease forwards;
}

.achievement-grid {
  justify-items: center;
}

.achievement-card {
  width: 100%;
  max-width: 500px;
}
/* ANIMATION */
@keyframes fillAnim {
  0% {
    clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* TEXT HOVER EFFECT */
.achievement-card:hover h4 {
  font-size: 18px;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

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

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

  .achievement-main-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .achievement-section {
    padding: 60px 15px;
  }

  .achievement-grid {
    grid-template-columns: 1fr;
  }

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

/* ============================= */
/* ACHIEVEMENT SECTION END */
/* ============================= */