@charset 'UTF-8';
@media screen and (max-width: 1024px){

#app-body{
    width: 90%;
    margin: auto;
    height: auto;
    padding: 10px 0;
}

#app-head-bar{  display: none; }

#app-head-m-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: sticky;
    width: 90%;
    margin: auto;
    padding: 10px 0 5px 0;
}
.bst-brand-m-frame{
    background-image: url("../icons/brand-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.bst-brand-m{ position: relative;}
.bst-app-m-nav{
    position: relative;
}
.bst-app-m-nav nav{
    display: flex;
    gap: 15px;
    font-size: 1.2em;
}
.app-section{
    margin: 20px 0;
    font-size: 1.13em;
}
#app-foot{
    background-image: linear-gradient(180deg, #ecececde, #8b8b8b46), url("../img/f-wall-decor.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding:0;
    margin-bottom: 55px;
}

.f-panel{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 0;
    width: 90%;
    margin: auto;
    gap: 20px;
}
.f-panel>div:last-child nav{
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 1.4em;
}

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

#app-navigator-bar{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #353535;
}
.nav-items{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    width: 100%;
}

.nav-items a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-items a{display:flex; flex-direction:column; justify-content:center; align-items:center;}

#app-banner{
    height: 350px;
    width: 100%;
    height: auto;
    padding:20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: column;


}

.twin-layout{
     display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: column;
    gap: 25px;
}

.serv-card{
     display: flex;
    justify-content: space-between;
    align-items:center;
    flex-direction: column;
    gap: 25px;

}
.section-header{
    text-align: center;
    margin-bottom: 20px;
}
.hd-m-title{
    font-size: 1.2rem;
}
article{
    padding: 15px;
}
.flex-twin-layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.font-large{
    font-size: 1.15rem;
}
.space-link-btn {
    display:flex;
    gap: 15px 0;
    white-space: nowrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.course-title-item1 h3{
    margin: 1px 0;
}

.course-title{
    display: flex;
    align-items:start;
    flex-direction: column;
    gap: 10px;
    width: 80%;
}
.course-title-item2{
    display: flex;  
    gap: 15px;
    align-items: start;
}

.payment-panel{
    width: 90%;
    padding: 15px;

}



















     
}