.elementor-106 .elementor-element.elementor-element-011b955{--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-106 .elementor-element.elementor-element-011b955:not(.elementor-motion-effects-element-type-background), .elementor-106 .elementor-element.elementor-element-011b955 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFC107;}.elementor-106 .elementor-element.elementor-element-702cf78{--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;--margin-top:-14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-106 .elementor-element.elementor-element-af83c03{text-align:start;font-family:"Cambo", Sans-serif;font-weight:600;text-shadow:0px 0px 6px rgba(0,0,0,0.3);color:#000000;}.elementor-106 .elementor-element.elementor-element-1a5126e{--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;--margin-top:-16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106 .elementor-element.elementor-element-a35e851 .elementor-repeater-item-8c3f1c1.elementor-social-icon{background-color:#D71CBB;}.elementor-106 .elementor-element.elementor-element-a35e851{--grid-template-columns:repeat(0, auto);text-align:right;--icon-size:15px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-106 .elementor-element.elementor-element-5cff1718{--display:flex;--min-height:0px;--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;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106 .elementor-element.elementor-element-5cff1718:not(.elementor-motion-effects-element-type-background), .elementor-106 .elementor-element.elementor-element-5cff1718 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C1F3C;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-106 .elementor-element.elementor-element-702cf78{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106 .elementor-element.elementor-element-1a5126e{--margin-top:-77px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-106 .elementor-element.elementor-element-5cff1718{--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-106 .elementor-element.elementor-element-702cf78{--width:50%;}.elementor-106 .elementor-element.elementor-element-1a5126e{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-bea8bba *//* =====================================
   LBSTI FINAL PERFECT NAVBAR
===================================== */

.wm-navbar {
  background: #0C1F3C;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 26px;
}

/* LOGO */
.wm-logo img {
  height: 90px;
  width: auto;
 
}

/* MAIN MENU */
.wm-menu {
  list-style: none;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  align-items: center;
}

/* MENU ITEM */
.wm-menu > li {
  position: relative;
}

/* MENU LINK – BALANCED SIZE */
.wm-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  height: 52px;                 /* fixed height */
  min-width: 118px;             /* FIX for Contact Us */

  padding: 0 14px;

  font-size: 16px;              /* balanced font */
  font-weight: 600;

  color: black;
  text-decoration: none !important;
  white-space: nowrap;

  border-radius: 12px;

  background: #e6e6e6;          /* LBSTI card blue */

  transition: all 0.3s ease;
}

/* ICON */
.wm-icon {
  font-size: 18px;
}

/* HOVER */
.wm-menu > li > a:hover {
  background: #FFCC00;
  box-shadow: 0 10px 22px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}

/* =====================
   REMOVE UNDERLINE (FORCE)
===================== */
.wm-navbar a,
.wm-navbar a:hover,
.wm-navbar a:focus,
.wm-navbar a:active {
  text-decoration: none !important;
}

.wm-navbar a::before,
.wm-navbar a::after {
  content: none !important;
  display: none !important;
}

/* =====================
   SUBMENU
===================== */

.wm-has-submenu {
  position: relative;
}

.wm-submenu {
  list-style: none;
  position: absolute;
  top: 110%;
  left: 0;

  min-width: 280px;
  padding: 8px 0;

  background: #ffffff;
  border-radius: 14px;

  box-shadow: 0 16px 32px rgba(0,0,0,0.25);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.3s ease;
  z-index: 999;
}

/* SHOW SUBMENU */
.wm-has-submenu:hover .wm-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* SUBMENU LINK */
.wm-submenu li a {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 13px 22px;

  font-size: 15px;
  font-weight: 500;

  color: #000;
  text-decoration: none !important;

  transition: background 0.25s ease;
}

/* SUBMENU ICON */
.wm-sub-icon {
  font-size: 16px;
  color: #0d5bd7;
}

/* SUBMENU HOVER */
.wm-submenu li a:hover {
  background: #f1f5ff;
}

/* =====================
   MOBILE
===================== */

@media (max-width: 768px) {

  .wm-navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .wm-menu {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .wm-menu > li > a {
    width: 100%;
    justify-content: flex-start;
  }

  .wm-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    display: none;
    background: #1e6fe0;
  }

  .wm-has-submenu:hover .wm-submenu {
    display: block;
  }

  .wm-submenu li a {
    color: #ffffff;
  }

  .wm-sub-icon {
    color: #ffdd57;
  }
}
/* =====================================
   MOBILE MENU FIX (LBSTI)
===================================== */

/* Mobile toggle hidden on desktop */
.wm-mobile-toggle {
  display: none;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  margin-left: auto;
}
/* =====================================
   GUARANTEED MOBILE MENU (NO JS)
===================================== */

/* hide checkbox */
#wm-menu-toggle {
  display: none;
}

