* {
    padding: 0px;
    margin: 0px;
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

}

body {
    background-color: #F9F9FC;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
    font-family: var(--font-family);

}

a {
    text-decoration: none !important;
    margin: 0px;
    padding: 0px;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none !important;
}

:root {
    --header_txt: #150E3EEE;
    --banner_bg: #F0F0FC;
    --font-family: "Inter", sans-serif;
    --font_size_one: 14px;
    --font-size_two: 22px;
    --font_size_three: 40px;
    --font_size_four: 12px;
    --font_size_five: 35px;
    --font_size_six: 10px;
    --font_size_seven: 8px;
    --font_size_eight: 24px;
    --font_size_nine: 20px;
}

.page_header {

    padding: 10px 0 10px 0;
    position: absolute;
    z-index: 2;
    right: 0;
    left: -56px;

    .navbar {
        .nav-item {
            margin: 0 10px;

            .nav-link {
                font-size: var(--font_size_four);
                font-weight: 700;
                color: var(--banner_bg) !important;
                font-family: var(--font-family);
            }
        }
    }

    .btn-sm {
        border: 1px solid #fff !important;
        background-color: transparent !important;
        color: var(--banner_bg);
        border-radius: 60px;
        width: 110px;
        font-family: var(--font-family);
        margin: 0 5px;
        font-size: var(--font_size_four);
        height: 35px;
    }

    #login_btn {
        background-color: #fff !important;
        color: var(--header_txt);
    }
}

.banner {
    /* background-color: var(--banner_bg); */
    background-image: url(../assets/images/banneer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 170px 0;
    position: relative;


    .icon_dv {
        gap: 35px
    }

    .damage_control:nth-child(2) {
        margin-top: 45px;
    }

    .damage_control {
        img {
            width: 64px;
            height: 64px;
            margin-bottom: 10px;
        }
    }

    .module_list {
        padding-top: 30px;
        text-align: center;

        .airline-btn {
            display: inline-flex;
            align-items: center;
            gap: 20px;
            padding: 22px 70px;
            border: 1.5px solid #fff;
            border-radius: 9999px;
            background-color: transparent;
            color: #fff;
            font-family: var(--font-family);
            font-size: var(--font_size_eight);
            font-weight: 500;
            box-shadow: 0 1px 3px rgba(59, 130, 246, 0.1);
            transition: all 0.25s ease;
            cursor: pointer;
            margin: 0 15px;
        }

        .airline-btn:hover {
            background-color: #fff;
            color: #072032;
        }

        .airline-btn img {
            width: 30px;
            height: 30px;
        }

    }

    .cclp_bnt_txt {
        h1 {
            font-size: var(--font_size_three);
            font-family: var(--font-family);
            font-weight: 700;
            margin-bottom: 15px;
            color: #fff;
            line-height: 50px;

            span {
                font-weight: 700;
                color: #fff;
            }
        }

        p {
            font-size: var(--font_size_nine);
            font-weight: 500;
            font-family: var(--font-family);
            margin-bottom: 35px;
            max-width: 450px;
            color: #fff;
        }

        h3 {
            font-family: var(--font-family);
            font-weight: 500;
            color: #fff;
        }
    }

    .curve_arrow_white {
        position: absolute;
        right: 0;
        transform: translate(-49px, 115px);
        bottom: 160px;
    }

    .revenue_shield {
        position: absolute;
        top: 0;
    }

}

.about_us {
    padding: 0px 0 50px 0;
    position: relative;

    .card {
        box-shadow: 0px 4px 20.6px 0px rgba(244, 244, 247, 1);
        border-radius: 15px;
        border: 1px solid #fff;
    }

    .about_us_content {
        gap: 35px;
        margin-top: -60px;
        position: absolute;
        right: 0;
        left: 0;
    }

    .damage_card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
        width: 450px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.3s ease;
        border-bottom: solid 5px #fff;
        cursor: pointer;
    }

    .damage_card_active {
        transform: translateY(-13px);
        border-bottom: solid 5px #1980E0;
    }

    .icon-box {
        background: #0d47ff;
        width: 70px;
        height: 70px;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -75px auto 35px;
    }

    .icon_box {
        background: #FCBF29;
    }

    .icon_boxs {
        background: #FD4E26;
    }

    .icon-box i {
        color: #fff;
        font-size: 32px;
    }

    .damage_card h3 {
        color: #1a1a1a;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .features {
        list-style: none;
        text-align: left;
        display: inline-block;
        margin-left: -75px;
    }

    .features li {
        margin-bottom: 10px;
        font-size: var(--font_size_one);
        color: #333;
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 500;
    }

    .features i {
        color: #fff;
        background-color: #00D566;
        font-size: var(--font_size_six);
        display: flex;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
    }

    .group_one {
        position: absolute;
        right: 0;
        bottom: -150px;
    }

    .group_two {
        position: absolute;
        left: 0;
        bottom: 0;
    }

}

