/*
Theme Name: Flatsome Child Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.6
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--color-primary: 249, 163, 66;
	--color-secondary: 238, 74, 98 ;
	--color-tertiary: 249, 37, 150;
	--color-alert: 236, 69, 60;
	--color-sucess: 14, 205, 115;
	--color-process: 57, 192, 250;
	--color-warning: 248, 184, 31;
	--color-border-1: 33, 35, 34;
	--color-border-opposite: 255, 255, 255;
	--bg: 255, 255, 255;
	--bg-2nd: 247, 247, 247;
	--bg-opposite: 33, 34, 38;
	--color-text-sub: 33, 35, 34;
	--color-text-title: 33, 35, 34;

	--price-color: rgb(var(--color-text-title));
	--price-sale-color: rgb(var(--color-alert));

	--blog-img-ratio: 56.2%;
	--course-img-ratio: 56.2%;

	--radius-1: 6px;
	--radius-2: 10px;
	--radius-3: 16px;
	--radius-4: 28px;
	--radius-sm: 4px;

	--size-ratio: 1.175;
	--size-small: 14px;
	--size-small-a: 13px;
	
	--tutor-border-color: rgb(var(--color-border-1), 10%);
	
}

/* Ux - Button -- */
#wrapper .button.btn:not(.is-link, .is-underline) {
    font-size: 1rem;
    letter-spacing: 0;
    min-height: unset;
    line-height: 1.2;
    padding: 12px 30px;
    border-radius: var(--radius-1);
    font-weight: 500;
}

#wrapper .dark.btn:not(.is-link, .is-underline) {
	--btn-bg: rgb(var(--bg-opposite));
	--btn-bg-hover: rgb(var(--color-primary));
	--btn-color: rgb(var(--bg));
	--btn-color-hover: rgb(var(--bg));
	--btn-border: none;
	--btn-border-hover: none;	
}

#wrapper .secondary.btn:not(.is-link, .is-underline) {
	--btn-bg: rgb(var(--color-secondary));
	--btn-bg-hover: rgb(var(--bg-opposite));
	--btn-color: rgb(var(--bg));
	--btn-color-hover: rgb(var(--bg));
	--btn-border: none;
	--btn-border-hover: none;	
}



/* --------- */
#wrapper .button.btn.is-underline {
  --btn-bg: transparent;
  --btn-bg-hover: transparent;
  --btn-color: rgb(var(--color-primary));
  --btn-color-hover: rgb(var(--color-text-title));	
  min-height: unset;

  padding: 0;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  text-transform: unset;
  letter-spacing: 0;
}

#wrapper .button.btn.is-underline:before {
  display: none;
}

#wrapper .button.btn.is-underline span {
  text-decoration: underline 1px;
  text-underline-offset: 3px;
}

#wrapper .button.btn.is-underline:hover span {
	text-decoration-color: currentColor;
}

#wrapper .button.btn.is-underline.white {
  --btn-color: rgb(var(--bg));
  --btn-color-hover: rgb(var(--bg), 80%);
}

#wrapper .button.btn.is-underline.dark {
  --btn-color: rgb(var(--color-text-title));
  --btn-color-hover: rgb(var(--color-primary));
}


/* Header ------------- */
.header {
  --color-menu: rgb(var(--color-text-title));
  --color-menu-hover: rgb(var(--color-primary));
}

.header-wrapper.stuck {
  box-shadow: 1px 1px 18px rgb(0 0 0 / 5%);
}

.header-wrapper.stuck .top-divider {
  display: none;
}


#header .header-top .menu-item>a,
#header .header-nav-main>li>a,
#header .header-bottom-nav>li>a,
#header .mobile-nav>li>a {
  color: var(--color-menu);
}

#header .header-top .menu-item>a:hover,
#header .header-nav-main>li>a:hover,
#header .header-bottom-nav>li>a:hover,
#header .mobile-nav>li>a:hover {
  color: var(--color-menu-hover);
}

/* Header - Top ------- */
.header-top {
  --color-menu: rgb(var(--bg));
  --color-menu-hover: rgb(var(--bg));
}

