/**
* Template Name: Lumia - v4.10.0
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary: #703c19;
  --secondary-bg: #f9f6f2;
  --text-dark: #222;
  --text-muted: #666;
}

/* ================= GLOBAL SPACING ================= */
@media (max-width: 576px) {
  #header .logo {
    gap: 6px;
  }

  #header .logo img {
    max-height: 35px;
  }
}

section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

th,td,tr{
border-color: black !important;
border: 2px solid black;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #79553b;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: "Raleway", sans-serif;*/
   font-family: "Swiss 721 Std Light";
/* font-family: Poppins,sans-serif;*/
 
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #79553b;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #d1b08a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* ================= HEADER LOGO RESPONSIVE ================= */

#header .logo img {
  height: auto;
  width: auto;
  object-fit: contain;
}

/* Desktop (Large screens) */
@media (min-width: 992px) {
  #header .logo img {
    max-height: 75px;   /* Increase size here */
  }
}

/* Tablet */
@media (max-width: 991px) {
  #header .logo img {
    max-height: 55px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  #header .logo img {
    max-height: 38px;
  }
}
#header .logo img:nth-child(2) {
  max-height: 85px;
}

#header {
  height: 109px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

/*#header .logo img {
  max-height: 93px;
}*/
.img-fluid {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #703c19;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #d1b08a;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f5a62;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #79553b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #384046;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(33, 38, 42, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #384046;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #703c19;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* ================= HERO SECTION (FIXED) ================= */

.hero-section {
  position: relative;
   min-height: calc(100vh - 109px);
  /* height: calc(100vh - 80px); header height */
  background: url("../img/slider-2.jpg") center center / cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 63, 78, 0.65); /* lighter */
}

/* Content */
.hero-content {
  position: relative;
  max-width: 720px;
  padding: 0 20px;
  color: #fff;
}

/* Headings */
.hero-content h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hero-content h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}

.hero-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.hero-content p span {
  font-weight: 600;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 13px 32px;
  background: #703c19;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #d1b08a;
}

/* ================= DESKTOP ================= */

@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 44px;
  }

  .hero-content h2 {
    font-size: 22px;
  }

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

/* ================= HERO ANIMATION ================= */

/* Initial hidden state */
.hero-content > * {
  opacity: 0;
  transform: translateY(20px);
}

/* Animate when active */
.hero-animate h1 {
  animation: heroFadeUp 0.8s ease forwards;
}

.hero-animate h2 {
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: 0.15s;
}

.hero-animate p {
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

.hero-animate .hero-btn {
  animation: heroFadeUp 0.8s ease forwards;
  animation-delay: 0.45s;
}

/* Keyframes */
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= SAGA / ABOUT SECTION ================= */

.saga-section {
  padding: 80px 0;
  background: #fff;
}

/* Section header */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 16px;
  color: #666;
}

/* Image */
.saga-image img {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Content */
.saga-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.saga-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 28px;
}

/* Stats */
.saga-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 220px;
}

.stat-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #703c19;
  margin-bottom: 6px;
}

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

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .saga-section {
    padding: 60px 0;
  }

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

  .saga-content h3 {
    font-size: 20px;
  }

  .saga-stats {
    gap: 20px;
  }
}
/* ================= ABOUT MGM UNIVERSITY ================= */

.mgm-about-section {
  padding: 80px 0;
  background: #f9f6f2;
}

/* Content */
.mgm-about-content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mgm-about-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 16px;
}

/* Image */
.mgm-about-image img {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .mgm-about-section {
    padding: 60px 0;
  }

  .mgm-about-content h3 {
    font-size: 22px;
    margin-top: 25px;
  }
}
/* ================= SCHEDULE SECTION ================= */

.schedule-section {
  padding: 80px 0;
  background: #fff;
}

/* Table */
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table th {
  background: #703c19;
  color: #fff;
  padding: 14px;
  text-align: left;
}

.schedule-table td {
  padding: 18px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.schedule-table ul {
  padding-left: 18px;
  margin: 0;
}

.schedule-table ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Mobile Cards */
.schedule-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.schedule-card {
  background: #f9f6f2;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.schedule-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #703c19;
}

.schedule-card ul {
  padding-left: 18px;
}

.schedule-card ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Mobile spacing */
@media (max-width: 768px) {
  .schedule-section {
    padding: 60px 0;
  }
}

/* ================= GENERAL INSTRUCTIONS ================= */

.instructions-section {
  padding: 80px 0;
  background: #f9f6f2;
}

/* Card */
.instruction-card {
  background: #fff;
  padding: 26px;
  border-radius: 14px;
  margin-bottom: 30px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.instruction-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #703c19;
}

.instruction-card ul {
  padding-left: 20px;
  margin: 0;
}

.instruction-card ul li {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .instructions-section {
    padding: 60px 0;
  }
}

/* ================= ORGANIZING COMMITTEE (REFERENCE STYLE) ================= */

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

.committee-card,
.instruction-card,
.schedule-card,
.track-details,
.contact-card,
.table-wrapper {
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.committee-section {
  padding: 80px 0;
  background: #fff;
}

/* Card */
.committee-card {
  background: #ffffff;
  padding: 30px 28px 40px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  height: 100%;
}

/* Featured card (top) */
.committee-card-featured {
  padding: 40px 32px 50px;
}

/* Photo box (rounded rectangle like reference) */
.committee-photo {
  background: #6b3d1f;
  border-radius: 18px;
  padding: 14px;
  margin-bottom: 22px;
}

.committee-photo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 14px;
}

/* Text hierarchy */
.committee-role {
  font-size: 14px;
  font-weight: 600;
  color: #703c19;
  margin-bottom: 6px;
}

.committee-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #222;
}

