/**
 * Theme Name:     Vyse Masterstudy Child
 * Author:         Egri
 * Template:       ms-lms-starter-theme
 * Text Domain:	   vyse-masterstudy-child
 * Description:    MasterStudy Strater is a free WordPress theme for MasterStudy LMS, the popular eLearning plugin for WordPress. The fully customizable pre-built home layout with inner pages is ready in one-click demo import so no coding is required. The theme is compatible with Elementor and using Starter theme widgets you can build unique layouts. Different Header &amp; Footer templates and advanced typography settings allow you to create a dream WordPress site for your education company in a short period of time.
 */
body {
	font-family: Lato, "sans-serif";
}

body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu>.menu-item .hfe-has-submenu-container a, body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu>.menu-item a {
        border-top: none;
    }

.hfe-nav-menu li#menu-item-64115:last-child {	
	color: white;
	background-color: #0079eb;
	margin-left: 50px;
}

.hfe-nav-menu li#menu-item-64115:last-child a {
    color: white;
}
.masterstudy-course-player-header__course
{margin-left: 10px;}

.masterstudy-course-player-header__navigation {
    justify-content: right;
}

.back-to-course-overview
{	
    color: #001931;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid lightgray;
    padding: 8px;
	}

#masterstudy_buy_button{
	border-radius: 10px;
    color: white;
    background-color: #0079eb;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
}
.ui-dialog-content{
	overflow: hidden!important;
}
.pricetext h3 {
	color: white;
}
.b24-form-sign-info{
	display: none !important;
}
#buybutton {
	text-align: center;
	margin-top: 20px;
}
#bookbutton{ border-radius: 0px;}
.pricetext{
  text-align: center;
}
    .cem-carosell {
        display: flex;
        flex-wrap: nowrap;
    }

    #payside{
      width: 60%;
        margin: auto;
    }
    #payside #slider { background-color: #0079eb !important; }
    #payside #slider .ui-slider-handle { background-color: #0079eb; 
	width: 3em;
		height: 1.6em;
		top: 50%;
		margin-top: -.8em;
		text-align: center;
		line-height: 1.6em;
		color: white;}
    
#payside label{
	position: relative;
    top: 50px;
    left: -10px;
    font-size: 15px;
}

.mainpaybox{
	margin-top: 80px;
    border: 1px solid #0079eb;
    display: flex;
	position: relative;
    left: -5px;
    margin-right: -5px;
    padding: 30px;
}

.mainpaybox .sub1 {
  display: flex;
  flex-direction: row;
}

.mainpaybox .sub2 {
  width: 40%;
  background-color: #0079eb;
  padding: 20px;
  color: white;
}

.mainpaybox .collumn {
  width: 60%;
	hyphens: auto;
}
.collumn h3{
	text-transform: uppercase;
}
.mainpaybox .sub1 .spal1{
  display: flex;
  flex-direction: column;
	margin-right: 10px;
	hyphens: auto;
	
}

.mainpaybox .sub1 .spal1 h3 {
  margin-bottom: 10px; /* Abstand unter der Überschrift */
}

.payhead{
	text-align: center;
}

.payhead h2{
	text-transform: uppercase;
}

.price{
	text-align: center;
}
 .cem-carosell  .box {
        flex: 0 0 33.33%;
        padding: 10px;
    }

    .demohead {
      background-image: url("/wp-content/uploads/stock-photo-conception-of-success-group-of-business-people-that-working-on-the-project-in-the-office-2164403599.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 300px;
      position: relative;
      top: -30px;
    }

    .pages-template .page-content .entry-content .demohead h2 {
      text-transform: uppercase;
    position: relative;
    left: 414px;
    top: 150px;
    }
.demotext_wrapper {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 50px;
}      

.b24-form {
  margin-bottom: 30px;
}
.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}

.b24-form-btn {
  background-color: #0079eb !important;
}

.b24-form .b24-form-wrapper .b24-form-header .b24-form-header-title {
  text-transform: uppercase;
    color: #0079eb !important;
    margin-top: 50px;
}

