@charset "UTF-8";
:root{
    --primary-color: #e00707;
    --secondary-color: #000000;
    --background-color: #f5f5f5;
    --text-color: #2b2b2b;
}
html, body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #f5f5f5;
    color: #333333;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.center{text-align: center;}
#bst-app{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
#app-head,#app-body,#app-foot{position: relative;}
#app-head{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    position: sticky;
    top: 0;
    background-image: linear-gradient(146deg, #fafafa 30%, #e7e7e7, #fae7e7); 
    left: 0;
}

#app-head-bar{   
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 80%;
    margin: auto;
    padding: 10px 0 5px 0;
}
.bst-brand{
    position: relative;
}
.bst-app-nav nav{
    display: flex;
    gap: 20px;
    font-size: 1.2em;
}
.bst-app-nav nav a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.6sec ease-in-out;
}
.bst-app-nav nav a:hover{
    color: #fa0505;
    text-decoration: none;
    font-weight: 500;
}

#app-head-m-bar{
    display: none;
}
.bst-brand-frame{
    background-image: url("../icons/brand-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}
#app-body{
    min-height: 400px;
    width: 80%;
    margin: auto;
}
#app-foot{
    background-image: linear-gradient(281deg, #adadad46,#eeeeee33), url("../img/f-wall-decor.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position: left, bottom;
    width: 100%;
    height: auto;
    border-top: 1px solid #c3c3c3;
}
.f-panel{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 80%;
    margin: auto;
    padding-top: 30px;

}
.f-brand img{
    height: 60px;
    width: auto;
    filter: sepia(100%);
}
.f-panel nav{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-panel>div:last-child nav{
    display: flex;
    justify-content: start;
    flex-direction: row;
    font-size: 1.4em;
}
.f-item{
    text-align: left;
}

#credits{
    text-align: center;
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
    padding: 9px;

}
#brands{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 9px;
}
#brands img{
    height: 30px;
    width: auto;
}
#app-navigator-bar{display: none;}
#app-banner{
    background: linear-gradient(210deg, #f50404, #100f0f 40.35%);
    height: 450px;
    width: 100%;
    padding:30px;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items:center;

}
#app-banner>div:last-child{text-align: center;}
#app-banner h1{
    font-size: clamp(2em, 5vw, 4em);
}
#app-banner p{
    font-size: clamp(1.3em, 2.5vw, 1.8em);
    margin-top: 20px;
    line-height: 1.5em;
}
.pulse{
    animation-name: pulsate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes pulsate{
    0%{transform: scale(1);}
    100%{transform: scale(1.1);}
}

.app-section{
    margin: 40px 0;
    font-size: 1.13em;
}
.app-section h1{
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(2em, 5vw, 3em);
    background: linear-gradient(180deg, #010101 50.26%, #f20c0c 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.twin-layout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.twin-layout img{
    width: 100%;
    height: 70%;
}
.serv-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.serv-card>div{
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000029 inset;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
}
.serv-items{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.industry-item{
    margin: 35px 0;
    box-shadow: 0 0 10px #00000029;
    padding: 20px;
    border-radius: 4px;
}

.industry-item h2{
    font-size: 1.5em;
    margin-bottom: 5px;
    color:#ff0303;
}
.partner-item{
    margin: 35px 0;
    box-shadow: 0 0 10px #00000029;
    padding: 20px;
    border-radius: 4px;
    background-color: black;
    color:#c3c3c3
}

.section-header{
    text-align: center;
    margin-bottom: 40px;
}
.sec-h-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
article{
    line-height: 1.6em;
    margin: 35px 0;
    position: relative;
    background-color: #ffffff;
    padding: 35px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 5px;
}
.steps-layout{
    margin: 40px 0;
    
}
.step-panel{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
.step-item{
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 5px #00000025;
    border-radius: 5px;
    background-color: #e9f4fd;
}
.step-item h2{
    margin-top: 15px;
    color: #0b61a6;
}
.img-flex-layout{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.img-flex-layout img{
    width: 100px;
    height: auto;
    object-fit: contain;
}
.flex-twin-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.font-large{
    font-size: 1.3em;
}
.flex-twin-layout>div{
    flex: 1;
}
.bg-tint{
    background-color: #f0f8ff;
    padding: 20px;
    border-radius: 5px;
}
.vm-30{
    margin: 30px 0;
}
.light-marker{
    background-color: #ffffff;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 3px;
    color: #d10363;
}
.list-item-panel{
    margin: 20px 0;
    background-color: rgb(240, 240, 240);
}
.list-item-head{
   position: relative;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(156, 156, 156, 0.637);
}
.course-title{
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap: 15px;
    width: 70%;
}
.course-title-item1 h3{
    margin: 5px 0;
}
.toggle-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}
.course-title-item2{
    display: flex;  
    gap: 15px;
    align-items: center;
}
.item-open{
    display: none;
}
.list-item-content{
    padding: 30px 20px;
    display: none;
}
.list-item-content h4{
    margin: 5px 0 4px 0;
}
.list-item-content ul li, .list-item-content ol li{
    margin: 10px 0;
    line-height: 1.5em;
}
.list-bullet{
    list-style-type: square;
}
.frm-section{
    margin: 20px 0;
    background-color: #e1e8ee;
    padding:20px;
    border-radius: 5px;
    

}
.frm-section h2{
    margin-bottom: 5px 0;
}
#opr1, #opr2{
    font-weight: bold;
    font-size: 1.2rem;
    color:#777777c4;
    transform: rotate(20deg);
    display: inline-block;
}
.payment-panel{
    margin: auto;
    width: 60%;
    padding: 20px;
    border: 1px solid #afafaf;
    border-radius: 5px;
}
.payment-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ececec;
    margin: 10px;
    border-radius: 5px;
    padding:10px;
}
.payment-item span{
    overflow-x: auto;
}
.payment-item span + span{
    font-weight: bold;
    font-size: 1.1rem;
}
.payment-panel img{
    width:30px;
    height:31px;
    object-fit: contain;
}
.payment-address{
    text-align: center;
    margin: 25px;
    background-color: rgb(237, 255, 244);
    padding: 10px;
    border-radius: 5px;
}
.payment-address>div:last-child{
    overflow-x: auto;
}
.hints{
    font-size: 0.9em;
    color: #555555;
    margin-top: 5px;
}