/* hamburger */
.wm-mobile-toggle {
  display: none;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  margin-left: auto;
}

/* MOBILE VIEW */
@media (max-width: 768px) {

  .wm-navbar {
    flex-wrap: wrap;
  }

  .wm-mobile-toggle {
    display: block;
  }

  /* hide menu initially */
  .wm-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  /* show menu when checked */
  #wm-menu-toggle:checked ~ .wm-menu {
    display: flex;
  }

  .wm-menu > li > a {
    width: 100%;
    justify-content: flex-start;
  }

  /* submenu always visible in mobile */
  .wm-submenu {
    position: static;
    display: block;
    box-shadow: none;
    background: #1e6fe0;
  }

  .wm-submenu li a {
    color: #ffffff;
  }

  .wm-sub-icon {
    color: #ffdd57;
  }
}
/* =====================================
   MOBILE MENU – PROPER ACCORDION FIX
===================================== */

#wm-courses-toggle {
  display: none;
}

.wm-course-label {
  display: none;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {

  /* Smaller menu height */
  .wm-menu > li > a,
  .wm-course-label {
    height: 46px;
    font-size: 15px;
    padding: 0 14px;
  }

  /* Courses label looks like menu item */
  .wm-course-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e6e6e6;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
  }

  /* Hide normal hover submenu */
  .wm-submenu {
    display: none;
    position: static;
    box-shadow: none;
    background: #1e6fe0;
    margin-top: 6px;
    border-radius: 10px;
  }

  /* Show submenu ONLY when clicked */
  #wm-courses-toggle:checked + .wm-course-label + .wm-submenu {
    display: block;
  }

  /* Submenu compact */
  .wm-submenu li a {
    padding: 10px 16px;
    font-size: 14px;
  }

  /* Arrow rotate */
  .wm-arrow {
    transition: transform 0.3s ease;
  }

  #wm-courses-toggle:checked + .wm-course-label .wm-arrow {
    transform: rotate(180deg);
  }
}
/* =====================================
   COURSES DOUBLE FIX (DESKTOP vs MOBILE)
===================================== */

/* Desktop: show normal link, hide mobile label */
.wm-course-label {
  display: none;
}

/* Mobile rules */
@media (max-width: 768px) {

  /* Hide desktop course link */
  .wm-course-link {
    display: none;
  }

  /* Show mobile accordion label */
  .wm-course-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
/* =====================================
   FINAL FIX: COURSES DOUBLE REMOVE
===================================== */

/* By default (desktop) */
.wm-course-label {
  display: none !important;
}

/* MOBILE ONLY */
@media (max-width: 768px) {

  /* ❌ Desktop Courses link hide */
  .wm-course-link {
    display: none !important;
  }

  /* ✅ Mobile accordion Courses show */
  .wm-course-label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
/* =====================================
   MOBILE: LOGO LEFT, HAMBURGER RIGHT
===================================== */

@media (max-width: 768px) {

  .wm-navbar {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }

  /* Logo stays left */
  .wm-logo {
    margin-right: auto;
  }

  /* Hamburger stays right */
  .wm-mobile-toggle {
    margin-left: auto !important;
    align-self: center;
  }

  /* Menu goes full width BELOW */
  .wm-menu {
    width: 100%;
    margin-top: 16px;
  }
}
/* =====================================
   FINAL MOBILE FIX: COURSES OPEN + CLOSE
===================================== */

/* Safety reset */
@media (max-width: 768px) {

  /* Default CLOSED */
  .wm-submenu {
    display: none !important;
  }

  /* Open ONLY when checkbox checked */
  #wm-courses-toggle:checked + .wm-course-label + .wm-submenu {
    display: block !important;
  }

  /* Arrow animation */
  .wm-arrow {
    transition: transform 0.3s ease;
  }

  #wm-courses-toggle:checked + .wm-course-label .wm-arrow {
    transform: rotate(180deg);
  }
}/* End custom CSS */