/* Customizing Klaro UI Colors */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

[data-include$="partials/header.html"] {
    display: block;
    min-height: 76px;
    background: #ffffff;
}

[data-include$="partials/footer.html"] {
    display: block;
    min-height: 320px;
    background: #080d18;
}

/* 1. BUTTON COLORS */
/* Accept All button - Green */
.klaro .cm-btn-success {
    background-color: #1a936f !important;
    color: #ffffff !important;
}

/* Reject button - Red */
.klaro .cm-btn-danger {
    background-color: #d63031 !important;
    color: #ffffff !important;
}

/* Let me choose / Info button - Blue */
.klaro .cm-btn-info {
    background-color: #0984e3 !important;
    color: #ffffff !important;
}

/* 2. TEXT LINKS & PRIVACY POLICY (Blue) */
/* This targets the privacy policy link specifically */
.klaro .cm-privacy-policy a,
.klaro .cm-link,
.klaro .cm-modal a,
.klaro .cm-notice a {
    color: #0984e3 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* "2 services", "3 services" and Service Types */
.klaro .cm-app-count,
.klaro .cm-counter,
.klaro .cm-type {
    color: #0984e3 !important;
    background-color: rgba(9, 132, 227, 0.1) !important;
    border: 1px solid rgba(9, 132, 227, 0.2);
    padding: 1px 6px;
    border-radius: 4px;
}

/* 3. HOVER STATES */
.klaro .cm-btn:hover {
    filter: brightness(90%);

    /* Slightly darkens buttons on hover */
}

.klaro a:hover {
    text-decoration: underline !important;
}

@media (max-width:575px) {
    [data-include$="partials/header.html"] {
        min-height: 68px;
    }

    .navbar-brand-logo {
        max-width: 111px;
        height: 50px ;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .navbar-brand-logo {
        max-width: 131px;
        height: 60px ;
    }
}

@media (min-width:768px) and (max-width:967px) {
    .navbar-brand-logo {
        max-width: 178px;
        height: 80px ;
    }
}

@media (min-width:968px) {
    .navbar-brand-logo {
        max-width: 222px;
        height: 100px;
    }
}

/* start of mautic form */
.mauticform-innerform {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 15px 10px;
    align-items: end;
}

.mauticform-f-name {
    grid-column: 1;
    grid-row: 1;
}

.mauticform-l-name {
    grid-column: 2;
    grid-row: 1;
}

.mauticform-phone {
    grid-column: 1;
    grid-row: 2;
}

.mauticform-email {
    grid-column: 2;
    grid-row: 2;
}

.mauticform-submit {
    grid-column: 3;
    grid-row: 2;
}

.mauticform-row {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .mauticform-innerform {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .mauticform-row,
    .mauticform-row button,
    .mauticform-row input {
        width: 100% !important;
    }
}

/* Styling for the success message */
.mauticform-message {
    color: #28a745;

    /* A standard green color */
    font-weight: 600;
    text-align: center;
    margin-top: 20px;

    /* Space between the form and the message */
    font-size: 1.1rem;
}

/* Styling for error messages (keep them red) */
.mauticform-error {
    color: #dc3545;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/* On desktop, if you want it aligned to the left of the whole grid: */
@media (min-width: 769px) {
    .mauticform-message,
    .mauticform-error {
        text-align: left;

        /* Change to center if you prefer it centered globally */
        padding-left: 0;
    }
}

/* End of Mautic Form */
.w-60 {
    width: 60% !important;
}

.feature-image {
    height: 100%;
    object-fit: cover;
    min-height: 200px;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
}

.feature-image-container {
    min-height: 250px;
}

@media (max-width: 575px) {
    .feature-image {
        min-height: 180px;
        max-height: none;
        object-fit: contain;
        height: auto;
    }

    .feature-image-container {
        min-height: 200px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .feature-image {
        min-height: 200px;
        max-height: none;
        object-fit: contain;
        height: auto;
    }

    .feature-image-container {
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    .feature-image {
        min-height: 250px;
        max-height: none;
    }

    .feature-image-container {
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .feature-image {
        min-height: 300px;
    }

    .feature-image-container {
        min-height: 450px;
    }
}

.feature-image-container .row {
    height: 100%;
}

.feature-image-container .col-md-6 {
    height: 100%;
}

.feature-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

@media (min-width: 992px) {
    .feature-content-wrapper {
        min-height: 450px;
    }
}

.footer-heading {
    min-height: 28px;
    display: block;
}

.responsive-heading {
    font-size: 2rem;
}

.responsive-subheading {
    font-size: 1rem;
}

.responsive-h2 {
    font-size: 1.75rem;
}

.responsive-text {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .responsive-heading {
        font-size: 2.5rem;
    }

    .responsive-subheading {
        font-size: 1.25rem;
    }

    .responsive-h2 {
        font-size: 2rem;
    }

    .responsive-text {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .responsive-heading {
        font-size: 3rem;
    }

    .responsive-h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .feature-content-wrapper {
        min-height: auto;
    }

    .input-card {
        flex-direction: column;
    }

    .input-card-form {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .feature-image-container .row {
        height: auto;
    }

    .feature-image-container .col-md-6 {
        height: auto;
        margin-bottom: 1rem;
    }

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

    .feature-image {
        object-fit: contain;
        height: auto;
        max-height: none;
    }
}

.strategic-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.data-driven-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.maximum-reach-collage-wrapper {
    position: relative;
    min-height: 520px;
    padding: 30px 20px;
}

.collage-image {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.collage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.strategic-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    left: 5%;
    z-index: 2;
}

.strategic-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    right: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

.data-driven-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    right: 5%;
    z-index: 2;
}

.data-driven-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    left: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

.maximum-reach-collage-wrapper .collage-image-back {
    width: 45%;
    height: 450px;
    top: 80px;
    right: 5%;
    z-index: 2;
}

.maximum-reach-collage-wrapper .collage-image-front {
    width: 43%;
    height: 420px;
    top: 20px;
    left: 5%;
    z-index: 1;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 480px;
        padding: 25px 15px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        left: 5%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        right: 5%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        right: 5%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        left: 5%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 47%;
        height: 400px;
        top: 70px;
        right: 5%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 45%;
        height: 370px;
        top: 15px;
        left: 5%;
    }
}

@media (min-width: 992px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 600px;
        padding: 40px 30px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        left: 8%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        left: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 45%;
        height: 520px;
        top: 90px;
        right: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 43%;
        height: 480px;
        top: 30px;
        left: 8%;
    }
}

@media (max-width: 767px) {
    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        min-height: 420px;
        padding: 20px 10px;
    }

    .strategic-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        left: 8%;
    }

    .strategic-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        right: 8%;
    }

    .data-driven-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        left: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-back {
        width: 55%;
        height: 330px;
        top: 60px;
        right: 8%;
    }

    .maximum-reach-collage-wrapper .collage-image-front {
        width: 53%;
        height: 310px;
        top: 10px;
        left: 8%;
    }
}

:root {
    --bp-ink: #111827;
    --bp-ink-soft: #334155;
    --bp-muted: #64748b;
    --bp-line: rgba(15, 23, 42, 0.1);
    --bp-surface: #ffffff;
    --bp-surface-soft: #f5f8fb;
    --bp-primary: #1769ff;
    --bp-primary-dark: #0e48b8;
    --bp-teal: #0f766e;
    --bp-coral: #f97316;
    --bp-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    background: var(--bp-surface-soft);
    color: var(--bp-ink-soft);
}

header {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.navbar {
    min-height: 76px;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
}

.navbar-brand-logo {
    width: auto;
    max-width: 174px !important;
    height: 58px !important;
    object-fit: contain;
}

.navbar .nav-link {
    color: var(--bp-ink);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.75rem 0.85rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--bp-primary);
}

.btn,
.form-control,
.card,
.accordion-item,
.accordion-button {
    border-radius: 8px;
}

.btn {
    font-weight: 800;
    letter-spacing: 0;
}

.btn-primary {
    border-color: var(--bp-primary);
    background: var(--bp-primary);
    box-shadow: 0 12px 24px rgba(23, 105, 255, 0.22);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--bp-primary-dark);
    background: var(--bp-primary-dark);
    box-shadow: 0 14px 28px rgba(14, 72, 184, 0.26);
}

.nav-cta {
    margin-left: 0.6rem;
    padding: 0.75rem 1rem;
}

.lib-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff;
    background-color: #0b1220;
}

.lib-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(8, 13, 25, 0.95) 0%, rgba(8, 13, 25, 0.86) 48%, rgba(8, 13, 25, 0.42) 100%);
    pointer-events: none;
}