.solution_box {
display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.solution_box2 {
  display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .solution_box2 .container {
    flex: 1 0 33.33%;
    padding: 10px;
    box-sizing: border-box;
	display: flex;
  flex-direction: row;
}

  .solution_box2 .fbox{
    padding: 20px;
    flex: 1 0 33.33%;
    margin-right: 20px;
    hyphens: auto;
    text-align: center;
    }

    .fbox .icon {
      width: 80px;
      height: auto;
    }
  
  .cem-carosell .box:nth-child(n+2):nth-child(-n+6) {
    border: 2px solid #0079eb;
    margin-left: 10px;
    border-radius: 15px;
	  -webkit-box-shadow: 5px 3px 15px 5px rgba(0,0,0,0.16); 
box-shadow: 5px 3px 15px 5px rgba(0,0,0,0.16);
	  aspect-ratio: 1/1;
	  text-align: center;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cem-carosell{
	padding-bottom: 40px;
	padding-top: 40px;
	}

.cem_buttons {
        display: flex;
        justify-content: center;
	    position: relative;
    	top:-40px;
    }
.cem_buttons .prev-button,.next-button
{
	    width: 30px;
    height: auto;
}

.cem_buttons .next-button
{
margin-left: 10px;
}


.solution_box .container {
    flex: 1 0 33.33%;
    padding: 10px;
    box-sizing: border-box;
	display: flex;
  flex-direction: row;
}

.solution_box .box {
background-color: #ffffff;
  padding: 20px;
  flex: 1 0 20%;
  margin-right: 20px;
	-webkit-box-shadow: 5px 3px 15px 5px rgba(0,0,0,0.16); 
box-shadow: 5px 3px 15px 5px rgba(0,0,0,0.16);
	border-radius: 15px;
  hyphens: auto;
}

.solution_box .box h3 {
    margin-top: 0;
	font-size: 20px;
}

.solution_box .box p {
    margin-bottom: 0;
}

.solution_box .box:hover{
	color: #ffffff;
	background-color: #0079eb;	
}
.solution_box .box:hover h3 {
    color: #ffffff;
}	
.vyse_layout_block{
    display: flex; /* Aktiviert Flexbox */
    justify-content: center; /* Zentriert horizontal */
    align-items: center; /* Zentriert vertikal */
    height: 100%; /* Setzt die Höhe der Eltern-Div, um vertikales Zentrieren zu ermöglichen */
}

h2{	line-height: 30px !important;}
.elementor-48170 .elementor-element.elementor-element-5a50d2c > .elementor-widget-container {
  margin: 0px 40px 0px 40px;
}
.vyse_block h2{
	text-transform: uppercase;
}
.vyse_block .vyse_blue{
	color: #0079eb !important;
}
.vyse_blue{
	color: #0079eb !important;
}
.vyse_block {
	hyphens: auto;
}
 .testimonials-container {
  display: flex;
  flex-direction: row;
  margin: 10px;
  width: 100%; /* Setzt die Breite auf 100% des Elternelements */
  max-width: 100%;
  margin-left: auto; /* Zentriert den Container horizontal */
  margin-right: auto;
  flex-wrap: wrap; /* Ermöglicht das Umbrechen der Elemente */
}

.testimonial .testi_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  border: 3px solid #eee;
  transition: transform 0.3s ease;
}

.testimonial img:hover {
  transform: scale(1.1);
}

.testimonial .stars {
  margin: 10px auto; /* Beibehalten des oberen und unteren Abstands, Zentrierung */
  max-width: 200px; /* Setzt die maximale Breite */
  display: flex; /* Ermöglicht die Verwendung von Flexbox */
  justify-content: center; /* Zentriert den Inhalt horizontal */
  align-items: center; /* Zentriert den Inhalt vertikal (falls nötig) */
  border-radius: 0px;
}

.testimonial p {
  color: #333;
}

.testimonial h3 {
  color: #007bff;
  text-align: center;
}

/* Standard-Layout: 4 Elemente pro Zeile */
.testimonials-container {
  display: flex;
  flex-wrap: wrap; /* Ermöglicht das Umbrechen der Elemente */
  justify-content: space-between; /* Verteilt den verfügbaren Platz zwischen den Elementen */
}

.testimonial {
      flex: 1 1 24%;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background: #EEF1F7;
    padding: 10px;
}


/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/lato-v24-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('fonts/lato-v24-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v24-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/lato-v24-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/path/to/fontawesome-webfont.woff2') format('woff2');
    font-weight: 900;
}

.solution-center{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}

.vyse_layout_block_center{
	margin-bottom: 40px;
}
.vyse_block_center{
	text-align: center;
}
.challange_block ol{
	list-style: none !important;
	counter-reset: cem-counter;
}
.challange_block h2{
margin: 0px;
}
.challange_block ol li {
  counter-increment: cem-counter;
	margin-left: 15px;
	margin-top: -20px;
}
.challange_block ol li::before {
content: counter(cem-counter);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: black 1px solid;
  width: 29px;
  height: 30px;
  position: relative;
  left: -40px;
  top: 35px;
  padding: 5px;
  text-align: center;
  margin-right: 20px;
}

.vyse_layout_block_center .vyse_block_center p{
	text-align: left;
	padding-bottom: 10px; 
	line-height: 1.5em !important;
}
.vyse_layout_block_center .vyse_block_center .why_img{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
}
.challange_list li h3 {
	font-size: 20px !important; 
	margin: 0px;
	line-height: 22px;
	margin-bottom: 3px;
}
.feature-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #EEF1f7;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.feature-box .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
   	background-color: #0079eb;
    margin-right: 10px;
    margin-left: 10px;
	padding: 10px;
	width: 100px;
  	border-radius: 5px;
	min-width: 50px;
}

