body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
  }
  
.register-input {
    display: none;
}

.blur-effect {
    filter: blur(5px); /* You can adjust the pixel value to increase or decrease the blur effect */
    user-select: none; /* This will prevent the user from selecting text */
  }

.navbar{
    /* position: sticky; */
    position: relative;
    background-color: #f6f9fc;
    z-index: 999;
    /* width:100%; */
}

.center{
    margin:auto;
    width: 50%;
}

h3{
    text-align: center
}

.pricing-title{
    text-align: center;
    /* margin: 40px; */
}

.bg-pri{
    background-color: white;
    /* width: 300px;
    height: 50px; */
}

.card-section{
    margin: 10px;
}

.card-center{
    margin: auto;
}

.content-container{
    width: 80%;
    margin:auto;
}

.section-container{
    border: 1px solid black;
    background-color: #dfdfeb;
    border-radius: 1rem;
    /* height: 50%;     */
    width:100%;
    position: relative;

}




.search-input{
    margin: auto;
    width: 50%;
}

.search-symbol{
    width: 5%;
}

.search-container{
    min-height: 65vh;
}

.footer-container{
    width: 100%;
    margin: 0 auto;
    height: 13%;
}



.pag-container{
    width: 16% !important;
    margin:auto !important;
}
.sec-card{
    height:70vh;
    width: 70%;
    margin: auto;
    display: inline-block;
}

.words-card{
    height:70%;
    
}

.martha{
    width: 48%;
}

/* .card-top{
    border-bottom: 0.5px solid #b4bbc3;  
} */

.myListButton-add{
    margin: 2px 30px;
}

.test-height{
    min-height: 44vh;
}

.words-height{
    min-height: 62vh;
}

.progress-container{
    /* margin-top: 40px; */
    /* height: 90vh; */
    background-color: #f6f9fc;
}

/* .card-hover-section:hover{
    background-color: #16c995;

} */
.word-main-container{
    position: absolute;
    top: 14%;
    left:7.5%
}

.word-sec{
    position: absolute;
    top: 50%;
    left: 7.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

a{
    cursor: pointer;
    text-decoration: none !important;
}


.enlarge-icon{
    font-size: 3rem;
}

/* .way-container{
    display: flex;
    align-items: center;
} */

/* .way-container{
    display: inline-block;
} */
.options-container{
    max-width:60%;
    margin: auto;
}
.option{
    margin:10px;
   
}
.option button{
    width: 100%;
}

.question{
    margin: 20px 0;
}

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

/* result.html */
.result-container{
    max-width: 100%;
    margin: auto;
}

.result-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 30px;
}

.result-button{
    margin:30px;
    width: 110%;
}

.button-container{
    width: 100%;
    margin: auto;
}

.result-container h1{
    text-align: center;
    margin:20px;
}

.word-btn{
    width: 100%;
    text-align:left;
    margin-bottom: 8px;
    background-color: white;
}

.first-btn{
    float:left;
    margin-right: 5px;
    margin-top: 4px;
    position:relative;
    
    
}


/* .btn, .link-btn{
    color: #37384e;
} */
.link-btn{
    float:left;
    /* margin-right: 100px; */
    margin-right: 236px;

}

.purch-btn{
    float:right;
}

.free-purch{
    margin-left:-16px;
}

.free-color{
    color: #ed5050;
}
.verb{
    border-right-color: #6a9bf4;
    border-right-width: 20px;
}

.adj{
    border-right-color: #f74f78;
    border-right-width: 20px;
}

.noun{
    border-right-color: #edcb50;
    border-right-width: 20px;
}
.inlinex{
    display: inline-block !important;
}
/* .button-left{
    display: inline;
    float:left;
    color: black;
} */

.button-right{
    display: inline;
    float: right;
}

/* .button-link, .button-link:hover{
    color:#f7f7fc;
} */


/* .card-header{
    font-size: 30px;
    line-height: 0rem;
} */



.word-title{
    font-size: 45px;
    margin-bottom:20px;
}



ul {
    list-style-type: none;
}

li{
    line-height: 2rem;
}

input[type='radio'] { 
    height: 20px;
    width: 20px;
    vertical-align: middle;
}


.head-title{
    text-align: center;
    margin-top: 20px;
}
.quiz-page{
    width: 90%;
    margin: auto;
}

.section-row{
    min-height: 40vh;
}