.recovery_control {
    padding: 320px 0 70px 0;

    .title {
        h6 {
            background-color: #E6EDFD;
            color: #1980E0;
            display: inline-block;
            border-radius: 30px;
            padding: 10px 15px;
            width: 185px;
            text-align: center;
            font-size: var(--font_size_one);
            font-weight: 500;
            margin-bottom: 15px;
            font-family: var(--font-family);
        }

        h2 {
            font-size: var(--font_size_five);
            font-weight: 600;
            font-family: var(--font-family);
            margin-bottom: 35px;
        }

        .recover_span {
            font-style: italic;
            font-weight: 100 !important;
            font-family: var(--font-family);
        }
    }

    /* .accordion-button:not(.collapsed) {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .accordion-item {
        border: none !important;
        border-radius: 13px;
        box-shadow: 0px 4px 20.6px 0px rgba(246, 246, 249, 1);
    }

    .accordion-header {
        padding: 10px 25px 0;

        .accordion-button {
            font-size: var(--font_size_eight);
            color: #072032;
            font-weight: 600;
            padding: 15px 20px 5px;
        }
    }

    .accordion-body {
        padding: 10px 25px 20px 42px;

        ul {
            li {
                line-height: 35px;
                display: flex;
                align-items: center;
                gap: 15px;

                i {
                    color: #fff;
                    background-color: #1351D8;
                    font-size: var(--font_size_seven);
                    display: flex;
                    border-radius: 50px;
                    justify-content: center;
                    align-items: center;
                    width: 15px;
                    height: 15px;
                }
            }
        }
    }

    .accordion-button:focus {
        box-shadow: none !important;
        border: none !important;
    }

    .accordion-item {
        padding-bottom: 20px;
    } */

    .recovery_content {
        border: none !important;
        border-radius: 13px;
        box-shadow: 0px 4px 20.6px 0px rgba(246, 246, 249, 1);
        background-color: #fff;
        padding: 30px 35px;
        font-family: var(--font-family);
    }

    .recover_bg {
        width: 90%;
        padding-top: 25px;
    }

    .recovery-list {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 10px 0;
            font-size: var(--font_size_one);
            font-family: var(--font-family);

            span {
                width: 100%;
                font-size: 15px;
                color: #333;
                display: flex;
                gap: 10px;
                align-items: center;
            }
        }

        .list-header span {
            font-weight: 600;
            font-size: var(--font_size_eight) !important;
            color: #000;
            margin-top: 10px;
            font-family: var(--font-family);
            display: inline-block;
        }

        i {
            color: #fff;
            background-color: #1351D8;
            font-size: var(--font_size_seven);
            display: flex;
            border-radius: 50px;
            justify-content: center;
            align-items: center;
            width: 15px;
            height: 15px;
        }
    }



}

.industry_challenge {
    padding: 50px 0;
    background-color: #fff;

    h2 {
        margin-bottom: 25px;
        font-size: var(--font_size_five);
        font-weight: 600;
        font-family: var(--font-family);

        .hdng_span {
            font-weight: 100;
        }
    }

    p {
        color: #656C7A;
        font-size: var(--font_size_one);
        margin-bottom: 25px;
        font-weight: 500;
    }

    p:last-child {
        font-size: var(--font-size_two);
        margin-top: 25px;
        color: #000;
    }

    .challenge_list {
        span {
            border: solid 1px #656C7A;
            border-radius: 50px;
            width: 250px;
            margin: 10px 20px 10px 0;
        }

    }
}

/* .contact_us {
    padding: 50px 0;
    background-image: url(../assets/images/contact_dv_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;

    h2 {
        font-size: var(--font_size_five);
        font-weight: 600;
        font-family: var(--font-family);
        line-height: 45px;
        margin-bottom: 30px;
    }

    .contact_us_btn {
        border-radius: 50px;
        width: 180px;
        height: 50px;
        background-color: #1980E0;
    }
} */

