body {
    background-color: #f2f8ff;
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.tab-pane
{
    margin-top:6%;
}

#moreText {
    display: none;
}

.icon-box:hover #moreText {
    display: inline;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    color: #2c4964;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
}

.card {
    width: 95%;
    height: 100%;
    border-radius: 15px;
}

.icon-box {
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardstartdiv {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 21px;
    color: #2c4964;
}

p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #2c4964;
    text-align: center;
}

.icon-box::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgb(8 126 232 / 20%);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
    z-index: -1;
}

.icon-box {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.card:hover {
    background: #1977cc;
    border-color: #1977cc;
    p

{
    color: white;
    font-weight: bolder;
}

h4 {
    color: white;
    font-weight: bolder;
}

.icon-box {
    background: white;
}

    .icon-box::before {
        background: rgb(255, 255, 255, 0.3);
    }

#moreText {
    display: inline;
}

#dotText {
    display: none;
}

}

.section-title {
    text-align: center;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: inline-block;
        position: relative;
        color: #2c4964;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: 50%;
            transform: translateX(-50%);
            width: var(--before-width, 200px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #1977cc;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
        }

    .section-title p {
        margin-bottom: 0;
    }

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

    #header.header-scrolled {
        top: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: #2c4964;
        }

        #header .logo img {
            max-height: 60px;
        }