.alert-box{
    margin: 9%;
}

.alert-height{
    min-height: 55vh;
}



.meaning-title{
    
    text-align: left;
}
.example-title{
    text-align:left;
}
/* h6{
    color: #448c74;
} */

.header-title{
    display: block;
    text-align: center;
    margin-top: 10px;
}


.form-check-label{
    font-size:1.1rem !important;
}

.not-submitted:hover{
    background-color: #edcb50 !important;
    cursor: pointer;

}



.radio-custom:checked ~ label {
    color: yellow;
  }


  
.result-container{
    width: 50%;
    margin:auto;
}

.tryAgain, .another{
    display: block;
}

#progress-bar{
    height: 35px !important;
}

.form-check-label .form-check-input:checked[type=radio]{
    color: yellow !important;
}

.submit-btn{
   width: 12%;
   margin:0 auto 20px auto; 
}

#section{
    margin: auto;
    display: inline-block;
    /* height: 77vh; */
    background-color: #edf1f5;
    min-height: 500px;
}
#way{
    display:inline-block;
    margin:auto;
    text-align:right;
}

.pagination-container{
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 35%;
    /* border:1px solid black;
    border-radius: 20px; */
}
/* #section-container{
    background-color: #fff;
    min-height:80vh;

} */


.learning-card{
    display: inline-block;
    margin: 40px auto;
    width: 30%;
    height: 50vh;
}

/* .purchase-card{
    width: 45%;
} */

.purchase-gap{
    column-gap: 100px;
}

/* .purchase-cont{
    width: 1000px;
} */



.study-words-card{
    display: inline-block;
    margin: 20px 10px;
    width: 23%;
}

.word-explanation{
    height: 22vh;
}

.main-page-a{
    display: block;
    margin: auto
}

.main-page-tests{
    height: 50vh;
    background-color: #fff;

}

.main-page-tests .container{
    width: 56%;
}



.test-1{
    width: 25%;
    margin: auto;
}

.test-2{
    width: 50%; 
    margin: auto;
}

#myWordCard{
    /* height: 5vh; */
    width: 50%;
    margin: 5px;
}

.myWords-card{
    margin-right: 8%;
}

.myWord{
    height:100%;
}

.myWord .card{
    /* margin-top: 50px; */
    margin-bottom: 50px;
}

.learning-center{
    display: flex;
    justify-content: center;
    margin-top: -35px;
}

.learning-center a{
    width: 200px;
}


.word-size{
    /* font-size:20px; */
    /* color: #737492 !important; */
    font-weight: 400;
}

.table-header{

    /* background-color:#f0f5fe; */
    font-size: 25px;
}

.remove-btn{
    margin: -9px -190px;
}

.myWord-table, .table-quizPerformance{
    /* box-shadow: 0 .5rem .5rem rgba(0,0,0,.1) !important; */
    border-radius: 8px;
    overflow: hidden;
}

.search-container{
    min-height:65vh;
    /* min-width: 50vh;
    display: flex;
    justify-content: center;
    align-items: center; */
}





.batch-header td, .batch-header th{
    vertical-align: middle;
}

.batch-header{
    position: relative;
}

.trash{
    position: absolute;
    top: 36%;
}

.quizPerformance-not{
    text-align: center;
    margin-top: 50px;
    /* height: 68vh; */
    height: 79vh;
}

/* .quizPerformance{
    text-align: center;
    margin-top: 50px;
    height: 64vh;
} */

.dashboard-cont{
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    min-height: 82vh;
}

.cancelled-cont{
    height: 52vh;
}

.cancelled-div{
    margin: auto;
    width: 50%;
    margin-top: 160px;
}

.quizPerformance{
    text-align: center;
    margin-top: -105px;
}

.quizPerformance-container{
    margin: 0 auto;
    height: 70vh
}

.learningPath-container{
    min-height: 70vh;
}

.learningPath{
    text-align: center;
    margin-top: 40px;
}



.learningPath-title{
    margin-bottom: 23px;
}

.btn-takeQuiz{
    width: 15%;
    margin-top: 20px;
}

.remove{
    color:#f74f78;
}

.show{
    color: #16c995;
}

.myWordList-container{
    min-height: 70vh;
}

.myWordList-title{
    text-align: center;
}
.learningPath-takeQuiz{
    width: 20%;
    margin: auto;
}