.feature-img {
  	max-width: 100%; 
  	max-height: 100%; 
  	height: auto; 
}

.feature-content h3 {
    margin: 0;
    padding: 0;
 	hyphens: auto;
}

.feature-content p {
    margin: 0;
    padding: 0;
}
/* Enetry Box */
#enterytext .entery_box{
            border: 1px solid black;
            padding: 10px;
            display:flex;
        }
#enterytext  .header {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }
.entery_box_inner .column {
            display: inline-block;
            width: 49%;
            vertical-align: top;
        }
#enterytext .wrapper{
            width: 50%; 
            margin: 0 auto;
        }
        .entery_box_inner {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
#enterytext .column {
        width: 50%; 
        padding-left: 10px; 
        padding-right: 10px; 
      }
#enterytext .entery_box_inner .column:first-child {
 padding-right: 8px;   
}
#enterytext .entery_box_inner .column:nth-child(2) {
  padding-left: 8px;  
}
.cources_box{
background: white;
}
.cources_box .elementor-image-box-content{
    padding: 10px;
}
.vyse_feauture {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	hyphens: auto;
}
.vyse_feauture .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

.vyse_feauture .container .box{
	  flex: 0 0 30%;
        padding: 20px;
        text-align: center;
}

.vyse_feauture .container .box img{
width: 50px;
height: auto;
}

.vyse_feauture .container .box h2{
hyphens: auto;
}

.container .posts-template.post-layout-list .post .post-info {display:none;}
.single-post .single-post-author-bio  {display:none;}
.comment-respond {display:none;}
.single-post .single-post-content {border-bottom: 3px solid black;}
.single-post .post-info  {display: none !important;}
.posts-template.post-layout-list .post {
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: black 1px solid;
    margin-top: 10px;
    padding-top: 10px;
}

#mobile_home_block{ display: none}
h2{	line-height: 30px !important;}
slogan_list{
	line-height: 20px;
  margin-top: -20px;
}

.slogan_list ul {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.slogan_list {
	
}

.masterstudy-discussions.masterstudy-discussions_not-items .masterstudy-discussions__header-wrapper {
    justify-content: space-around!important;
}

.btn__custom__info {
  background-color: #0075a6;
  padding: 8px 15px;
  color: #ffffff;
  border-radius: 6px;
  font-size: 12px;
}

.btn__custom__info:hover {
  color: #e6e3e3;
}

.elementor-image-box-title{
	hyphens: auto;
}

@media (min-width: 1300px) {
	.elementor-heading-title {
	font-size: 70px  !important;
  	line-height: 70px !important;
	}
}

@media (max-width: 1024px) {
  	.elementor-48170 .elementor-element.elementor-element-4036a07e img {
    height: 30vh;
    object-fit: cover;
    object-position: center -150px;
	}
	body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 0 0 20px;
    }	
}

