/*==============================================
                 CUSTOM CSS 
==============================================*/

.tgmenu__nav .logo img, .fw-logo img, .offCanvas__logo img {
    max-height: 100px;
}
.transparent-header.header-style-2 .tc-header__area {
    background: rgb(0 0 0 / 70%);
}

.transparent-header.header-style-2 .tc-header__area.sticky-menu {
    background: rgb(40 40 40);
}

.footer-area.footer-area-two {
    background-image: url(./images/background/footer-bg-2a.jpg);
}

.footer-newsletter .btn {
    top:auto;
    bottom:0;
}

.footer-newsletter form input {
    border: 2px solid black;
}

@media (max-width: 991.98px) {
    .py-3 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 575px) {
    .page-header .container{
        padding-top: 40px;
    }
    .page-header {
        padding: 145px 0 40px 0;
    }
}

/*prophetic page */
.learning-path {
    background: #fffaf3;
    border-radius: 24px;
    padding: 40px 30px;
    margin: 40px 0;
    color: #061b3d;
}

.learning-path h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.learning-path .subtitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.learning-banner {
    background: #061b3d;
    color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}

.learning-banner span {
    color: #f1c232;
}

.path-line {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    position: relative;
    margin-bottom: 35px;
}

.path-card {
    flex: 1;
    background: #fffdf8;
    border: 2px solid;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
}

.path-card.green { border-color: #24a148; }
.path-card.gold { border-color: #e0ad19; }
.path-card.blue { border-color: #0067b1; }

.path-label {
    display: inline-block;
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 25px;
}

.green .path-label { background: #24a148; }
.gold .path-label { background: #e0ad19; }
.blue .path-label { background: #0067b1; }

.path-card h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.green h3 { color: #24a148; }
.gold h3 { color: #d9a400; }
.blue h3 { color: #0067b1; }

.path-card p {
    font-size: 17px;
    line-height: 1.5;
}

.path-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
}

.path-btn.green { background: #24a148; }
.path-btn.disabled {
    background: #d9e7f5;
    color: #06477d;
}

.how-it-works {
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 25px;
    background: #fffdf8;
    margin-top: 25px;
}

.how-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}

.steps {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.step {
    flex: 1;
    display: flex;
    gap: 14px;
}

.step-number {
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number.green { background: #24a148; }
.step-number.gold { background: #e0ad19; }
.step-number.blue { background: #0067b1; }

.step h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}

.step p {
    margin: 0;
    font-size: 15px;
}

.not-late {
    background: #eaf4ff;
    border-radius: 14px;
    padding: 18px 25px;
    margin-top: 25px;
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 18px;
}

.not-late strong {
    font-weight: 800;
}

/* Mobile */
@media (max-width: 768px) {
    .learning-path {
        padding: 28px 18px;
    }

    .learning-path h2 {
        font-size: 30px;
    }

    .learning-path .subtitle {
        font-size: 18px;
    }

    .learning-banner {
        font-size: 16px;
    }

    .path-line,
    .steps,
    .not-late {
        flex-direction: column;
    }

    .path-card {
        width: 100%;
    }

    .how-title {
        font-size: 20px;
    }
}