.learningCenter-title{
    margin: 20px;
}

.pricing-title{
    width: 100%;
    text-align: center;
}


/* .pricing-card{
    margin: 20px 75px;
} */

.pricing-container{
    width: 64%;
    margin: auto;
}

.product-card{
    display: inline-block;
}

#badge-margin{
    margin:0 0 10px 0;
}

#currentWord-title{
    margin:0;
}

/* .dropdown-menu{
    margin-top: 60px !important;
} */

.cyan{
    background-color: #0dcaf0;
}

.orange{
    background-color: #fd7e14;
}

.dark-gray{
    background-color: #4a4b65;
}

.yellow{
    background-color: #ffc107;
}

.ipek{
    height: 50px;
}

.kaan{
    height: 80px;
}
.card-ipek{
    /* width: 72%; */
    min-height: 70%;
    margin:auto;
}

.neso{
    width: 49%;
}

body{
    margin:0;
}

.col-gap{
    column-gap: 20px;
}

.col-gap-2{
    column-gap: 40px;
    margin-bottom: 20px;
}

.green-title{
    color: #448c74;
}

.why-section{
    height: 140vh;
    margin-top: 50px;
}

.se-container{
    margin: 40px auto;
    /* border: 1px dashed; */
}

/* new design */

li{
    list-style-type: none;

}

.page-wrapper{
    background-color: #f6f9fc;
}

.verification-page{
    min-height:65vh;
}

.resend-page{
    min-height: 55vh;
}


 .resend-email-input{
    /* width: 50%; */
    margin: 20px auto;
 }

 .success{
    min-height: 65vh;
    width: 50%;
    margin: auto;
    padding: 50px
 }


/* #paginator{
    margin-top: 60px;
} */
/* .footer{
    margin-top: 33px;
} */

.success-container{
    height: 40vh;
}

.finish-btn {
    /* background-color: #000;
    color: #fff; */
    padding: 0;
    border: none;
    background: none;
    color: #448c74;
}

.finish-btn:hover{
    /* background-color: #fff;
    color: #000; */
    padding: 0;
    border: none;
    background: none;
    color: #37715d;
}

.section-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

/* .left-way{
    margin-left: 72px;
} */

/* .navbar{
    z-index: 999;
} */

.study-title{
    color: #858c97;
}

.quizNum-section{
    background-color: #fff;
    width: 75%;
    margin: auto;
    border-radius: 1%;
}

.quiz-choice{
    min-width: 40%;
    margin-bottom: 15px;
    padding: 10px !important;
    font-size: 1.2rem !important;
}

.question-title{
    font-size: 1.3rem !important;
    font-weight: 500 !important;
}

#filter1{
    padding: 0px !important;
    margin: 0px auto 0px auto !important;
}

.account-cont{
    margin: auto;
    max-width: 340px;
    min-height: 70vh;
}


.info{
    color: #3f7fca;
}

.success-cont{
    height: 68vh;
}

.dashboard-container{
    /* height: 63vh; */
    /* margin-top: 60px;
    margin-bottom: 60px; */
}

