﻿.pricing {
    margin-top: 100px;
}

.p_section_title h2 {
    font-family: var(--theme-font);
    text-align: center;
    font-size: 40px;
    font-style: normal;
}

.p_section_title p {
    font-family: var(--theme-font);
    text-align: center;
    font-weight: 500;
    color: #101828;
    font-size: 15px;
    margin-top: 20px;
}

.pricing .p_home .p_box {
    width: fit-content;
    margin: 0px auto;
    padding: 5px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    display: flex;
    font-family: var(--theme-font);
    font-size: 15px;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    margin-top: 35px;
}

.p_btn_dark {
    font-family: var(--theme-font);
    letter-spacing: 0.5px;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background: transparent;
    color: #3e3e3e;
    font-weight: 600;
    cursor: pointer;
}

.p-active-btn {
    color: #ffff;
    background-color: #265DF5;
}

.pricing .p_home .p_row {
    display: flex;
    justify-content: center;
    gap: 42px;
    margin: 100px auto;
}

    .pricing .p_home .p_row .p_col {
        width: 375px;
        min-height: 300px;
        border: 1px solid #e9e9e9;
        padding: 20px;
        border-radius: 10px;
        font-family: var(--theme-font);
    }

        .pricing .p_home .p_row .p_col h3 {
            font-size: 20px;
            color: #101828;
            font-family: var(--theme-font);
            text-align: center;
        }

        .pricing .p_home .p_row .p_col .price_ {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
        }

            .pricing .p_home .p_row .p_col .price_ h4 {
                font-size: 20px;
                color: #265DF5;
            }

        .pricing .p_home .p_row .p_col button {
            width: 100%;
            margin: 20px auto 0px;
            font-weight: 500;
            font-size: 15px;
        }

        .pricing .p_home .p_row .p_col small {
            display: block;
            margin-top: 6px;
            margin-bottom: 27px;
            text-align: center;
            font-size: 12px;
        }

        .p_col {
            transition: 300ms linear !important;
        }

.p_col:hover {
    transform : scale(105.50%) !important;
}

    .p_row_2 {
    display: flex;
    justify-content: space-between;
}

.pricing .p_home .p_row .p_col .p_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #265DF5;
    font-weight: 600;
}

.pricing .p_home .p_row .p_col .p_row_2 i {
    color: #265df5;
}

.pricing .p_home .p_row .p_col .p_flex span {
    font-size: 13px;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #265df5;
    border-radius: 50%;
    color: #265DF5;
    font-weight: 800;
}

.p_list ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--theme-font);
    margin: 20px auto 0px;
    letter-spacing: 0.5px;
}

.p_row_2 select {
    width: 100%;
    border: none;
    color: #345df5;
    background: transparent;
}

.p_row_2 select:focus {
    outline : none;
}

    .p_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .p_list ul i {
        color: #265df5;
    }

.disable,
.disable i {
    color: #949494;
}

    .disable i {
        color: #949494 !important;
    }

.active_list {
    background-color: #265df5;
    color: #fff !important;
    box-shadow: 0px 0px 5px 0px #818181a3, 0px 0px 6px 0px #9b9b9b;
    border: 1px solid #265df5 !important;
}

.active_list select {
    color :#ffff;
}

    .active_list select option {
           color: black;
    }

        .active_list .price_ h4 {
        color: #fff !important;
    }

    .active_list h3 {
        color: #fff !important;
    }

    .active_list .p_flex {
        color: #fff !important;
    }

        .active_list .p_flex span {
            border: 1px solid #ffff !important;
        }

    .active_list i {
        color: #fff !important;
    }

    .active_list button {
        background-color: #fff;
        color: #265df5 !important;
        font-weight: 600;
    }

    .active_list .price_ span {
        color: #fff !important;
        opacity: 0.7;
    }

.plantypeByUser {
    font-size: 12px !important;
}

.active_list .disable {
    color: #fff 50% !important;
}

        .active_list .disable i {
            color: #fff 50% !important;
        }

    .active_list ul span {
        color: #ffff !important;
    }

/*    .active_list {
        transform: scale(1.1) !important;
    }

        .active_list:hover {
            transform: scale(105.50%) !important;
        }*/

        .active_list button:hover {
            background : #ffff
        }

        .p_flex_close i {
            color: #949494 !important;
        }

.p_flex_close {
    font-family: var(--theme-font);
    font-size: 20px;
    color: #949494 !important;
    opacity: 0.7;
}

/* p_incude section ----------- */

