body {
    padding-top: 76px;
}

.flex-1 {
    flex: 1;
}

img {
    max-width: 100%;
}

.text-ubuntu {
    font-family: "Ubuntu", sans-serif;
}

.text-poppins {
    font-family: "Poppins", sans-serif;
}

.text-roboto {
    font-family: "Roboto", sans-serif;
}

.section--home {
    padding-top: 25px;
    position: relative;
    background: linear-gradient(135deg, #3d53a00d 0%, #ffffff 100%);
    overflow: hidden;
    padding-bottom: 80px;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.img-effect {
    border-radius: 30px;
    box-shadow: 0 30px 80px color-mix(in srgb, #3d53a0, transparent 80%);
    transform: rotate(-2deg);
    transition: all 0.3s ease;
}

.img-shadow {
    border-radius: 30px;
    box-shadow: 0 30px 80px color-mix(in srgb, #3d53a0, transparent 80%);
}

.section-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: #2f3550;
    opacity: 0.6;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #3d53a0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {
    max-width: 100%;
}
.navbar-nav .menu-item.active a, .navbar-nav .menu-item.show a {
    color: #363f40;
}

.navbar {
    background: #fff;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.navbar-expand-lg .navbar-nav .menu-item a {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-item {
    display: flex;
}

.menu-item a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #363f40;
    font-weight: 400;
    padding: 18px 15px;
}

.menu-item a:hover {
    color: #3d53a0!important;
}

h1.heading {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1f2f31;
    font-family: "Ubuntu", sans-serif;
}

.text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #3e4350;
}

.card-box {
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(47, 53, 80, 0.2);
    border-radius: 12px;
    padding: 25px 15px;
    border: 1px solid #e5e5e5d4;
}

.card {
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid color-mix(in srgb, #2f3550, transparent 92%);
    margin-bottom: 2rem;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px color-mix(in srgb, #2f3550, transparent 88%);
    border-color: color-mix(in srgb, #3d53a0, transparent 80%);
}

.card:hover .card-icon {
    background: #3d53a0;
}
.card:hover .card-icon i{
    color: #eef1f8;
}

.bg-sec {
    background: linear-gradient(180deg, #f6f7fa 0%, #e7ebfb 100%);
}

.card-icon i {
    font-size: 2rem;
    color: #3d53a0;
}
.card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, #3d53a0, transparent 92%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.card-link {
    color: #3d53a0;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
}

a {
    color: #3d53a0;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.section-heading {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #1e2234, #3d53a0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.badge {
    background: color-mix(in srgb, #3d53a0, transparent 85%);
    color: #3d53a0;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
}

.how-works {
    background: #3d53a0;
    color: #fff;
    border-radius: 16px;
    padding: 20px 40px;
}

.how-works-text h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
}

.how-works-text p {
    color: #e7e7e7;
}

.text-gray {
    color: #363f40d4;
}

.bg-g {
    background: #f7f9f9;
}

.accordion-button:not(.collapsed) {
    color: #3d53a0;
    background:
            color-mix(in srgb, #3d53a0, transparent 85%);
}

.footer {

}
.footer-menu {
    text-align: center;
}