/* ==========================================================================
   Tuition Courses Dropdown Styles
   ========================================================================== */

/* Ensures parent dropdown element positions relative to its children */
.dropdown-submenu {
  position: relative;
}

/* Positions the nested CBSE/ICSE dropdown menu directly to the right */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0;
  display: none;
}

/* Displays the nested dropdown menu when hovering over the parent item */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Rotates the default dropdown arrow indicator for side-sliding menus */
.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 45%;
}
