
/* Reset box-sizing and ensure pseudo-elements are included in the box model */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    font-size: 100%; /* Default 16px */
}
body.masterstudy-theme {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: #f8f9f9;
}
form-control, .select2-search input.select2-input, .select2-search__field, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
    display: block;
    padding: 6px 12px;
    height: 45px;
    line-height: 1.42857143;
    border-radius: 0;
    border: 2px solid #f0f2f5;
    background: #f0f2f5;
    box-shadow: none;
    color: #555;
    border-radius: 8px;
}

.kit-7 {
    color: #696687;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
/* Fluid Typography (clamp) */
h1 {
    font-size: clamp(2rem, 5vw, 3rem);
}
h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}
h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}
p {
    font-size: clamp(1rem, 2vw, 1.125rem);
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
}
a:hover {
    
}

/* Utility Classes */
.text-center {
    text-align: center;
}
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 2.5rem 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background-color 0.3s ease, padding 0.3s ease;
      z-index: 999;
    }

    header.scrolled {
      position: fixed;
      background-color: white;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      
    }
    header.scrolled .desktop-menu a {
  color: #333; /* adjust the color to your needs */
}

    .logo {
      font-size: 1.5rem;
      font-weight: bold;
      color: #333;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 2rem;
    }

    nav a {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #007bff;
    }
    nav.white a {
  color: black;
}
nav.white a:hover {
      color:#FFD700;
    }

    .login-btn {
      padding: 0.5rem 1rem;
      border: 1px solid #007bff;
      background-color: transparent;
      color: #007bff;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 500;
      transition: all 0.3s;
    }

    .login-btn:hover {
      background-color: #007bff;
      color: white;
    }

    /* Hamburger menu for small screens */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger span {
      height: 3px;
      width: 25px;
      background-color: #333;
      border-radius: 3px;
    }

    .mobile-menu {
      display: none;
      flex-direction: column;
      gap: 1rem;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: white;
      padding: 1rem;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      z-index: 998;
    }

    .mobile-menu a {
      color: #333;
    }

    main {
      padding: 100px 20px;
      height: 2000px; /* Just to create scroll */
    }
    #wrapper {
    position: relative;
    width: 100%;
    }
.header_top_bar, .header_top_bar a, .header_2_top_bar .header_2_top_bar__inner ul.header-menu li a {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    z-index: 9999;
    margin-top: -8px;
}
.header_top_bar{
    width: 100%;
}
.container {
    width: auto;
    max-width: 1200px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal.form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .panel-body::after, .modal-header::after, .modal-footer::after {
    clear: both;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal.form-group::before, .form-horizontal.form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
}
.clearfix::before{
  content: "";
  display: table;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pull-right{
    float: right !important;
}
.header_top_bar .top_bar_info {
    list-style: none;
    padding: 0px;
    margin: 11px 0px 12px;
}   
.header_top_bar .top_bar_info li {
    float: right;
    margin-left: 33px;
    margin-bottom: 0px;
    line-height: 14px;
}
.header_top_bar .top_bar_info li .far {
    font-size: 14px;
    margin-right: 5px;
}
.header_top_bar .top_bar_info li .fa, .header_top_bar .top_bar_info li .far {
    font-size: 14px;
    margin-right: 5px;
}
.header_top_bar .header_top_bar_socs {
    line-height: 1;
    margin: 12px 0px 12px 40px;
}
.header_top_bar .header_top_bar_socs ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header_top_bar .header_top_bar_socs ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
}
.header_top_bar .header_login_url {
    line-height: 1;
    margin: 11px 0px 12px 42px;
}
.vertical_divider {
    display: inline-block;
    vertical-align: bottom;
    width: 1px;
    height: 12px;
    background-color: rgb(154, 154, 154);
    margin: 0px 8px;
}
.header_top_bar .header_login_url a {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-decoration: none !important;
}
.slider-section {
  position: relative;
  height: 100vh; /* adjust the height to your needs */
  width: 100%;
}

.slider {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s;
}

.slide.active {
  opacity: 1;
}

.slide-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  display: flex;
    flex-direction: column;
    position: relative;
}
.slide-h2 {
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(234, 184, 48);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
    text-align: center;
    margin: 0px 0px -5px;
    line-height: 1.2em;
}
.slide-text {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px;
    text-align: center;
    margin: 0px;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
    font-family: Montserrat, sans-serif;
    line-height: 1em;
}
.slide-button{
    justify-content: center;
  align-items: center;width:100%;
  transform: translateY(70px);
  transition: opacity 0.5s, transform 0.5s;
}

