:root {
    --brand-green: #9bd242; /* Primary green button/stats */
    --brand-dark: #2c2c2c;
    --brand-gray: #f8f9fa;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #4a4a4a;
}

/* Top Bar */
.top-bar {
    font-size: 0.8rem;
    color: #666;
    padding: 5px 0;
}
.top-bar a {
    color: #666;
    text-decoration: none;
    margin: 0 10px;
}

/* Navbar */
.custom-navbar {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 0;
}
.custom-navbar .nav-link {
    color: #fff !important;
    margin-left: 20px;
    font-weight: 500;
}
.navbar-brand {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar-brand img {
    height: 35px;
    margin-left: 10px;
}

.custom-navbar{
    background: rgba(0,0,0,0.3) !important;
    position: absolute;
    /*top: 0;*/
    left: 0;
    width: 100%;
    z-index: 999;
}
/* Hero Section */
/*.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('') center/cover no-repeat;
    padding: 80px 0;
    color: white;
}*/
.hero-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero-list {
    list-style: none;
    padding-left: 0;
}
.hero-list li {
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.hero-list li i {
    color: var(--brand-green);
    margin-right: 10px;
    font-size: 1.2rem;
}
.enrollment-card {
    /*background: #fff;*/
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.btn-brand {
    background-color: var(--brand-green);
    color: white;
    font-weight: 600;
    border: none;
    padding: 10px 30px;
    /*width: 100%;*/
    border-radius: 22px;
}
.btn-brand:hover {
    background-color: #8bc238;
    color: white;
}

/* Stats Bar */
.stats-bar {
    background-color: var(--brand-green);
    color: white;
    padding: 30px 0;
}
.stat-item {
    text-align: center;
    border-right: 3px solid rgb(255 252 252 / 58%);
}
.stat-item:last-child {
    border-right: none;
}
.stat-number {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Steps Section */
.steps-section {
    padding: 60px 0;
    background-color: #fff;
}
.step-img-container {
    position: relative;
    margin-bottom: 20px;
}
.step-img-container img {
    width: 100%;
    border-radius: 4px;
    opacity: 0.6;
}
.step-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: rgba(255,255,255,0.9);*/
    padding: 17px 33px;
    font-weight: 800;
    /* border-radius: 2px; */
    /* border: 1px solid #ddd; */
    font-size: 21px;
}

/* Features Section */
.features-section {
    background-color: var(--brand-gray);
    padding: 80px 0;
    text-align: center;
}
.feature-icon {
    font-size: 5rem;
    color: var(--brand-green);
    margin-bottom: 20px;
}

/* About Section */
.about-section {
    padding: 80px 0;
    background-color: #fff;
}
.license-img {
        max-width: 85%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

/* CTA Bottom */
.cta-bottom {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../image/behind-wheel-background.jpg') center/cover no-repeat;
    padding: 130px 0;
    color: white;
}
.cta-bottom h2 {
    font-weight: 700;
    margin: 0;
}

/* Footer */
footer {
    background-color: var(--brand-dark);
    color: #aaa;
    padding: 40px 0;
    text-align: center;
}
footer a {
    color: #aaa;
    text-decoration: underline;
    margin: 0 10px;
}

.register_form_wrapper {
    padding: 34px 0px;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.register_form {
    background-image: url(../image/Norton_seal01.png);
    background-position: 87% 92%;
    background-repeat: no-repeat, repeat;
    background-size: 130px 70px;
}

.colortext{
    color: #9dd345;
}
.textcss1{
    font-size: 25px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #4f5254 !important;
    font-size: 17px;
}

.enroll_text_css{
    font-size: 44px;
}
.footer_text_css{
    font-size: 20px;
    color: #fff;
}

 .top-bar{
    background: #7EE000;   /* green color */
    padding: 10px 0;
    font-size: 16px;
}

.top-bar-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome-text{
    color: #000;
    font-weight: 400;
}

.top-links{
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-links a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.top-links a:hover{
    color: #fff;
}

.top-links i{
    font-size: 13px;
    margin-right: 5px;
}

.divider{
    color: #000;
}

@media(max-width:768px){
    .top-bar-content{
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .top-links{
        flex-wrap: wrap;
        justify-content: center;
    }
}