.header-top .flex-col:has(.header-notify)   {
    max-width: 70%;
    padding-right: 30px;
}

.header-notify .item {
    padding: 0 20px 0 0;
    color: var(--color-menu);
    display: flex;
    gap: 20px;
    font-size: var(--size-small);
	font-weight: 500;
	animation-duration: 24s;
}


.header-hotline {
	font-size: var(--size-small-a);
    font-weight: 500;
    color: var(--color-menu);
    align-items: center;
    gap: 6px;
    display: flex;
    flex-wrap: nowrap;
	transition: 320ms color;
	width: max-content;
}

.header-hotline:hover {
    color: rgb(var(--color-primary));	
}

.header-hotline.icon-box .icon-box-text {
	padding: 0;
}

.header-hotline svg {
	padding: 6px 0 0;
}

.header-hotline .icon-box-img {
	width: 15px!important;
    color: rgb(var(--color-primary));	
}

/* Header - Main ------- */
.header-main {
	border-bottom: 1px solid rgb(var(--bg-opposite), 7%);
	
	--color-menu: rgb(var(--color-text-title));
	--color-menu-hover: rgb(var(--color-primary));
	--btn-icon-size: 40px;	
	--btn-icon-svg-size: 20px;	
}

.header-main .header-block {
	width: fit-content;
}

.header-main .menu-item  > a {
	font-size: var(--size-small);
    font-weight: 600;
	position: relative;
}

.nav .menu-item.label > a:before {
	content: 'label';
    display: block;
    background-color: rgb(var(--bg-opposite));
    color: rgb(var(--bg));
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 2px 5px;
    border-radius: var(--radius-sm);
    position: absolute;
    top: -5px;
    right: -10px;	
	opacity: 1!important;
}

.nav .menu-item.label > a:after {
	content: '';
    background-color: rgb(var(--color-opposite));
    display: block;
    width: 10px;
    height: 6px;
    clip-path: polygon(0 0, 50% 100%, 100% 0%);
    position: absolute;
    z-index: -5;
    right: 4px;
    top: 7px;	
}

.nav .menu-item.sale > a:before {
	content: 'Sale';
    background-color: rgb(var(--color-secondary));
}

.nav .menu-item.sale > a:after {
    background-color: rgb(var(--color-secondary));
}

.nav .menu-item.trend > a:before {
	content: 'Trending';
    background-color: rgb(var(--color-secondary));
}

.nav .menu-item.trend > a:after {
    background-color: rgb(var(--color-secondary));
}

.nav .menu-item.hot > a:before {
    content: 'Hot';
    background-color: rgb(var(--color-primary));
}

.nav .menu-item.hot > a:after {
    background-color: rgb(var(--color-primary));
}

.header-main .flex-right > .header-nav-main {
	flex-wrap: nowrap;
}

.header-cart-icon[data-icon-label]:after {
	background-color: rgb(var(--bg-opposite));
    right: -5px;
    top: -5px;	
}

.header-main .button.primary {
    height: var(--btn-icon-size);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px !important;
    background: linear-gradient(90deg, rgb(var(--color-primary)), rgb(var(--color-secondary)));
    font-size: var(--size-small);
    text-transform: unset;
    letter-spacing: 0;
    background-repeat: no-repeat;
    border: 0;
    font-weight: 600;
}

.header-main .button.primary span {
	line-height: 1.2;
}

.header-btn-icon,
.header-main .header-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--bg-opposite), 5%);
    width: var(--btn-icon-size);
    height: var(--btn-icon-size);
    border-radius: 50%;
    color: var(--color-menu);
    transition: 320ms all;
	position: relative;
}

.header-btn-icon:hover,
.header-main .header-cart-icon:hover {
    color: var(--color-menu-hover);
}

.header-main .header-cart-icon svg {
    width: var(--btn-icon-svg-size);	
}

.header-btn-icon svg {
	padding: 0;
    transition: unset;	
}

.header-btn-icon .icon-box-img {
	width: var(--btn-icon-svg-size)!important;
    margin: 0;
    line-height: 1;	
}

.icon-outline .icon-box-img  path {
	fill: none;
}


