/* itv-menu-container */
.itv-menu-container {
  background-color: #fff;
  display: flex;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  width: 24vw;
  height: 90vh;
  /* max-width: 1000px; */
  /* min-height: 400px;
  margin-top: 2rem; */
}

/* itv-menu-sidebar */
.itv-menu-sidebar {
  width: 40%;
  padding: 1rem 0 0 1rem;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1);
}

.itv-menu-tab {
  padding: 1.6rem;  
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #686868; 
  cursor: pointer;
}

.itv-menu-tab.itv-menu-active {
  color: #0E0E0E;
}

/* itv-menu-content Section */
.itv-menu-content {
  width: 100%;
  padding: 15px;
  position: relative;
  height: 90vh;
  overflow-x: scroll;
}
.itv-course-info{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 14.4px;
  text-align: left;
  color: #0E0E0E;
  padding-bottom: 1rem;
}
.itv-menu-course-group {
  display: none;
  /* Hide itv-menu-content by default */
}
.itv-menu-badge{
  border: 0.5px solid #FF0000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  padding: .2rem 1rem;
  color: #FF0000;
  border-radius: 4px;
  margin-left: 1rem;
  animation: hideShow 2s infinite;
}
@keyframes hideShow {
  0%, 50% {
    opacity: 1; /* Fully visible for the first half */
  }
  50.01%, 100% {
    opacity: 0; /* Hidden for the second half */
  }
}

.common-side-txt{
  font-family: inherit;
  font-size: 1.6rem;
  line-height: inherit;
  padding: .5rem 1rem;
  display: block;
  color: #252a32;
  transition: color .35s ease-out;
  display: flex;
  justify-content: space-between;
}

.itv-menu-course-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.side-txt-heading{

}
.itv-menu-course-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.itv-menu-course-title {
  font-size: 1rem;
  color: #000;
  margin-bottom: 5px;
}

.itv-menu-course-duration {
  font-size: 0.9rem;
  color: #777;
}

.talk-expert-menu {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 1rem;
  margin-bottom: 4rem;
}

.talk-expert-menu>span {
  color: #333;
  font-size: 14px;
  padding-bottom: 1rem;
}

.talk-button {
  background: #b9d719 !important;
  align-items: center;
  display: flex;
  width: auto;
  border: 1px solid #b9d719;
  justify-content: center;
  color: #22577a;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  background: transparent;
  transition: all 0.35s;
  z-index: 11;
  padding: 8px;
}

.talk-button:hover {
  color: #22577a;
}

.main-menu-div {
  width: 100%;
  background: white;
  height: 78vh;
  position: absolute;
  padding: 1rem;
  margin-top: 20px;
  -webkit-box-shadow: -1px -2px 64px -13px rgb(0 0 0 / 75%);
  -moz-box-shadow: -1px -2px 64px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -2px 64px -13px rgb(0 0 0 / 75%);
  border-radius: 4px;
  display: block;
}

.dropdowns {
  background: #ffffff;
  position: absolute;
  color: #fff;
  z-index: 999;
  padding: 2rem;
  width: 38%;
  margin-top: 0rem;
  height: 73vh;
  border-right: 1px solid #EAEAEA
}

.mobile-course {
  color: #333;
  text-decoration: none !important;
}

.itv-menu-active {
  background-color: #F5F6FA;
  border-radius: 1rem 0 0 1rem;
}


.dropdown-left ul li .main-menu-div .dropdowns {
  display: block;
  /* Display the dropdown */
}

.dropdown-left ul li .dropdowns li {
  display: block;
  /* Display the dropdown */
  float: unset;
  padding: 1.6rem 0;
}

.main-menu-div .dropdowns ul li {
  float: left;
}

.main-menu-div .dropdowns li a {
  font-size: 16px;
  color: #686868;
  text-decoration: none;
  font-weight: 500;
}

.main-menu-div .dropdowns li:hover {
  background-color: #f3f6f8;
  display: block;
}

.ai-duration img {
  vertical-align: middle;
  padding-right: 7px;
}

.main-menu-div .dropdowns li a img {
  /* filter: invert(79%) sepia(0%) saturate(2265%) hue-rotate(343deg)
    brightness(83%) contrast(88%); */
  vertical-align: middle;
  padding-right: 7px;
}

.ai-duration p>img {
  filter: none !important;
}

