/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Dec-2025, 10:12:42 pm
    Author     : Rohit
*/

div#main-wrapper {
    min-height: 100vh;
    position: relative;
}
.header-wrapper {
    padding: 30px 0;
    text-align: center;
}
.page-title-wrapper{
    background: #000B2C;
    color: #FFF;
    padding: 50px 0;
    margin-bottom: 50px;
}
.page-content-wrapper ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}
.page-content-wrapper li{
    margin-bottom: 5px;
}
.footer-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}