/* Handle width js hidden when overflow  ------*/
.header .flex-left > .header-nav-main {
	flex-wrap: nowrap;
	max-width: 100%;
}

.header .header-nav-main > .menu-item > a  {
	width: max-content;
} 

.header .header-nav-main > .menu-item.hidden {
	display: none;
}

.header-main .flex-left {
	flex: 1 1 ;
	max-width: calc(100% - 20px);
}



/* Custom nav dropdown ---- */
#header .nav-dropdown .header-search-form {
	padding: 0 12px;
}

#header .sub-menu,
#header .nav-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 12px 0;
    min-width: 260px;
    background-color: rgb(var(--bg));
	box-shadow: 0 0 20px rgb(var(--bg-opposite), 7%);
}

header .nav .nav-dropdown li {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 9px 20px;
  position: relative;
  transition: 240ms all;
}

header .nav .nav-dropdown li+li {
  border-top: 0px;
}

#header .sub-menu>li>a,
#header .nav-dropdown>li>a {
  padding: 0;
  margin: 0;
  border: 0px;
  text-transform: capitalize;
  color: rgb(var(--color-text-title));
  font-size: var(--size-small);
  font-weight: 500;
  position: relative;
}

#header .sub-menu>li:hover,
#header .nav-dropdown>li:hover {
	background: rgb(var(--bg-opposite), 5%);
}

header .menu-item-design-default .nav-dropdown-col>a:after {
  content: '\e5e1';
  font-family: var(--ff-material-round);
  float: right;
  margin-left: 5px;
  font-size: 1em;
  line-height: 1;
  vertical-align: text-top;
  transform: translateY(2px);
  display: inline-block;
}

header .menu-item .sub-menu .sub-menu {
  position: absolute;
  left: 80%;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  border-top: 0px;
}

header .menu-item .sub-menu li:hover>.sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
} 

/* Custome icon  */

.nav-small .image-icon.header-cart-icon {
  height: unset;
  margin: unset;
  width: unset;
}

.header-cart-icon .cart-img-icon {
  display: none;
}

.header-search>a>.icon-search {
  display: none;
}

.header-search>a .icon-search {
  transition: unset;
}

.header-search>a svg {
  width: 22px;
  height: 22px;
}

.account-item i {
  display: none;
}

.nav-icon .icon-menu {
  display: none;
}

.nav-icon > a {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--bg-opposite), 5%);
    width: var(--btn-icon-size);
    height: var(--btn-icon-size);
    border-radius: 50%;
    transition: 320ms all;
    position: relative;	
}

.nav-icon > a:hover {
    color: var(--color-menu-hover);
}

.nav-icon .qodef-m-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}

.nav-icon .qodef-m-line {
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--color-menu);
	transition: 320ms all;	
	border-radius: 100px;

}

.nav-icon .qodef-m-line.qodef--2  {
	width: 80%;
}

.nav-icon .qodef-m-lines:hover .qodef-m-line {
  background-color: var(--color-menu-hover);
}

/* Menu - Aside ------------ */
.off-canvas-left .mfp-content {
	background-color: var(--background);
	width: 100%;
	max-width: var(--drawer-width, 500px);
	--background: rgb(var(--bg));
	--on-background: rgb(var(--color-text-title));
	--color-border: rgb(var(--color-border-1), 15%);
}


/* Menu - Level */
.mfp-content .nav.nav-sidebar .menu-item:hover {
	background-color: transparent!important;
}

.mfp-content .nav.nav-sidebar .menu-item > a {
    color: var(--on-background)!important;
    font-weight: 500!important;
    text-transform: unset!important;
    transition: 300ms all!important;
	opacity: 1!important;
	font-size: 1rem!important;
    letter-spacing: 0!important;
    padding: 8px 0 !important;
    position: relative;
    flex: unset;
	justify-content: flex-start !important;
}

.mfp-content .nav.nav-sidebar .menu-item > a:hover {
    color: rgb(var(--color-primary))!important;
}

.mfp-content .nav-sidebar .menu-item {
    display: flex;
    flex-wrap: nowrap!important;
    justify-content: space-between;
    gap: 0 10px;
    padding: 0px 28px!important;	
}

