/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#g-page-surround {
  padding-top: 60px;
}
.g-offcanvas-toggle {
  position: fixed !important;
  top: 25px;
  left: 15px;
  z-index: 10001;
}
#g-mobilemenu-container {
  position: fixed !important;
  top: 30px !important;
  left: 35px;
  width: 100%;
  z-index: 10000 !important;
}
#g-mainbar {
  padding: 2rem 0;
}
.utility-container {
  background-color: #8ecae6;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.utility-item {
  color: #023e8a;
  padding: 10px;
  flex: 1;
  min-width: 150px;
}
.utility-item p {
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .utility-item {
    flex: 0 0 50%;
    min-width: 0;
  }
}
/* Bulletin Layout Styles */
.bulletin-container {
  width: 100%;
  margin: 20px 0;
  font-family: sans-serif;
}
.bulletin-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.bulletin-btn {
  flex: 1;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #333 !important;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.bulletin-btn i {
  font-size: 1.2rem;
}
.bulletin-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
/* Top Row - Current */
.current {
  padding: 30px 15px;
  font-size: 1rem;
  line-height: 1.4;
}
.english {
  background-color: #a7f3f0;
}
.chinese {
  background-color: #f7ceab;
}
.bahasa {
  background-color: #a8b0f7;
}
.tamil {
  background-color: #f9aec3;
}
/* Bottom Row - Past */
.past {
  padding: 12px 10px;
  font-size: 0.85rem;
  background-color: #bdc3c7;
  color: #444 !important;
  flex-direction: row;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .bulletin-btn {
    flex: 1 1 45%;
  }
}
@media (max-width: 480px) {
  .bulletin-btn {
    flex: 1 1 100%;
  }
}
.forms-container {
  text-align: center;
  padding: 40px 0;
}
.forms-container .forms-title {
  font-family: serif;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
}
.forms-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 15px;
}
.form-button {
  background-color: #f2cbab;
  color: #444 !important;
  text-decoration: none !important;
  padding: 30px 20px;
  border-radius: 8px;
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}
.form-button i {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.form-button span {
  display: block;
  max-width: 200px;
  line-height: 1.4;
}
.form-button:hover {
  background-color: #e6b995;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .forms-grid {
    gap: 10px;
  }
  .form-button {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
    padding: 20px 10px;
    font-size: 0.9rem;
  }
}
.welcome-section {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
.welcome-section .welcome-image {
  flex: 1;
  min-width: 300px;
  max-width: 35%;
}
.welcome-section .welcome-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.welcome-section .welcome-text {
  flex: 3;
  min-width: 300px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .welcome-section {
    padding: 10px 15px !important;
  }
  .welcome-image {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}
.contact-row {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0;
}
.contact-row .contact-info {
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  border-left: 5px solid #8ecae6;
}
.contact-row .contact-info h3 {
  margin-top: 0;
  color: #023e8a;
}
.contact-row .contact-info hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}
.contact-row .contact-info i {
  color: #8ecae6;
  margin-right: 10px;
}
.contact-row .contact-info .button {
  display: inline-block;
  margin-top: 15px;
  background: #023e8a;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}
.contact-row .contact-map {
  flex: 1.5;
  min-width: 300px;
}
.contact-row .contact-map iframe {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .contact-row {
    padding: 0 25px !important;
    gap: 20px;
  }
  .contact-row .contact-info, .contact-row .contact-map {
    flex: 1 1 100%;
  }
  .contact-row .contact-map iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=custom.css.map */