@media (max-width: 1000px) {
	
		.elementor-element  .picture_text1, .elementor-element  .picture_text2  {
	 width: 800px !important;
  	 left: 0px !important;
	 background-color: #0079eb;
  	 color: white !important;
     padding: 20px;
	}
		.elementor-heading-title {
	font-size: 50px  !important;
  	line-height: 50px !important;
	}
  .testimonial {
    flex: 1 1 48%; 
  }
	.elementor-48170 .elementor-element.elementor-element-25f58fa:not(.elementor-motion-effects-element-type-background), .elementor-48170 .elementor-element.elementor-element-25f58fa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: right center;
	}
	.elementor-element  .picture_text1, .elementor-element  .picture_text2  {
	 width: 480px !important;
	}
	#headerblock{
		margin-top: 0px;
	}
		.elementor-heading-title {
	font-size: 50px  !important;
  	line-height: 50px !important;
	}
	
	#garlay .elementor-widget-container{
		margin: 0px;
	}
	.solution_box .container .box:nth-of-type(3) {
    margin-right: 0px;
	}
}

@media (max-width: 800px) {
	.elementor-48170 .elementor-element.elementor-element-25f58fa:not(.elementor-motion-effects-element-type-background), .elementor-48170 .elementor-element.elementor-element-25f58fa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.elementor-48170 .elementor-element.elementor-element-25f58fa > .elementor-container {
	  min-height: 320px;
	}
	
	.picture_text2{
		display: none;
	}
	.elementor-heading-title {
	font-size: 30px !important;
  	line-height: 30px!important;
	}
	
	.picture_text1 {
		display: none;
	}
	
	#gray_block .entery_box_inner {
	  justify-content: normal;
	  flex-direction: column;
	}
	#gray_block .entery_box_inner .column{
	width: 100%;
	}
	.solution_box .container {
    flex-direction: column;
	margin-right: 0px;
	padding: 0px;
	}
	.solution_box .box {
	margin-bottom: 15px;
	}
	
	.solution_box .container .box{
    margin-right: 0px;
	}
	
	/*.cem-carosell{
	flex-direction: column;
	padding-bottom: 0px;
	padding-top: 0px;
	}
	
	.cem-carosell .box:nth-child(n+2):nth-child(-n+6) {
	aspect-ratio: auto;	
	margin-bottom: 15px;
	}
	
	.cem_buttons{
		display: none;
	}*/
}

@media (max-width: 600px) {
  .testimonial {
    flex: 1 1 100%; 
  }
	.mainpaybox {flex-direction: column;}
	.mainpaybox .collumn {
		width: 100% !important;
		margin-bottom: 10px;
	}
	.mainpaybox .sub2 {
		width: 100% !important; 
	}	
	#payside {
    width: 100%;
	}
	.cem-carosell .box {
    flex: 0 0 100%;
    padding: 10px;
	}
	
	.cem-carosell .box {
	aspect-ratio: auto;	
	flex: 0 0 100%;
	margin-bottom: 15px;
	}
	.cem-carosell .box:nth-child(n+2):nth-child(-n+6) {
	aspect-ratio: auto;	
	margin-bottom: 15px;
	}
}

@media (max-width: 500px) {
	
	.solution_box2 .container {
	flex-direction: column;
	}
	

	  .elementor-48170 .elementor-element.elementor-element-25f58fa:not(.elementor-motion-effects-element-type-background), .elementor-48170 .elementor-element.elementor-element-25f58fa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
   	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
	#mobile_home_block{ 
	display: flex;
	padding: 0px;
	}
	
	#mobile_home_block ul{
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: -25px;
	}
	
	#mobile_home_block li{
	width: 100%;
	background-color: #0079eb;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: -40Px;
	margin-right: -40px;
	padding: 10px 40px;
	line-height: 20px;
	}
	
	/* Element Styles */