.center-word-level{
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.choose-center{
    text-align: center;

}



.list-level{
    background-color: #fff;

}

/* .list-level-a:hover{
    background-color: green;
} */

/* --ar-list-group-action-hover-bg: yellow; */


.password-reset-done-cont{
    height: 65vh !important;
}


.blogpost{
    min-height: 74vh;
}



/* .center-word-level {
    text-align: center;
  } */
  
  .center-content {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .list-level {
    background-color: #fff;
    display: flex;
    justify-content: center;

  }


  
  .list-group-horizontal-sm a:hover {
    background-color: #edf1f5;
    color: #448c74;
  }
  
  .list-group-item {
    flex: 1;
    text-align: center;
  }
  

/* Media Queries */


/* @media screen and (max-width: 720px) {
  } */


/* @media screen and (min-width: 375px) {
    .full-width-img {
    margin: auto;
    width: 90%;
    }

} */

.main-page{
    margin-top: 70px;
}

.signup-ul{
    margin-left: 50px;
}

/* .word-quiz-container{
    height: 82vh;
} */

.pricing-cont{
    height: 73vh;
}

.learning-center-container{
    height: 83vh;
}


.blog-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
    .show-web {
      display: block !important;
    }
    .show-mobile {
      display: none !important;
    }
    .mobile-page{
        display: none;
    }

    .benefit-page{
        display: block !important;
    }

    .benefit-page-mobile{
        display: none !important;
    }
  }

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

    .service-texts{
        width: 100%;
    }

    .service-images{
        width: 100%;
    }

  }
  @media only screen and (min-width: 772px) {
    .show-web {
      display: block;
    }
    .show-mobile {
      display: none;
    }
    
    .testimonal-svg{
        display: block;
      }

    .mobile-page{
        display: none !important;
    }

    .web-page{
        display: block !important;
    }

    .benefit-page{
        display: block;
    }

    .benefit-page-mobile{
        display: none;
    }

  }



  @media only screen and (min-width: 540px) {
    .show-web {
        display: none;
      }
    .show-mobile {
        display: block;
    }


      .benefit-page{
        display: none;
      }

      .testimonal-svg{
        display: block;
      }

      .mobile-page{
        display: block;
      }
      .web-page{
        display: none;
      }
      .benefit-page-mobile{
        display: block;
      }
  }




  @media only screen and (max-width: 539px) {
    .show-web {
        display: none;

    }

    .show-mobile {
        display: block;
      }

    .laptop{
        display: none;
    }
      .benefit-page{
        column-gap: 20px !important;
        display: none;
      }

      .benefit-page-mobile{
        display: block
      }
      
      .testimonal-svg{
        display: none !important;
      }

      .web-page{
        display: none !important;
      }

      .mobile-page{
        display: block !important;
      }

  }




/* Navbar */

@media screen and (min-width: 1410px){
    .user-li{
        margin-left: 120px;
    }
}


@media screen and (min-width: 1310px) and (max-width: 1409px){
    .user-li{
        margin-left: 90px;
    }
}

@media screen and (min-width: 1155px) and (max-width: 1309px){
    .user-li{
        margin-left: 20px;
    }
}

@media screen and (min-width: 1121px) and (max-width: 1154px){
    .user-li{
        margin-left: 5px;
    }
}

@media screen and (min-width: 1075px) and (max-width: 1120px){
    .user-li{
        margin-left: 0px;
    }

    .tests{
        display: none;
    }


}

@media screen and (min-width: 992px) and (max-width: 1075px){
    .tests{
        display: none;
    }


}

@media screen and (max-width: 991px){
    .tests{
        display: none;
    }

}


/* Navbar */





/* Words-Level */
@media screen and (max-width: 1300px) and (min-width: 1101px){
    .link-btn{
        margin-right: 180px;
    }

}

@media screen and (max-width: 1100px) and (min-width: 940px){
    .link-btn{
        margin-right: 125px;
    }

}


@media screen and (max-width: 939px) and (min-width: 830px){
    .link-btn{
        margin-right: 97px;
    }

}


@media screen and (max-width: 829px) and (min-width: 768px){
    .link-btn{
        margin-right: 78px;
    }

}


@media screen and (max-width: 767px) and (min-width: 700px){
    .link-btn{
        margin-right: 432px;
    }

}


@media screen and (max-width: 699px) and (min-width: 600px){
    .link-btn{
        margin-right: 360px;
    }

}

@media screen and (max-width: 599px) and (min-width: 500px){
    .link-btn{
        margin-right: 270px;
    }

}

@media screen and (max-width: 450px) and (min-width: 400px){
    .link-btn{
        margin-right: 170px;
    }

}

@media screen and (max-width: 399px) and (min-width: 340px){
    .link-btn{
        margin-right: 122px;
    }

}

/* Words-Level */




/* Section Words */
 

@media screen and (min-width: 831px){
    .web-section-content{
        display: block;
        min-height: 80vh;
    }
    .mobile-section-content{
        display: none;
    }

    .mobile-small-screen{
        display: none;
    }
}

@media screen and (max-width: 830px) and (min-width: 601px){
    .web-section-content{
        display: block;
    }
    .mobile-section-content{
        display: none;
    }

    .mobile-small-screen{
        display: none;
    }

    .martha{
        width: 100%;
    }

    }

@media screen and (max-width: 600px){

    .web-section-content{
        display: none;
        display: block;
    }
    
    .mobile-section-content{
        /* display: block; */
        display: none;

    }

    .mobile-small-screen{
        display: none;
    }

    .martha{
        width: 100%;
    }

}

