:root {
    --primary-color: #07944f;
    --secondary-color: #07294d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #3b3f42;
    --light-blue-color: #4886ff;
    --light-green-color: #b5d56a;
    --light-red-color: #ff6f6f;
}

html, body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #6c757d;
    font-size: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    h1,h2,h3,h4,h5,h6{
        color: rgba(0, 0, 0, 0.8);
    }
.bg-dark-blue{
    background: #010648;
    color: #fff !important;
}
.bg-dark-blue h1,
.bg-dark-blue h2,
.bg-dark-blue h3,
.bg-dark-blue h4,
.bg-dark-blue h5,
.bg-dark-blue h6 {
    color: #fff !important;
}
.bg-dark-blue a{
    color: #fff !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
    color: #fff;
}

h1.text-white ,
h2.text-white ,
h3.text-white ,
h4.text-white ,
h5.text-white ,
h6.text-white ,
p.text-white {
    color: #fff;
}

.site-nav {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.site-nav nav{
    font-size: 18px;
    background-repeat: repeat-x;
    background-size: contain;
}

.site-nav nav .menu-btn {
    background: none;
    border: none;       
    padding: 0;        
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #fff; /* Adjust color */
}
.site-btn-primary{
    background: url(https://bs.rsu.edu.ng/portal/assets/img/bg/headbackgr.jpg);
    color: #fff;
}
.site-btn-primary:hover{
    background: #06713c;
    color: #fff;
}
.navbar-nav{
    width: 100%;
}

.navbar-nav .nav-item{
    padding: 10px 7px;

}
.navbar-nav .nav-item .nav-link{
   color: rgba(255, 255, 255, 0.9);
   position: relative;
}
.navbar-nav .nav-item .nav-link::before{
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #01e575;
    position: absolute;
    bottom: 4px;
    left: 2px;
    transition: all .4s ease;
}
.navbar-nav .nav-item .nav-link:hover::before{
    width: 60%;
}
.navbar-nav .nav-item .nav-link.active::before{
    width: 60%;
}
.navbar .actions-links, .navbar .actions-links a{
   color: rgba(255, 255, 255, 0.9);
   text-decoration: none;
}
.mobile-site-nav{
    width: 300px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0px;
    right: -300px;
    z-index: 999;
    transition: all .4s ease;
}
.show-modile-nav{
    right: 0px;
}
.show-modile-nav::before{
    content: "";
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
}
.mobile-site-nav .navbar {
    display: block;
    width: 100%;
    height: 100%;
}
.mobile-site-nav .navbar .mobile-nav-header{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    background: #fff;
}
.mobile-site-nav .navbar-brand {
    display: block;
    margin-bottom: 15px;
}
/* Remove default button styling */
.mobile-site-nav .navbar .mobile-nav-header .close-btn {
    background: none;
    border: none;       
    padding: 0;        
    cursor: pointer;    
}


.mobile-site-nav .navbar .mobile-nav-header .close-btn i {
    font-size: 2rem;
}

.mobile-site-nav .navbar .mobile-nav-body{
    padding: 20px 10px;
    background-color: #3b3963; 
    height: 100%;  
    overflow-y: auto; 
}
.mobile-site-nav .navbar .mobile-nav-body .nav .nav-item{
    padding: 10px 0px;
}
.mobile-site-nav .navbar .mobile-nav-body .nav .nav-item + .nav-item{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.mobile-site-nav .navbar .mobile-nav-body .nav .nav-item .nav-link{
    color: rgba(255, 255, 255, 0.9);;
}

main{
    margin-top: 99px;
    /* margin-bottom: 500px; */
    flex: 1;
}
.page-header{
    height: 40vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-header h1{
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
.site-breadcrumb{
    background: rgba(255, 255, 255, 0);
    line-height: normal;
}
.site-breadcrumb .breadcrumb{
    margin: 0px;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #fff;
    margin-top: 2px;
}
.site-breadcrumb .breadcrumb a{
    color: #fff;
}
.site-breadcrumb .breadcrumb .breadcrumb-item.active{
    color: #9f9f9f;
}
.owl-carousel-container {
    position: relative;
}

.carousel-controls {
    margin-top: 15px;
}

.carousel-controls .site-carousel-btn{
    width: 200px;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    outline: none;
    border: 2px solid transparent;
    font-weight: 500;

}

.carousel-controls .carousel-next{
    background: #000996;
    color: #fff;
}

.carousel-controls .carousel-previous{
    background: #fff;
    border: 1px solid #000996;
    color: #000996;
}

.site-carousel-indicators{
    display: flex;
    margin: 20px 0px;
}
.indicator{
    flex: 1;
    cursor: pointer;
    position: relative;
}
.indicator h5{
    text-align: center;
    color: #ccc;
}
.indicator span{
    width: 5px;
    height: 5px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #ccc;
    display: block;  
}
.indicator::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.indicator:first-child::before{
    width: 50%;
    left: 0;
    transform: translateX(0);
}
.indicator:last-child::before{
    background: #ccc;
    width: 150%;
    left: 25%;
    /*transform: translateX(-50%);*/

}
.indicator.viewed span{
    background: red;
}
.indicator.viewed::before{
    background: red;
}
.indicator.active h5{
    color: #6b6b6b;
}
/*.carousel-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.indicator {
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}*/

/*.indicator.viewed {
    background-color: #6c757d;
}

.indicator.active {
    background-color: #007bff;
}*/

.site-side-bar{
    position: sticky;
    top: 180px;
    background: #fff;

}
.error{
    width: 100%;
    margin-top: .25rem;
    margin-left: .50rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
    display: block;
}

label .req-fil-str{
    color: #de0000;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    bottom: -4px;
}
.disabled{
    opacity: .5;
}
/* Footer Styles */
.footer {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    margin-top: 5rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 10px;
}

.footer-links {
    margin: 20px 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-social a {
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

.footer-social a:hover {
    color: #007bff;
}

.footer-copyright {
    font-size: 14px;
    margin-top: 15px;
    color: #aaa;
}

.footer-social i {
    transition: color 0.3s;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .footer-social a {
        margin: 5px;
    }
}
.c-s-l-Erro{
    font-size: .9rem;
    background: #ff000045;
    color: #000;
}