.lib-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 26%;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0), var(--bp-surface-soft));
}

.lib-hero .hero-media {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lib-hero .container {
    padding-top: 3.8rem !important;
    padding-bottom: 3.25rem !important;
}

.lib-hero .w-lg-75,
.lib-hero .w-lg-65 {
    max-width: 980px;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.lib-hero .text-center {
    text-align: left !important;
}

.text-cap {
    letter-spacing: 0;
}

.lib-hero .text-cap {
    display: inline-flex !important;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 8px;
    color: #bdefff;
    background: rgba(15, 118, 110, 0.2);
    font-weight: 800;
    text-transform: none !important;
}

.lib-hero h1 {
    max-width: 870px;
    color: #ffffff;
    line-height: 1.04;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.lib-hero h1:empty {
    display: none;
}

.lib-hero figure.position-absolute {
    display: none !important;
}

.lib-hero .text-primary {
    color: #67e8f9 !important;
}

.lib-hero .responsive-subheading {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
}

.responsive-heading {
    font-size: 2.35rem;
    font-weight: 900;
}

.responsive-h2 {
    color: var(--bp-ink);
    font-weight: 900;
    line-height: 1.12;
    text-wrap: balance;
}

.plan-heading {
    color: var(--bp-ink);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.responsive-text {
    color: #475569;
    line-height: 1.75;
}

.bg-dark .responsive-text,
.bg-dark .text-white-70 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.bg-dark {
    background-color: #101827 !important;
}

.mauticform_wrapper {
    width: 100%;
}

.lib-hero .mauticform_wrapper {
    max-width: 1040px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.mauticform-innerform {
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 0.75rem;
    align-items: stretch;
}

.mauticform-f-name,
.mauticform-l-name,
.mauticform-phone,
.mauticform-email,
.mauticform-submit {
    grid-column: auto;
    grid-row: auto;
}

.mauticform-row input.form-control {
    min-height: 3.35rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background-color: #ffffff;
    color: var(--bp-ink);
    font-size: 0.98rem;
    box-shadow: none;
}

.mauticform-row input.form-control:focus {
    border-color: rgba(23, 105, 255, 0.68);
    box-shadow: 0 0 0 0.22rem rgba(23, 105, 255, 0.15);
}

.mauticform-submit .btn {
    width: 100%;
    min-height: 3.35rem;
    padding-right: 1.35rem;
    padding-left: 1.35rem;
}

.mauticform-message,
.mauticform-error {
    margin-top: 1rem;
}

.lib-content {
    background: var(--bp-surface);
}

#services {
    background: var(--bp-surface-soft);
}

.lib-content .container,
.lib-pricing .container,
#faq {
    position: relative;
}

.feature-content-wrapper,
.lib-content .pe-lg-4,
.lib-content .ps-lg-4 {
    justify-content: center;
}

.list-checked-item,
.list-unchecked-item {
    margin-bottom: 0.7rem;
    color: inherit;
}

.list-checked-bg-primary .list-checked-item::before,
.list-checked-soft-bg-primary .list-checked-item::before {
    background-color: var(--bp-teal) !important;
}

.benefit-list {
    display: grid;
    gap: 0.55rem;
    margin-top: 1.25rem;
}

.benefit-list .list-checked-item {
    display: flex;
    align-items: center;
    min-height: 2.55rem;
    margin-bottom: 0;
    padding: 0.35rem 0 0.35rem 2.65rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bp-ink-soft);
    font-weight: 750;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(10px);
    animation: benefitItemIn 520ms ease forwards;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-list .list-checked-item:nth-child(2) {
    animation-delay: 110ms;
}

.benefit-list .list-checked-item:nth-child(3) {
    animation-delay: 220ms;
}

.benefit-list .list-checked-item::before {
    top: 50%;
    left: 0.15rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0;
    border-radius: 50%;
    background-color: #1769ff !important;
    background-image: linear-gradient(135deg, #1769ff 0%, #06b6d4 100%) !important;
    box-shadow: 0 0 0 0.35rem rgba(23, 105, 255, 0.1), 0 10px 18px rgba(23, 105, 255, 0.18);
    transform: translateY(-50%);
}

.benefit-list .list-checked-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.7rem;
    width: 0.52rem;
    height: 0.82rem;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-58%) rotate(45deg);
}

.benefit-list .list-checked-item:hover {
    transform: translateX(4px);
    color: var(--bp-primary-dark);
}

.bg-dark .benefit-list .list-checked-item {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.86) !important;
    box-shadow: none;
}

.bg-dark .benefit-list .list-checked-item:hover {
    color: #bdefff !important;
}

@keyframes benefitItemIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .benefit-list .list-checked-item,
    .benefit-list .list-checked-item::before {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .benefit-list .list-checked-item::before {
        transform: translateY(-50%);
    }
}

.collage-image {
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.2);
}

