/* =========================================================
   OLIVESOFTS - SHARED COURSE TRAINING STYLES
   Used by:
   - Oracle Fusion Financials
   - Oracle Fusion SCM
   - Oracle Fusion HCM
   - Oracle Fusion Integration Cloud
   - Full Stack Developer Training

   Keep page-specific styles inside the individual page only.
========================================================= */


/* =========================================================
   HERO
========================================================= */

.hero-banner {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 100px;
    background: url('../images/images/webp.jpg') center / cover no-repeat;
}

.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .38);
}

.hero-banner .row {
    width: 100%;
    position: relative;
    z-index: 1;
}

.course-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.course-subtitle {
    max-width: 900px;
    margin: 15px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   COURSE INTRODUCTION
========================================================= */

.course-small-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #3F51B5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.course-intro-content {
    padding-right: 45px;
    text-align: left;
}

.course-intro-content h2,
.course-intro-content h3,
.course-intro-content p,
.course-intro-content ul,
.course-intro-content li {
    text-align: left !important;
}

.course-intro-content h2,
.course-intro-content h3 {
    max-width: 650px;
    line-height: 1.3;
    text-transform: none;
}

.course-intro-content p {
    max-width: 680px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   COURSE POINT LIST
========================================================= */

.course-intro-list {
    margin: 25px 0 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.course-intro-list li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 32px;
    line-height: 1.7;
    text-align: left;
}

.course-intro-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #3F51B5;
    font-weight: 700;
}


/* =========================================================
   FEATURE / ADVANTAGE CARDS
========================================================= */

.feature-card,
.advantage-card {
    height: 100%;
}

.feature-card .box-icon-leah-title {
    min-height: 48px;
}


/* =========================================================
   COURSE CURRICULUM TABS
========================================================= */

.course-tabs .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
}

.course-tabs .nav-item {
    margin-bottom: 8px;
}

.course-tabs .nav-link {
    min-width: 145px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
}

.curriculum-panel {
    padding-top: 20px;
}


/* =========================================================
   CURRICULUM BLOCKS
========================================================= */

.curriculum-block {
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .04);
}

.curriculum-block:last-child {
    margin-bottom: 0;
}

.curriculum-block h5 {
    margin-bottom: 14px;
    text-transform: none;
}

.curriculum-block ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.curriculum-block li {
    margin-bottom: 7px;
    line-height: 1.65;
}

.curriculum-block li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FULL-WIDTH TRAINING INFORMATION / ASSIST SECTIONS
========================================================= */

.training-assist-simple {
    width: 100%;
    max-width: 1100px;
}

.training-assist-simple h2 {
    margin-top: 5px;
    margin-bottom: 12px;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
}

.training-assist-intro {
    max-width: 850px;
    margin-bottom: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}

.training-assist-list {
    margin-top: 0;
    margin-bottom: 0;
}

.training-assist-list li {
    margin-bottom: 18px;
    line-height: 1.65;
    text-align: left;
}

.training-assist-list li strong {
    display: inline-block;
    margin-bottom: 2px;
    color: #333;
    font-size: 16px;
}

.training-assist-action {
    text-align: left;
}


/* =========================================================
   BATCH TIMINGS
========================================================= */

.batch-box {
    height: 100%;
    padding: 28px;
    border: 1px solid #ececec;
    border-radius: 6px;
    background: #3F51B5;
    color: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .04);
}

.batch-box h5 {
    margin-bottom: 18px;
    text-transform: none;
    color: #fff;
}

.batch-box ul {
    margin: 0;
    padding-left: 20px;
}

.batch-box li {
    margin-bottom: 12px;
    line-height: 1.6;
}


/* =========================================================
   CONTACT STRIP
========================================================= */

.contact-strip {
    padding: 28px;
    border-radius: 6px;
    background: #f7f7f7;
}

.contact-strip a {
    word-break: break-word;
}

.contact-detail {
    margin-bottom: 8px;
}

.contact-detail:last-child {
    margin-bottom: 0;
}


/* =========================================================
   COURSE FREE DEMO FORM
========================================================= */

.demo-form-card {
    width: 100%;
    max-width: 445px;
    margin-left: auto;
    padding: 22px 24px 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .07);
}


/* =========================================================
   DEMO FORM HEADER
========================================================= */

