/* =========================================================
   ECS Online B2-C1 Landing Page
   File: Online-Files.css
   ========================================================= */

.ecsLanding,
.ecsLanding * {
    box-sizing: border-box;
}

.ecsLanding {
    max-width: 1080px;
    margin: 0 auto;
    padding: 28px 38px 55px 38px;
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    color: #1f2430;
    font-size: 16px;
    line-height: 1.45;
}

.ecsLanding h1,
.ecsLanding h2,
.ecsLanding h3,
.ecsLanding p,
.ecsLanding ul,
.ecsLanding li {
    margin-top: 0;
}

.ecsLanding p {
    margin-bottom: 12px;
}

/* HERO */

.ecsHero {
    background: #ffffff;
    border-left: 8px solid #d93400;
    border-radius: 14px;
    padding: 34px 38px;
    margin: 0 0 28px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.ecsHero h1 {
    font-size: 40px;
    line-height: 1.12;
    color: #d93400;
    font-weight: 800;
    margin-bottom: 14px;
}

.ecsHero h2 {
    font-size: 24px;
    color: #2f3440;
    font-weight: 700;
    margin-bottom: 16px;
}

.ecsIntro {
    font-size: 17px;
    line-height: 1.55;
}

/* SECTIONS */

.ecsSection {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 34px;
    margin: 28px 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.10);
}

.ecsSection h2 {
    font-size: 28px;
    color: #2f3440;
    font-weight: 800;
    margin-bottom: 18px;
    padding-bottom: 11px;
    border-bottom: 2px solid #e5e5e5;
}

.ecsSection h2 i {
    color: #d93400;
    margin-right: 9px;
}

.ecsSection p {
    font-size: 16.4px;
    line-height: 1.52;
}

/* VISUAL BENEFIT CARDS */

.ecsBenefitGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.ecsBenefitCard {
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    border: 1px solid #dedede;
    border-radius: 14px;
    padding: 24px 24px 22px 24px;
    border-top: 6px solid #d93400;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
}

.ecsBenefitCard h3 {
    font-size: 21px;
    color: #2f3440;
    margin: 0 0 17px 0;
    line-height: 1.25;
    font-weight: 800;
}

.ecsBenefitCard h3 i {
    width: 42px;
    height: 42px;
    background: #d93400;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
}

/* icon bullet rows */

.ecsBenefitCard p {
    position: relative;
    padding: 9px 0 9px 38px;
    margin: 0;
    font-size: 15.9px;
    line-height: 1.35;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
}

.ecsBenefitCard p:last-child {
    border-bottom: 0;
}

.ecsBenefitCard p i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 24px;
    height: 24px;
    background: #1f7a45;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* SIMPLE ICON LIST */

.ecsSimpleList {
    margin-top: 18px;
}

.ecsSimpleList p {
    position: relative;
    padding: 11px 12px 11px 44px;
    margin-bottom: 9px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid #d93400;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 600;
}

.ecsSimpleList p i {
    position: absolute;
    left: 14px;
    top: 12px;
    color: #1f7a45;
}

/* PRICE */

.ecsPriceGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0;
}

.ecsPriceCard {
    background: #f8f8f8;
    border: 1px solid #dedede;
    border-radius: 12px;
    padding: 24px;
    border-top: 6px solid #d93400;
    box-shadow: 0 2px 7px rgba(0,0,0,0.05);
}

.ecsPriceCard h3 {
    color: #2f3440;
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-weight: 800;
}

.ecsPrice {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    color: #d93400;
    margin: 12px 0 14px 0;
}

.ecsNote {
    background: #fff5df;
    border-left: 6px solid #f2b632;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1.45;
    margin-top: 16px;
}

/* FORM */

.ecsFormBox {
    background: #2f3440;
    color: #ffffff;
    padding: 34px;
    border-radius: 14px;
    margin-top: 34px;
    border-top: 7px solid #d93400;
    box-shadow: 0 5px 16px rgba(0,0,0,0.18);
}

.ecsFormBox h2 {
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 13px;
}

.ecsFormBox h2 i {
    color: #f2b632;
    margin-right: 9px;
}

.ecsFormBox p {
    color: #ffffff;
    font-size: 16.5px;
    line-height: 1.5;
}

.ecsForm label {
    display: block;
    margin-top: 13px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
}

.ecsForm input,
.ecsForm textarea,
.ecsForm select {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 7px;
    font-size: 16px;
    font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

.ecsForm textarea {
    min-height: 88px;
    resize: vertical;
}

.ecsButton {
    background: #d93400;
    color: #ffffff;
    border: 0;
    padding: 14px 24px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.ecsButton:hover {
    background: #b92c00;
}

.ecsHiddenField {
    display: none;
}

/* OPTIONAL FUTURE ELEMENTS */

.ecsImageWrap {
    margin: 24px 0;
    text-align: center;
}

.ecsImageWrap img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.ecsHighlight {
    background: #fff5df;
    border-left: 6px solid #f2b632;
    border-radius: 9px;
    padding: 16px 18px;
    margin: 18px 0;
}

/* MOBILE */

@media (max-width: 768px) {

    .ecsLanding {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 14px 42px 14px !important;
        margin: 0 !important;
    }

    .ecsHero,
    .ecsSection,
    .ecsFormBox {
        padding: 22px 18px !important;
        margin: 18px 0 !important;
        border-radius: 11px !important;
    }

    .ecsHero h1 {
        font-size: 30px !important;
    }

    .ecsHero h2 {
        font-size: 21px !important;
    }

    .ecsSection h2,
    .ecsFormBox h2 {
        font-size: 22px !important;
    }

    .ecsBenefitGrid,
    .ecsPriceGrid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .ecsBenefitCard {
        padding: 20px 18px !important;
    }

    .ecsBenefitCard h3 {
        font-size: 18px !important;
    }

    .ecsBenefitCard h3 i {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .ecsPrice {
        font-size: 34px !important;
    }

    .ecsButton {
        width: 100% !important;
    }
}

/* FORCE LANDING PAGE TO USE FULL MOBILE WIDTH */
@media (max-width: 768px) {

    body {
        overflow-x: hidden !important;
    }

    .container,
    .Js_artCol-Content-Holder,
    .Js_VarCol-Content-Holder,
    .Js_VarCol-Content-TitleSPAN-ALL,
    .col-md-12,
    .col-sm-12,
    .col-xs-12 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ecsLanding {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 10px !important;
    }

    .ecsHero,
    .ecsSection,
    .ecsFormBox {
        width: 100% !important;
        max-width: 100% !important;
    }
}