@font-face {
    font-family: 'Samim';
    src: url('../fonts/samim-font/Samim.eot');
    src: url('../fonts/samim-font/Samim.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samim-font/Samim.woff2') format('woff2'),
         url('../fonts/samim-font/Samim.woff') format('woff'),
         url('../fonts/samim-font/Samim.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Samim';
    src: url('../fonts/samim-font/Samim-Bold.eot');
    src: url('../fonts/samim-font/Samim-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samim-font/Samim-Bold.woff2') format('woff2'),
         url('../fonts/samim-font/Samim-Bold.woff') format('woff'),
         url('../fonts/samim-font/Samim-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Samim';
    src: url('../fonts/samim-font/Samim-Medium.eot');
    src: url('../fonts/samim-font/Samim-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/samim-font/Samim-Medium.woff2') format('woff2'),
         url('../fonts/samim-font/Samim-Medium.woff') format('woff'),
         url('../fonts/samim-font/Samim-Medium.ttf') format('truetype');
    font-weight: 500;
}

body{
    direction: rtl;
    font-family: 'Samim';
}

#career{
    padding-top:40px;
    margin-top: 50px;
}

.accordion {
  background-color: #705df2;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
 font-family: 'Samim';
  border: 1px solid #fff;
}

.active, .accordion:hover {
  background-color: #5c43f5; 
}

.panel {
  padding: 18px;
  display: none;
  overflow: hidden;
  border: 1px solid white;
  color: #fff !important;
}

.my-copyright{
    text-align: center;
    margin-top: 40px;
    line-height: 25px;
}

.my-copyright a{
    color: #f91035;
    font-weight: bold;
}

a{
    text-decoration: none !important;
}

.description{
    text-align: right;
    line-height: 80%;
    padding-bottom: 50px;
}

.description p{
    line-height: 40px;
} 

.page.home .section-title strong{
    font-size: 25px;
}
.presentation{
margin-top: 50px;
}

.lessons{
}

.section-title h1{
    font-size: 50px;
}

@media (max-width: 400px) {
    .presentation h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.sub-lesson{
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    cursor: initial !important;
    margin-left: 20px;
    text-align: start;
}
.sub-lesson button{
    display: block;
    margin-bottom:10px;
}

button{
    text-align: left;
    padding-left: 10px;
    line-height: 20px;
    font-family: 'Samim';
}

.sub-lesson .sub-lesson{
    margin-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.page.home section.presentation .section-title strong{
    color:#fa0d36;
}

.arrow-right{
    background-image: url(../img/arrow-right.svg);
    display:inline-block;
    color: #fff;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 7px;
}

.arrow-down{
    background-image: url(../img/arrow-down.svg);
    display:inline-block;
    color: #fff;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 7px;
}

.bullet {
  width: 8px;            
  height: 8px;
  background-color: #fff; 
  border-radius: 50%;    
  display: inline-block;  
  margin-right: 6px;    
}

[date-dir="ltr"]{
    direction: ltr;
}

.page.home .chapter .lessons .lesson-title-badges .title{
    line-height: 28px;
}


#faq h2{
    font-size: 30px;
}


h3.section-title{
    line-height: 40px;
}



[data-dir="rtl"] .arrow-right{
    transform: rotate(180deg);
    background-position: center 0px;
}


[data-dir="rtl"] .bullet{
    margin-left: 6px;
}



.text-center{
    text-align: center;
}

.register h1{
    margin-bottom: 10px;
}

.register strong{
    color: #fff !important;
    font-size: 20px !important;
}

.register a{
    color:#fa0d36;
}

.register b{
    color:#fa0d36;
    font-weight: bold;
}

.form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
    font-family: 'Samim';
}

.form-group input:focus {
    border-color: #4f46e5;
    outline: none;
}

.btn {
    font-family: 'Samim';
    width: 100%;
    padding: 12px;
    background: #4f46e5;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
      cursor: not-allowed; 
      opacity: 0.6;
}

.checkbox-group {
    margin: 15px 0;
    font-size: 14px;
}




.btn.enabled {
    cursor: pointer;
    opacity: 1;
}

.btn.enabled:hover {
    background: #3730a3;
}


.star{
    color:red;
}

#btn-refresh{
    margin-bottom: 10px;
    position: relative;
    top: -20px;
    margin-right: 10px;
    background: #4f46e5;
    color: #fff;    
    border: none;
    border: none;
    width: 32px;
    height: 32px;
}

.red2{
    color:#fa0d36 !important;
    font-weight:900 !important;
}

#btn-pay{
    margin-top: 40px;
    margin-bottom: 40px;
}

#btn-pay span{
    line-height: 20px;
}

.error-pay{
    margin-bottom: 40px;
    margin-top: 20px;
    color: #fa0d36;
    font-size: 20px;
}

.btn2 {
    font-family: 'Samim';
    padding: 12px;
    background: #4f46e5;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
}

.btn2:hover {
    background: #3730a3;
}

#discount_code{
    margin-left: 10px;
}

#discount_code,#btn_discount{
    display: inline-block;
    width: 50% !important;
}

#discount_code_lbl{
    text-align: center;
}

del{
    background-color: #fa0d36;
}


.sub-items{
    display: block;
}



.page.home .chapter .description{
    margin-bottom: 0 !important;
}

.fa{
    vertical-align: middle;
}

@keyframes blink-color {
    0% { color: red; }
    50% { color: white; }
    100% { color: red; }
}

.red {
    animation: blink-color 0.5s infinite;
}