@media screen and (max-width: 450px){
    .mobile-big-screen{
        display: none;
    }

    .mobile-small-screen{
        display: block;
    }

}


@media screen and (max-width: 359px){
    .mobile-big-screen{
        display: none;
    }

    .mobile-small-screen{
        display: none;
    }

}
/* Section Words */




.study-words-button{
    display: flex;
    justify-content: center;
}

.study-btn{
    width: 58%;
}

/* Study Words */

@media screen and (min-width: 1334px){
    .web-study{
        display: block;
    }

    .smaller-web-study{
        display: none;
    }

    .mobile-study{
        display: none;
    }

    .word-quiz-container{
        height: 90vh;
    }

}

@media screen and (max-width: 1333px){
    .web-study{
        display: none;
    }

    .mobile-study{
        display: none;
    }

    .smaller-web-study{
        display: block;
    }

    .study-words-card{
        width: 39%;
        margin: 30px auto;
    }
    .word-quiz-container{
        height: 150vh;
    }
}


@media screen and (max-width: 900px){
    .web-study{
        display: none;
    }

    .mobile-study{
        display: none;
    }

    .smaller-web-study{
        display: block;
    }

    .study-words-card{
        width: 48%;
        margin: 30px auto;
    }


    .word-quiz-container{
        height: 146vh;
    }

}


@media screen and (max-width: 606px){
    .web-study{
        display: none;
    }

    .smaller-web-study{
        display: none;
    }

    .mobile-study{
        display: block;
    }

    .study-words-card{
        width: 80%;
        margin: 30px auto;
    }

    .word-quiz-container{
        height: 254vh;
    }

}

@media screen and (max-width: 325px){
    .web-study{
        display: none;
    }

    .smaller-web-study{
        display: none;
    }

    .mobile-study{
        display: block;
    }

    .study-words-card{
        width: 100%;
        margin: 30px auto;
    }


}

/* Study Words */




/* Learning Center */

.hidden{
    display: none;
}


@media screen and (max-width: 1367px) and (min-width: 1100px){
    .first-text{
        margin-top: -12px
    }

    .second-text{
        margin-top: -12px
    }
}

@media screen and (min-width: 1100px){
    .learning-card{
       width: 32%; 

}
    .learning-center-container{
        height: 60vh;
    }
}


@media screen and (max-width: 1099px){
    .learning-card{
       width: 80%;
       margin: 20px auto; 
       height: 44vh;
    }

    .learning-center-container{
        height: 157vh;
    }

    .centerish{
        margin: auto;
        width: 65%;
    }

}
/* Learning Center */


/* Pricing Plans */
@media screen and (max-width: 640px){
    .pricing-cont{
        height: 85vh;
    }

}

.btn-outline-secondary {
    border-color: #dee2e6;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-weight: 500;
}

.btn-outline-secondary:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #444;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.text-muted {
    color: #6c757d !important;
    font-size: 0.875rem;
}

.gap-2 {
    gap: 0.5rem;
}


/* Pricing Plans */


/* Search Result */







/* Search Result */

.contact-page{
    height: 90vh;
}




/* Action buttons */
.action-button {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px 0;
    border: none;
}

.add-button {
    background-color: #448c74;
    color: white;
}

.remove-button {
    background-color: white;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.playButton {
    background: none;
    border: none;
    padding: 5px;
    margin-bottom: 15px;
}
    

.word-section{
    margin: auto;
    background-color: #edf1f5
}


@media (min-width: 577px){
    .desktop-main-container {
        display: block;
    }
    
    .mobile-main-container {
        display: none;
    }

    .desktop-navbar{
        display:block;
    }

    .mobile-navbar{
        display: none;
    }

    .only-mobile-section-content{
        display: none !important;
    }

    .container-except-mobile {
        display: none;
    }

    .web-section-content-search{
        display: block;
    }

    .mobile-section-content-search{
        display: none;
    }


    .img-lo {
        max-width: 30%;
    }

    .navigation-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px; /* Creates space between all child elements */
        margin: auto;
        width: 70%;
        border-radius: 28px;
        background-color: #edf1f5;
    }




     
    .nav-button {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #448c74;
        padding: 10px;
    }




    /* Pagination */
    .pagination-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    
    .page-item {
        margin: 0 2px;
    }
    
    .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        text-decoration: none;
        color: #448c74;
        background-color: #f8f9fa;
        font-size: 0.9rem;
    }
    
    .page-item.active .page-link {
        background-color: #448c74;
        color: white;
    }





    /* Breadcrumb */
    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        list-style: none;
        /* font-size: 0.85rem; */
    }
    
    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        padding: 0 5px;
        color: #6c757d;
    }
    
    .breadcrumb-item a {
        color: #448c74;
        text-decoration: none;
    }
    
    .breadcrumb-item.active {
        color: #6c757d;
    }
    
    /* Search */
    .search-container {
        position: relative;
        margin: 15px 0;
    }
    
    .search-input {
        width: 50%;
        padding: 10px 40px 10px 15px;
        border-radius: 20px;
        border: 1px solid #ced4da;
        font-size: 0.9rem;
    }




    .pagination .page-link {
        font-size: 1.25rem; /* Adjust size as needed */
        font-weight: 500; /* Optional: make them bolder */
    }


    .search-input-desktop{
        max-width: 50%;
        margin: auto;
    }

    /* .web-container-quiz{
        display: block;
    }

    .mobile-container-quiz {
        display: none;
    } */
        

}