.dropdowns2 {
  background: #fff;
  position: absolute;
  color: #333;
  z-index: 999;
  padding: 2rem;
  width: 350px;
  left: 27rem;
  top: 0rem;
  overflow-y: scroll;
  scrollbar-color: #000 #dadddf;
  scrollbar-width: thin;
  height: 73vh;
}

.main-menu-div>.dropdowns li:hover .dropdowns2 {
  display: block;
  /* Display the dropdown */
}

.dropdowns3 {
  background: #fff;
  position: absolute;
  color: #333;
  z-index: 999;
  padding: 2rem;
  width: 350px;
  left: 27rem;
  top: 0rem;
  overflow-y: scroll;
  scrollbar-color: #000 #dadddf;
  scrollbar-width: thin;
  height: 73vh;
  display: none;
}

.course-card {
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.itv-menu-heading{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  color: #686868;
}
.itv-masterclass{
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}

.course-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.course-tag {
  display: inline-block;
  color: #44444480;
  padding: 3px 8px;
  border-radius: 4px;
  border: 0.5px solid #B9D71980;
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  width: auto;
  margin-bottom: 1rem;
}

.course-title {
  color: #0E0E0E;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 16.8px;
  margin-bottom: 1rem;
}

.course-duration {
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #686868;
  display: flex;
  align-items: center;
}
.course-duration img{
  padding-right: 0.5rem;
}


.course-arrow {
  margin-left: auto;
  color: #bbb;
}

.course-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdowns li:hover .dropdowns3 {
  display: block;
  /* Display the dropdown */
}

.dropdowns4 {
  background: #f3f6f8;
  position: absolute;
  color: #333;
  z-index: 999;
  padding: 2rem;
  width: 470px;
  left: 32rem;
  top: 0rem;
  overflow-y: scroll;
  height: 73vh;
  scrollbar-color: #000 #dadddf;
  scrollbar-width: thin;
  display: none;
}

.dropdowns li:hover .dropdowns4 {
  display: block;
  /* Display the dropdown */
}

.course-data {
  background: #fff;
  padding: 1px 20px;
  border-radius: 6px;
  margin-bottom: 2rem;
  cursor: pointer;
  border: 1px solid #ddd;
  box-shadow: -4px 4px 8px 0px #0000000D;
}

.ai-aws {
  display: flex;
  justify-content: start;
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 0;
  align-items: center;
}

.course-icon {
  background: #22577a;
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 1rem;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.blue-bg {
  background: #e7dcff;
}

.green-bg {
  background-color: #dcf1e7;
}

.ai-aws h1 {
  font-size: 16px;
  font-weight: 600;
}

.ai-duration {
  display: flex;
  padding: 7px 0;
}

.ai-duration p:first-child {
  font-size: 14px;
  color: #000;
  color: #686868;
  padding: 0 0px;
  padding-right: 12px;
}

.ai-duration p:last-child {
  font-size: 14px;
  color: #686868;
  border-left: 1px solid #ddd;
  padding-left: 12px;
}

.ai-duration span {
  color: #000;
}

.ai-duration p {
  font-size: 14px;
  color: #686868;
  padding-right: 4px;
}

.style-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #dadddf;
}

.style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #dadddf;
}

.style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

/* Courser Menu for mobile start here */
.rxjs.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 83%;
  margin-bottom: 4rem;
  overflow-y: initial;
}

.rxjs.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.rxjs.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

.rxjs.modal.modal-bottom.fade .modal-dialog {
  bottom: -100%;
}

.responsive__tabs ul.scroll-tabs {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}

.responsive__tabs ul.scroll-tabs li {
  list-style-type: none;
}

.responsive__tabs ul.scroll-tabs li a {
  border: 1px solid #ddd;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
}

.responsive__tabs ul.scroll-tabs li a.active {
  font-weight: 600;
  border-bottom: 1px solid #0E0E0ECC;
}

.responsive__tabs ul.scroll-tabs li a img {
  filter: invert(79%) sepia(0%) saturate(2265%) hue-rotate(343deg) brightness(83%) contrast(88%);
  vertical-align: middle;
  padding-right: 7px;
}

ul.scroll-tabs li a.active>img {
  filter: invert(48%) sepia(97%) saturate(4290%) hue-rotate(2deg) brightness(103%) contrast(106%);
}

.mobile-slide {
  border-radius: 10px;
  padding: 15px;
  margin-top: 12px;
}

.mobile-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
}

