body {
    font-family: 'Metropolis', sans-serif;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f9ff+100 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f9ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 100vh;
    color: #0d1b2a;
}

.navbar-brand {
    font-weight: bold;
    color: #2f80ed;
    font-size: 1.5rem;
}

.btn-signup {
    background-color: #eaf3fc;
    color: #2f80ed;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    box-shadow: 0px 4px 12px rgba(47, 128, 237, 0.2);
}

.hero-title {
    font-size: 60px;
    color: #001339;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}


.hero-subtitle {
    font-size: 1rem;
    color: #6c757d;
}

.search-bar {
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 48px 12px 16px; /* left padding = icon space */
    border-radius: 100px;
    background: var(--Gradient-Searchbar-Default, linear-gradient(90deg, var(--Tertiary-Default, #D9ECFF) 0%, var(--Secondary-White, #FFF) 122.08%));
    height: 55px;
    border: 0;
}

.search-wrapper {
    max-width: 590px;
    margin: 0 auto;
    position: relative;
}


.search-icon-svg {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
}


.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #2f80ed;
    font-size: 1.2rem;
}

.feature-buttons .btn {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #f9fbfd;
    border: 1px solid #dce4ec;
    font-size: 14px;
    color: #1e3050;
    white-space: nowrap;
}

.feature-buttons .btn:hover {
    border: 1px solid #E5F2FF;
    background: #E5F2FF;
}

.feature-buttons {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 100px;
}

.sapius-navbar {
    background-color: transparent !important;
}

.sapius-menu ul li a {
    color: #002040 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.3s ease; /* 👈 Smooth transition */
}

.sapius-menu ul li a:hover {
    font-size: 16px;
    font-weight: 700;
}

.sapius-menu ul li a.active {
    font-size: 16px;
    font-weight: 700;
}

.sapius-menu ul li .btn-signup {
    background: #D9ECFF;
    box-shadow: 0 7px 29px 0 rgba(0, 127, 255, 0.10);
    font-weight: 500;
    color: #002040;
}
.sapius-menu ul li .btn-signup:hover {
    background: #339fff;
    color: #FFFFFF;

}
.sidebar {
    position: fixed;
    top: 0;
    left: -325px;
    width: 325px;
    height: 100vh;
    background-color: #fff;
    transition: left 0.3s ease;
    z-index: 1050;

    display: flex;
    flex-direction: column;
    padding: 40px 32px 40px;
}

.sidebar.active {
    left: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: var(--Gradient-Left-Menu-Overlay, linear-gradient(243deg, var(--Tertiary-Extra-Light, rgba(242, 249, 255, 0.73)) 0%, var(--Tertiary-Darker, rgba(191, 223, 255, 0.73)) 84.58%));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

#closeSidebar {
    font-size: 2.1rem;
    line-height: 1;
    border: none;
    background: none;
    color: #007FFF;
    font-weight: 100;
}

.left-mob-menu {
    padding-right: 25px;
    cursor: pointer;
}

.btn-chr {
    border-radius: 100px;
    background: #006CD9;
    /* Shadows/Secodary */
    box-shadow: 0 7px 29px 0 rgba(0, 127, 255, 0.10);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    padding: 8px 16px;
    margin-bottom: 15px;
}

.btn-chr:hover {
    background: var(--Gradient-Primary-Button, linear-gradient(74deg, #006CD9 9.44%, #007FFF 87.91%));
    color: #FFF;
}

.sidebar-menu {

    flex: 1; /* Take remaining space */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertical centering */
    padding: 0 1.5rem;
    gap: 1rem;
}

.sidebar-menu li {
    line-height: var(--line-height-body-md, 24px); /* 150% */
    list-style: none;
}
.sidebar-menu li a {
    color: #002040;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease; /* 👈 Smooth transition */
}
.sidebar.active {
    left: 0;
}


.sidebar-menu li a:hover {
    font-size: 16px;
    font-weight: 700;
}
.sidebar-menu li a.active {
    font-size: 16px;
    font-weight: 700;

}


.sidebar-bottom-text p {
    color: rgba(0, 19, 57, 0.75);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
}


.banner-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    background:
            linear-gradient(256deg, rgba(0, 19, 57, 0) 0%, rgba(0, 19, 57, 0.7) 100%),
            url('../assets/images/Hero.jpg') center center / cover no-repeat;
}

.banner-wrapper-2 {
    max-width: 1920px;
    margin: 0 auto;
    background: linear-gradient(252deg, rgba(0, 32, 64, 0) 0%, rgba(0, 32, 64, 0.7) 100%),
    url('../assets/images/Hero-2.jpg') lightgray 50% / cover no-repeat;
}

.banner-section {

    height: 100vh;
    position: relative;
    width: 100%;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banner-content {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.banner-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 120% */
}

.banner-btn {
    border: none;
    padding: 12px 20px;
    margin-top: 1.5rem;
    border-radius: 32px;
    background: #006CD8;
    box-shadow: 0 7px 29px 0 rgba(51, 159, 255, 0.10);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 112.5% */
}

.intro-text {
    margin: 0 auto;
    max-width: 840px;
    display: flex;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    text-align: left;
}

.intro-text p {
    color: #404E6B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.service_types {
    margin: 0 auto;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    text-align: left;
    margin-bottom: 50px;
}
.service_types h4 {
    color: #002040;
}

.service-items {

}

.service-items .item {
    border-top: 0.5px solid  #404E6B;
    opacity: 0.98;
    padding: 20px 0;
    margin-bottom: 20px;
}

.service-items .item .feature-heading {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height:  24px; /* 150% */
}

.service-items .item .feature-text {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

footer {
    background: var(--Gradient-Footer);
    padding: 40px 20px;
}
.footer-title {
    font-weight: 600;
    margin-bottom: 32px;
    color: #002040;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
}

.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    list-style: none;
}

.footer-menu li a {
    color: #002040;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    text-decoration: none;
}

footer .form-control {
    background-color: #BFDFFF;
    border: none;
    padding: 10px;
}
footer .form-control:focus {
    box-shadow: none;
    border-color: #007bff;
}

.footer-bottom {
    text-align: left;
    margin-top: 30px;
    color: #404E6B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 160% */
}

.footer-mid-text {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.custom-card {
    background-color: #f0f6ff; /* Light blue background */
    border: none;
    height: 100%;
    border-radius:12px;
    opacity: 0.98;
    box-shadow: 0 2px 4px -2px rgba(191, 223, 255, 0.12), 0 4px 4px -2px rgba(191, 223, 255, 0.12);
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.card-number {
    color:  #404E6B;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 116.667% */
    padding-bottom: 40px;
}
.card-title {
    margin-top: 10px;
    color: #404E6B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    padding-bottom: 15px;
}

.custom-card p {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.card-1 {
    background:  #D9ECFF;
}

.card-2 {
    background:  #E5F2FF;
}

.card-3 {
    background:  #F2F9FF;
    margin-top: 35px;
}

.card-4 {
    background:  #FFFFFF;
    margin-top: 35px;
}

.content-pan {
    margin: 0 auto;
    max-width: 1050px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    text-align: left;
}

.content-pan .content-title {
    color: #001339;
    line-height: 56px; /* 116.667% */
}

.content-pan .tag-line {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.content-pan p {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.content-pan h4 {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.consumers_pan .custom-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 2px 4px -2px rgba(191, 223, 255, 0.12), 0 4px 4px -2px rgba(191, 223, 255, 0.12);
}

.consumers_pan .custom-card .card-title {
    color: #002040;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
}

.consumers_pan .custom-card p {
    color: #404E6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.consumers_pan .custom-card .banner-btn {
    border-radius: 100px;
    background: #006CD9;
    box-shadow: 0 7px 29px 0 rgba(0, 127, 255, 0.10);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-top: 10px;
}

.consumers_pan .custom-card .card-link {
    color: #006CD9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
    margin-top: 10px;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.consumers_pan .custom-card ul {
    padding-top: 50px;
}

.consumers_pan .custom-card ul li {
    color: #404E6B;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}

.card-white {
    background:  #FFF;
}

.card-blue {
    background: #F2F9FF;
}





