﻿/*==================================================
SECTION 2
==================================================*/

html,
body {
    margin: 0;
    padding: 0;
    background: #f4f6f8;
}


.section2-container {
    width: 100%;
    margin: auto;
    max-width: 1220px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0px 28px #5788f5c4;
    /*box-shadow: 0 12px 28px rgba(0,0,0,.08);*/
}




/*==================================================
HEADING
==================================================*/

.section2-heading {
    text-align: center;
    margin-bottom: 10px;
}

    .section2-heading h1 {
        /*font-size: 48px;
        font-weight: 800;
        color: #202020;
        margin-top: 0px;
        margin-bottom: 8px;*/
             font-size: 30px;
    font-weight: 700;
    color: #202020;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 0;
    }

    .section2-heading h2 {
        /*font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #0d47a1;
        text-transform: uppercase;
        margin: 12px 0;*/

           font-size: 20px;
    font-weight: 600;
    color: #004ca7;
    margin: 0;
    border-bottom: 1px solid #bdd6f5;
    padding-bottom: 12px;
    }

    .section2-heading p {
        font-size: 20px;
        font-weight: 600;
        color: #444;
        margin-bottom:0;
    }



/*==================================================
FLOW
==================================================*/

.business-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #004ca7;
}

    .business-flow span {
        white-space: nowrap;
    }



/*==================================================
FEATURE BOXES
==================================================*/

.concept-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px;
}

.concept-box {
       background: #e6edfd;
    border-top: 3px solid #2563eb;
    border-bottom: 3px solid #2563eb;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: .30s;
        box-shadow: 0 0 15px #94aadbc4;
}

    /*.concept-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,.10);
    }*/

    .concept-box h3 {
        font-size: 25px;
        color: #0d47a1;
        margin-bottom: 0;
        margin-top: 0;
    }

    .concept-box h4 {
        font-size: 20px;
    color: #404040;
    margin-bottom: 5px;
    margin-top: 6px;
    }

    .concept-box p {
  font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-top: 0;
    }



/*==================================================
SELF EMPOWERMENT
==================================================*/

.self-empowerment {
    /*background: linear-gradient(135deg,#0d47a1,#2563eb);*/
    color: #333333;
    border-radius: 18px;
    padding: 0px;
    text-align: center;
}

    .self-empowerment h3 {
          text-align: center;
    font-size: 25px;
    color: #222;
    margin-bottom: 6px;
    margin-top: 15px;
    }

    .self-empowerment p {
        max-width: 1080px;
        margin: auto;
        font-size: 17px;
    line-height: 1.5;
    }



/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:992px) {

    .section-container {
        padding: 30px 25px;
    }

    .concept-boxes {
        grid-template-columns: 1fr;
    }

    .business-flow {
        font-size: 17px;
    }
}

@media (max-width:768px) {

    .section2 {
        padding: 0 10px 25px;
    }

    .section-container {
        padding: 22px 18px;
    }

    .section2-heading h1 {
        font-size: 30px;
    }

    .section2-heading h2 {
        font-size: 16px;
    }

    .section2-heading p {
        font-size: 18px;
    }

    .business-flow {
        font-size: 15px;
        gap: 8px;
    }

    .concept-box {
        padding: 20px;
    }

        .concept-box h3 {
            font-size: 24px;
        }

        .concept-box h4 {
            font-size: 16px;
        }

        .concept-box p {
            font-size: 15px;
        }

    .self-empowerment {
        padding: 18px;
    }

        .self-empowerment h3 {
            font-size: 24px;
        }

        .self-empowerment p {
            font-size: 15px;
        }
}

/*==================================================
    RESPONSIVE CSS
==================================================*/

/* Large Desktop */
@media (min-width:1400px) {

    .section2-container {
        max-width: 1320px;
        padding: 25px 40px 55px;
    }

    .section2-heading h1 {
        font-size: 54px;
    }

    .section2-heading h2 {
        font-size: 22px;
    }

    .section2-heading p {
        font-size: 24px;
    }

    .business-flow {
        font-size: 26px;
        gap: 18px;
    }

    .concept-box {
        padding: 25px;
    }

        .concept-box h3 {
            font-size: 34px;
        }

        .concept-box h4 {
            font-size: 26px;
        }

        .concept-box p {
            font-size: 23px;
        }

    .self-empowerment h3 {
        font-size: 34px;
    }

    .self-empowerment p {
        font-size: 25px;
    }
}

