.bg-home{ 
	background-size: cover;
	background-position:center; 
	background-repeat: no-repeat; 
	margin-top:-10px;
}

.bg-content{
	margin-top:30px;margin-bottom:60px; padding:0px;
}

.content {
  padding: 120px 40px 80px 40px;
}
.breadcrumb-item a {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #ff0000;
}
.rowReverse {
  flex-direction: row;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
/* .about-section {
    height: 65vh;
  } */
.about-header {
  padding-top: 12%;
  padding-left: 13%;
  padding-right: 13%;
  text-align: center;
}
.container-vision {
  margin-top: 70px;
}
.container-mission {
  margin-bottom: 70px;
}
.about-title {
  padding-top: 30px;
}
@media (max-width: 700px) {
  .content {
    padding: 80px 20px 80px 20px;
  }
  .about-header {
    padding-top: 22%;
    padding-left: 7%;
    padding-right: 7%;
  }
  .about-section {
    height: 55vh;
  }
  .container-vision {
    margin-top: 30px;
  }
  .container-mission {
    margin-bottom: 30px;
  }
  .about-title {
    padding-top: 15px;
  }
}

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.fc .fc-button {
  background: #f5d042;
  border: none;
  color: #000;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 600;
  text-transform: none;
}
.fc .fc-button:hover {
  background: #e6c235;
  color: #000;
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background: #d4af37;
  color: #000;
}
.fc .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fc .fc-toolbar-chunk:nth-child(2) div:first-child {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fc .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
  margin: 0;
  min-width: 180px;
  text-align: center;
  letter-spacing: 0.02em;
}
.fc .fc-toolbar-chunk:nth-child(2) .fc-button {
  border-radius: 50%;
  padding: 14px;
}
.fc-theme-standard .fc-scrollgrid {
  border-color: #ddd;
}
.fc .fc-col-header-cell {
  background: #f5d042 !important;
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  border-color: #ddd !important;
}
.fc .fc-col-header-cell-cushion {
  color: #000 !important;
}
.fc .fc-daygrid-day {
  border-color: #ddd !important;
}
.fc .fc-daygrid-day-number {
  color: #000 !important;
  padding: 6px 8px;
  font-size: 0.9rem;
}
.fc .fc-daygrid-event,
.fc .fc-list-event {
  border-width: 0 0 0 3px;
  border-style: solid;
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
}
/* .fc .fc-daygrid-event .fc-event-main {
  color: #fff !important;
} */
.fc .fc-daygrid-event-harness {
  margin-top: 2px;
}

.fc .fc-gridView-button,
.fc .fc-listView-button {
  background: #f5d042;
  padding: 8px 10px;
  font-size: 16px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fc .fc-gridView-button:hover,
.fc .fc-listView-button:hover {
  background: #e6c235;
  color: #000;
}
.fc .fc-gridView-button.fc-view-active,
.fc .fc-listView-button.fc-view-active {
  color: #ff0000;
}

.fc-list-day-text, .fc-list-day-side-text {
  color: #000 !important;
}

/* ── Add to Calendar ───────────────────────── */
#ec-atc-dropdown a:hover,
#ec-atc-all-dropdown a:hover {
  background: #f7f8fa;
}
#ec-atc-btn:hover {
  background: #1a2530 !important;
}
#ec-atc-all-btn:hover {
  background: #f0f2f5 !important;
}