* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


.navi {
  background-color: #003366 !important;
  height: 15vh;
}

.logo img {
  padding-top: 20px !important;
}

.card {
  height: 70vh !important;
}

.mx a {
  color: aliceblue;
  text-decoration: none;
}

.menu {
  color: rgb(248, 242, 242) !important;
  text-transform: uppercase;
  font-weight: bold;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #333;
}

header {
  background: #003366;
  color: white;
  padding: 20px;
  text-align: center;
}

header img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.highlight {
  color: #00cc66;
}

main {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.about {
  flex: 2;
  padding-right: 20px;
}

.notice-board {
  flex: 1;
  background: #fff;
  padding: 15px;
  border-left: 2px solid #ccc;
}

.notice-board h2 {
  color: #003366;
}

.notice {
  background: #e6ffe6;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #00cc66;
  border-radius: 5px;
}

.notice-header {
  font-weight: bold;
  color: #006633;
}


.main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  background-color: #e6e6e6;
}

.box {
  background-color: white;
  border: 1px solid #ccc;
  width: 30%;
  min-width: 280px;
  margin: 10px;
  padding: 15px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.highlight-white {
  color: white;
  background-color: #333;
  padding: 2px 6px;
  border-radius: 3px;
}

.highlight-green {
  color: #009933;
}

.principal-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px auto;
}

.subtext {
  font-size: 14px;
  color: gray;
}

.box p {
  font-size: 14px;
  color: #333;
}

.box a {
  text-decoration: none;
  color: #0066cc;
}

.tabs {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  gap: 5px;
}

.tab {
  padding: 5px 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
}

.tab.active {
  background-color: #009933;
  color: white;
  font-weight: bold;
}

.course-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  margin-bottom: 6px;
  font-size: 14px;
  color: black;
}

.activity-img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.caption {
  background-color: #002244;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}



.facilities-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #222;
}

.section-title .highlight {
  color: #2ca58d;
}

.facilities-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.facility-box {
  width: 250px;
  padding: 20px;
  border-radius: 10px;
  color: rgb(17, 17, 17);
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.facility-box h3 {
  margin: 15px 0 10px;
  font-size: 16px;
  background: white;
  color: black;
  padding: 5px;
  display: inline-block;
  font-weight: bold;
}

.facility-box p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.facility-box .icon {
  width: 70px;
  height: 70px;
}

/* Color Themes */
.blue {
  background-color: #2980b9;
}

.yellow {
  background-color: #f1c40f;
  color: #222;
}

.sky {
  background-color: #3498db;
}

.green {
  background-color: #27ae60;
}

.mid{
  width: 100%;
  height: 55vh;
}
.midrap{
  width: 100%;
  margin: auto;
}
.scroll-container {
  background-color: #c7c5c5;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

.scroll-container img {
  padding: 10px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  background: linear-gradient(to right, #0b0c0c, #161616);
}

.section {
  color: #f3f6fa;
  flex: 1 1 200px;
  margin: 15px;
   ;
  /* text-align: justify; */
}

.section h2 {
  
  color: #f2f5f8;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.highlight {
  color: #00ffcc;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  color: #f5efef;
  margin-bottom: 8px;
  
}

.contact p, .section p {
  margin: 5px 0;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  background-color: #afb1b4;
  border-top: 1px solid #00ffcc;
  font-size: 0.9em;
}

footer {
  background: #003366;
  color: white;
  text-align: center;
  padding: 10px;
}