/* General Styles */
/* General Styles */
.megamenuCoomingSoon {
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
  padding: 142px 0;
  font-family: var(--vulf-regular);
}
.humburger {
  display: none;
  cursor: pointer;
}
.mobile {
  display: block;
  width: 100%;
  position: fixed;
  background: #f9f4f2;
  bottom: 0;
  top: 72px;
  left: 0;
  z-index: 11;
  overflow-y: auto;
}
.mobile_view {
  overflow-y: hidden;
}
/* Mobile Menu */
.mobile-logo-and-humburger-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
 /* General Styles */
  .megamenuCoomingSoon {
    font-size: 20px;
    padding: 50px 0;
  }
  .site_logo a img {
    width: 60%;
  }
  .humburger {
    display: block;
    position: relative;
    z-index: 999;
  }
  .mobile-menu-nav-wrapper {
    display: none;
  }
  ul#menu-main-header {
    display: block !important;
    padding-top: 40px;
    margin: 0 24px;
  }
  ul#menu-main-header li {
    margin: 0px 18px;
    margin-bottom: 33px;
    position: relative;
  }
  .mobile-accordion-content {
    display: none; /* Hide by default */
  }
  .mobile-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  .mobile-accordion-content.active {
    display: block;
  }
  ul#menu-main-header li img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .menu-links-anchor svg {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 520px) {
  .courseDateAndDurationmegaMenu {
    grid-template-columns: 1fr;
  }
}
.display-block {
  display: block;
}
/* Desktop Menu */
#header {
  background-color: #331506;
  padding: 20px 0;
  box-shadow: 0px 4px 0px 0px rgba(80, 54, 42, 0.08);
  position: relative;
}
.Mobile-Menu {
  display: none;
}
a.menu-links-anchor {
  font-family: var(--vulf-regular);
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 110%;
  padding: 0px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  a.menu-links-anchor {
    position: relative;
  }
}
a.menu-links-anchor::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fe6c3b;
  transition: width 0.3s ease;
}
.menu-links-anchor.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fe6c3b;

  transition: width 0.3s ease;
}
.active {
  color: #fe6c3b !important;
}
a.menu-links-anchor:hover {
  color: #fe6c3b;
}
.site_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul#menu-main-header {
  display: flex;
  list-style: none;
  margin: 0;
}
ul#menu-main-header li {
  margin-left: 31px;
}
ul#menu-main-header li img {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  ul#menu-main-header li a:hover::before {
    width: 100%;
  }
}
/* Mobile and Tablet Styles */
@media (max-width: 992px) {
  .Mobile-Menu {
    display: block;
  }
  .Desktop-Menu {
    display: none;
  }
  #header {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  a.menu-links-anchor {
    padding: 0px 0;
    margin-bottom: 33px;
    display: inline-block;
    margin: 0px;
    color: #331506;
    font-size: 24px;
  }
}
@media (max-width: 1220px) {
  ul#menu-main-header li {
    margin-left: 14px;
  }
}
@media (min-width: 992px) and  (max-width: 1024px) {
a.menu-links-anchor{
font-size:12px;}

}
@media (min-width: 1024px) and  (max-width: 1220px) {
a.menu-links-anchor{
font-size:14px;}

}
@media (min-width: 1220px) and  (max-width: 1279px) {
a.menu-links-anchor{
font-size:16px;}

}


/* Main Wrapper Where To Include This Menu */
.megaMenuDropDown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  padding: 50px 0 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.catMasterCourseMegamenuWrap {
  display: flex;
  align-items: stretch;
}

.megaMenuCatHeading {
  width: 30%;
  overflow: hidden;
}
.megaMenuCatHeading img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.megaMenuCategories {
  width: 70%;
  margin-left: 60px;
}
.megaMenuCatHeading span {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--vulf-regular);
  text-align: center;
  background: #000;
  padding: 35px 0 45px;
  display: inline-block;
  width: 100%;
}
.navMegaMenuSecHeading span {
  color: #4f4a48;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--vulf-regular);
  margin: 32px 0 20px;
  display: inline-block;
}
.mmClassWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px;
}

.courseDateAndDurationmegaMenu {
  margin-top: 30px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
.courseDurationMegaMenu {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  border-radius: 39px;
  height: 30px;
}
.courseDateMegaMenu {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  border-radius: 39px;
  height: 30px;
}
.mmctTabLink a {
  font-family: var(--vulf-regular);
  color: #4f4a48;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.mmctTabLink a:hover {
  color: #ff671f;
}
.mclink a {
  font-family: var(--vulf-regular);
  color: #4f4a48;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
}
.csLink a {
  font-family: var(--vulf-regular);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.coursesLinksMegaMenu {
  background: #ffe1d2;
  padding: 7px 10px 13px;
  margin-bottom: 20px;
}
.courseDurationMegaMenu p {
  margin: 0;
  font-family: var(--vulf-regular);
  color: #55220a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-left: 6px;
}
.courseDateMegaMenu p {
  margin: 0;
  font-family: var(--vulf-regular);
  color: #55220a;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-left: 6px;
}
@media (max-width: 1125px) {
  .megaMenuCatHeading {
    width: 50%;
  }
  .megaMenuCategories {
    width: 50%;
  }
  .mmClassWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .megaMenuCategoriesTabPannels {
    margin-left: 25px;
  }
}
@media (max-width: 992px) {
  .catMasterCourseMegamenuWrap {
    display: block;
  }
  .megaMenuCatHeading {
    display: none;
  }
  .megaMenuCategories {
    width: 100%;
    margin: 0;
  }
  .courseDateMegaMenu p {
    font-size: 10px;
  }
  .courseDurationMegaMenu p {
    font-size: 10px;
  }
  .mega-content {
    padding: 0 !important;
  }
  .courseDateAndDurationmegaMenu {
    gap: 5px;
  }
  .courseDateMegaMenu {
  padding: 10px 15px;
  }
  .mclink a {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .navMegaMenuSecHeading span {
    font-size: 18px;
    color: #ff671f;
  }
}
@media (max-width: 392px) {
  .courseDateAndDurationmegaMenu {
    grid-template-columns: repeat(1, 1fr);
  }
}