.p_incude {
    margin: 80px auto;
}

    .p_incude .inc_row {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        gap: 30px;
        margin-top: 50px;
    }

        .p_incude .inc_row .inc_card {
            width: 388px;
            min-height: 300px;
            border: 2px solid black;
            border-radius: 20px;
        }

        .p_incude .inc_row .inc_card {
            padding: 70px 30px;
            display: flex;
            flex-direction: column;
            gap: 45px;
        }

            .p_incude .inc_row .inc_card:nth-child(2) {
                color: #fff !important;
                transform: scale(1) !important;
            }

                .p_incude .inc_row .inc_card:nth-child(2) h2 {
                    color: #fff !important;
                }

            .p_incude .inc_row .inc_card h2 {
                color: #101828;
                font-size: 30px;
                font-family: var(--theme-font);
            }

            .p_incude .inc_row .inc_card p {
                font-family: var(--theme-font);
                font-size: 16px;
                letter-spacing: 0.5px;
                font-weight: 400;
                line-height: 1.8;
                word-spacing: 2px;
            }

            .p_incude .inc_row .inc_card ul {
                display: flex;
                flex-direction: column;
                list-style: none;
                gap: 18px;
            }

                .p_incude .inc_row .inc_card ul li {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

                    .p_incude .inc_row .inc_card ul li img {
                        width: 33px !important;
                    }

                    .p_incude .inc_row .inc_card ul li p {
                        font-weight: 600 !important;
                        line-height: 1.6;
                        width: 100%;
                    }

/* .leads_section ------------------- */

.leads_section {
    width: 100%;
    height: auto;
}

    .leads_section .leads_row {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
    }

        .leads_section .leads_row .p_section_title h2 {
            text-align: start;
            width: 65%;
            font-size: 51px;
            line-height: 1.5;
        }

            .leads_section .leads_row .p_section_title h2 span {
                color: #265df5;
                font-size: 40px;
                line-height: 1.7;
            }

.leads_cards_row {
    display: flex;
    gap: 20px;
    align-items: start;
    position: relative;
}

._leads_cards {
    box-shadow: 0px 0px 3px 0px #e8e8e8, 0px 0px 7px 0px #d0d0d0;
    padding: 22px;
    margin: 10px 0px;
    width: 500px;
    height: auto;
    border-radius: 10px;
}

._leads_cards_right:nth-child(2) {
    position: relative;
    top: -52px;
    /* background-color: red !important; */
}

._card_head {
    display: flex;
    gap: 10px;
}

._leads_cards img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

._card_head h3 {
    font-family: var(--theme-font);
    font-size: 15px;
    font-style: normal;
}

._card_head a {
    font-family: var(--theme-font);
    font-size: 13px;
    text-decoration: none;
    color: #265df5;
    font-weight: 600
}

._card_body {
    font-family: var(--theme-font);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 500;
}

._hide_card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 165px;
    background-color: #ffffffc9;
}

/* _linkedin_card_row "" -------------- */
._linkedin_oute {
    background-color: #F3F6FF;
    padding: 100px 0px;
    height: auto;
    min-height: auto;
}

.fast_row {
    margin-top: 80px;
}

._linkedin_card_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 50px;
    justify-content: center;
}

.card_1 {
    background-color: #0A3948;
}

.card_2 {
    background-color: #0C4C88;
}

.card_3 {
    background-color: #265df5;
}

.card_4 {
    background-color: #2B0C88;
}



._linkedin_card_ {
    width: 18.5%;
    min-height: 300px;
    border-radius: 15px;
    /* background-color: #0A3948; */
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    ._linkedin_card_ ._fast h4 {
        font-size: 42px;
        font-weight: 500;
    }

._down {
    position: relative;
    top: 35px;
}

._linkedin_card_ ._fast {
    color: #ffff;
    font-family: var(--theme-font);
    line-height: 1.5;
    font-size: 18px;
}

._linkedin_card_ ._last {
    color: #ffff;
    font-family: var(--theme-font);
    font-size: 14px;
}

._light {
    background-color: #ffff;
    color: #265df5 !important;
}

._linkedin_card_ ._light ._fast {
    color: #265df5 !important;
}

.profile_view {
    margin: 100px auto;
    width: 100%;
    height: auto;
}

.profile_row_ {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .profile_row_ .profile_col_ {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

        .profile_row_ .profile_col_ h4 {
            color: #101828;
            font-weight: 600;
            line-height: 1.9;
            width: 64%;
            font-size: 18px;
            font-style: normal;
            font-family: var(--theme-font);
        }

            .profile_row_ .profile_col_ h4 span {
                font-size: 18px;
            }

        .profile_row_ .profile_col_ h3 {
            font-family: var(--theme-font);
            color: #101828;
            font-size: 18px;
            font-weight: 500;
        }

        .profile_row_ .profile_col_ p {
            color: #939393;
            font-size: 15px;
            font-weight: 400;
            width: 75%;
            line-height: 1.6;
            font-family: var(--theme-font);
        }


/* asked_quction_col  asked_quction_row ---------- */

.faq {
    width: 100%;
    height: auto;
    margin: 100px auto;
}

.faq-row {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 70px;
    justify-content : center;
    align-items: baseline;
    flex-wrap : wrap;
}

.faq-col {
    width: 45%;
    padding: 20px;
    border: 1px solid #8F9EC6;
    border-radius: 6px;
    font-family: var(--theme-font);
    font-size: 15px;
}

.question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
}

.answer {
    margin-top: 25px;
    display: none;
    transition: all 0.3s ease;
}

.coma {
    display : block;
    width : 60px;
}

.BusinessPlan {
    color: #ffff;
    background-color: #265DF5;
}

    .BusinessPlan:hover {
        background-color: transparent;
        color: #265df5;
        border: 1px solid #265df5;
    }

.plan_btn {
    border-radius: 6px;
    transition: 200ms linear;
    border: 1px solid #ffffff;
}

.advanceplan:hover {
    background: #265df5;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.freePlan {
    border: 1px solid #265df5;
    transition: 200ms linear;
}

    .freePlan:hover {
        background: #265df5;
        color : #ffffff;
    }

.currancy {
    width: fit-content;
    margin-left: auto;
    margin-right: 60px;
    margin-bottom: 26px;
}

    .currancy select {
        border: 1px solid #bbb4b4;
        padding: 6px 3px;
        border-radius: 4px;
    }

.currancy select:focus {
    outline : none;
}