.mfp-content .children li {
  padding-left: 0;
}

.mfp-content .toggle {
    color: var(--on-background);
    margin: 0;
    width: 35px;
    height: 35px;
    min-height: unset;
    opacity: 1;
    font-size: 14px;
}

.mfp-content .nav-sidebar li+li {
	border-top: 0!important;
}

.mfp-content .header-logo-link  {
    padding-left: 0 !important;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 24px;
    padding-top: 24px;
}

.mfp-content .header-logo-link img {
    width: 60%;
    margin: 0 auto;
    height: 36px;
    display: block;
    object-fit: contain;
}

.mfp-content .nav-slide-header  {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 12px!important;	
}

.mfp-content .nav-slide-header  button.toggle {
	color: var(--on-background);
    opacity: 1;
    font-size: var(--size-3);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 28px;	
	line-height: 1.2;
} 

.mfp-content .nav-slide-header .toggle i {
    font-size: 24px;
    line-height: 1;
    margin: 4px 0 0;
}


.mfp-content .nav-sidebar .header-block,
.mfp-content .nav-sidebar .header-block > div {
	width: 100%;
}

.header-more-info {
    border-top: 1px solid var(--color-border);
    margin-top: 20px;
    padding: 20px 0 50px;	
}


.mfp-content .nav.nav-sidebar .header-more-info .menu-item a {
    font-size: var(--size-small) !important;
    min-height: unset;
    line-height: 1.4;
    display: inline;	
}


/* Home - Hero --------------- */
.home-hero {
	overflow: hidden;
}

.home-hero  .el-decor-imgs  .img-inner  {
	border: 2px solid rgb(var(--bg));
}

.home-hero  .el-img-decor-1  .img-inner {
	border-radius: 50px 10px;	
}

.home-hero  .el-img-decor-2  .img-inner {
	border-radius: 7px 40px;
}

.home-hero  h1 {
    font-size: var(--size-7);
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 700;	
}

.home-hero p {
	font-size: var(--size-2);	
}

.home-hero .button.btn  {
    display: flex;
    align-items: center;
    justify-content: center;
}


.home-hero  .el-hotline.icon-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: fit-content;
    font-size: var(--size-small);
    background-color: rgb(var(--bg));
    padding: 8px 12px;
    border-radius: var(--radius-1);	
}

.home-hero  .el-hotline .icon-box-img {
	width: 44px !important;
    height: 44px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(var(--color-primary), 10%);
    border-radius: 50px;
    padding: 13px;
    color: rgb(var(--color-primary));	
}

.home-hero  .el-hotline svg  {
	padding: 0;
}

.home-hero  .el-hotline h6 {
	font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 4px;
    opacity: 1;
    text-transform: unset;
}

.home-hero  .el-hotline p {
	color: rgb(var(--color-primary));
    line-height: 1.2;
    margin: 0;	
}

.home-hero  .el-hotline .icon-box-text {
    padding-left: 10px;
}

.home-hero  .el-decor-imgs {
	position: absolute;
	isolation: isolate;
	display: block; width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -3;
}


/* Home - Title simple ----- */
.home-title-simple h2 {
    font-size: var(--size-6);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 14px;	
}

.home-title-simple h3 {
	font-size: var(--size-5);
    line-height: 1.3;
    margin-bottom: 14px;
}

.home-title-simple h6 {
    font-size: var(--size-small);
    opacity: 1;
    font-weight: 700;
    text-transform: unset;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 15px;
    color: rgb(var(--color-secondary));
}

.home-title-simple h6 .material-symbols-outlined  {
	line-height: 1;
    font-size: 1.5em;
    margin-right: 4px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.home-title-simple p {
    font-weight: 500;
    line-height: 1.6;
}



/* Home - Tab course ----- */
.home-tab-course {
	overflow: hidden;
}

.tab-area-titles {
	max-width: 100%;
	overflow-y: hidden;
    overflow-x: auto;	
}

.tab-area-titles::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  display: block;
}

.tab-area-titles::-webkit-scrollbar-thumb {
  background: rgb(var(--bg-opposite), 30%) !important;
  border-radius: 99px;
}

