.elementor-5441 .elementor-element.elementor-element-c8f5e6f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5441 .elementor-element.elementor-element-ab542c6{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5441 .elementor-element.elementor-element-646da79{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf4cb0f *//* FORCE POPPINS & STICKY FILTER BAR */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.aw-program-filterbar {
  width: 100% !important;
  background: #1E0F32 !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important; /* Force to absolute top on all devices */
  z-index: 999999 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Adjust top for Desktop if your header is visible */
@media (min-width: 1025px) {
  .aw-program-filterbar {
    top: 80px !important; /* Match your header height */
  }
}

.aw-program-filterbar__inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.aw-program-filterbar__tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto; /* Enable horizontal swipe for seniors */
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
  width: 100%;
}

.aw-program-filterbar__tabs::-webkit-scrollbar { display: none; }

.aw-program-filterbar__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 24px;
  border-radius: 100px;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
}

.aw-program-filterbar__tab:hover { color: #62B9B3 !important; background: rgba(255,255,255,0.08); }
.aw-program-filterbar__tab.is-active { background: #62B9B3 !important; color: #fff !important; }

.aw-program-filterbar__count {
  display: inline-flex;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  font-size: 11px;
}

/* TABLET/MOBILE FIXES */
@media (max-width: 1024px) {
  .aw-program-filterbar__inner { justify-content: flex-start; padding: 0 10px; }
  .aw-program-filterbar__tabs { justify-content: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c30878 *//* Force Brand Colors */
.aw-performance-methodology__eyebrow {
  color: #62B9B3 !important; /* Eyebrow in Teal */
}

.aw-performance-methodology__eyebrow::after {
  background: #62B9B3 !important; /* Eyebrow Bar in Teal */
}

.aw-performance-methodology__title {
  color: #341E54 !important; /* Heading in Violet */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-380bb2c *//* Tablet Styles */
@media (max-width: 1024px) {
    .aw-virtual-featured__img {
        max-height: 500px; /* Adjust this value to your liking */
        overflow: hidden;
    }
    .aw-virtual-featured__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* This keeps the image from looking squashed */
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .aw-virtual-featured__img {
        max-height: 350px; /* Shorter for mobile phones */
    }
    .aw-virtual-featured__overlay {
        /* If the overlay has text or buttons, we ensure they center nicely */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
}/* End custom CSS */