.committee-designation {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .committee-section {
    padding: 60px 0;
  }

  .committee-photo img {
    max-width: 180px;
  }
}
/*--------------------------------------------------------------
# What We Do
--------------------------------------------------------------*/
.what-we-do .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.what-we-do .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box .icon i {
  color: #79553b;
  font-size: 28px;
}

.what-we-do .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.what-we-do .icon-box h4 a {
  color: #384046;
  transition: ease-in-out 0.3s;
}

.what-we-do .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.what-we-do .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i {
  color: #d1b08a;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 10px 0;
}

.about h3 {
  font-weight: 600;
  font-size: 32px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li+li {
  margin-top: 10px;
}

.about ul li {
  position: relative;
  padding-left: 26px;
}

.about ul i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #3498db;
}

.about .icon-boxes {
  padding-top: 10px;
}

.about .icon-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .icon-boxes i {
  font-size: 48px;
  color: #79553b;
}

.about .icon-boxes p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: white;
  padding: 30px 0 40px 0;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #79553b;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #124364;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box li{
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
  list-style-type: none;
  
}

.services .icon-box i {
  float: left;
  color: #79553b;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
  padding-right: 10px;
  line-height: 0;
/*  list-style-type: none;*/
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box li:hover {
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}

/* .services .i {
  text-decoration-line: none;
} */


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 0; /* 🔴 remove extra gap */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  padding: 28px 20px;
  background: #fff;
  border-radius: 16px;
}

/* .team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
} */

.team .member img {
  width: 220px;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 20px;
}
.team .member h4 {
  margin-top: 0;
  margin-bottom: 6px;
}

.team .member span {
  line-height: 1.5;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/* ================= RACE TRACK ================= */

.track-section {
  padding: 80px 0;
  background: #f9f6f2;
}

/* Track map */
.track-map img {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Details */
.track-details {
  background: #fff;
  padding: 30px 30px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.track-info {
  margin-bottom: 22px;
}

.track-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #703c19;
  margin-bottom: 6px;
}

.track-info p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0;
}

.track-info ul {
  padding-left: 18px;
  margin: 0;
}

.track-info ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
  .track-section {
    padding: 60px 0;
  }

  .track-details {
    padding: 25px;
  }
}




/* ================= UNIVERSITY ENTRY LIST ================= */

.university-section {
  padding: 80px 0;
  background: #fff;
}

/* Table Card */
.table-wrapper {
  background: #f9f6f2;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

/* Table */
.university-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* allows safe horizontal scroll on mobile */
}

.university-table th {
  background: #703c19;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  text-align: center;
}

.university-table td {
  padding: 12px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

/* Left align university name */
.university-table td:nth-child(2) {
  text-align: left;
}

/* Striped rows */
.university-table tbody tr:nth-child(even) {
  background: #f2ebe3;
}

/* Mobile */
@media (max-width: 768px) {
  .university-section {
    padding: 60px 0;
  }

  .table-wrapper {
    padding: 20px;
  }
}


/* ================= GALLERY ================= */

.gallery-section {
  padding: 80px 0;
  background: #f9f6f2;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover effect */
.gallery-item:hover img {
  transform: scale(1.08);
}

/* Mobile */
@media (max-width: 768px) {
  .gallery-section {
    padding: 60px 0;
  }
}

/* ================= CONTACT SECTION ================= */

.contact-section {
  padding: 80px 0;
  background: #fff;
}

/* Contact Card */
.contact-card {
  background: #f9f6f2;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-item {
  margin-bottom: 24px;
}

.contact-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #703c19;
  margin-bottom: 6px;
}

.contact-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0;
}

/* Map */
.map-box {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-card {
    padding: 28px;
  }
}

/* ================= SCROLL FADE-IN ANIMATION ================= */

/* Initial hidden state */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* Visible state */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
/* ================= BUTTONS ================= */

a.btn,
.hero-btn {
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ================= FOOTER (FIXED VISIBILITY) ================= */

.footer {
  background: #1f1f1f;
  color: #e0e0e0;
  padding: 70px 0 30px;
  font-size: 14px;
  margin-top: 60px;
}

/* Headings */
.footer h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 18px;
}

/* Paragraphs */
.footer p {
  color: #d0d0d0;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Links */
.footer a {
  color: #d0d0d0;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: #ffffff;
}

/* Lists */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

/* Contact strong text */
.footer strong {
  color: #ffffff;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #aaaaaa;
  font-size: 13px;
}

/* Mobile */
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 25px;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 30px;
  }
}
.footer {
  border-top: 1px solid #e6e6e6;
}

.about-section {
  background: #f9f6f2;
  padding: 80px 0;
}

.about-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.about-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: #f2ebe3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-icon i {
  font-size: 24px;
  color: #703c19;
}

.about-card h4 {
  margin-bottom: 10px;
  font-weight: 600;
}


/* horizntal scrolling bar hide */
html, body {
  overflow-x: hidden;
}


/* ================= SAGA SECTION MOBILE SPACING FIX ================= */

.saga-section {
  padding: 70px 0;
}

.saga-section img {
  border-radius: 16px;
  margin-bottom: 20px;   /* Adds space below image */
}

.saga-section h3,
.saga-section h4 {
  margin-top: 15px;
  margin-bottom: 12px;
}

.saga-section p {
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Mobile specific improvement */
@media (max-width: 768px) {

  .saga-section {
    padding: 60px 18px;
  }

  .saga-section .col-lg-6 {
    margin-bottom: 25px;
  }

  .saga-section img {
    margin-bottom: 25px;
  }

  .saga-section h3 {
    font-size: 22px;
  }

  .saga-section p {
    font-size: 15px;
  }
}

.saga-section .row {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}