.slide-button-a {
  background-color: rgba(2, 1, 1, 0);
    padding: 12px 35px;
    margin: 20px 0px 0px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50px;
  cursor: pointer;
  color: white;
  width: 250px;
  justify-content: center;
  align-items: center;
}
.slide.active .slide-h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.slide.active .slide-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.slide.active .slide-button {
  opacity: 1;
  transform: translateY(10px);
  transition-delay: 1.5s;
}
.mid-section{
    margin-top: 0px;
    margin-bottom: 44px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.section-element-0989{
    padding: 10px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 44px;
}
.style_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    overflow-x: auto;
    margin: -10px 0px 7px;
    margin-top: -80px;
}
.stm_lms_courses_category {
    width: calc(20% - 10px);
    min-height: 220px;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    padding: 15px;
    margin: 0px 0px 15px;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}
.stm_lms_courses_category > a {
    text-align: center;
    background: 0px 0px !important;
}
.stm_lms_courses_category > a i {
    display: block;
    margin-bottom: 20px;
    font-size: 64px;
    color: rgb(255, 255, 255);
}
.stm_lms_courses_category > a h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    overflow: hidden;
}    
.stm_lms_courses_category {
  transition: transform 0.2s ease-in-out;
}

.stm_lms_courses_category:hover {
  transform: translateY(-10px);
}
.section-stretched {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.mid-section {
        max-width: 1200px;
        flex-wrap: wrap;
    }
.elementor-container {
    max-width: 1200px;
}
.elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}
.elementor-element-populated {
    padding: 10px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
}
.elementor-element-723 {
    width: 100%;
}
.elementor-widget-container {
    margin: 0 0 50px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.ms_lms_courses_grid {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.ms_lms_courses_grid__title.style_2 {
    flex-wrap: wrap;
    justify-content: space-between;
}
.ms_lms_courses_grid__title {
    display: flex
;
    width: 100%;
    padding: 0 0 15px;
}
.ms_lms_courses_grid__title h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    color: #001931;
    margin: 0 0 10px;
    padding: 0 15px;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}
.ms_lms_courses_grid__sorting.style_1 {
    justify-content: flex-start;
    padding: 0 5px;
}
.ms_lms_courses_grid__sorting.style_1 {
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    align-items: center;
    margin: 0;
}
.ms_lms_courses_grid__sorting, .ms_lms_courses_grid__sorting_wrapper {
    display: flex
;
}
.ms_lms_courses_grid__sorting.style_1 li {
    display: flex
;
    padding: 5px 10px;
    margin: 0 0 10px;
}
.ms_lms_courses_grid__sorting li span.active{
    background-color: #2c7aff;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    display: flex;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 45px;
    transition: .3s;
}
.ms_lms_courses_grid__sorting li span:not(.active) {
    color: #4d5d6f;
    display: flex
;
    padding: 11px 20px;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", Sans-serif;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background: rgba(34, 122, 255, .1);
    border-radius: 45px;
    transition: .3s;
}
.ms_lms_courses_grid__content {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.ms_lms_courses_card_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .3s;
}
.ms_lms_courses_card {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ms_lms_courses_grid__pagination_wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    order: 3;
}
.ms_lms_courses_grid__load-more {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
}
.ms_lms_courses_grid__load-more-button {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    margin: 0;
    transition: .3s;
    border-radius: 45px;
    outline: 0;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.ms_lms_courses_grid__load-more-button{
    background: #227aff;
    color: #fff;
}
.ms_lms_courses_card_item {
    width: 25%;
}
.ms_lms_courses_card_item {
    display: flex
;
    padding: 15px;
    position: relative;
}
.ms_lms_courses_card_item_wrapper {
    border-radius: 10px;
}
.ms_lms_courses_card_item_wrapper {
    display: flex
;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}
.ms_lms_courses_card_item_wrapper {
    position: relative;
}
.ms_lms_courses_card_item_status {
    display: flex
;
    align-items: center;
    position: absolute;
    top: 10px;
    padding: 5px 10px 6px;
    height: 24px;
    z-index: 2;
}
.ms_lms_courses_card_item_status.special.left {
    left: 0;
}
.ms_lms_courses_card_item_status.new, .ms_lms_courses_card_item_status.special {
    background: #61cc2f;
}
.ms_lms_courses_card_item_status span {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}
.ms_lms_courses_card_item_status.special.left.status_style_3:before {
    right: -9px;
    border-left: 10px solid #61cc2f;
}
.ms_lms_courses_card_item_status.status_style_3:before {
    top: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.ms_lms_courses_card_item_status.status_style_2:after, .ms_lms_courses_card_item_status.status_style_2:before, .ms_lms_courses_card_item_status.status_style_3:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: flex
;
}
.ms_lms_courses_card_item_image {
    display: flex
;
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.ms_lms_courses_card_item_info {
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    background: linear-gradient(180deg, rgba(0, 25, 49, 0) 0, rgba(0, 25, 49, .9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 8px;
    transition: .4s;
}
.ms_lms_courses_card_item_info_category a {
    display: flex
;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #b3bac2;
    margin-bottom: 10px;
}
.ms_lms_courses_card_item_info_title {
    display: flex
;
    text-decoration: none;
}
.ms_lms_courses_card_item_info_title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    min-height: 40px;
    letter-spacing: 0;
}
.ms_lms_courses_card_item_info_price {
    display: flex
;
    justify-content: flex-start;
    margin: 7px 0 0;
}
.ms_lms_courses_card_item_info_price_single {
    display: flex
;
    justify-content: flex-start;
}
.ms_lms_courses_card_item_info_price_single span {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    font-family: "Albert Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.ms_lms_courses_card_item_info_wrapper {
    display: flex
;
    width: 100%;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: .4s;
}
.ms_lms_courses_card_item_info_excerpt {
    display: flex
;
    width: 100%;
    margin: 12px 0 0;
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.ms_lms_courses_card_item_info_rating_wrapper {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.ms_lms_courses_card_item_info_meta {
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin: 10px 0 0;
    padding: 0;
}
.ms_lms_courses_card_item_info_rating {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0 0;
    padding: 0;
}

.ms_lms_courses_card_item_info_wishlist {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    margin: 7px 3px 0 0;
}
.ms_lms_courses_card_item_info_rating_quantity {
    display: flex
;
    margin: 0 0 0 5px;
    justify-content: center;
    align-items: center;
}

.ms_lms_courses_card_item_info_rating_stars_filled {
    font-family: stmlms;
    z-index: 2;
    display: flex;
    overflow: hidden;
}
.ms_lms_courses_card_item_info_rating_stars {
  display: flex;
    font-size: 14px;
    width: 70px;
    min-width: 70px;
    margin: 0;
    position: relative;
}
.ms_lms_courses_card_item_info_rating_stars .far.fa-star {
  color: #b3bac2;
}   
.ms_lms_courses_card_item_info_rating_stars_filled .fas.fa-star {
  color: #ffa800;
}
.ms_lms_courses_card_item_info_rating_stars_filled {
  width: 80%; /* 4/5 stars */
}
.ms_lms_courses_card_item_info_rating_quantity span {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-family: "Albert Sans", sans-serif;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #b3bac2;
}
 .stm-lms-wishlist {
    display: flex
;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
a {
    box-shadow: none;
    text-decoration: none;
}
.stm-lms-wishlist i {
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-size: 18px;
    transition: .3s;
    border: none;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    opacity: 1;
}
.stm-lms-wishlist span {
    display: none;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
    color: #fff;
    margin: 2px 0 0 5px;
}
.ms_lms_courses_card_item_meta_block {
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
}
.ms_lms_courses_card_item_info_meta_divider {
    display: flex
;
    height: 100%;
    margin: 0 10px;
    position: relative;
}
.ms_lms_courses_card_item_meta_block {
    display: flex
;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
}
.ms_lms_courses_card_item_meta_block i {
    margin-right: 5px;
}
.ms_lms_courses_card_item_meta_block span {
    white-space: nowrap;
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #fff;
    text-transform: capitalize;
}
.ms_lms_courses_card_item_info_meta_divider::before {
    content: "·";
    display: flex
;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(179, 186, 194);
    font-size: 20px;
    font-weight: 700;
}
[class^=stmlms-], [class*=" stmlms-"] {
    font-family: 'stmlms' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ms_lms_courses_card_item_status.hot {
    background: #ff3945;
}
.ms_lms_courses_card_item_status.hot {
    background: #ff3945;
}
.ms_lms_courses_card_item_status.hot:before {
    border-left-color: #ff3945;
}
.ms_lms_courses_card_item_status.hot.left.status_style_3:before {
    right: -9px;
    border-left: 10px solid #ff3945;
}
.ms_lms_courses_card_item_wrapper:hover .ms_lms_courses_card_item_info_wrapper {
  max-height: 500px;
}
.ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info {
    background: linear-gradient(180deg, rgba(0, 25, 49, 0) 0, rgba(0, 25, 49, .8) 0);
}
.ms_lms_courses_grid__sorting li span:hover{
    background-color: #2c7aff;
    color: #fff;
}
.ms_lms_courses_grid__sorting li span{
    cursor: pointer;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.ms_lms_courses_grid__load-more-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #227aff;
}
.elementor-element-60229e23 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 135px 0 125px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.elementor-background-overlay {
    background-color: rgba(0, 0, 0, .25);
    opacity: .9;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-container-386 {
    max-width: 1200px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
}
.elementor-element-populated {
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-element {
    width: 100%;
}
h2, .h2 {
    line-height: 38px;
    font-weight: 700;
    font-size: 36px;
}
.elementor-element.elementor-element-60244b3 {
    margin-top: -20px;
    margin-bottom: 5px;
}
.elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-element-populated {
    padding: 10px;
}
.elementor-element-6024ec8 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.text-center {
    text-align: center;
}
.stats_counter .h1 {
    color: #eab830;
}
.stats_counter_title {
    text-transform: uppercase;
}
.h1 {
    line-height: 55px;
    letter-spacing: -0.4px;
    font-weight: 700;
    font-size: 50px;
}
h4 {
    font-family: Montserrat;

}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.stm_subscribe_title {
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 400;
}
.stm_mailchimp_unit {
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}
.stm_mailchimp_unit .form-group {
    margin-bottom: 0;
}
.stm_mailchimp_unit .stm_subscribe_email {
    height: 45px;
    padding-right: 155px;
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: none !important;
}
.stm_mailchimp_unit .button {
    height: 45px;
    padding: 0;
    line-height: 45px;
    min-width: 135px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #273044;
    text-align: center;
    outline: 0 !important;
    z-index: 10;
}
.stm_mailchimp_unit .button .h5 {
    color: #fff;
    text-transform: uppercase;
}
.elementor-element-6027499 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
}
.sbc{
    background-color: #2c75e4;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*------footer------*/
.footer {
  background-color: #273044;
  color: white;
  padding: 63px 15px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;

}

.footer-column {
  flex-basis: 25%;
  margin-bottom: 20px;
}
.footer-column>h3{
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 21px;
}
.text-weight{
    font-size: 16px;
    line-height: 22px;
}
.course-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.course-list img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column a {
  color: white;
}

.footer-link{
    cursor: pointer;
    margin-bottom: 10px;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.footer-link:hover{
    color: rgb(234, 184, 48);
}
.register-tabs {
      margin-bottom: 20px;
    }
    .header-register {
      background-color: #fff;
      padding: 10px;
      border-bottom: 1px solid #ccc;
    }
    .logo-register {
      width: 100px;
      height: 50px;
      object-fit: cover;
    }
.log-reg{
    cursor: pointer;
}
.log-reg:hover{
    color: yellow!important;
}
.mg-top-30{
    margin-top: 110px;
}
.tab-btn {
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  color: #4b5563; /* gray-700 */
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  transition: color 0.3s ease;
}

.tab-btn:hover {
  color: #7e22ce; /* purple-700 */
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #7e22ce;
  transition: width 0.3s ease;
}

.tab-btn:hover::after {
  width: 100%;
}

.active-tab {
  color: #7e22ce;
}

.active-tab::after {
  width: 100%;
}
/* Base styles for animation */
.animated-dropdown {
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: top right;
}

/* Hidden state */
.animated-dropdown.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}

/* Visible state (when not hidden) */
.animated-dropdown:not(.hidden) {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.user-icon-btn {
  width: 36px;
  height: 36px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #333;
  transition: background-color 0.3s;
}

.user-icon-btn:hover {
  background-color: #e0e0e0;
}

/* Build a Course Button */
    .build-course-btn {
      background-color: #add8e6; /* Light blue */
      color: #004080; /* Dark blue */
      border: none;
      border-radius: 5px;
      padding: 10px 20px;
      cursor: pointer;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .build-course-btn:focus {
      outline: none;
    }

    /* Modal Styles */
    .modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none; /* Set default as hidden */
  align-items: center;
  justify-content: center;
}

.modal-overlay.show {
  display: flex; /* When active, center the modal */
}

    .modal-content {
  background: #fff;
  padding: 20px;
  width: 500px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

    .modal-header {
  overflow: hidden;
  margin-bottom: 20px;
}

.modal-header h2 {
  float: left;
  margin: 0;
  font-size: 20px;
}

.close-modal {
  float: right;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

    .section {
      margin-bottom: 30px;
    }

    .section h3 {
      margin-bottom: 5px;
    }

    .section hr {
      border: 0;
      border-top: 1px solid #ccc;
      margin-bottom: 15px;
    }

    .content-buttons {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .content-buttons a {
      text-decoration: none;
      color: #007bff;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      width: 100px;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: none;
    }

    .content-buttons a i {
      font-size: 24px;
      margin-bottom: 5px;
    }

    .content-buttons a:hover {
      background-color: #f0f8ff;
    }
.builder-container {
  max-width: 800px;
  margin: 110px auto auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 20px;
  background: white;
}

.builder-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.builder-title {
  color: grey;
  flex: 1;
  font-size: 18px;
}

.builder-input {
  flex: 2;
  padding: 10px;

}

.create-btn {
  background-color: #007BFF;
  color: white;
  padding: 10px 15px;
  border: none;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 8px;
}

.create-btn:hover {
  background-color: #0056b3;
}

.divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.builder-tab-wrap {
  display: flex;
  background: #f0f0f0;
  margin-bottom: 5px;
}

.builder-tab-btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #ccc;
  color: #555;
  border-top-right-radius: 8px;
  border-bottom-rignt-radius: 8px;
}

.builder-tab-btn.active {
  background: white;
  color: #888;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}


/* ======================================
   Responsive Media Queries
   ====================================== */
@media only screen and (max-width: 480px) {
  .footer-column {
    flex-basis: 100%;
  
}
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Add styles for extra small devices */
}
@media (max-width: 600px) {
  .modal-content {
    width: 90%;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Add styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Add styles for tablets */
    nav {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .mobile-menu.show {
        display: flex;
      }
      .container {
        width: 750px;
    }
    .section-element-0989{
        padding: 0 15px;
    }
    .elementor-container {
        padding: 0 15px;
    }
    .element-6022644 {
        width: 100%;
    }
    .elementor-column-gap-default, .elementor-column-gap-default .elementor-row .elementor-column {
        padding: 0 15px;
    }
    .elementor-element-60278d5 {
        width: 100%;
    }
    .elementor-element-6028279 {
        width: 100%;
    }
    .elementor-column-gap-default, .elementor-column-gap-default .elementor-row .elementor-column {
        padding: 0 15px;
    }
    .footer-column {
    flex-basis: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Add styles for desktops */
    .container {
        width: 970px;
    }
    .header_top_bar .top_bar_info {
        margin-top: 10px;
    }
    .header_top_bar .header_top_bar_socs {
        margin-left: 15px;
    }
    .slide-text{line-height: 1em;} 
    
}
@media (max-width: 1024px) {
    .mid-section {
        max-width: 1024px;
        flex-wrap: wrap;
    }
    .elementor-container {
        max-width: 1024px;
    }
    .ms_lms_courses_card_item {
        width: 33.333333%;
    }
    .elementor-container-386 {
    max-width: 1024px;
    padding: 0 15px;
    flex-wrap: wrap;
}
.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }
    .elementor-container {
        max-width: 1024px;
        flex-wrap: wrap;
    }
    .elementor-element-602488d {
        width: 100%;
    }
    .elementor-element-60252de {
        width: 25%;
    }
    .elementor-element-602569f {
        width: 25%;
    }
    .elementor-element-6025a42 {
        width: 25%;
    }
    .elementor-element-6025dde {
        width: 25%;
    }
    .elementor-element-6027499 {
        padding: 30px 20px 35px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Add styles for extra large screens */
}

/* Landscape orientation */
@media (orientation: landscape) {
    /* Optional styles for landscape mode */
}

/* Portrait orientation */
@media (orientation: portrait) {
    /* Optional styles for portrait mode */
}