.tab-area-titles::-webkit-scrollbar-track {
  background: transparent;
} 

.tab-area-titles-inner {
    display: flex;
	min-width: max-content;
    gap: 16px;
    align-items: stretch;
    justify-content: flex-start;
	padding: 10px;
	background-color: rgb(var(--bg-opposite), 4%);
    border-radius: 100px;
}

.tab-area-title-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background-color: rgb(var(--bg));
    border-radius: 100px;
    padding: 12px 17px;
    transition: 320ms all;
    line-height: 1.2;
    font-weight: 500;
	font-size: var(--size-small);
}

.tab-area-title-item.active  {
    background: linear-gradient(90deg, rgb(var(--color-primary)), rgb(var(--color-secondary)));
    color: rgb(var(--bg));
}

.tab-area-title-item  :is(svg, img ) {
    width: 20px;
    height: 20px;
    object-fit: contain;	
}

.tab-area-title  {
    width: max-content;	
}

.tab-area-contents {
       padding-top: 24px;	
}

.tab-area-content-item {
	display: none;
}

.tab-area-content-item.active {
	display: block;
}


/* Ux - Course card --------- */
.tutor-ratings-stars {
    color: rgb(var(--color-warning));
}

.tutor-course-card {
	height: unset;
    min-height: 100%;
}

.tutor-course-card .tutor-ratio {
	padding-top: var(--course-img-ratio);
}

.tutor-course-card .tutor-card-body {
    padding: 14px 12px;
}

.tutor-course-card .tutor-ratings-stars {
    font-size: 12px;
}

.tutor-course-card .tutor-course-ratings {
    margin-bottom: 10px;
    line-height: 1;	
}

.tutor-course-card .tutor-course-name {
    margin: 0 0 8px;
    line-height: 1;	
}