.mobile-aws {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.mobile-aws h3 {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.mobile-aws-text {
  display: flex;
}

.mobile-aws-text p {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 12px 0;
}

.mobile-aws-text p img {
  padding: 0 6px;
}

.mobile-aws-text p:last-child {
  margin-left: 14px;
  border-left: 1px solid #ddd;
  padding-left: 12px;
}

.mobile-body {
  height: 72vh;
  overflow-y: auto;
}

.rxjs .modal-content {
  border-radius: 2rem 2rem 0rem 0rem;
  width: 100%;
}

.rxjs .modal-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}



.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 1rem;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}

.navbars {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
}

.navbars .menu-wrapper::before {
  content: "";
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}

.navbars .menu-wrapper.offcanvas .menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
  transition-delay: 0.2s;
}

.navbars .menu-wrapper.offcanvas::before {
  background: rgba(37, 42, 50, 0.6);
  z-index: 1;
}

.navbars .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 40rem;
  width: 100%;
  padding: 2rem;
  z-index: 999;
  overflow-y: auto;
  color: #252a32;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.navbars .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.navbars .menu-link:hover {
  color: #d32f2f;
}

.navbars .menu-item {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}

#query2 {
  border-bottom: 1px solid #ddd !important;
}

.navbars .menu-item a {
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  font-size: 2.2rem;
  color: #303030;
  font-weight: 400;
  line-height: 32px;
}

.navbars .menu-item a:hover {
  color: #d32f2f;
}

.navbars .menu-item.has-collapsible {
  position: relative;
}

.navbars .menu-item.has-collapsible .menu-child {
  display: none;
}

.navbars .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: inherit;
  font-size: 1.8rem;
  line-height: inherit;
  padding: 1.5rem 0;
  display: block;
  color: #444;
  font-weight: 400;
  padding-left: 2.5rem;
  text-transform: capitalize;
  transition: color 0.35s ease-out;
}

.navbars .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}

/* .navbars .menu-item.has-collapsible span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: inherit;
  position: absolute;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
} */
.rotating-menu-arrow {
  display: flex;
  justify-content: space-between;
  padding: 0 4vw;
  align-items: center;
}

.navbars .menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}

.navbars .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}

.navbars.menu-item.active.menu-child.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}

.navbars .menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}

.menu-child .menu-item .has-collapsible {
  transform: rotate(90deg);
}

.rotating-arrow-animation {
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.common-masterclass{
  font-size: 1.8rem;
  font-weight: 500;
  align-items: center;
}

/* .navbars .menu-item.has-collapsible.active {
  background-color: #F3F6F8;
} */
.request-btn{
  position: fixed;
  width: 100%;
  z-index: 1111;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background: linear-gradient(90deg, #B9D718 91.54%, #22577A 184.11%);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 24px;
  border: 0;
  color: #0E0E0E;
  display: flex;
  justify-content: center;
}
.closing-align {
  font-size: 1.4rem;
  padding-left: 0.7rem;
}

.border-cut {
  border-bottom: none !important;
}

.footer-emoji-icon {
  background: #22577a;
  padding: 2px 5px;
  border-radius: 50px;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media(min-width:481px) and (max-width:2000px) {
  .mobile-hide-menu {
    display: none;
  }

  .rotating-menu-arrow {
    padding: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1365.9px) {
  .talk-expert-menu {
    height: 100%;
  }
}

@media (min-width: 320px) and (max-width: 479.9px) {
  .navbars .menu-item a {
    font-size: 1.2rem;
  }

  .navbars .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-size: 1.2rem;
  }

  .navbars .menu {
    max-width: 100%;
    padding-bottom: 10rem;
  }

  .responsive__tabs ul.scroll-tabs li a {
    border: 0;
    background: none;
    margin: 0 8px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
  }

  .mobile-aws-text p {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 12px;
  }

  .mobile-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px 12px;
    margin-bottom: 12px;
  }

}

@media (min-width: 360px) and (max-width: 479.9px) {
  .talk-expert-menu {
    height: 20%;
    padding: 0 7rem;
    text-align: center;
  }

  .talk-button {
    font-size: 12px;
    width: 80%;
  }
}

@media (min-width: 320px) and (max-width: 379.9px) {
  .talk-expert-menu {
    height: 20%;
    padding: 0px 3rem;
    text-align: center;
  }

  .talk-button {
    font-size: 12px;
    width: 80%;
  }
}