/* =========================================================
   SSSF INDIA
   COMMON COURSE DETAIL PAGE CSS
========================================================= */

.course-detail-section {
    padding: 70px 0 90px;
    background: #f8f4ed;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.course-detail-content {
    background: #ffffff;
    border: 1px solid #e6e0d8;
    border-radius: 16px;
    padding: 30px;
}


/* =========================================================
   COURSE HEADER
========================================================= */

.course-detail-header {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e4dc;
}

.course-detail-label {
    display: inline-flex;
    align-items: center;

    padding: 6px 11px;

    border-radius: 30px;

    background: #f2eee7;
    color: #df273b;

    /*font-size: 9px;*/
    font-weight: 700;

    letter-spacing: .5px;
}

.course-detail-header h2 {
    margin: 14px 0 10px;

    color: #10172a;

    /*font-family:
        Georgia,
        "Times New Roman",
        serif;*/

    /*font-size: 32px;*/
    line-height: 1.2;

    font-weight: 700;
}

.course-detail-intro {
    margin: 0;

    color: #646871;

    /*font-size: 14px;*/
    line-height: 1.75;
}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.course-detail-block {
    margin-bottom: 32px;
}

.course-detail-block:last-child {
    margin-bottom: 0;
}

.course-detail-block h3 {
    position: relative;

    margin: 0 0 14px;

    padding-left: 15px;

    color: #10172a;

    /*font-family:
        Georgia,
        "Times New Roman",
        serif;*/

    /*font-size: 21px;*/
    line-height: 1.3;

    font-weight: 700;
}

.course-detail-block h3::before {
    content: "";

    position: absolute;

    left: 0;
    top: 3px;

    width: 4px;
    height: 22px;

    border-radius: 5px;

    background: #df273b;
}

.course-detail-block p {
    margin: 0 0 12px;

    color: #62666e;

    /*font-size: 13px;*/
    line-height: 1.75;
}

.course-detail-block p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   COURSE LIST
========================================================= */

.course-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.course-list li {
    position: relative;

    margin-bottom: 10px;

    padding-left: 23px;

    color: #555a63;

    /*font-size: 13px;*/
    line-height: 1.6;
}

.course-list li:last-child {
    margin-bottom: 0;
}

.course-list li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 1px;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f2eee7;
    color: #df273b;

    /*font-size: 9px;*/
    font-weight: 700;
}


/* =========================================================
   INFO BOX
========================================================= */

.course-info-box {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 15px;

    padding: 14px 16px;

    background: #f8f4ed;

    border: 1px solid #e7e1d8;

    border-radius: 10px;

    color: #4e535b;

    /*font-size: 13px;*/
}

.course-info-box strong {
    color: #10172a;
}


/* =========================================================
   NOTE
========================================================= */

.course-note {
    padding: 12px 14px;

    background: #faf8f4;

    border-left: 3px solid #df273b;

    /*font-size: 12px !important;*/
}


/* =========================================================
   FACULTY
========================================================= */

.faculty-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin-top: 16px;

    padding: 17px;

    background: #faf8f4;

    border: 1px solid #e8e3db;

    border-radius: 12px;
}

.faculty-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #10172a;
    color: #ffffff;

    /*font-size: 18px;*/
    font-weight: 700;
}

.faculty-content h4 {
    margin: 0 0 5px;

    color: #10172a;

/*    font-family:
        Georgia,
        "Times New Roman",
        serif;*/

    /*font-size: 16px;*/
}

.faculty-content p {
    margin: 0;

    /*font-size: 12px;*/
    line-height: 1.6;
}


/* =========================================================
   RIGHT ENQUIRY CARD
========================================================= */

.course-enquiry-card {
    position: sticky;
    top: 25px;

    background: #ffffff;

    border: 1px solid #e3ddd5;

    border-radius: 16px;

    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(15, 28, 59, 0.07);
}


/* =========================================================
   ENQUIRY HEADER
========================================================= */

.course-enquiry-header {
    padding: 23px 22px;

    background: #10172a;

    color: #ffffff;
}