.tutor-course-card .tutor-course-name a {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.tutor-meta-icon {
    line-height: 1.4;
    margin-right: 2px;
}

.tutor-course-card .tutor-meta {
	margin: 0 0 5px;
}

.tutor-course-card .tutor-meta a {
	font-weight: 400;
}

.tutor-course-card .tutor-meta>* {
	font-size: 13px; 
}

.tutor-course-card .tutor-card-footer {
    border: 0;
    padding: 0 12px 12px;	
}

.tutor-course-card .tutor-card-footer .tutor-btn {
    font-size: var(--size-small);
    border: 0;
    background-color: rgb(var(--bg-opposite), 6%);
    padding: 8px 12px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;	
	color: rgb(var(--color-text-title));
}

.tutor-course-card .tutor-card-footer .tutor-btn:hover {
    background-color: rgb(var(--color-primary));
    color: rgb(var(--bg));	
}

.list-item-button .ajax_add_to_cart.added, 
.tutor-course-booking-availability .ajax_add_to_cart.added {
    display: none!important;
}

.tutor-course-card .list-item-button {
    flex-basis: 100%;	
}

.tutor-course-card .tutor-card-footer .tutor-d-flex{
    flex-wrap: wrap;
    gap: 12px;
}

.tutor-course-card span.woocommerce-Price-amount.amount bdi,
.tutor-course-card span.amount {
    font-size: var(--size-small);
    font-weight: 700;
	color: var(--price-color);
}

.tutor-course-card del span.amount,
.tutor-course-card del span.woocommerce-Price-amount.amount bdi {
    font-weight: 400;
}

/* Home - Title Decor ---- */
.title-with-decor {
    font-size: var(--size-7);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 26px;	
}

.title-with-decor .el-outs {
    display: inline-block;
    position: relative;	
}

.title-with-decor .el-decor {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.45em;	
}

/* Ux - Slider ---- */
.slider.slider-nav-simple .flickity-button svg {
	display: none;
}

.slider.slider-nav-simple .flickity-button {
    background: url(/wp-content/themes/flatsome-child/assest/icon/arrow-previous.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;	
}

.slider.slider-nav-simple .flickity-button.next {
    background-image: url(/wp-content/themes/flatsome-child/assest/icon/arrow-next.svg);
}

/* Home - Course ---- */
.home-course {
	overflow: hidden;
}

.home-course .flickity-viewport .post-item {
	opacity: 1;
}

.home-course .slider .flickity-button {
	display: none;
}


/* Home - Testimonial ---- */
.home-testi {
	overflow: hidden;
	
  --item-w: calc(100% / 3);
  --item-p: 10px 15px 30px;	
}

.home-testi .section-content ,
.home-testi .section-bg  {
    border-radius: 40px 40px 0 0;
    overflow: hidden;	
	background: #211658;
}

.home-testi .slider .img {
	position: relative;
}

.home-testi .slider .img:before {
	content: '';
    background-image: url("/wp-content/themes/flatsome-child/assest/images/testi-phone.png");
    display: block;
    width: 100%;
    padding-top: 213%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.home-testi .slider .img-inner {
    padding-top: 211%!important;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(255 255 255 / 46%);
}

.home-testi .slider img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 97%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: translate(-50%, 1%);
}


#wrapper .slider-infinity .slider-item,
#wrapper .slider-infinity .post-item {
  opacity: 1;
  max-width: var(--item-w)!important;
  padding: var(--item-p);
	min-height: 100%;
}


/* Home - Text run ------- */
.home-text-run {
	overflow: hidden;
}

.home-text-run .marquee-inner .item {
    padding: 0 20px;
}

.home-text-run .el-text-wrap p {
	font-size: var(--size-6);
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.home-text-run .el-text-wrap .material-symbols-outlined {
	line-height: 1;
    font-size: 1em;
    vertical-align: middle;
    transform: translateY(-2px);
	width: max-content;
}

.home-text-run .el-text-wrap {
	display: flex;
    gap: 40px;
    align-items: center;
    width: max-content;
    overflow: visible;	
}


/* Home - FAQ --- */
.home-faq {
	overflow: hidden;
}

.home-faq .accordion .accordion-title.active {
    color: rgb(var(--color-secondary));
}


/* Home - Description --- */
.home-desc {
	isolation: isolate;
	overflow:hidden;
}

.home-desc .section-content ,
.home-desc .section-bg  {
    border-radius: 40px 40px 0 0;
    overflow: hidden;	
}

.home-desc  .el-decor {
	position: absolute;
    z-index: -10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.home-desc  .el-decor .img-inner  {
    animation: 5s ani-run-up infinite;	
}

.home-desc h6 {
    opacity: 1;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: rgb(var(--color-secondary));	
}

.home-desc h2{
    font-size: var(--size-5);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;	
}

.home-desc p {
    opacity: 0.7;
    margin-bottom: 14px;	
}

.home-desc .col li {
    margin-left: 0;
    margin-bottom: 14px;
    font-weight: 600;
    color: rgb(var(--color-text-title));
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: flex-start;	
}

.home-desc li:before {
	content: '\ef76';
    font-family: var(--ff-material-outline);
    color: rgb(var(--color-secondary));
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
}

.home-desc h5 {
    font-size: 1rem;
    color: rgb(var(--color-text-title), 0.7);
    font-weight: normal;	
}

.home-desc h5 strong {
	opacity: 1;
    color: rgb(var(--color-primary));
    font-size: var(--size-3);
    font-weight: 700;	
}

.home-desc .el-imgs > .wrap-inner {
    position: relative;
    height: 0;
    padding-top: 65%;	
}

.home-desc .el-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-2);
    overflow: hidden;
    margin: 0;	   
	border: 2px solid white;
    box-shadow: 0 0 30px rgb(250 242 255 / 51%);
}

.home-desc .el-img-2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    border-radius: var(--radius-2);
    overflow: hidden;
    margin: 0;	
	border: 2px solid white;
    box-shadow: 0 0 30px rgb(250 242 255 / 51%);
}

.home-desc .el-img-3 {
    position: absolute;
    top: 6%;
    right: 6%;
    border-radius: var(--radius-2);
    overflow: hidden;
    margin: 0;	
	border: 2px solid white;
    box-shadow: 0 0 30px rgb(250 242 255 / 51%);
}


@keyframes ani-run-up {
	0%, 100% {
		transform: translatey(0);
	}
	 60% {
		transform: translatey(-10px);
	}
}