.demo-form-header {
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.demo-form-icon {
    width: 44px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #f4f5fb;
    color: #3F51B5;
    font-size: 21px;
}

.demo-form-header h3 {
    margin: 0 0 4px;
    color: #222222;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center !important;
    text-transform: none;
}

.demo-form-header p {
    max-width: 320px;
    margin: 0 auto;
    color: #777777;
    font-size: 13px;
    line-height: 1.55;
    text-align: center !important;
}


/* =========================================================
   DEMO FORM ALERTS
========================================================= */

.demo-form-card .alert {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12.5px;
    line-height: 1.5;
    text-align: left;
}

.demo-form-card .alert-success {
    color: #3c763d;
    background: #f6faf6;
    border-color: #d8e6d8;
}

.demo-form-card .alert-danger {
    color: #a94442;
    background: #fdf7f7;
    border-color: #ead5d5;
}


/* =========================================================
   DEMO FORM LAYOUT
========================================================= */

.demo-course-form {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.demo-course-form .row {
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: -4px;
}

.demo-course-form .row > div {
    padding-right: 4px;
    padding-left: 4px;
}

.demo-course-form .form-group {
    width: 100%;
    margin: 0 0 11px;
    text-align: left;
}

.demo-course-form .form-group label {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #333333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    text-align: left !important;
}

.demo-course-form .form-group label span {
    color: #d9534f;
}


/* =========================================================
   DEMO FORM INPUTS / SELECT
========================================================= */

.demo-course-form .form-control {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.demo-course-form .form-control::placeholder {
    color: #999999;
    opacity: 1;
}

.demo-course-form .form-control:hover {
    border-color: #c9c9c9;
}

.demo-course-form .form-control:focus {
    border-color: #3F51B5;
    box-shadow: 0 0 0 2px rgba(63, 81, 181, .08);
}

.demo-course-form select.form-control {
    width: 100%;
    padding-left: 12px;
    padding-right: 32px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
}


/* =========================================================
   DEMO FORM MOBILE NUMBER
========================================================= */

.mobile-input-wrapper {
    display: flex !important;
    align-items: stretch !important;
    width: 100%;
    gap: 0 !important;
}

.mobile-prefix {
    flex: 0 0 55px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid #dddddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: #f6f6f6;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
}

.mobile-input-wrapper .form-control {
    flex: 1;
    min-width: 0;
    border-radius: 0 4px 4px 0;
}


/* =========================================================
   DEMO FORM SUBMIT BUTTON
========================================================= */

.demo-submit-btn {
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    cursor: pointer;
    text-align: center;
}


/* =========================================================
   DEMO FORM FOOTER
========================================================= */

.demo-form-footer {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.demo-form-footer p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.demo-form-footer i {
    position: relative;
    top: 1px;
    margin-right: 3px;
    color: #555555;
    font-size: 14px;
}

.demo-form-footer a {
    margin-left: 3px;
    color: #333333;
    font-weight: 600;
}

.demo-form-footer a:hover {
    color: #3F51B5;
}


/* =========================================================
   DEMO FORM HONEYPOT
========================================================= */

.demo-honeypot {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {

    .hero-banner {
        height: auto;
        min-height: 280px;
        padding: 60px 25px;
    }

    .course-intro-content {
        padding-right: 0;
    }

    .demo-form-card {
        max-width: 100%;
        margin-top: 18px;
        margin-left: 0;
    }
}


/* =========================================================
   RESPONSIVE - SMALL TABLET
========================================================= */

@media (max-width: 767px) {

    .training-assist-list li {
        margin-bottom: 15px;
    }

    .training-assist-action {
        margin-top: 10px !important;
    }

    .demo-course-form .col-md-6 {
        width: 100%;
    }
}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 575px) {

    .hero-banner {
        padding: 50px 15px;
    }

    .course-tabs .nav-link {
        min-width: auto;
    }

    .curriculum-block {
        padding: 18px;
    }

    .demo-form-card {
        padding: 20px 18px 18px;
    }

    .demo-form-header {
        margin-bottom: 15px;
        padding-bottom: 12px;
    }

    .demo-form-header h3 {
        font-size: 20px;
    }

    .demo-form-header p {
        font-size: 12.5px;
    }

    .demo-course-form .form-group {
        margin-bottom: 10px;
    }

    .demo-form-footer {
        margin-top: 13px;
        padding-top: 11px;
    }
}