.pg_footer {
    /* background-color: #2C365A; */
    background-image: url(./images/footer_bg.png);
    background-repeat: no-repeat;
    padding: 200px 0 10px 0;
    color: #ffff;
    background-color: #fff;
    position: relative;

    p {
        margin-top: 20px;
        color: #E2E9F5;
        font-size: var(--font_size_one);
    }

    .mail_dv {

        margin-bottom: 13px;

        img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
            filter: brightness(2.5);
        }

        p {
            margin-top: 0px !important;
            font-size: var(--font_size_one);
        }
    }

    h6 {
        font-size: var(--font_size_two);
        font-weight: 500;
        margin-bottom: 25px;
    }

    a {
        color: #E2E9F5 !important;
        font-weight: 300;
        font-size: var(--font_size_one);
    }

    .social_link {
        a {
            font-size: var(--font-size_two) !important;

            img {
                margin: 0 5px;
            }
        }
    }

    hr {
        background-color: #554488 !important;
    }

    .copyright_dv {
        p {
            margin-top: 0px !important;
        }
    }

    #login_btn {
        background-color: #fff !important;
        color: var(--header_txt);
    }

    .btn-sm {
        border: 1px solid #fff !important;
        background-color: transparent !important;
        color: var(--banner_bg);
        border-radius: 60px;
        width: 110px;
        font-family: var(--font-family);
        margin: 0 5px;
        font-size: var(--font_size_four);
        height: 35px;
    }

    h2 {
        font-size: 47px;
        font-weight: 600;
        font-family: var(--font-family);
        line-height: 58px;
        margin-bottom: 20px;
    }

    .contact_us_dv {
        margin-top: -50px;
        margin-bottom: 70px;
    }

    .group_three {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100px;
    }

}


@media only screen and (max-width: 768px) {
    .about_us_content {
        flex-wrap: wrap;
        gap: 30px !important;
        margin-top: 0px !important;
    }

    .about_us {
        .damage-card {
            margin: 0 10px;
        }
    }

    .recovery_control {
        text-align: center;

        .title {
            margin-top: 55px;
            text-align: center;
        }

        .accordion-body {
            flex-wrap: wrap;
        }
    }

    .industry_challenge {

        h2,
        p {
            text-align: center;
        }

        .challenge_list>div {
            flex-wrap: wrap;
            justify-content: center;
        }

        h2 {
            margin-top: 35px;
            margin-bottom: 20px !important;
        }

    }

    .pg_footer {
        text-align: center;
        background-color: #379BDF;
        background-image: none;
        padding: 100px 0 10px 0 !important;

        .mail_dv {
            justify-content: center;
        }

        h6 {
            margin-bottom: 15px;
        }

        .social_link {
            text-align: center !important;
            margin-top: 12px;

        }

        h2 {
            font-size: 40px;
        }
    }

    .banner {
        background-color: #379BDF;
        background-image: none;
        padding: 100px 0 50px 0;
        ;

        .module_list {
            flex-wrap: wrap;

            .airline-btn {
                margin: 10px !important;
                padding: 20px 90px;
                min-width: 290px;
            }
        }

        .icon_dv {
            justify-content: center;
        }

        .cclp_bnt_txt {
            margin-bottom: 25px;
        }

        h1,
        h3,
        p {
            text-align: center;
        }
    }

    .navbar-nav {
        flex-direction: row;
    }

    .btn_dv {
        margin-left: 0px !important;
    }

    .navbar-collapse {
        margin-top: 15px;
        padding: 15px;
        border-radius: 5px;
        background: linear-gradient(115.1deg, #379BDF -4.71%, #379bdf 91.2%);
    }

    .curve_arrow_white {
        display: none;
    }

    .page_header {
        left: 0;
    }

    .group_one, .group_three, .group_two{
        display: none;
    }
}


@media only screen and (max-width: 1280px) {
    .banner {
        .module_list {

            .airline-btn {
                gap: 0px;

            }
        }
    }
}

@media only screen and (max-width: 1440px) {
    .banner {
        /* background-position: inherit;
        background-size: contain; */

        .module_list {
            display: flex;
            justify-content: center;

            .airline-btn {
                gap: 15px;
                margin: 0 10px 0 0;
                padding: 15px 70px;
            }
        }
    }

    .about_us {
        padding: 70px 0 5px 0;

        .about_us_content {

            position: inherit;

        }
    }

    .recovery_control {
        padding: 80px 0 70px 0;
    }

    .pg_footer {
        background-position: center;
        padding: 210px 0 10px 0;
    }

}