.elementor-48170 .elementor-element.elementor-element-16670a1 > .elementor-element-populated {
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 5px 5px 0px 5px;
}

.elementor-48170 .elementor-element.elementor-element-b4500a2 > .elementor-element-populated {
    margin: 5px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 0;
}

.elementor-48170 .elementor-element.elementor-element-392f0849 {
    padding: 15px 0px 0px 0px;
}

/* Image Box Styles */
.elementor-image-box-img {
    height: 300px;
}

.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-image-box-content {
    flex-direction: column;
}

/* Form Styles */
.b24-window-mounts,
.b24-form {
    margin: 0 !important;
}
.vyse-fixed-contact-btn{
    display:none !important;
}
.masterstudy-single-course-dynamic__info {
    display: none;
}


.elementor-56261 .elementor-element.elementor-element-afe7caa > .elementor-container {
    min-height: 525px;
    margin-bottom: -80px;
}

.elementor-48170 .elementor-heading-title {
    line-height: 1 !important;
}

.elementor-48170 .elementor-element.elementor-element-95b67ae {
    width: var(--container-widget-width, 80%);
    max-width: 80%;
    text-align: left;
    margin: 0;
    min-width: 600px;
}



/* Slogan List Styles */
.slogan_list {
    text-align: center;
}

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

.slogan_list ul li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #0079eb;
    color: #ffffff;
    border-radius: 5px;
}


@media (max-width: 1024px) {
    .elementor-48170 .elementor-element.elementor-element-95b67ae {
        width: 90% !important;
        max-width: 90% !important;
    }   
    
    .elementor-48170 .elementor-element.elementor-element-95b67ae span {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .navigation .navigation-menu.active .menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        background-color: rgba(255,255,255,0.95);
        top: 0;
        left: 0;
    }
    
    .elementor-48170 .elementor-element.elementor-element-95b67ae {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        min-width: 500px !important;
    }
    
    .elementor-48170 .elementor-element.elementor-element-fb8ddcb .elementor-heading-title {
        font-size: 45px !important;
        white-space: nowrap;
    }
    
    .elementor-48170 .elementor-element.elementor-element-95b67ae > .elementor-widget-container {
        margin: 0 !important;
        padding: 10px !important;
    }
}
 

@media (max-width: 500px) {
    .elementor-48170 .elementor-element-3fbefab .elementor-heading-title,
    .elementor-48170 .elementor-element-3fbefab .elementor-element-95b67ae {
        visibility: hidden;
    }
    
    .elementor-48170 .elementor-element.elementor-element-95b67ae span {
        font-size: 16px !important;
    }
}

@media (max-width: 400px) {
    .feature-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
	.menu-is-active .hfe-nav-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    align-items: center;
    margin-top: 60px; 
}

.menu-is-active .hfe-menu-item {
    display: block !important;
    padding: 10px !important;
    font-size: 24px !important;
    color: #333 !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
  
    #menu-item-57002 .hfe-has-submenu-container {
        background-color: #FFFFFF !important;
			border:0px;
    }

    #menu-item-57002 .sub-menu {
        background-color: #FFFFFF !important;
			
    }

    #menu-item-57002 .sub-menu li.menu-item {
        background-color: #FFFFFF !important; 
						
    }
    
  
    #menu-item-57002 .sub-menu li.menu-item a {
        background-color: transparent !important;
        display: block;   
        text-align: center; 
						border:0px;
		
    }


    .hfe-menu-toggle.sub-arrow {
        position: relative;
       right:8px; 
    }
	 body .hfe-layout-horizontal.hfe-nav-menu nav.hfe-nav-menu__layout-horizontal .hfe-nav-menu > .menu-item.ms_lms_active_sub_menu.menu-item-has-children {
        background: transparent !important; 
        border: none !important; 
    }
}