/* Ux - Accordion ----- */
.accordion .accordion-item+.accordion-item {
    margin-top: 12px;
    border-top: 1px solid rgb(var(--color-border-1), 10%);
    padding-top: 12px;
}

.dark .accordion .accordion-item+.accordion-item {
    border-color: rgb(var(--bg), 15%);
}

.accordion .accordion-inner {
  padding: 14px 0 12px;
}

.accordion .accordion-inner>*:last-child {
  margin-bottom: 0;
}

.accordion .accordion-title {
	background: transparent;
	padding: 0;
	border: 0;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.5;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
}

.accordion .accordion-title .toggle {
  position: relative;
  left: unset;
  right: unset;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  min-height: unset;
  transform: unset;
  opacity: 1;
  order: 5;
  top: unset;

}

.accordion .accordion-title .toggle:before {
  content: '\e145';
  font-family: var(--ff-material-outline);
  opacity: 1;
  line-height: 1;
  font-size: 20px;
	font-weight: 500;
}

.accordion .accordion-title.active .toggle:before {
  content: '\e15b';
}

.accordion .accordion-title i {
  display: none;
}

.accordion .accordion-title span {
  flex: 1;
} 


/* ---- ----- */
.page-numbers li .page-number.current {
    color: rgb(var(--bg));
	background-color: rgb(var(--bg-opposite));
}


/* Blog archive --------- */
.box-blog-post .post-title a {
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-weight: 600;
    font-size: 14px;
}

.box-blog-post .post-title {
    margin-bottom: 10px;
}

.box-blog-post .is-divider  {
	display: none;
}

.box-blog-post .from_the_blog_excerpt {
    opacity: 0.7;
}

.box-blog-post  .image-cover {
	padding-top: var(--blog-img-ratio) !important;
    border-radius: var(--radius-2);	
}

.page-wrapper.blog-archive {
	padding-bottom: 0; 
}


/* Blog Single -------- */
.blog-single.page-wrapper {
	padding-bottom: 0;
}

.entry-header .entry-category {
    font-size: var(--size-small);
    color: rgb(var(--color-secondary));
    opacity: 1;
    font-weight: 600;	
}

.entry-header .entry-meta {
    font-size: 13px;
    text-transform: unset;
    letter-spacing: 0;
    color: rgb(var(--color-text-title));
}

.entry-header .entry-title {
    font-size: var(--size-5);
    font-weight: 700;
    color: rgb(var(--color-text-title));
    line-height: 1.3;
    margin-bottom: 14px;
}

.entry-header .entry-meta a {
    text-transform: capitalize;
    font-weight: inherit;
    color: inherit;
    text-underline-offset: 2px;
    text-decoration: underline 1px;
	transition: 240ms color;
}

.entry-header .entry-meta a:hover {
	color: rgb(var(--color-alert));
}

.single-post .entry-content {
    padding-bottom: 0;
    padding-top: 28px;
    border-top: 1px solid rgb(var(--color-border-1), 10%);
    margin-top: 30px;
}

.blog-share .button.icon {
    color: rgb(var(--color-text-title));
}

.single-blog_release {
	background-color: rgb(var(--bg-opposite), 5%);
    padding: 40px 0 0;	
}

.single-blog_release h3 {
    font-size: var(--size-5);
    line-height: 1.3;
    margin-bottom: 20px;
}


