.elementor-1226 .elementor-element.elementor-element-43c628d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1226 .elementor-element.elementor-element-0d716ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1226 .elementor-element.elementor-element-3a8d00e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1226 .elementor-element.elementor-element-3d007d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1226 .elementor-element.elementor-element-648796f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1226 .elementor-element.elementor-element-0d716ed{--width:50%;}.elementor-1226 .elementor-element.elementor-element-3a8d00e{--width:50%;}.elementor-1226 .elementor-element.elementor-element-3d007d7{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-5f557c7 *//* Global Styles */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f7fa;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

.section-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-header {
  background-color: #0277bd;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  margin: 0;
}

.news-marquee ul, .events-section ul, .notice-board-section ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

li {
  margin-bottom: 15px;
}

/* Latest News Section */
.news-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 32%;
  padding: 20px;
}

.news-marquee {
  max-height: 250px;
  overflow-y: auto;
  margin-top: 20px;
}

.news-marquee ul {
  font-size: 14px;
}

.news-marquee li {
  line-height: 25px;
}

/* Upcoming Events Section */
.events-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 32%;
  padding: 20px;
}

.events-section ul {
  font-size: 14px;
}

.event-date {
  background-color: #0288d1;
  color: white;
  padding: 5px 15px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 18px;
}

.event-details {
  font-size: 16px;
  color: #555;
}

/* Notice Board Section */
.notice-board-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 32%;
  padding: 20px;
}

.notice-board-section ul {
  font-size: 14px;
  color: #555;
}

.notice-board-section li {
  line-height: 25px;
}

@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .news-section, .events-section, .notice-board-section {
    width: 100%;
    margin-bottom: 20px;
  }
}/* End custom CSS */