.course-enquiry-header > span {
    display: block;

    margin-bottom: 7px;

    color: #df273b;

    /*font-size: 9px;*/

    font-weight: 700;

    letter-spacing: .8px;
}

.course-enquiry-header h3 {
    margin: 0 0 8px;

    color: #ffffff;

   /* font-family:
        Georgia,
        "Times New Roman",
        serif;*/

    /*font-size: 22px;*/
    line-height: 1.25;
}

.course-enquiry-header p {
    margin: 0;

    color: rgba(255,255,255,.75);

    /*font-size: 11px;*/
    line-height: 1.6;
}


/* =========================================================
   FORM
========================================================= */

.course-enquiry-form {
    padding: 22px;
}

.course-enquiry-form .form-group {
    margin-bottom: 14px;
}

.course-enquiry-form label {
    display: block;

    margin-bottom: 6px;

    color: #303641;

    /*font-size: 11px;*/

    font-weight: 600;
}

.course-enquiry-form input,
.course-enquiry-form textarea,
.course-enquiry-form select {
    width: 100%;

    border: 1px solid #ddd8d0;

    background: #ffffff;

    color: #303641;

    border-radius: 7px;

    padding: 10px 11px;

    /*font-family: inherit;*/

    /*font-size: 11px;*/

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.course-enquiry-form input {
    height: 40px;
}

.course-enquiry-form textarea {
    min-height: 95px;

    resize: vertical;
}

.course-enquiry-form input:focus,
.course-enquiry-form textarea:focus,
.course-enquiry-form select:focus {
    border-color: #10172a;

    box-shadow:
        0 0 0 2px rgba(16, 23, 42, .06);
}

.course-enquiry-form input[readonly] {
    background: #f7f4ef;

    color: #666b72;

    cursor: not-allowed;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.course-enquiry-btn {
    width: 100%;

    min-height: 43px;

    margin-top: 3px;

    border: 0;

    border-radius: 7px;

    background: #df273b;

    color: #ffffff;

    /*font-size: 10px;*/

    font-weight: 700;

    letter-spacing: .3px;

    cursor: pointer;

    transition:
        background .25s ease,
        transform .25s ease;
}

.course-enquiry-btn:hover {
    background: #c91f32;

    transform: translateY(-1px);
}


/* =========================================================
   BREADCRUMB ADJUSTMENT
========================================================= */

.breadcrumbs h1 {
    /*font-size: 32px;*/
    line-height: 1.2;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .course-detail-section {
        padding: 55px 0 70px;
    }

    .course-detail-content {
        padding: 24px;
    }

    .course-detail-header h2 {
        /*font-size: 27px;*/
    }

    .course-detail-block h3 {
        /*font-size: 19px;*/
    }

    .course-enquiry-header {
        padding: 20px 18px;
    }

    .course-enquiry-form {
        padding: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .course-detail-section {
        padding: 40px 0 55px;
    }

    .course-detail-content {
        padding: 20px;

        margin-bottom: 25px;
    }

    .course-detail-header h2 {
        /*font-size: 25px;*/
    }

    .course-detail-intro {
        /*font-size: 13px;*/
    }

    .course-detail-block {
        margin-bottom: 27px;
    }

    .course-detail-block h3 {
        /*font-size: 18px;*/
    }

    .course-detail-block p,
    .course-list li {
        /*font-size: 12px;*/
    }

    .course-enquiry-card {
        position: relative;
        top: auto;
    }

    .breadcrumbs h1 {
        /*font-size: 25px;*/
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .course-detail-content {
        padding: 17px;
    }

    .course-detail-header h2 {
        /*font-size: 22px;*/
    }

    .course-enquiry-header h3 {
        /*font-size: 20px;*/
    }

}



/* =========================================================
   COURSE DETAIL PAGE
========================================================= */

.course-detail-section {
    padding: 70px 0;
    background: #FEF2D8;
}

.course-detail-content {
    width: 100%;
}


/* =========================================================
   COURSE HEADER
========================================================= */

.course-detail-header {
    margin-bottom: 35px;
}

.course-detail-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    background: #FEF2D8;
    color: #0C4C0F;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: .3px;
    border: 1px solid rgba(12, 76, 15, 0.15);
}

.course-detail-header h2 {
    margin: 0 0 15px;
    color: #0C4C0F;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

.course-detail-intro {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CONTENT BLOCK
========================================================= */

.course-detail-block {
    margin-bottom: 35px;
}

.course-detail-block:last-child {
    margin-bottom: 0;
}

.course-detail-block h3 {
    position: relative;
    margin: 0 0 17px;
    padding-left: 15px;
    color: #0C4C0F;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
}

.course-detail-block h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 25px;
    background: #AC3E3E;
    border-radius: 3px;
}

.course-detail-block p {
    margin: 0 0 14px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.course-detail-block p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   COURSE LIST
========================================================= */

.course-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 28px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.course-list li:last-child {
    margin-bottom: 0;
}

.course-list li:before {
    content: "\eed8";
    position: absolute;
    left: 0;
    top: 1px;
    color: #AC3E3E;
    font-family: "IcoFont";
    font-size: 16px;
}

.course-list li strong {
    color: #0C4C0F;
}


/* =========================================================
   COURSE INFO BOX
========================================================= */

.course-info-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 16px 20px;
    background: #FEF2D8;
    border: 1px solid rgba(12, 76, 15, 0.15);
    border-left: 4px solid #0C4C0F;
    border-radius: 5px;
}

.course-info-box strong {
    color: #0C4C0F;
    font-size: 15px;
}

.course-info-box span {
    color: #555;
    font-size: 15px;
}


/* =========================================================
   COURSE NOTE
========================================================= */

.course-note {
    padding: 13px 16px;
    background: #FEF2D8;
    border-left: 3px solid #AC3E3E;
    color: #555 !important;
    font-size: 14px !important;
}


/* =========================================================
   FACULTY BOX
========================================================= */

.faculty-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 20px;
    background: #FEF2D8;
    border: 1px solid rgba(12, 76, 15, 0.15);
    border-radius: 6px;
}

.faculty-icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C4C0F;
    border-radius: 50%;
}

.faculty-icon span {
    color: #FEF2D8;
    font-size: 22px;
    font-weight: 700;
}

.faculty-content {
    flex: 1;
}

.faculty-content h4 {
    margin: 0 0 5px;
    color: #0C4C0F;
    font-size: 17px;
    font-weight: 600;
}

.faculty-content p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   RIGHT SIDE FORM
========================================================= */

.course-detail-section .sssf-enquiry-form {
    margin-top: 0;
}

.course-detail-section .form {
    width: 100%;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.breadcrumbs h1 {
    margin: 0;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .course-detail-section {
        padding: 55px 0;
    }

    .course-detail-header h2 {
        font-size: 28px;
    }

    .course-detail-block h3 {
        font-size: 21px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .course-detail-section {
        padding: 45px 0;
    }

    .course-detail-section .col-sm-7,
    .course-detail-section .col-sm-5 {
        width: 100%;
    }

    .course-detail-content {
        margin-bottom: 35px;
    }

    .course-detail-header {
        margin-bottom: 28px;
    }

    .course-detail-header h2 {
        font-size: 25px;
    }

    .course-detail-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .course-detail-block {
        margin-bottom: 28px;
    }

    .course-detail-block h3 {
        font-size: 20px;
    }

    .course-detail-block p,
    .course-list li {
        font-size: 14px;
    }

    .course-info-box {
        display: block;
    }

    .course-info-box strong,
    .course-info-box span {
        display: inline;
    }

    .faculty-box {
        align-items: flex-start;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .course-detail-section {
        padding: 35px 0;
    }

    .course-detail-header h2 {
        font-size: 23px;
    }

    .course-detail-label {
        font-size: 11px;
        padding: 6px 12px;
    }

    .course-detail-block h3 {
        font-size: 19px;
    }

    .faculty-box {
        gap: 12px;
        padding: 15px;
    }

    .faculty-icon {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
    }

    .faculty-icon span {
        font-size: 18px;
    }

}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* =========================================================
   WHY JOIN SSSF
========================================================= */

.sssf-why-join {
    position: relative;
    padding: 80px 0;
    /*background: #FEF2D8;*/
    overflow: hidden;
}


/* =========================================================
   LEFT INTRO
========================================================= */

.sssf-why-intro {
    position: relative;
    padding: 35px 35px 35px 0;
}

.sssf-why-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 15px;
    background: #0C4C0F;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
}

.sssf-why-intro h2 {
    margin: 0;
    color: #0C4C0F;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.sssf-why-line {
    width: 65px;
    height: 4px;
    margin: 22px 0;
    background: #AC3E3E;
    border-radius: 5px;
}

.sssf-why-question {
    margin: 0 0 20px;
    color: #AC3E3E;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.sssf-why-intro p {
    margin: 0 0 16px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.sssf-why-intro p strong {
    color: #0C4C0F;
}

.sssf-why-highlight {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 25px;
    padding: 20px;
    background: #fff;
    border-left: 4px solid #AC3E3E;
    box-shadow: 0 8px 25px rgba(12, 76, 15, .08);
    border-radius: 5px;
}

.sssf-why-highlight i {
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C4C0F;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
}

.sssf-why-highlight span {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}


/* =========================================================
   RIGHT HEADING
========================================================= */

.sssf-why-features {
    padding-left: 20px;
}

.sssf-why-heading {
    margin-bottom: 25px;
}

.sssf-why-heading span {
    display: block;
    margin-bottom: 7px;
    color: #AC3E3E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sssf-why-heading h3 {
    margin: 0;
    color: #0C4C0F;
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   FEATURE CARD
========================================================= */

.sssf-feature-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 150px;
    margin-bottom: 20px;
    padding: 23px 20px;
    background: #fff;
    border: 1px solid rgba(12, 76, 15, .08);
    border-radius: 7px;
    box-shadow: 0 7px 22px rgba(12, 76, 15, .07);
    transition: all .3s ease;
    overflow: hidden;
}

.sssf-feature-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0C4C0F;
}

.sssf-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(12, 76, 15, .13);
}

.sssf-feature-number {
    position: absolute;
    top: 8px;
    right: 12px;
    color: rgba(12, 76, 15, .08);
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}

.sssf-feature-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEF2D8;
    color: #AC3E3E;
    font-size: 20px;
    border-radius: 50%;
}

.sssf-feature-content {
    flex: 1;
    padding-right: 18px;
}

.sssf-feature-content h4 {
    margin: 0 0 7px;
    color: #0C4C0F;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

.sssf-feature-content p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   LEARNING STRIP
========================================================= */

.sssf-learning-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 22px 25px;
    background: #0C4C0F;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(12, 76, 15, .15);
}

.sssf-learning-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.sssf-learning-item i {
    font-size: 23px;
    color: #FEF2D8;
}

.sssf-learning-item strong {
    font-size: 17px;
    font-weight: 700;
}

.sssf-learning-number {
    font-size: 11px;
    color: #FEF2D8;
    font-weight: 700;
}

.sssf-learning-arrow {
    margin: 0 25px;
    color: #AC3E3E;
    font-size: 22px;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .sssf-why-join {
        padding: 60px 0;
    }

    .sssf-why-intro {
        padding-right: 15px;
    }

    .sssf-why-intro h2 {
        font-size: 30px;
    }

    .sssf-why-features {
        padding-left: 10px;
    }

    .sssf-why-heading h3 {
        font-size: 23px;
    }

    .sssf-learning-arrow {
        margin: 0 15px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .sssf-why-join {
        padding: 45px 0;
    }

    .sssf-why-intro {
        padding: 0;
        margin-bottom: 35px;
    }

    .sssf-why-intro h2 {
        font-size: 27px;
    }

    .sssf-why-question {
        font-size: 18px;
    }

    .sssf-why-features {
        padding-left: 0;
    }

    .sssf-why-heading h3 {
        font-size: 22px;
    }

    .sssf-feature-card {
        min-height: auto;
    }

    .sssf-learning-strip {
        display: block;
        padding: 20px;
    }

    .sssf-learning-item {
        justify-content: center;
        padding: 10px 0;
    }

    .sssf-learning-arrow {
        margin: 0;
        text-align: center;
        transform: rotate(90deg);
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .sssf-why-intro h2 {
        font-size: 24px;
    }

    .sssf-feature-card {
        padding: 20px 15px;
    }

    .sssf-feature-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .sssf-feature-content h4 {
        font-size: 15px;
    }

    .sssf-feature-content p {
        font-size: 12px;
    }

}









/* =========================================================
   WHY DO THIS COURSE
========================================================= */

.sssf-why-course {
    position: relative;
    padding: 40px 0;
    background: #FEF2D8;
    overflow: hidden;
}


/* =========================================================
   TOP HEADING
========================================================= */

.sssf-why-course-heading {
    max-width: 760px;
    margin-bottom: 45px;
}

.sssf-why-course-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #AC3E3E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sssf-why-course-heading h2 {
    margin: 0;
    color: #0C4C0F;
    font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
}


/* =========================================================
   LEFT INTRO
========================================================= */

.sssf-why-course-intro {
    position: relative;
    height: 100%;
    padding: 38px 35px;
    background: #FEF2D8;
    border-radius: 8px;
    border-top: 5px solid #0C4C0F;
    box-shadow: 0 12px 35px rgba(12, 76, 15, .08);
}

.sssf-why-course-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #0C4C0F;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}

.sssf-why-course-intro h3 {
    margin: 0 0 18px;
    color: #0C4C0F;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
}

.sssf-why-course-intro > p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   TIME NOTE
========================================================= */

.sssf-time-note {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 28px;
    padding: 17px 18px;
    background: #fff;
    border-left: 4px solid #AC3E3E;
    border-radius: 4px;
}

.sssf-time-note i {
    color: #AC3E3E;
    font-size: 25px;
}

.sssf-time-note strong {
    color: #0C4C0F;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   EMERGENCY PANEL
========================================================= */

.sssf-emergency-panel {
    height: 100%;
    padding: 32px 30px;
    background: #0C4C0F;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(12, 76, 15, .14);
}

.sssf-emergency-panel-heading {
    margin-bottom: 25px;
}

.sssf-emergency-panel-heading span {
    display: block;
    margin-bottom: 7px;
    color: #FEF2D8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sssf-emergency-panel-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   EMERGENCY LIST
========================================================= */

.sssf-emergency-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sssf-emergency-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 5px;
    transition: all .25s ease;
}

.sssf-emergency-item:hover {
    background: #FEF2D8;
    transform: translateY(-2px);
}

.sssf-emergency-item i {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AC3E3E;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
}

.sssf-emergency-item span {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.sssf-emergency-item:hover span {
    color: #0C4C0F;
}


/* =========================================================
   RESPONSE BRIDGE
========================================================= */

.sssf-response-bridge {
    margin-top: 60px;
    padding: 45px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.sssf-response-heading {
    text-align: center;
    margin-bottom: 35px;
}

.sssf-response-heading span {
    display: block;
    margin-bottom: 7px;
    color: #AC3E3E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sssf-response-heading h3 {
    margin: 0;
    color: #0C4C0F;
    font-size: 28px;
    font-weight: 700;
}


/* =========================================================
   RESPONSE FLOW
========================================================= */

.sssf-response-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.sssf-response-box {
    flex: 1;
    min-height: 170px;
    padding: 28px;
    border-radius: 7px;
}

.sss-response-theory {
    background: #FEF2D8;
    border-left: 5px solid #AC3E3E;
}

.sss-response-practice {
    background: #0C4C0F;
    border-left: 5px solid #AC3E3E;
}

.sssf-response-box small {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sss-response-theory small {
    color: #AC3E3E;
}

.sss-response-practice small {
    color: #FEF2D8;
}

.sssf-response-quote {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.sss-response-theory .sssf-response-quote {
    color: #0C4C0F;
}

.sss-response-practice .sssf-response-quote {
    color: #fff;
}

.sssf-response-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.sss-response-theory p {
    color: #666;
}

.sss-response-practice p {
    color: rgba(255,255,255,.8);
}


/* =========================================================
   RESPONSE ARROW
========================================================= */

.sssf-response-arrow {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AC3E3E;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(172, 62, 62, .2);
}


/* =========================================================
   RESPONSE DESCRIPTION
========================================================= */

.sssf-response-description {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 22px;
    background: #fff;
    border-top: 2px solid #0C4C0F;
}

.sssf-response-description i {
    flex: 0 0 25px;
    color: #0C4C0F;
    font-size: 23px;
}

.sssf-response-description p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .sssf-why-course {
        padding: 65px 0;
    }

    .sssf-why-course-heading h2 {
        font-size: 30px;
    }

    .sssf-why-course-intro {
        padding: 30px 25px;
    }

    .sssf-emergency-panel {
        padding: 28px 22px;
    }

    .sssf-response-bridge {
        padding: 35px 25px;
    }

    .sssf-response-flow {
        gap: 15px;
    }

    .sssf-response-box {
        padding: 23px;
    }

    .sssf-response-quote {
        font-size: 17px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .sssf-why-course {
        padding: 45px 0;
    }

    .sssf-why-course-heading {
        margin-bottom: 30px;
    }

    .sssf-why-course-heading h2 {
        font-size: 26px;
    }

    .sssf-why-course-intro {
        height: auto;
        margin-bottom: 25px;
    }

    .sssf-emergency-panel {
        height: auto;
    }

    .sssf-emergency-list {
        grid-template-columns: 1fr;
    }

    .sssf-response-bridge {
        margin-top: 40px;
        padding: 28px 18px;
    }

    .sssf-response-flow {
        display: block;
    }

    .sssf-response-box {
        min-height: auto;
    }

    .sssf-response-arrow {
        margin: 15px auto;
        transform: rotate(90deg);
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .sssf-why-course-heading h2 {
        font-size: 23px;
    }

    .sssf-why-course-intro h3 {
        font-size: 21px;
    }

    .sssf-emergency-panel-heading h3 {
        font-size: 20px;
    }

    .sssf-response-heading h3 {
        font-size: 24px;
    }

    .sssf-response-quote {
        font-size: 17px;
    }

}

/* =========================================================
   WHAT WILL YOU LEARN
========================================================= */

.sssf-learn-section {
    padding: 40px 0;
    background: #FEF2D8;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.sssf-learn-heading {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

.sssf-learn-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #AC3E3E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sssf-learn-heading h2 {
    margin: 0 0 12px;
    color: #0C4C0F;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.sssf-learn-heading p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   LEARNING CARD
========================================================= */

.sssf-learn-card {
    position: relative;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    padding: 28px 28px 25px;
    background: #fff;
    border: 1px solid rgba(12, 76, 15, .08);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(12, 76, 15, .07);
    overflow: hidden;
    transition: all .3s ease;
}

.sssf-learn-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0C4C0F;
}

.sssf-learn-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(12, 76, 15, .12);
}


/* =========================================================
   CARD HEADER
========================================================= */

.sssf-learn-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.sssf-learn-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEF2D8;
    border: 1px solid rgba(172, 62, 62, .15);
    border-radius: 50%;
    font-size: 27px;
}

.sssf-learn-number {
    display: block;
    margin-bottom: 3px;
    color: #AC3E3E;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.sssf-learn-card-head h3 {
    margin: 0;
    color: #0C4C0F;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}


/* =========================================================
   LEARNING LIST
========================================================= */

.sssf-learn-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sssf-learn-card ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
}

.sssf-learn-card ul li:last-child {
    margin-bottom: 0;
}

.sssf-learn-card ul li:before {
    content: "\eed8";
    position: absolute;
    left: 0;
    top: 2px;
    color: #AC3E3E;
    font-family: "IcoFont";
    font-size: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .sssf-learn-section {
        padding: 65px 0;
    }

    .sssf-learn-heading h2 {
        font-size: 30px;
    }

    .sssf-learn-card {
        padding: 25px 22px;
    }

    .sssf-learn-card-head h3 {
        font-size: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .sssf-learn-section {
        padding: 50px 0;
    }

    .sssf-learn-heading {
        margin-bottom: 35px;
    }

    .sssf-learn-heading h2 {
        font-size: 26px;
    }

    .sssf-learn-heading p {
        font-size: 14px;
    }

    .sssf-learn-card {
        height: auto;
        margin-bottom: 20px;
        padding: 23px 20px;
    }

    .sssf-learn-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .sssf-learn-heading h2 {
        font-size: 23px;
    }

    .sssf-learn-card-head {
        gap: 12px;
    }

    .sssf-learn-card-head h3 {
        font-size: 17px;
    }

    .sssf-learn-card ul li {
        font-size: 13px;
    }

}

/* =========================================================
   WHAT MAKES SSSF DIFFERENT
========================================================= */

.sssf-difference-section {
    padding: 85px 0;
    background: #fff;
}

.sssf-difference-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.sssf-difference-heading span,
.sssf-needed-intro > span,
.sssf-needed-box-heading span,
.sssf-takeaway-heading span,
.sssf-final-message-content > span {
    display: inline-block;
    margin-bottom: 9px;
    color: #AC3E3E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sssf-difference-heading h2 {
    margin: 0 0 8px;
    color: #0C4C0F;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.sssf-difference-heading p {
    margin: 0;
    color: #666;
    font-size: 17px;
}


/* =========================================================
   LEARNING PATH
========================================================= */

.sssf-learning-path {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
}

.sssf-path-line {
    position: absolute;
    top: 31px;
    left: 7%;
    right: 7%;
    height: 2px;
    background: #d9e3d9;
}

.sssf-path-item {
    position: relative;
    z-index: 2;
    width: 16%;
    text-align: center;
}

.sssf-path-number {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 17px;
    background: #0C4C0F;
    border: 5px solid #fff;
    outline: 2px solid #0C4C0F;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(12, 76, 15, .15);
}

.sssf-path-content span {
    display: block;
    margin-bottom: 5px;
    color: #AC3E3E;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .8px;
}

.sssf-path-content h3 {
    margin: 0;
    color: #0C4C0F;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   CYCLE NOTE
========================================================= */

.sssf-cycle-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    max-width: 720px;
    margin: 45px auto 0;
    padding: 18px 22px;
    background: #FEF2D8;
    border-left: 4px solid #AC3E3E;
}

.sssf-cycle-note i {
    color: #0C4C0F;
    font-size: 22px;
}

.sssf-cycle-note p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   WHY IS COURSE NEEDED
========================================================= */

.sssf-needed-section {
    padding: 85px 0;
    background: #FEF2D8;
}

.sssf-needed-intro {
    padding-right: 35px;
}

.sssf-needed-intro h2 {
    margin: 0;
    color: #0C4C0F;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.sssf-needed-divider {
    width: 60px;
    height: 4px;
    margin: 20px 0;
    background: #AC3E3E;
    border-radius: 4px;
}

.sssf-needed-intro p {
    margin: 0 0 15px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   NEEDED BOX
========================================================= */

.sssf-needed-box {
    padding: 35px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(12, 76, 15, .08);
}

.sssf-needed-box-heading {
    margin-bottom: 25px;
}

.sssf-needed-box-heading h3 {
    margin: 0;
    color: #0C4C0F;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
}

.sssf-needed-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sssf-needed-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sssf-needed-item i {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C4C0F;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.sssf-needed-item span {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
}

.sssf-needed-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 16px;
    background: #FEF2D8;
    border-left: 4px solid #AC3E3E;
}

.sssf-needed-footer i {
    color: #AC3E3E;
    font-size: 21px;
}

.sssf-needed-footer strong {
    color: #0C4C0F;
    font-size: 14px;
}


/* =========================================================
   WHAT WILL YOU TAKE AWAY
========================================================= */

.sssf-takeaway-section {
    padding: 85px 0;
    background: #fff;
}

.sssf-takeaway-heading {
    margin-bottom: 45px;
    text-align: center;
}

.sssf-takeaway-heading h2 {
    margin: 0 0 10px;
    color: #0C4C0F;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.sssf-takeaway-heading p {
    margin: 0;
    color: #666;
    font-size: 15px;
}


/* =========================================================
   TAKEAWAY CARDS
========================================================= */

.sssf-takeaway-card {
    position: relative;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    padding: 30px 25px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    box-shadow: 0 7px 22px rgba(12, 76, 15, .06);
    overflow: hidden;
    transition: all .3s ease;
}

.sssf-takeaway-card:after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 90px;
    height: 90px;
    background: #FEF2D8;
    border-radius: 50%;
}

.sssf-takeaway-card:hover {
    transform: translateY(-5px);
    border-color: rgba(12, 76, 15, .18);
    box-shadow: 0 14px 30px rgba(12, 76, 15, .11);
}

.sssf-takeaway-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #0C4C0F;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
}

.sssf-takeaway-card > span {
    position: absolute;
    top: 25px;
    right: 22px;
    color: #AC3E3E;
    font-size: 12px;
    font-weight: 700;
}

.sssf-takeaway-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    color: #0C4C0F;
    font-size: 19px;
    font-weight: 700;
}

.sssf-takeaway-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   FINAL MESSAGE
========================================================= */

.sssf-final-message {
    margin-top: 45px;
    padding: 50px 35px;
    background: #0C4C0F;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(12, 76, 15, .15);
}

.sssf-final-message-content {
    max-width: 850px;
    margin: 0 auto;
}

.sssf-final-message-content > span {
    color: #FEF2D8;
}

.sssf-final-message-content h2 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
}

.sssf-final-message-content p {
    margin: 0 auto;
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   FINAL STEPS
========================================================= */

.sssf-final-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.sssf-final-steps span {
    display: inline-block;
    padding: 8px 13px;
    background: #FEF2D8;
    color: #0C4C0F;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}

.sssf-final-steps i {
    color: #AC3E3E;
    font-size: 18px;
}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (max-width: 991px) {

    .sssf-difference-section,
    .sssf-needed-section,
    .sssf-takeaway-section {
        padding: 65px 0;
    }

    .sssf-difference-heading h2,
    .sssf-needed-intro h2,
    .sssf-takeaway-heading h2 {
        font-size: 30px;
    }

    .sssf-path-content h3 {
        font-size: 12px;
    }

    .sssf-needed-intro {
        padding-right: 15px;
    }

    .sssf-needed-box {
        padding: 28px;
    }

    .sssf-final-message-content h2 {
        font-size: 28px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .sssf-difference-section,
    .sssf-needed-section,
    .sssf-takeaway-section {
        padding: 50px 0;
    }


    /* Learning Path */

    .sssf-learning-path {
        display: block;
    }

    .sssf-path-line {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .sssf-path-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 22px;
        text-align: left;
    }

    .sssf-path-item:last-child {
        margin-bottom: 0;
    }

    .sssf-path-number {
        flex: 0 0 62px;
        margin: 0 20px 0 0;
    }

    .sssf-path-content h3 {
        font-size: 14px;
    }


    /* Cycle */

    .sssf-cycle-note {
        align-items: flex-start;
        margin-top: 35px;
    }


    /* Needed */

    .sssf-needed-intro {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .sssf-needed-box {
        padding: 25px 20px;
    }

    .sssf-needed-list {
        grid-template-columns: 1fr;
    }


    /* Takeaway */

    .sssf-takeaway-heading {
        margin-bottom: 30px;
    }

    .sssf-takeaway-card {
        height: auto;
        margin-bottom: 20px;
    }


    /* Final */

    .sssf-final-message {
        margin-top: 30px;
        padding: 38px 20px;
    }

    .sssf-final-message-content h2 {
        font-size: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media only screen and (max-width: 480px) {

    .sssf-difference-heading h2,
    .sssf-needed-intro h2,
    .sssf-takeaway-heading h2 {
        font-size: 24px;
    }

    .sssf-needed-box-heading h3 {
        font-size: 18px;
    }

    .sssf-final-message-content h2 {
        font-size: 22px;
    }

    .sssf-final-steps {
        gap: 7px;
    }

    .sssf-final-steps span {
        padding: 7px 9px;
        font-size: 11px;
    }

    .sssf-final-steps i {
        font-size: 14px;
    }

}