/* Laptop */
@media (max-width:1199px) {

    .section2-container {
        max-width: 1140px;
        padding: 22px 30px 45px;
    }

    .section2-heading h1 {
        font-size: 42px;
    }

    .concept-box h3 {
        font-size: 28px;
    }

    .concept-box p {
        font-size: 20px;
    }
}

/* Tablet */
@media (max-width:991px) {

    .section2 {
        padding: 20px 15px;
    }

    .section2-container {
        padding: 22px;
        border-radius: 16px;
    }

    .section2-heading h1 {
        font-size: 34px;
    }

    .section2-heading h2 {
        font-size: 18px;
    }

    .section2-heading p {
        font-size: 18px;
    }

    .business-flow {
        font-size: 18px;
        gap: 10px;
        flex-direction: column;
    }

    .concept-boxes {
        grid-template-columns: 1fr;
    }

    .concept-box {
        padding: 20px;
    }

        .concept-box h3 {
            font-size: 26px;
        }

        .concept-box h4 {
            font-size: 20px;
        }

        .concept-box p {
            font-size: 17px;
            line-height: 1.6;
        }

    .self-empowerment {
        padding: 20px;
    }

        .self-empowerment h3 {
            font-size: 26px;
        }

        .self-empowerment p {
            font-size: 17px;
        }
}

/* Mobile */
@media (max-width:767px) {

    .section2 {
        padding: 18px 10px;
    }

    .section2-container {
        padding: 18px;
        border-radius: 14px;
    }

    .section2-heading {
        margin-bottom: 20px;
    }

        .section2-heading h1 {
            font-size: 28px;
            line-height: 1.3;
        }

        .section2-heading h2 {
            font-size: 16px;
            letter-spacing: 0.5px;
        }

        .section2-heading p {
            font-size: 16px;
        }

    .business-flow {
        flex-direction: column;
        gap: 8px;
        font-size: 16px;
    }

        .business-flow span {
            display: block;
        }

    .concept-box {
        padding: 18px;
        max-width: 350px;
    }

        .concept-box h3 {
            font-size: 22px;
        }

        .concept-box h4 {
            font-size: 18px;
        }

        .concept-box p {
            font-size: 15px;
            line-height: 1.6;
        }

    .self-empowerment {
        padding: 18px;
        max-width: 350px;
    }

        .self-empowerment h3 {
            font-size: 22px;
        }

        .self-empowerment p {
            font-size: 15px;
            line-height: 1.6;
        }
}

/* Small Mobile */
@media (max-width:575px) {

    .section2-container {
        padding: 15px;
    }

    .section2-heading h1 {
        font-size: 24px;
    }

    .section2-heading h2 {
        font-size: 15px;
    }

    .section2-heading p {
        font-size: 15px;
    }

    .business-flow {
        font-size: 14px;
    }

    .concept-box {
        padding: 15px;
    }

        .concept-box h3 {
            font-size: 20px;
        }

        .concept-box h4 {
            font-size: 17px;
        }

        .concept-box p {
            font-size: 14px;
        }

    .self-empowerment h3 {
        font-size: 20px;
    }

    .self-empowerment p {
        font-size: 14px;
    }
}

/* Extra Small Mobile */
@media (max-width:360px) {

    .section2-container {
        padding: 12px;
    }

    .section2-heading h1 {
        font-size: 22px;
    }

    .section2-heading h2 {
        font-size: 14px;
    }

    .section2-heading p {
        font-size: 14px;
    }

    .business-flow {
        font-size: 13px;
    }

    .concept-box h3 {
        font-size: 18px;
    }

    .concept-box h4 {
        font-size: 15px;
    }

    .concept-box p {
        font-size: 13px;
    }

    .self-empowerment h3 {
        font-size: 18px;
    }

    .self-empowerment p {
        font-size: 13px;
    }
}
