body {
    font-family: 'Inter', sans-serif;
}

p {
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none !important;
}

h2, h3, h4 {
    font-weight: 700;
}

img {
    display: block;
    width: auto;
    max-width: fit-content;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.nav-logo {
    max-width: 400px;
    height: auto;
}

.navbar {
    border-bottom: solid 1px #f1f1f1;
    padding: 1rem;
}

.section {
    margin-top: 120px;
}

.section-title {
    font-weight: 400;
    font-size: 28px;
    color: #308ed6;
}

.section h1 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 15px !important;
}

.header-wrapper {
    align-items: center;
}

.get-pricing {
    color: #057be5;
    font-weight: 600;
    font-size: 18px;
    text-decoration-color: #057be5;
    text-decoration: underline 3px !important;
    text-underline-offset: 6px;
}

.testimonial {
    font-size: 14px;
}

.testimonial .client-name {
    margin: 5px 0
}

.testimonial .rating {
    width: 130px;
    margin-left: -5px;
}

.lime-underline {
    border-bottom: solid 3px #3BEECA;
    padding-bottom: 2px;
}

.steady-flow .steady-flow-item {
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 25px 35px;
    background: linear-gradient(to bottom, #eff2f7, #ffffff);
}

.steady-flow-item p {
    margin-top: 10px;
}

.steady-flow-item-img {
    margin-right: 10px;
}

.how-it-works {
    text-align: left !important;
}

.how-it-works h1 {
    text-transform: uppercase;
}

.work-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.work-item-count {
    background-color: #E83A89;
    color: white;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 100%;
    margin-right: 15px;
}

.work-item-text {
    font-size: 18px;
}

.sample-ad h3 {
    font-size: 26px;
    font-weight: 500;
}

.sample-ad h3 b {
    font-weight: 900 !important;
}

.sample-ad {
    margin: 70px 0;
}

.sample-ad-img-container img {
    margin-top: 20px;
}

.platform-list {
    list-style: none;
}

.platform-list li {
    font-weight: 400;
    line-height: 22px;
}

.platform-list li p {
    font-size: 18px;
}

.compare-section {
    background: linear-gradient(to bottom, #eff2f7, #ffffff);
    padding: 80px 15px 0 15px;
}

.compare-section h3 {
    font-size: 26px;
    margin: 30px;
    font-weight: 500;
}

.compare-section .platform-list {
    padding-left: 0;
}

.insurance-industry {
    font-family: 'Inter', sans-serif;
}

.insurance-industry-item {
    margin-top: 40px;
}

.insurance-industry-item img {
    margin-bottom: 30px;
}

.insurance-industry .insurance-industry-item h3 {
    font-size: 24px;
    font-weight: 1000;
}

.insurance-industry .insurance-industry-item p {
    font-size: 18px;
    font-weight: 400;
}

.insurance-industry .insurance-industry-item .line {
    width: 200px;
    height: 3px;
    background-color: #3BEECA;
    margin: 10px 0;
}

.platform-list img {
    float: left;
    width: 15px;
    margin-top: 8px;
}

.platform-list p {
    padding-left: 30px;
}

.request-demo {
    background-color: #00172D;
    padding: 100px;
    text-align: center;
    color: white;
}

.section h2 {
    font-size: 36px;
    font-weight: 1000;
    margin-top: 10px;
}

.footer ul li {
    color: white;
}

.header {
    text-align: left;
}

.header .header-content-wrapper {
    /*padding-top: 50px;*/
}

.header h1 {
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 50px;
}

a.btn-demo {
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 20px;
    color: #ffffff;
    margin-bottom: 15px;
    border: solid 2px #E83A89;
    width: max-content;
}

.btn-demo {
    padding: 10px 20px !important;
}

a.action-btn {
    font-weight: 500;
    background-color: white;
    border: solid 2px #E83A89;
    color: #E83A89;
    padding: 10px 20px;
    margin-bottom: 15px;
    width: max-content;
}

a.action-btn:hover {
    background-color: white;
    color: #E83A89;
    border: solid 2px #E83A89;
}

.prospect-item {
    text-align: left;
    padding: 0 15px;
}

.prospect-item .icon {
    width: 100%;
    max-width: 40px;
    height: auto;
}

.prospect-item ul {
    list-style: none;
    padding-left: 0;
}

.prospect-item ul li img {
    float: left;
    width: 20px;
    margin-top: 2px;
}

.prospect-item ul li p {
    padding-left: 30px;
}

.feature-icon {
    width: 45px;
}

.how-it-works-video {
    margin: 0 auto 0 auto;
    max-width: 850px;
}

#book-demo-msg {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    margin-top: 18px;
    font-weight: 600;
}

#book-demo-msg img {
    width: 30px !important;
}

