.elementor-kit-1051{--e-global-color-primary:#03624C;--e-global-color-secondary:#9E7539;--e-global-color-text:#F8FFFD;--e-global-color-accent:#00221A;--e-global-color-6ffc05d:#D5ECE6;--e-global-typography-primary-font-family:"a jannat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"a jannat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"a jannat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"a jannat";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-text );}.elementor-kit-1051 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* default css */
html {
    font-size: 16px !important;
}
@media (max-width: 767px) {
 html {
    font-size: 12px !important;
}
}
body {
     overflow-x: hidden !important;
     padding: 0 !important;
    margin: 0 !important;
}

div,h1,h2,h3,h4,h5,h6,p,span {
    padding: 0;
    margin: 0;
    
}

/* Scroll Style  */

html {
  scroll-behavior: smoth;
  width: 100%;
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  background-color: #eee;
  opacity: 1
}
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 5px;
    margin: 10% 0;
}

a {
    color: var(--e-global-color-primary)
}
a:active, a:hover {
    color: var(--e-global-color-primary);
    opacity: 0.9
}

/* input number arrow hide */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}



/* Checkbox color */

input[type="checkbox"] {
  accent-color: var(--e-global-color-secondary) !important;
}

/* Text Selection Higlight Style */

::selection {
  background-color:var(--e-global-color-primary);
  color: var(--e-global-color-text);
    
}

/* icon leout*/
.elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* delete outline when form fiald foucs */

:focus-visible {
    outline: none !important
}

/* remove blue higlight on Mob */

*:focus {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    -ms-touch-action: manipulation  !important;
    touch-action: manipulation  !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}
/* ........ default css ...........*/



/*Tutor LMS*/

/*Lessons Styel*/

.tutor-course-single-content-wrapper {
    margin-bottom: 50px !important;
      font-family: var(--e-global-typography-primary-font-family) !important;
}
.tutor-course-topic-single-body {
        display: flex
;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.tutor-video-player-wrapper {
    margin: 20px auto;
    max-width: 80%;
    width:70%;
    min-width: 360px;
}
.tutor-video-player-wrapper [type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    
}
.tutor-video-player-wrapper .plyr button {
    width: auto !important;
}

.tutor-video-player-wrapper div[role="menu"],.tutor-video-player-wrapper .plyr__menu__container{
    background-color: var(--e-global-color-primary)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background-color: var(--e-global-color-primary) !important;
}
.plyr--full-ui input[type=range] {
    color: var(--e-global-color-primary) !important;
}

.tutor-course-spotlight-wrapper {
    width:100%;
  
}
.tutor-course-spotlight-tab *{
    color:var(--e-global-color-accent) !important;
}
.tutor-course-topic-single-footer .tutor-btn,.tutor-course-topic-single-footer .tutor-btn:hover ,.tutor-course-topic-single-footer .tutor-btn-secondary {
    background-color: var(--e-global-color-primary)!important;
    color:var(--e-global-color-text) !important;
}

.tutor-icon-previous , .tutor-icon-next {
    color:var(--e-global-color-text) !important;
}

.tutor-btn-secondary[disabled], .tutor-btn-secondary.disabled , .skip-quiz-btn , .skip-quiz-btn:hover{
    background-color: var(--e-global-color-6ffc05d) !important;
    color:var(--e-global-color-text)!important;
}

.tutor-course-topic-single-footer {
    background-color: var(--e-global-color-text) !important
}

.tutor-course-single-sidebar-wrapper {
    background-color: var(--e-global-color-text) !important;
}

.tutor-course-single-sidebar-title  {
    background-color: var(--e-global-color-6ffc05d);
    
}
.tutor-course-single-sidebar-title *{
        color: var(--e-global-color-primary) !important;
    font-weight: bold !important;
}

@media (max-width: 767px) {
  .tutor-table-responsive {
    max-width: 360px !important;
    min-width: 120px !important;
}
}


/* User Dashboard */

.tutor-dashboard{
    margin-top: 20px;
}

.tutor-user-info *,.tutor-dashboard-menu-item-text ,.tutor-dashboard-content *,.tutor-dashboard-permalinks * ,.tutor-btn-primary{
    font-family: var(--e-global-typography-primary-font-family);
    
}

.tutor-login-wrap, #tutor-registration-wrap {
    margin:50px auto; 
    font-family: var(--e-global-typography-primary-font-family) !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    .tutor-login-wrap, #tutor-registration-wrap {
        padding:0px !important;
   margin:20px  auto!important;  }
}

.tutor-login-wrap input, #tutor-registration-wrap input{
    background-color: var(--e-global-color-6ffc05d);
    border-width: 0px 0px 0px 0px;
    border: none !important;
    border-radius: 20px 20px 20px 20px;
}

.tutor-form-check-input.tutor-form-check-input {
    background-color: var(--e-global-color-6ffc05d);
    border: none !important;
    box-shadow: none !important;
}

.tutor-login-wrap .tutor-btn-primary, #tutor-registration-wrap .tutor-btn-primary{
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-text) !important;
    width: 100% !important;
}
.tutor-option-field-row label, .tutor-form-group label {
    text-align: start !important;
}
.tutor-card *{
    color:var(--e-global-color-accent);
}
[class^=tutor-icon-]  {
    color:var(--e-global-color-accent);
}
.tutor-ratings-stars *{
    color:var(--e-global-color-6a7a7ad);
}
.tutor-table tr td ,.tutor-table *{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-accent) ;
    text-align: start !important;
}
.tutor-form-control *{
    color: var(--e-global-color-accent)!important;
}
#tutor_photo_meta_area>span>span,.tutor-social-field *{
    color: var(--e-global-color-primary) !important;
}

.field-label{
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-text) !important;
    text-align: start !important;
}
.tutor-dashboard .tutor-btn *{
    color:var(--e-global-color-text) !important;
    padding: 5px 10px;
}
.tutor-actual-comment *{
    color: var(--e-global-color-accent) !important;
}


li.active *{
    color: var(--e-global-color-text) !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'a jannat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://withyouth.net/wp-content/uploads/2025/07/arfonts-a-jannat-lt.ttf') format('truetype');
}
@font-face {
	font-family: 'a jannat';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://withyouth.net/wp-content/uploads/2025/07/arfonts-a-jannat-lt-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */