html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.hero-section {
    background-image: url("/frontend/images/bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.bg-right {
    background-color: #edeced;
    border: 1px solid #edeced;
}

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

.story {
    font-size: 18px !important;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.navigation button {
    min-width: 100px;
    margin: 0 5px;
}




/*******************************************/



.about-section {

    background-image: url("/frontend/images/6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;

}



.about-bg-center {
    /* background-color: #ddd8d4; */
    background-color: rgba(221, 216, 212, 0.7); /* 0.5 = 50% transparent */
    border: 1px solid #ddd8d4;
    min-height: 800px;

}

.about-heading {
    color: #26564b;
    font-size: 56px;
}


.mb-n3 { 
    margin-bottom: -75px;
}



/**********************************/


.dashboard-section {
    background-image: url("/frontend/images/dashboard.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}




/****************************************/


.qualifier-section {

    background-image: url("/frontend/images/7.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;

}



.quiz-section {

    background-image: url("/frontend/images/57.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;

}