.masterstudy-single-course-dynamic__info,
.masterstudy-single-course-complete-block,
.masterstudy-single-course-dynamic__cta,
.masterstudy-single-course-expired,
.masterstudy-single-course-dynamic__buttons
{
    display: none !important;
}



 /*
body.page-template-default header .hfe-nav-menu,
body.page-template-default header .stm_lms_account_dropdown,
body.page-template-default header .stm_lms_settings_button,
body.page-template-default header .elementor-column.elementor-col-50,
body.page-template-default header .elementor-column.elementor-col-25:last-child {
    display: none !important;
}

body.page-template-default header .elementor-column.elementor-col-25:first-child {
    width: 100% !important;
    padding: 20px 0;
}

body.page-template-default header .elementor-widget-site-logo {
    margin: 0 auto !important;
    display: flex !important;
    width: 100% !important;
    margin-left: 100px !important;
    justify-content: flex-start !important; 
    width: 100% !important;
}

body.page-template-default header .hfe-site-logo-img {
    width: 100px !important;
    height: auto !important;
}

body.page-template-default header .elementor-container.elementor-column-gap-custom {
    padding: 0 !important;
    margin: 0 !important;
}

body.page-template-default header .elementor-section.elementor-top-section {
    background-color: white !important;
}

body.page-template-default header .elementor-section.elementor-top-section#header {
    position: fixed !important;
    margin-top: 0;
    z-index: 1000 !important;
    background-color: white !important;
    width: 100% !important;
}

.elementor-widget-stm_contact_form_7.contact-button-wrapper {
    display: none !important;
}


.vyse-fixed-contact-btn {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


.contact-button-wrapper:not(.vyse-fixed-contact-btn) {
    display: none !important;
}


.elementor-widget-stm_contact_form_7:not(.contact-button-wrapper) {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1140px !important;
}

.elementor-widget-stm_contact_form_7:not(.contact-button-wrapper) .wpcf7 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.elementor-widget-stm_contact_form_7:not(.contact-button-wrapper) .wpcf7 form {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.elementor-widget-stm_contact_form_7:not(.contact-button-wrapper) .wpcf7 input[type="submit"] {
    margin: 0 auto !important;
    display: block !important;
}

@media screen and (max-width: 768px) {
    .vyse-fixed-contact-btn {
        top: auto !important;
        bottom: 20px !important;
        right: 50% !important;
        transform: translateX(50%) !important;
    }
}*/

.ui-button.ui-corner-all.ui-widget {
    background: #FFFFFF !important;
    color: #0079EB !important;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    min-height: auto !important;
    line-height: 1.5 !important;
    width: auto !important;
    height: auto !important;
}

.ui-button.ui-corner-all.ui-widget:hover {
    background: #0079EB !important;
    border: none !important;
    outline: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.masterstudy-buy-button.masterstudy-buy-button-centred {
    display: none !important;
}


#booking-form .b24-form {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    background: #FFFFFF !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}


#booking-form .b24-form-btn.b24-form-btn-white.b24-form-btn-border {
    width: 100% !important;
    height: 48px !important;
    background: #FFFFFF !important;
    color: #0f58d0 !important;
    border: 2px solid #0f58d0 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#booking-form button[type="submit"].b24-form-btn {
    width: 100% !important;
    height: 48px !important;
    background: #0f58d0 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}


@media screen and (max-width: 767px) {
    #booking-form .b24-form {
        width: 90% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-height: 90vh !important;
        overflow-y: auto !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    #booking-form .b24-form {
        width: 80% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-height: 85vh !important;
        overflow-y: auto !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #booking-form .b24-form {
        width: 450px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}


@media screen and (min-width: 1280px) {
    #booking-form .b24-form {
        width: 450px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}


.b24-form-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    display: none;
}


#booking-form .b24-form-content {
    padding: 24px !important;
}

#booking-form .b24-form-wrapper {
    background: #FFFFFF !important;
    border-radius: 8px !important;
}

#booking-form .b24-form-control {
    border: 1px solid #E5E7EB !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
}

#booking-form .b24-form-control:focus {
    border-color: #0f58d0 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(15, 88, 208, 0.2) !important;
}
}