@font-face {
    font-family: 'graphikblack';
    src: url("/assets/graphikblack-ba5dcece.woff2") format('woff2'),
    url("/assets/graphikblack-f1f4e727.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'graphiksuper';
    src: url("/assets/graphiksuper-3d6fddee.woff2") format('woff2'),
    url("/assets/graphiksuper-1e9b964a.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphikbold';
    src: url("/assets/graphikbold-227d6fb2.woff2") format('woff2'),
    url("/assets/graphikbold-66437616.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphikextralight';
    src: url("/assets/graphikextralight-b32b8b76.woff2") format('woff2'),
    url("/assets/graphikextralight-c9a679ec.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphiklight';
    src: url("/assets/graphiklight-e8384de6.woff2") format('woff2'),
    url("/assets/graphiklight-a1202fd0.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphik_regularregular';
    src: url("/assets/graphikregular-877c1845.woff2") format('woff2'),
    url("/assets/graphikregular-69d25c7c.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphiksemibold';
    src: url("/assets/graphiksemibold-1eb6fefd.woff2") format('woff2'),
    url("/assets/graphiksemibold-fa533d19.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'graphikthin';
    src: url("/assets/graphikthin-d5233b33.woff2") format('woff2'),
    url("/assets/graphikthin-9e60f141.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-black {
    font-family: 'graphikblack';
}

.font-super {
    font-family: 'graphiksuper';
}

.font-bold {
    font-family: 'graphikbold';
}

.font-extralight {
    font-family: 'graphikextralight';
}

.font-semibold {
    font-family: 'graphiksemibold';
}

.font-thin {
    font-family: ' graphikthin';
}

body {
    font-family: 'graphik_regularregular';
    color: var(--body-font-color);
}

header {
    position: fixed;
    width: 100%;
    z-index: 9;
}

:root {
    /*  Branding  */
    --primary: #224555;
    --secondary: #6FA131;
    --bg-blue: #E6F2F0;
    --heading-font: "Cal Sans", sans-serif;
    --body-font-color: #353333;
}


.btn {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: var(--heading-font);
    letter-spacing: 0.8px;
}

.btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-secondary {
    border-color: var(--primary);
    color: var(--primary);
}

h1,
h2,
h3 {
    font-family: var(--heading-font);
    color: var(--primary);
}

h1 {
    font-size: 50px;
}

nav {
    z-index: 9;
}

.navbar-nav {
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: end;
}

.navbar-brand {
    width: 300px;
    font-size: 20px;
    color: #2F2D2D;
}

.btn-link {
    color: var(--primary);
    font-family: graphiksemibold;
}

.trail-btn {
    background: var(--primary);
    color: #fff !important;
    margin: 0 0 0 10px;
    border-radius: 40px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.trail-btn-green {
    background: var(--secondary);
    color: #fff !important;
    border-radius: 40px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: inline-block;
}

.trail-btn-green:hover {
    background-color: var(--primary);
}

.trail-btn:hover {
    background-color: var(--secondary);
}

.hero-section {
    background: var(--bg-blue);
    padding-top: 80px;
    position: relative;

}

.hero-section .container {
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
}

.hero-content h1 {
    margin-bottom: 15px;
}

.hero-content p {
    margin-bottom: 20px;
}

.hero-conatiner {
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: #d3e4eb;
    color: var(--primary);
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.bg-light {
    background-color: #f4fbff;
}

/* .hero-img {
	height: 580px;
} */

.hero-img img {
    height: 100%;
    max-width: 100%;
    width: auto;

}

@keyframes cursor {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #089EE3;
    }
}

@keyframes typing {
    from {
        width: 100%;
    }
    90%, to {
        width: 0;
    }
}

@keyframes slide {
    33.33333% {
        font-size: 18px;
        letter-spacing: 1px;
        color: #089EE3;
    }
    to {
        font-size: 0;
        letter-spacing: 0;
    }
}

.feature-card {
    background-color: #e8f6fb;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: start;
    gap: 15px;
    width: calc(25% - 15px);
}

.typing-slider {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.typing-slider p {
    position: relative;
    display: inline;
    font-size: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    animation: slide 9s step-start infinite;
}

.typing-slider p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 2px solid var(--primary);
    background-color: var(--bg-blue);
    animation: typing 3s infinite, cursor 1s infinite;
}

/* Updated delays */
.typing-slider p:nth-child(1) {
    animation-delay: 0s;
}

.typing-slider p:nth-child(1)::after {
    animation-delay: 0s;
    animation-timing-function: steps(16), step-end;
}

.typing-slider p:nth-child(2) {
    animation-delay: 3s;
}

.typing-slider p:nth-child(2)::after {
    animation-delay: 3s;
    animation-timing-function: steps(23), step-end;
}

.typing-slider p:nth-child(3) {
    animation-delay: 6s;
}

.typing-slider p:nth-child(3)::after {
    animation-delay: 6s;
    animation-timing-function: steps(12), step-end;
}

.gutter-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

.shadow-bg {
    width: 615px;
    position: absolute;
    height: 72%;
    display: block;
    filter: blur(70px);
    z-index: 0;
    border-radius: 100%;
    background-color: #E5F7FF;
    left: 320px;
    top: -120px;
    opacity: 0.8 !important;
}

.green-rect-bg {
    width: 26%;

    position: absolute;
    content: '';
    height: calc(100% - 80px);
    right: 0;
    top: 0;
    z-index: 0;
    background: #EDFADC;
    background: linear-gradient(178deg, rgba(237, 250, 220, 1) 0%, rgba(230, 242, 240, 0) 100%);
}

.box1 {
    background: #FEF8EE;
    border: 1px solid #EBD3B1;
    color: #564E40;
    font-size: 20px;
    width: 295px;
    padding: 20px;
    border-radius: 20px;
    font-family: var(--heading-font);
    margin-left: 30px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box2 {
    right: 0;
    background: #F4FBEC;
    border: 1px solid #CEE2BB;
    color: #688445;
    font-size: 20px;
    width: 285px;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    top: 40px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--heading-font);
}

.box3 {
    background: #E6F3F9;
    border: 1px solid #C4D8E0;
    color: #1F5E7B;
    font-size: 20px;
    width: 295px;
    padding: 20px;
    border-radius: 20px;
    font-family: var(--heading-font);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    margin-bottom: 25px;
}

.box svg {
    margin-bottom: 10px;
}

.sub-heading {
    color: #6D8793;
    margin-bottom: 20px;
}

.bg-green-light {
    background-color: #F4F9F8;
}

.key-blocks {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.key-box {
    width: 32%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.key-box h3 {
    font-size: 22px;
    margin: 10px 0;
}

.key-box p {
    margin: 0;
}

.key-box img {
    width: 60px;
}

.key-img {
    height: 60px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.w-60 {
    width: 60%;
    margin: 0 auto;
}

.builtfor {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.builtfor-box {
    width: 31%;

}

.builtfor-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.builtfor-box h3 {
    font-size: 22px;
    margin: 10px 0;
}

.start-free-trail {
    background: #E5F7FF;
    background: linear-gradient(70deg, rgba(229, 247, 255, 1) 0%, rgba(233, 246, 231, 0.64) 67%, rgba(237, 255, 216, 1) 100%);
}

.start-free-trail .hero-btn-grp {
    margin-top: 20px;
    text-align: center;
}

footer {
    padding: 20px 0;
}

.fixed-header {
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1024px) {
    .hero-img {
        height: auto;
    }

    .box1 {
        width: 255px;
        margin-left: 0px;
        margin-bottom: 15px;

    }

    .box2 {
        width: 185px;
        height: auto;
    }

    .box3 {
        margin-left: 0;
        width: 255px;
    }

    .gutter-space {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .key-box {
        width: 30%;
        padding: 15px;
    }

    .feature-card {
        width: calc(33% - 15px) !important;

        .shadow-bg {
            display: none;
        }

    }
}

@media only screen and (max-width: 768px) {

    .navbar-collapse {
        margin: 0 -12px;
        background-color: #ccdee7;
        padding: 20px;
    }

    .trail-btn {
        width: auto;
        display: inline-block;
        margin: 0;
    }

    .navbar {
        padding-bottom: 0;
    }

    .shadow-bg {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 8px 17px;
    }

    .key-box h3 {
        font-size: 18px;
    }

    .key-box {
        width: 47%;
    }

    .builtfor-box {
        width: 47%;
    }

    .builtfor-img {
        height: 190px;
        overflow: hidden;
        border-radius: 20px;
    }

    .container, .container-md, .container-sm {
        max-width: 95%;
    }

    .feature-card {
        width: calc(50% - 15px) !important;
    }

    .navbar-collapse {
        margin: 0 -12px;
        background-color: #ccdee7;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .box2 {
        height: auto;
        position: relative;
        top: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .box1, .box3 {
        width: 100%;
    }

    .key-box, .builtfor-box {
        width: 100%;
    }

    .w-60 {
        width: 100%;
    }

    a.navbar-brand {
        width: 200px;
        padding-left: 0 !important;
    }

    .feature-card {
        width: calc(100%) !important;
    }
}

.medical-cross-spinner {
    width: 60px;
    height: 60px;
    background-color: #6FA131; /* Bootstrap blue */
    position: relative;
    animation: pulse 1.2s infinite ease-in-out;
    clip-path: polygon(
            40% 0%, 60% 0%, 60% 40%,
            100% 40%, 100% 60%, 60% 60%,
            60% 100%, 40% 100%, 40% 60%,
            0% 60%, 0% 40%, 40% 40%
    );
    box-shadow: 0 0 15px rgba(13, 110, 253, 0.4);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.feature-number {
    font-size: 44px;
    font-weight: 700;
    color: rgb(34 69 85);
    opacity: 0.3;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 44px;
}

.feature-card h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.sticky-img {
    position: sticky;
    top: 70px;
}

.feature-text {
    flex-grow: 1;
}

.illustration {
    max-width: 100%;
    height: auto;
}

.main-section {
    padding: 40px 20px;
}

@media (max-width: 767px) {
    .flex-md-row {
        flex-direction: column !important;
    }

    .sticky-img {
        position: relative;
        top: 0px;
    }
}

.pricing-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

.pricing-title {
    font-size: 32px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    width: 300px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.plan-name {
    font-size: 22px;
    color: #34495e;
    font-weight: 600;
    margin-bottom: 10px;
}

.price {
    font-size: 26px;
    color: #27ae60;
    font-weight: bold;
}

.per {
    font-size: 14px;
    color: #888;
}

.free-offer {
    background: #eafaf1;
    color: #2ecc71;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
}

.benefits {
    margin: 60px auto 30px;
    max-width: 630px;
    text-align: left;
}

.benefits h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits ul li {
    background: url('https://img.icons8.com/ios-glyphs/30/26e07f/checkmark.png') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
}

@media (max-width: 700px) {
    .pricing-card {
        width: 90%;
    }
}