:root {
  --primary: #EB8A46;
  --dark: #191D22;
  --light: #ffffff;
  --gray: #f5f5f5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--light);
  color: var(--dark);
}

/* ---------- GLOBAL ---------- */
.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 1.25rem;
}

.cta-btn {
  background: var(--primary);
  color: var(--light) !important;
  padding: 0.7rem 1.4rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(235, 138, 70, 0.35);
  transition: 0.3s;
  cursor: pointer;
}

.cta-btn:hover {
  background-color: #36393E;
  color: #fff;
  text-decoration: none;
}

/* ---------- NAVBAR ---------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--dark);
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.75rem;
}

.logo img {
  height: 42px;
}

.nav-links {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}

/* ---------- HERO ---------- */
.hero {
  height: 80vh;
  background:
    linear-gradient(rgba(25, 29, 34, 0.7), rgba(25, 29, 34, 0.7)),
    url("../images/hero-bg.jpeg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding-top: 70px;
}

.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.hero p {
  max-width: 650px;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* ---------- SECTIONS ---------- */
section {
  padding: 2rem 0;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- ABOUT ---------- */
.about {
  text-align: center;
  background: url(../images/about.jpeg) no-repeat center center / cover;
  color: var(--light)
}

.about p {
  max-width: 800px;
  margin: auto;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.about .cta-btn {
  background-color: #ff6600;
}

/* ---------- MENU ---------- */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.menu-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.menu-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menu-content {
  padding: 10px;
}

.cta-btn {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 10px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.cta-btn:hover {
  background-color: #e55a00;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .menu-content h3 {
    font-size: 1rem;
  }

  .menu-content p {
    font-size: 0.85rem;
  }

  .menu-content {
    padding: 0.8rem 1rem;
  }
}

@media (max-width: 480px) {
  .menu-content h3 {
    font-size: 0.95rem;
  }

  .menu-content p {
    font-size: 0.8rem;
  }

  .cta-btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #fff;
  }
}

/* ---------- MAP ---------- */
.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--dark);
  color: white;
  padding-top: 2.5rem;
}


footer p {
  margin-bottom: 0 !important;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.footer-item i {
  color: var(--primary);
  font-size: 1.1rem;
}

.footer-copy {
  margin: 1rem;
  font-size: 0.85rem;
  opacity: 0.8;
  padding: 1rem;
}

.ed {
  color: #EB8A46;
}

/* Desktop layout */
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-copy {
    margin-top: 0;
  }
}


/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--dark);
    flex-direction: column;
    display: none;
    padding: 1.5rem 0;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero h1 {
    font-size: 2.3rem;
  }
}

/*=================Timetable==================*/
.schedule {
  background: var(--dark-color);
  padding: 2rem;
}

.timetable {
  position: relative;
  font-size: 45px;
  display: inline-block;
  font-family: "Plain", cursive;
  font-weight: 300;
  margin-top: 1rem;
}


@media only screen and (max-width: 300px) {
  .timetable {
    font-size: 25px;
  }
}

@media (max-width: 430px) {
  .timetable {
    font-size: 25px;
  }
}

.timetable-table {
  background-color: #fff;
  display: block;
  margin-top: 20px;
}

table.amrt-timetable-table th.amrt-timetable-table-thead-tr-th {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0%;
  padding: 0.6em;
  background-color: #EB8A46;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}


table.amrt-timetable-table td.amrt-value-td span.amrt-time-slot {
  border: 1px solid #EB8A46;
}