.lite-youtube-fallback {
    aspect-ratio: 16 / 9; /* matches YouTube player */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.lite-youtube-fallback::before {
    display: block;
    content: '';
    border: solid transparent;
    border-width: 2em 0 2em 3em;
    border-left-color: red;
}

.lite-youtube-fallback:hover::before {
    border-left-color: #fff;
}

.lite-youtube-fallback:focus {
    outline: 2px solid red;
}

.numeric-list {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    list-style: decimal;
}

.link-with-arrow i {
    display: inline-block;
    transition: 0.2s ease-in;
}

.link-with-arrow:hover i {
    transform: translateX(30%);
}

.btn {
    border-radius: 4px;
    padding: 10px 20px;
    color: white;
    background-color: #E83A89;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #be2169;
    color: white;
}

.bg-primary {
    background-color: #308ed6 !important;
}

.navbar-contact a {
    font-size: 24px;
    font-weight: bold;
    color: black !important;
    text-decoration: none !important;
}

.embed-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-width: 900px;
}

.navbar-contact a:hover {
    color: #057be5 !important;
}

.prospects-text {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

.login-btn {
    border-radius: 4px;
    padding: 10px 20px !important;
    font-weight: 500;
    background-color: #057BE5;
}

.login-btn:hover {
    background-color: #0c6ec5;
}

.footer {
    text-align: left;
    padding: 30px 0 20px 0;
}

.footer ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer ul li {
    display: inline;
    margin-right: 18px;
}

.footer ul li a {
    text-decoration: none;
    color: white;
}

.footer ul li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 5px;
}

ul li {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 5px;
}

.navbar-toggler {
    padding: 0;
}

.footer-wrapper {
    background-color: #001020;
}

.footer-logo {
    margin-right: 40px;
}

.footer-note {
    color: #f2f2f2;
}

@keyframes slideup {
    0% {
        bottom: -150px;
    }
    100% {
        bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .header-wrapper {
        align-items: flex-start;
    }

    .header-content {
        padding-top: 5%;
    }
}

@media (max-width: 991px) {
    img {
        width: 100% !important;
    }

    .footer-logo img {
        width: auto !important;
    }

    .navbar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
        border-bottom: 1px solid #f1f1f1;
    }

    .navbar-toggler {
        border: 0;
        outline: 0;
    }

    .navbar-collapse h5 {
        margin-bottom: 0;
    }

    .navbar-toggler:focus {
        border: 0;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

    .navbar-contact {
        margin: 5px 0;
    }

    .navbar button[aria-expanded="true"] > span.close {
        display: inline;
        color: rgba(33, 37, 41, 0.75);
        opacity: 1;
        font-size: 30px;
    }

    .navbar button[aria-expanded="true"] > span.navbar-toggler-icon {
        display: none;
    }

    .navbar button[aria-expanded="false"] > span.close {
        display: none;
    }

    .get-start-link {
        padding: 13px;
        text-align: center;
        margin: 15px auto;
        border-radius: 28px;
    }

    .get-start-link .call-text {
        display: block;
        margin-top: 5px;
    }

    .get-started {
        background-size: cover;
        background-position: center center;
    }

    .get-start-link {
        width: 100%;
        padding: 13px;
        text-align: center;
        margin: 15px auto;
    }

    .get-start-link .btn {
        width: 100%;
        border-radius: 15px;
    }

    .about-item img {
        width: 130px;
    }
}

@media (max-width: 768px) {
    .header h1 {
        text-align: left;
    }

    .section {
        margin-top: 40px;
    }

    .section h1 {
        font-size: 35px;
        word-wrap: break-word;
    }

    .section h2 {
        font-size: 28px;
    }

    .feature-item {
        margin-top: 25px;
    }

    .nav-logo, .logo {
        max-width: 300px;
    }
    
    .navbar-toggler {
        border: 0;
        outline: 0;
    }

    .navbar-toggler:focus {
        border: 0;
        outline: 0;
        box-shadow: 0 0 0 0;
    }
    
    .feature-item h4 {
        font-size: calc(1.275rem + .3vw);
    }
}

@media only screen and (max-width: 600px) {
    .nav-logo, .logo {
        max-width: 130px;
        height: auto;
    }

    .btn-demo, .action-btn {
        width: 100% !important;
        justify-content: center;
    }

    .navbar {
        padding: .5rem 0;
    }

    .header-content {
        margin-bottom: 30px;
    }

    .feature-img {
        margin: 20px 0;
    }

    .feature-item .feature-img-desktop {
        display: none !important;
    }

    .feature-item .feature-img-mobile {
        display: block !important;
    }

    .section h1 {
        font-size: 32px;
    }

    .section h2 {
        font-size: 24px;
    }

    .prospect-item h4 {
        font-size: 24px !important;
    }

    .prospect-item .icon {
        width: auto;
    }

    .prospects-text {
        font-size: 20px;
        line-height: 34px;
    }

    .request-demo {
        padding: 40px 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .work-second-part {
        margin-top: 20px;
    }

    .sample-ad {
        margin: 40px 0;
    }
}

@media (max-width: 350px) {
    .nav-logo {
        max-width: 180px;
    }
}

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