.collage-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: inherit;
}

.strategic-collage-wrapper,
.data-driven-collage-wrapper,
.maximum-reach-collage-wrapper {
    min-height: 500px;
}

.strategic-collage-wrapper .collage-image-back,
.data-driven-collage-wrapper .collage-image-back,
.maximum-reach-collage-wrapper .collage-image-back {
    filter: saturate(0.92);
}

.strategic-collage-wrapper .collage-image-front,
.data-driven-collage-wrapper .collage-image-front,
.maximum-reach-collage-wrapper .collage-image-front {
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.26);
}

.lib-pricing {
    background: linear-gradient(180deg, #ffffff 0%, #edf4f8 100%);
}

.lib-pricing h2,
#faq h3 {
    color: var(--bp-ink);
    font-weight: 900;
    line-height: 1.12;
}

.card {
    border: 1px solid var(--bp-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.card-lg {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card-lg:hover {
    transform: translateY(-4px);
    border-color: rgba(23, 105, 255, 0.26);
    box-shadow: var(--bp-shadow);
}

.card-pinned {
    border-color: rgba(23, 105, 255, 0.36);
    box-shadow: 0 24px 60px rgba(23, 105, 255, 0.14);
}

.card-pinned-top-end {
    top: 1rem;
    right: 1rem;
    border-radius: 999px;
    background: var(--bp-ink) !important;
    color: #ffffff !important;
    font-weight: 800;
}

.card h4 {
    color: var(--bp-ink);
    font-weight: 900;
}

.card p,
.card .text-muted {
    color: var(--bp-muted) !important;
}

#faq {
    padding-top: 4rem !important;
    padding-bottom: 4.5rem !important;
}

.accordion {
    display: grid;
    gap: 0.8rem;
}

.accordion-item {
    overflow: hidden;
    border: 1px solid var(--bp-line) !important;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.accordion-button {
    color: var(--bp-ink);
    font-weight: 800;
    line-height: 1.35;
    background: #ffffff;
}

.accordion-button:not(.collapsed) {
    color: var(--bp-primary-dark);
    background: #edf5ff;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: rgba(23, 105, 255, 0.32);
    box-shadow: 0 0 0 0.22rem rgba(23, 105, 255, 0.14);
}

.accordion-body {
    color: #475569;
    line-height: 1.75;
}

footer.bg-dark {
    background: #080d18 !important;
}

footer .container {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}

footer .link-light,
footer .link-light-75 {
    color: rgba(255, 255, 255, 0.76) !important;
}

footer .link-light:hover,
footer .link-light-75:hover {
    color: #ffffff !important;
}

.footer-link-button {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

@media (min-width: 768px) {
    .responsive-heading {
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .responsive-heading {
        font-size: 4rem;
    }
}

@media (max-width: 1199px) {
    .mauticform-innerform {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mauticform-submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 1rem 0 0.75rem;
    }

    .navbar .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-cta {
        width: 100%;
        margin: 0.45rem 0 0;
    }

    .lib-hero .container {
        padding-top: 3.25rem !important;
        padding-bottom: 3rem !important;
    }

    .lib-hero .w-lg-75,
    .lib-hero .w-lg-65 {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .lib-hero .text-center {
        text-align: center !important;
    }

    .feature-content-wrapper {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .mauticform-innerform {
        display: grid;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .mauticform-row,
    .mauticform-row button,
    .mauticform-row input {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height: 68px;
    }

    .navbar-brand-logo {
        max-width: 146px !important;
        height: 48px !important;
    }

    .lib-hero::before {
        background: linear-gradient(180deg, rgba(8, 13, 25, 0.94) 0%, rgba(8, 13, 25, 0.86) 62%, rgba(8, 13, 25, 0.72) 100%);
    }

    .lib-hero .hero-media {
        object-position: 58% center;
    }

    .lib-hero .container {
        padding-top: 2.6rem !important;
        padding-bottom: 2.6rem !important;
    }

    .responsive-heading {
        font-size: 2.3rem;
    }

    .responsive-h2 {
        font-size: 1.85rem;
    }

    .lib-hero .mauticform_wrapper {
        padding: 0.75rem;
    }

    .mauticform-innerform {
        grid-template-columns: 1fr;
    }

    .strategic-collage-wrapper,
    .data-driven-collage-wrapper,
    .maximum-reach-collage-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        min-height: auto !important;
        padding: 0 !important;
    }

    .strategic-collage-wrapper .collage-image,
    .data-driven-collage-wrapper .collage-image,
    .maximum-reach-collage-wrapper .collage-image {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 245px !important;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .navbar > .container,
    .lib-hero .container {
        max-width: 100%;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .lib-hero .w-lg-75,
    .lib-hero .w-lg-65 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
    }

    .lib-hero h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.08;
        text-wrap: wrap;
    }

    .responsive-heading {
        font-size: 1.55rem;
    }

    .lib-hero .text-cap {
        display: block !important;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        font-size: 0.76rem;
        line-height: 1.25;
        text-align: center;
    }

    .lib-hero .responsive-subheading {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .lib-hero .mauticform_wrapper {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .mauticform-innerform {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        max-width: 100%;
    }

    .mauticform-row,
    .mauticform-row input,
    .mauticform-row button {
        min-width: 0;
        max-width: 100%;
    }

    .mauticform-submit .btn {
        white-space: normal;
    }

    .strategic-collage-wrapper .collage-image,
    .data-driven-collage-wrapper .collage-image,
    .maximum-reach-collage-wrapper .collage-image {
        height: 205px !important;
    }
}
