body {
    font-family: "Poppins", sans-serif;
}
a.btn.btn-success.Get-Started-Btn {
    position: absolute;
    right: 0;
}
/* HERO */
.hero-section {
    /* min-height: 100vh;   */
    position: relative;
}
section.hero-section {
    min-height: 635px;
}
section.hero-section h1.display-5{
    font-weight: 500;
}
section.hero-section p.sub-head {
    font-size: 20px;
}
section.hero-section p.lead.small {
    max-width: 450px;
    margin: 0 auto;
    font-size: 15px;
    /* min-width: 450px; */
}
.hero-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.btn-outline-main {
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid #ff6a00;
    color: white;
    text-decoration: none;
    display: inline-block;
}
h1.display-5 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.btn-outline-main:hover {
    background: #ff6a00;
    border-color: #ff6a00;
}

/* FEATURES */
.feature-card {
    border: 1px solid #a5a5a5;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
}
.feature-card p{
    margin: 0;
    font-size: 14px;
}
#free-assessment, #how-it-works, #Get-Started {
    padding-top: 85px;
    overflow: hidden;

}
#Get-Started{
    margin-top: 1px;
}
.image-box {
    width: 105px;
    display: inline-block;
    flex-shrink: 0;
}
#how-it-works {
    overflow: hidden;
    position: relative;
}
.BotImg {
    position: relative;
    min-height: 310px;
}
.BotImg img {
    position: absolute;
    right: 10px;
    bottom: -20px;
}

/* FORM */
.form-card {
    padding: 35px;
    border-radius: 20px;
    color: white;
    background: rgba(255, 255, 255, .3);
}

.form-card .form-control,
.form-card .form-select {
    border-radius: 50px;
    padding: 12px 20px;
}

/* INFO */
.info-card {
    background: rgba(255, 255, 255, .95);
    padding: 0px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    max-height: 588px;
    overflow: hidden;
}

/* FOOTER INFO BAR */
.footer-bar {
    background: #007f32;
}
.btn.btn-success {
    background: #007f32;
    border-color: #007f32;
}
.info-card h2 {
    font-weight: 600;
}
.free-assessment-bg{
    background-size: cover;
    background-repeat: no-repeat;
}
.BotOne {
    position: absolute;
    top: 0;
}
.BotTwo {
    position: absolute;
    right: 0;
    bottom: -108px;
}
.Logo img{
    max-width: 230px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.6rem;
    }
    .feature-card {
        padding: 40px 15px;
    }
    .form-card {
        padding: 35px 15;
    }
    a.btn.btn-success.Get-Started-Btn {
        position: static;
    }
    #navmenu {
        padding-top: 25px;
    }
    #free-assessment, #how-it-works {
    overflow: hidden;
}
}