/* Checkout Page ---------- */
body.woocommerce-checkout .select2-container .select2-selection {
    height: var(--input-h);
    font-size: 16px;
    box-shadow: none;
    border: 1px solid var(--border-color);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout .checkout_coupon .button:not(.is-link) {
    height: var(--input-h);
}

.woocommerce-order-details a {
    color: rgb(var(--color-text-title));	
}


/* Footer ---- */
footer .absolute-footer  {
	display: none ;
}

.footer-info {
	font-size: 14px;
	--accord-py: 22px;
}

.footer-info p {
	margin-bottom: 12px;
	line-height: 1.6;
}

.footer-info p a {
	color: rgb(var(--color-process));
	transition: 240ms color;
    text-decoration: underline 1px;
    text-underline-offset: 2px;	
}

.footer-info p a:hover {
	color: rgb(var(--color-primary));
}

.footer-info .row .col {
	padding: 0 27px var(--accord-py);
}

.footer-info .col  .col-inner {
    border-top: 1px solid rgb(var(--bg), 15%);
    padding-top: var(--accord-py);	
}

footer  .ux-menu-link__link {
	min-height: unset;
    line-height: 1.6;
    padding: 6px 0;	
}

footer  .ux-menu-link__text {
    color: rgb(var(--bg));
    transition: 320ms all;
}

footer  .ux-menu-link__link:hover .ux-menu-link__text {
    color: rgb(var(--color-primary));
}


.footer-info .accordion-inner {
  padding: 16px 0 0;
}

.footer-info .accordion-title {
	background: transparent;
    padding: 0;
    border: 0;
    color: currentColor;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    font-size: var(--size-2);
    line-height: 1.5;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-info .accordion-title .toggle {
	position: relative;
	left: unset;
	right: unset;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 0;
	min-height: unset;
	transform: unset;
	opacity: 1;
	order: 5;
	top: unset;
	display: flex;
	align-items: center;
	justify-content: center;

}

.footer-info .accordion-title .toggle:before {
	content: '\e145';
    font-family: var(--ff-material-outline);
    opacity: 1;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
}

.footer-info .accordion-title.active .toggle:before {
	  content: '\e15b';
}

.footer-info .accordion-title i {
  display: none;
}

.footer-info .accordion-title span {
  flex: 1;
}

@media only screen and (min-width: 850px) {
	.footer-info .col  .col-inner {
		border-top: none;
		padding-top: 0;	
	}
	.footer-info .accordion-inner {
		padding: 20px 0 0;
		display: block !important;
	}

	.footer-info .accordion-title .toggle {
		display: none;
	}
}

.footer-copy {
	border-top: 1px solid rgb(var(--bg), 12%);
	font-size: 13px;
}

.footer-copy  p {
	opacity: 0.7;
    font-weight: 500;	
}

.footer-copy .ux-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 20px;	
}

.footer-copy .ux-menu-link {
    --stack-gap: 0;	
}

.pt-social {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;	
}

.pt-social a.icon {
    margin: 0;
    font-size: 16px;	
}









/* Responsive ---------------- */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {}


@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (max-width: 849px) {
  :root {
	font-size: 14px;
	--size-ratio: 1.13;
	--size-small: 13px;
	--size-small-a: 12px;
  }
	
	
	body #logo {
		width: 152px;
	}
	body .header.show-on-scroll, 
	body .stuck .header-main {
		height: 60px !important;
	}
	.header-top > .container {
		padding: 0;
	}
	.header-top .flex-col:has(.header-notify) {
		max-width: 100%;
		padding-right: 0;
	}
	.header-main {
		--btn-icon-size: 36px;
		--btn-icon-svg-size: 18px; 
	}
	
	#wrapper .button.btn:not(.is-link, .is-underline) {
		padding: 10px 20px; 
	}

	.home-hero .el-decor-imgs {
		position: relative;
		padding-top: 59%;
		margin: 0 auto 35px;
		max-width: 650px;
	}
	
	.home-tab-course .tab-area-titles {
		padding: 0 15px;
	}
	.home-tab-course .tab-area-contents {
		padding: 24px 15px 0;
	}
	
	.tab-area-titles-inner {
		padding: 8px;
	}
	
	.home-course .flickity-viewport {
		overflow: visible;
	}
	
	.title-with-decor {
		margin-bottom: 18px;
	}
	
	.home-testi {
		--item-w: calc(100% / 2); 
	}
	.home-testi .slider .flickity-viewport  {
		overflow: visible;
	}
	
	.single-blog_release {
		padding: 24px 0 0;
	 }
	

 
}

@media only screen and (max-width: 549px) {
  
	
	.home-course .flickity-viewport .post-item {
		max-width: calc(100% / 1.3);
	}
	
	.home-testi {
		--item-w: calc(100% / 1.2); 
	}
	.home-testi .slider .img-inner {
		border-radius: 40px; 
	}
	
	


}