/* Mobile Styles */
@media (max-width: 576px) {
    .desktop-main-container {
        display: none;
    }
    
    .mobile-main-container {
        display: block;
    }

    .desktop-navbar{
        display:none;
    }

    .mobile-navbar{
        display: block;
    }

    .web-section-content-search{
        display: none;
    }

    .mobile-section-content-search{
        display: block;
    }

    .mobile-button-start, .mobile-button-discover {
        width: 50%;
        margin: auto;
        /* padding-right: 5.5rem !important; 
        padding-left: 5.5rem !important; */
    }

    /* .web-container-quiz{
        display: none;
    }

    .mobile-container-quiz {
        display: block !important;
    } */

    .img-lo{
        max-width: 55%;
    }

    /* Hero Section */
    .mobile-hero {
        padding-top: 2rem;
        text-align: center;
    }

    .mobile-hero h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .feature-item {
        margin-bottom: 2rem;
    }

    /* Stats Section */
    .mobile-stats .card {
        margin-bottom: 1rem;
    }

    /* How it Works Section */
    .step-card {
        margin-bottom: 1.5rem;
    }

    /* Course Cards */
    .course-cards .card {
        margin-bottom: 1rem;
    }

    /* General Mobile Adjustments */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .btn {
        padding: 0.75rem 1.5rem;
    }

    .space-y-4 > * + * {
        margin-top: 1rem;
    }

    .space-y-6 > * + * {
        margin-top: 1.5rem;
    }

    /* Additional Responsive Utilities */
    .mobile-hero h1 {
        font-size: 1.75rem;
    }

    .card-body {
        padding: 1rem;
    }

/* Mobile Navigation Styles */
    .navbar-nav {
        padding: 1rem 0;
    }

    .navbar-nav .nav-item {
        padding: 0.5rem 0;
    }

    /* Mobile-specific spacing */
    .py-mobile-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .my-mobile-4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /* Mobile Course Cards */
    .course-cards .card {
        transition: transform 0.2s;
    }

    .course-cards .card:active {
        transform: scale(0.98);
    }

    .benefits-mobile {
        padding: 1.5rem;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 1rem;
    }

    .testimonials-mobile .testimonial-card {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .testimonials-mobile .testimonial-card:active {
        transform: scale(0.98);
    }

    /* Additional Mobile Spacing */
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .benefit-item {
        margin-bottom: 2rem;
    }

    .testimonial-card {
        margin-bottom: 1.5rem;
    }

    .mobile-word-level {
        display: block !important;
    }

    .desktop-word-level{
        display: none !important;
    }

    .search-input-mobile{
        max-width: 100%;
    }
    

    .list-level .list-group-item {
        flex: 0 0 calc(100% / 6);
      }

      .search-input{
        margin: auto;
        width: 90%;
    }


    .pagination .page-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
      }
      .pagination li {
        margin: 2px;
      }

      .only-mobile-section-content {
        display: block;
    
    }
    .web-section-content {
        display: none;
    }

    .mobile-section-content {
        display: none;
    }
    
    .container-section-desktop {
        display: none;
    }

    .container-search-result-desktop {
        display: none;
    }

    body {
        font-size: 16px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }
    
    .container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    /* Word section styling */
    /* .word-section {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border-radius: 12px;
        padding: 15px;
        background-color: #fff;
    } */
    
    .word-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .word-title-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
        flex-wrap: wrap;
    }
    
    .word-title {
        font-size: 2rem;
        font-weight: bold;
        margin-right: 10px;
        text-align: center;
    }
    
    /* .playButton {
        background: none;
        border: none;
        padding: 5px;
        margin-bottom: 15px;
    } */
    
    .word-badge {
        margin: 10px 0;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        color: white;
        display: inline-block;
    }
    
    
    .word-image {
        max-width: 70%;
        /* max-width: 250px; */
        height: auto;
        border-radius: 10px;
        margin: 10px auto;
        display: block;
    }
    
    .divider {
        height: 1px;
        background-color: #e9ecef;
        width: 100%;
        margin: 15px 0;
    }
    
    /* Content cards */
    /* .content-section {
        display: flex;
        flex-direction: column;
        gap: 15px;
    } */
    
    /* .content-card {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    } */
    
    .card-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 10px;
        color: #343a40;
        text-align: center;
    }
    
    ul {
        padding-left: 20px;
        margin: 0;
    }
    
    li {
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    /* Navigation controls */
    /* .navigation-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0;
    } */
    
    .nav-button {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #448c74;
        padding: 10px;
    }
    
    /* Action buttons */
    .action-button {
        padding: 8px 16px;
        border-radius: 6px;
        font-size: 0.9rem;
        font-weight: bold;
        margin: 5px 0;
        border: none;
    }
    
    .add-button {
        background-color: #448c74;
        color: white;
    }
    
    .remove-button {
        background-color: white;
        color: #dc3545;
        border: 1px solid #dc3545;
    }
    
    /* Pagination */
    .pagination-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 15px 0;
    }
    
    .page-item {
        margin: 0 2px;
    }
    
    .page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        text-decoration: none;
        color: #448c74;
        background-color: #f8f9fa;
        font-size: 0.9rem;
    }
    
    .page-item.active .page-link {
        background-color: #448c74;
        color: white;
    }
    
    /* Breadcrumb */
    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
        margin-bottom: 15px;
        list-style: none;
        font-size: 0.85rem;
    }
    
    .breadcrumb-item {
        display: flex;
        align-items: center;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        padding: 0 5px;
        color: #6c757d;
    }
    
    .breadcrumb-item a {
        color: #448c74;
        text-decoration: none;
    }
    
    .breadcrumb-item.active {
        color: #6c757d;
    }
    
    /* Search */
    .search-container {
        position: relative;
        margin: 15px 0;
    }
    
    .search-input {
        width: 100%;
        padding: 10px 40px 10px 15px;
        border-radius: 20px;
        border: 1px solid #ced4da;
        font-size: 0.9rem;
    }

    #section-mobile-device {
        
        margin: auto;
        background-color: #edf1f5;
        
        
    }











        /* Increase size of page numbers */
    .page-link {
        font-size: 1.2rem;
        padding: 0.5rem;
    }
    
    /* Increase size of navigation icons */
    .nav-button i {
        font-size: 2.5rem;
    }
    
    /* Add margins between navigation elements */
    .navigation-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px; /* Creates space between all child elements */
        margin: auto;
        width: 100%;
        border-radius: 28px;
        background-color: #edf1f5;
    }
    
    /* Add margins between page numbers */
    .page-item {
        margin: 0 5px;
    }




    .quizNum-section{
        width: 100%;
    }

    .quiz-page{
        width: 100%;
    }


}

@media (max-width: 900px) {
    .quizNum-section{
        width: 100%;
    }

    .quiz-page{
        width: 100%;
    }
}












@media (max-width: 800px) {
    .account-cont {
        min-height: 60vh;
    }

    
}

@media (max-width: 375px) {
    .mobile-button-start, .mobile-button-discover {
        width: 50%;
        margin: auto;
        padding-right: 5.5rem !important; 
        padding-left: 5.5rem !important;
    }
}



@media (min-width: 577px) {
    .mobile-word-level {
        display: none;
    }

    .desktop-word-level{
        display: block;
    }
}





@media (min-width: 768px) {
    .mobile-container-quiz {
        display: none;
    }
    .web-container-quiz {
        display: block;
    }
}

@media (max-width: 767px) {
    .web-container-quiz {
        display: none;
    }

    .mobile-container-quiz {
        display: block;
    }
}
