:root {
    --appvanta-green: #0a8f39;
    --appvanta-green-deep: #066c2d;
    --appvanta-blue: #0c2f89;
    --appvanta-blue-bright: #1554db;
    --appvanta-blue-soft: #eaf1ff;
    --appvanta-green-soft: #ecfbf1;
}

body {
    background:
        radial-gradient(circle at top left, rgba(10, 143, 57, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(12, 47, 137, 0.08), transparent 30%),
        #ffffff;
}

::selection,
::-moz-selection {
    background: var(--secondary-color);
    color: #ffffff;
}

.header-top {
    background: linear-gradient(90deg, var(--appvanta-green-deep) 0%, var(--primary-color) 45%, var(--secondary-color) 100%);
}

.header.sticky-bar {
    background-color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(12, 47, 137, 0.08);
    box-shadow: 0 16px 35px rgba(7, 32, 82, 0.08);
}

.header-nav .main-menu li a,
.mobile-menu-wrap .main-menu-mobile li a {
    font-weight: 700;
}

.header-nav .main-menu .active a,
.header-nav .main-menu li a:hover,
.mobile-menu-wrap .main-menu-mobile li a:hover {
    color: var(--secondary-color) !important;
}

/* Keep the brand mark visually separate from the first desktop navigation item. */
@media (min-width: 1200px) {
    .header-left .header-logo {
        flex: 0 0 150px;
        margin-right: 28px;
    }
}

.btn.btn-brand-1,
.btn.btn-brand-1-full,
.btn.btn-brand-lg,
.btn.btn-brand-1-small,
.btn.btn-join {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: 0;
    box-shadow: 0 14px 30px rgba(12, 47, 137, 0.18);
    color: #ffffff;
}

.btn.btn-brand-1 svg,
.btn.btn-brand-1-full svg,
.btn.btn-brand-lg svg,
.btn.btn-brand-1-small svg,
.btn.btn-join svg {
    color: #ffffff;
}

.btn.btn-brand-1:hover,
.btn.btn-brand-1-full:hover,
.btn.btn-brand-lg:hover,
.btn.btn-brand-1-small:hover,
.btn.btn-join:hover,
.btn.btn-submit-newsletter:hover {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--appvanta-blue-bright) 100%);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn.btn-brand-1:hover *,
.btn.btn-brand-1-full:hover *,
.btn.btn-brand-lg:hover *,
.btn.btn-brand-1-small:hover *,
.btn.btn-join:hover * {
    color: #ffffff !important;
}

.btn.btn-submit-newsletter {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.btn.btn-border-brand-1,
.btn.btn-border {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.btn.btn-border-80:hover,
.btn.btn-border:hover {
    background-color: var(--appvanta-blue-soft);
    color: var(--secondary-color);
}

.btn.btn-tag,
.btn-tag,
.btn-homepage span {
    background: linear-gradient(135deg, rgba(10, 143, 57, 0.14), rgba(21, 84, 219, 0.16)) !important;
    color: var(--secondary-color) !important;
}

.card-style-1,
.card-style-2,
.card-style-3,
.card-style-4,
.card-style-5,
.card-grid-style-2,
.card-grid-style-3,
.card-small,
.product-item-2,
.sidebar,
.box-plan,
.accordion-item,
.item-logo,
.box-newsletter,
.box-swiper .swiper-container .item-logo {
    border-color: rgba(12, 47, 137, 0.08) !important;
    box-shadow: 0 16px 40px rgba(7, 32, 82, 0.08);
}

.card-style-1:hover,
.card-style-2:hover,
.card-style-3:hover,
.card-style-4:hover,
.card-style-5:hover,
.card-grid-style-2:hover,
.card-grid-style-3:hover,
.card-small:hover,
.product-item-2:hover {
    box-shadow: 0 22px 48px rgba(10, 143, 57, 0.14);
}

.bg-grey-60,
.bg-grey-80,
.bg-2,
.bg-4,
.bg-5,
.bg-8,
.bg-10,
.bg-11 {
    background-color: var(--appvanta-blue-soft) !important;
}

.bg-3,
.bg-7 {
    background-color: var(--appvanta-green-soft) !important;
}

.pagination li a.active,
.pagination li a:hover,
.swiper-pagination .swiper-pagination-bullet-active,
.mobile-menu-wrap .nav-tabs-mobile li a.active:before,
.form-check-input:checked,
.noUi-connect,
.noUi-horizontal .noUi-handle,
.loading-spinner:after {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.accordion-button:not(.collapsed),
.text-primary,
.color-success,
.btn-search svg,
.search-post svg,
.list-ticks li svg,
.list-ticks.list-ticks-2 li svg,
.item-tick svg {
    color: var(--secondary-color) !important;
}

.form-control:focus,
.contact-form .contact-form-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(10, 143, 57, 0.08) !important;
}

.box-newsletter,
.box-core-value,
.box-faqs,
.box-testimonials,
.faq-section .accordion-item {
    background-image: linear-gradient(180deg, rgba(234, 241, 255, 0.65), rgba(236, 251, 241, 0.65));
}

footer .footer-1 {
    background:
        linear-gradient(135deg, #041b4f 0%, #08296f 38%, #0a8f39 100%),
        var(--footer-background-image);
}

footer .footer-2 {
    background: #03153d !important;
}

footer .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.15);
}

footer a:hover,
footer .menu-bottom li a:hover,
footer h1:hover,
footer h2:hover,
footer h3:hover,
footer h4:hover,
footer h5:hover,
footer h6:hover {
    color: #8fd5ff !important;
}

/* AppVanta footer: compact contact information and clear service navigation. */
.appvanta-footer .footer-1 {
    background: linear-gradient(128deg, #031a48 0%, #07316e 52%, #08773a 100%);
    padding: 72px 0 52px;
}

.appvanta-footer-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.45fr .9fr .9fr 1.1fr;
}

.appvanta-footer-brand,
.appvanta-footer-column,
.appvanta-footer-cta {
    min-width: 0;
}

.appvanta-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.appvanta-footer-logo img {
    display: block;
    height: auto;
    max-height: 60px;
    max-width: 255px;
    width: auto;
}

.appvanta-footer-logo span {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.appvanta-footer p,
.appvanta-footer address,
.appvanta-footer a,
.appvanta-footer span {
    color: rgba(255, 255, 255, .82);
}

.appvanta-footer-brand p,
.appvanta-footer-brand address {
    font-size: 15px;
    font-style: normal;
    line-height: 1.7;
    margin: 0 0 18px;
}

.appvanta-footer-contact-links {
    display: grid;
    gap: 7px;
}

.appvanta-footer-contact-links a {
    color: #baf5d0;
    font-size: 14px;
    font-weight: 700;
}

.appvanta-footer-column h6,
.appvanta-footer-cta h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 750;
    margin: 5px 0 20px;
}

.appvanta-footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.appvanta-footer-column a {
    font-size: 15px;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}

.appvanta-footer-column a:hover {
    color: #fff !important;
    transform: translateX(3px);
}

.appvanta-footer-cta {
    align-self: start;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    padding: 26px;
}

.appvanta-footer-eyebrow {
    color: #9cf6bb !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.appvanta-footer-cta p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.appvanta-footer-button {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #063273 !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    padding: 13px 16px;
}

.appvanta-footer-button:hover {
    background: #baf5d0;
    color: #063273 !important;
}

.appvanta-footer-button span {
    color: inherit;
    font-size: 19px;
    line-height: 1;
}

.appvanta-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.appvanta-footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
    width: 36px;
}

.appvanta-footer-social a:hover {
    background: #baf5d0;
    border-color: #baf5d0;
    color: #063273 !important;
    transform: translateY(-3px);
}

.appvanta-footer-social svg {
    fill: currentColor;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.5;
    width: 18px;
}

.appvanta-footer-social rect,
.appvanta-footer-social circle {
    fill: none;
}

.appvanta-footer-social .appvanta-social-fill {
    fill: currentColor;
    stroke: none;
}

.appvanta-footer-hours {
    display: block;
    font-size: 12px;
    margin-top: 18px;
}

.appvanta-footer .footer-2 {
    background: #021438 !important;
}

.appvanta-footer-bottom {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 20px;
    justify-content: space-between;
    padding: 23px 0;
}

.appvanta-footer-bottom span,
.appvanta-footer-bottom a {
    color: rgba(255, 255, 255, .58);
}

.appvanta-footer-bottom div {
    display: flex;
    gap: 22px;
}

.appvanta-footer-bottom a:hover {
    color: #fff !important;
}

@media (max-width: 991px) {
    .appvanta-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .appvanta-footer .footer-1 {
        padding: 52px 0 38px;
    }

    .appvanta-footer-grid {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .appvanta-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* The base theme sets footer text with !important, so keep this branded footer readable. */
footer.appvanta-footer .appvanta-footer-logo {
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px;
}

footer.appvanta-footer .appvanta-footer-logo img {
    max-height: 48px;
}

footer.appvanta-footer .appvanta-footer-brand p,
footer.appvanta-footer .appvanta-footer-brand address,
footer.appvanta-footer .appvanta-footer-column a,
footer.appvanta-footer .appvanta-footer-cta p,
footer.appvanta-footer .appvanta-footer-hours {
    color: rgba(255, 255, 255, .86) !important;
}

footer.appvanta-footer .appvanta-footer-contact-links a,
footer.appvanta-footer .appvanta-footer-eyebrow {
    color: #baf5d0 !important;
}

footer.appvanta-footer .appvanta-footer-column h6,
footer.appvanta-footer .appvanta-footer-cta h6 {
    color: #fff !important;
}

footer.appvanta-footer .appvanta-footer-button,
footer.appvanta-footer .appvanta-footer-button span {
    color: #063273 !important;
}

footer.appvanta-footer .appvanta-footer-bottom span,
footer.appvanta-footer .appvanta-footer-bottom a {
    color: rgba(255, 255, 255, .68) !important;
}

.appvanta-header-careers {
    align-items: center;
    border: 1px solid rgba(10, 143, 57, .35);
    border-radius: 7px;
    color: #08773a !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 11px 14px;
    white-space: nowrap;
}

.appvanta-header-careers:hover {
    background: #08773a;
    border-color: #08773a;
    color: #fff !important;
}

/* Desktop Services mega menu. Service links are rendered from the published services list. */
.header-nav .main-menu .appvanta-services-menu {
    position: relative;
}

.header-nav .main-menu .appvanta-services-menu > a::after {
    content: "";
}

.appvanta-services-mega-menu {
    background: linear-gradient(145deg, #ffffff 0%, #f4fbf7 100%);
    border: 1px solid rgba(10, 143, 57, .18);
    border-radius: 18px;
    box-shadow: 0 26px 55px rgba(7, 32, 82, .18);
    left: 50%;
    min-width: 760px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 10px);
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease;
    visibility: hidden;
    z-index: 1000;
}

.header-nav .main-menu .appvanta-services-menu:hover .appvanta-services-mega-menu,
.header-nav .main-menu .appvanta-services-menu:focus-within .appvanta-services-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

.appvanta-services-mega-heading {
    align-items: center;
    background: linear-gradient(100deg, var(--appvanta-blue) 0%, #1554a2 100%);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 13px 16px;
}

.appvanta-services-mega-heading > span {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.appvanta-services-mega-heading a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}

.header-nav .main-menu .appvanta-services-mega-heading a,
.header-nav .main-menu .appvanta-services-mega-heading a span {
    color: #ffffff !important;
}

/* Service detail pages use generated artwork in a readable landing-page layout. */
.appvanta-service-detail-hero { padding: 42px 0 24px; }
.appvanta-service-detail-hero__panel { background: linear-gradient(125deg, #eaf7ef 0%, #f2f7ff 62%, #eaf2ff 100%); border: 1px solid rgba(12, 47, 137, .1); border-radius: 24px; overflow: hidden; }
.appvanta-service-detail-hero__content { padding: clamp(38px, 5vw, 72px); }
.appvanta-service-detail-hero__eyebrow, .appvanta-service-detail-related__eyebrow { color: var(--appvanta-green); display: block; font-size: 13px; font-weight: 800; letter-spacing: .08em; margin-bottom: 13px; text-transform: uppercase; }
.appvanta-service-detail-hero h1 { color: var(--appvanta-green); font-size: clamp(38px, 4.1vw, 62px); line-height: 1.07; margin-bottom: 20px; }
.appvanta-service-detail-hero p { color: #36546b; font-size: 18px; line-height: 1.62; margin-bottom: 28px; max-width: 580px; }
.appvanta-service-detail-hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; }
.appvanta-service-detail-hero__text-link, .appvanta-service-detail-related__all { color: var(--appvanta-blue) !important; font-size: 14px; font-weight: 800; }
.appvanta-service-detail-hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.appvanta-service-detail-hero__trust span { background: rgba(255, 255, 255, .8); border: 1px solid rgba(10, 143, 57, .16); border-radius: 100px; color: #216044; font-size: 12px; font-weight: 700; padding: 8px 12px; }
.appvanta-service-detail-hero__image, .appvanta-service-detail-hero__image img { height: 100%; min-height: 460px; width: 100%; }
.appvanta-service-detail-hero__image img { object-fit: cover; }
.appvanta-service-detail-highlights { padding: 34px 0 58px; }
.appvanta-service-detail-highlight { background: #fff; border: 1px solid #dce9e3; border-radius: 16px; height: 100%; padding: 27px; }
.appvanta-service-detail-highlight > span { color: var(--appvanta-green); font-size: 13px; font-weight: 800; }
.appvanta-service-detail-highlight h2 { color: var(--appvanta-blue); font-size: 21px; line-height: 1.25; margin: 14px 0 10px; }
.appvanta-service-detail-highlight p { color: #536d7b; font-size: 15px; line-height: 1.6; margin: 0; }
.appvanta-service-detail-content { background: #f5faf8; padding: 76px 0; }
.appvanta-service-detail-content__intro { position: sticky; top: 130px; }
.appvanta-service-detail-content__intro > span { color: var(--appvanta-green); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.appvanta-service-detail-content__intro h2, .appvanta-service-detail-related h2 { color: var(--appvanta-green); font-size: clamp(29px, 2.7vw, 42px); line-height: 1.14; margin: 14px 0 25px; }
.appvanta-service-detail-content__article { background: #fff; border: 1px solid #dce9e3; border-radius: 18px; color: #405c6d; font-size: 16px; line-height: 1.78; padding: clamp(28px, 4vw, 52px); }
.appvanta-service-detail-content__article h2, .appvanta-service-detail-content__article h3, .appvanta-service-detail-content__article h4 { color: var(--appvanta-blue); line-height: 1.25; margin: 34px 0 14px; }
.appvanta-service-detail-content__article h2:first-child, .appvanta-service-detail-content__article h3:first-child, .appvanta-service-detail-content__article h4:first-child { margin-top: 0; }
.appvanta-service-detail-content__article p, .appvanta-service-detail-content__article ul, .appvanta-service-detail-content__article ol { margin-bottom: 18px; }
.appvanta-service-detail-content__article ul, .appvanta-service-detail-content__article ol { padding-left: 24px; }
.appvanta-service-detail-content__article li { margin-bottom: 8px; }
.appvanta-service-detail-related { padding: 74px 0 86px; }
.appvanta-service-detail-related h2 { margin-bottom: 0; }
.appvanta-service-detail-related__card { background: #fff; border: 1px solid #dce9e3; border-radius: 16px; display: block; height: 100%; overflow: hidden; }
.appvanta-service-detail-related__card img { height: 210px; object-fit: cover; width: 100%; }
.appvanta-service-detail-related__card > span { color: var(--appvanta-green); display: block; font-size: 20px; font-weight: 800; line-height: 1.3; padding: 22px 22px 7px; }
.appvanta-service-detail-related__card small { color: var(--appvanta-blue); display: block; font-size: 13px; font-weight: 800; padding: 0 22px 22px; }
@media (max-width: 991.98px) { .appvanta-service-detail-hero__image, .appvanta-service-detail-hero__image img { min-height: 330px; } .appvanta-service-detail-content__intro { position: static; } }

.appvanta-services-mega-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.header-nav .main-menu .appvanta-services-mega-link {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid #e1eee7;
    border-radius: 10px;
    color: #18324b !important;
    display: flex;
    font-size: 13px !important;
    font-weight: 700 !important;
    justify-content: space-between;
    line-height: 1.35 !important;
    min-height: 52px;
    padding: 12px 14px !important;
}

.header-nav .main-menu .appvanta-services-mega-link:hover,
.header-nav .main-menu .appvanta-services-mega-link:focus {
    background: #e9f8ef;
    border-color: rgba(10, 143, 57, .36);
    color: var(--appvanta-green) !important;
    padding-left: 14px !important;
    transform: translateY(-2px);
}

.appvanta-services-mega-link span:last-child {
    color: var(--appvanta-green);
    font-size: 17px;
    margin-left: 8px;
}

@media (max-width: 1399.98px) {
    .appvanta-services-mega-menu {
        left: -110px;
        min-width: 680px;
        transform: translate(0, 10px);
    }

    .header-nav .main-menu .appvanta-services-menu:hover .appvanta-services-mega-menu,
    .header-nav .main-menu .appvanta-services-menu:focus-within .appvanta-services-mega-menu {
        transform: translate(0, 0);
    }
}

.box-button-video .btn-play svg circle,
.btn-play-white svg path {
    color: #ffffff;
}

.box-button-video .btn-play svg path {
    color: var(--secondary-color);
}

/* Homepage artwork uses intentional ratios so each generated visual stays crisp without stretching. */
.banner-1 .col-lg-5 > img {
    aspect-ratio: 537 / 540;
    display: block;
    height: auto;
    margin-inline: auto;
    object-fit: contain;
    width: 100%;
}

.intro-video-shortcode .box-cover-video > .row > .col-xl-6:first-child img {
    border-radius: 8px 0 0 8px;
    display: block;
    height: 390px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.faq-section {
    background-position: right 4% top 20px !important;
    background-size: min(24vw, 300px) !important;
}

.testimonial-style-1 {
    overflow: hidden;
}

.testimonial-style-1 .image {
    bottom: -12px;
    max-width: min(27vw, 390px);
    opacity: 0.9;
    pointer-events: none;
    right: 3%;
    z-index: 0;
}

.testimonial-style-1 .container {
    position: relative;
    z-index: 1;
}

.card-blog-grid .card-image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}

.card-blog-grid .card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.card-blog-list .card-image {
    border-radius: 8px;
    height: 120px;
    overflow: hidden;
    width: 120px;
}

.card-blog-list .card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.box-newsletter .image-1,
.box-newsletter .image-1 img {
    height: 110px;
    width: 110px;
}

/* Keep every service card aligned even when service names wrap onto two lines. */
.appvanta-services-grid > [class*="col-"] {
    margin-bottom: 24px;
}

.appvanta-services-showcase {
    background:
        radial-gradient(circle at 96% 8%, rgba(10, 143, 57, 0.1), transparent 23%),
        linear-gradient(180deg, #fbfefd 0%, #f1faf8 100%);
    margin-top: 0 !important;
    padding: 84px 0 60px;
}

.appvanta-services-showcase h2 {
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1.12;
    max-width: 860px;
}

.appvanta-services-showcase .container > .row:first-child p {
    font-size: 18px;
    line-height: 1.55;
    max-width: 790px;
}

.appvanta-services-grid .card-offer {
    background: #ffffff;
    border: 1px solid #d9e9e8;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(12, 47, 137, 0.06);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 352px;
    padding: 30px 28px;
    width: 100%;
}

.appvanta-services-grid .card-offer:hover {
    border-color: #7ac6b0;
    box-shadow: 0 22px 42px rgba(12, 47, 137, 0.12);
    transform: translateY(-6px);
}

.appvanta-services-grid .card-offer .card-image {
    align-items: center;
    background: linear-gradient(135deg, #e6f7f2, #e5effb);
    border-radius: 14px;
    display: flex;
    height: 62px;
    justify-content: center;
    margin-bottom: 24px;
    width: 62px;
}

.appvanta-services-grid .card-offer .card-image img {
    max-height: 34px;
    max-width: 34px;
}

.appvanta-services-grid .card-offer h4 {
    font-size: 22px;
    line-height: 1.2;
}

.appvanta-services-grid .card-offer .card-info > p {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.appvanta-services-grid .card-offer .card-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.appvanta-services-grid .card-offer .box-button-offer {
    margin-top: auto;
}

.appvanta-services-grid .card-offer .box-button-offer a {
    color: #0a8f39 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em;
}

.box-business-rd {
    background: linear-gradient(135deg, #f7fcfb 0%, #e6f4f1 100%);
    border: 1px solid #d4e8e4;
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(12, 47, 137, 0.07);
    overflow: hidden;
    padding: 58px;
}

.box-business-rd h3 {
    font-size: clamp(30px, 2.8vw, 44px);
    line-height: 1.12;
}

.box-business-rd .list-ticks {
    column-count: 2;
    column-gap: 22px;
}

.box-business-rd .list-ticks li {
    break-inside: avoid;
    margin-bottom: 12px;
}

.appvanta-process-visual {
    min-height: 470px;
    position: relative;
}

.appvanta-process-visual__image {
    border-radius: 20px;
    box-shadow: 0 20px 42px rgba(12, 47, 137, 0.16);
    display: block;
    height: 430px;
    margin: 18px 0 0 auto;
    object-fit: cover;
    object-position: center;
    width: min(100%, 590px);
}

.appvanta-process-visual__stat {
    background: #ffffff;
    border: 1px solid #d6e9e6;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(12, 47, 137, 0.12);
    display: flex;
    flex-direction: column;
    padding: 18px 22px;
    position: absolute;
}

.appvanta-process-visual__stat strong {
    color: #0a8f39;
    font-size: 34px;
    line-height: 1;
}

.appvanta-process-visual__stat span:last-child {
    color: #0c2f89;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}

.appvanta-process-visual__stat--primary {
    left: 0;
    top: 82px;
}

.appvanta-process-visual__stat--secondary {
    bottom: 0;
    left: 10%;
}

/* Career detail page: clear job banner, readable application content, and strong hierarchy. */
.appvanta-career-detail {
    background: linear-gradient(180deg, #f6fcfb 0%, #ffffff 44%);
}

.appvanta-career-detail .box-image-detail img {
    border-radius: 22px !important;
    height: min(34vw, 500px);
    min-height: 330px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.appvanta-career-detail .box-detail-content {
    box-shadow: 0 22px 52px rgba(12, 47, 137, 0.1);
}

.appvanta-career-detail .box-info-job {
    background: #f3faf8;
    border: 1px solid #d6e9e6;
    border-radius: 12px;
    margin-bottom: 32px;
    padding: 20px 22px 0;
}

.appvanta-career-detail .box-info-job .item-job {
    gap: 12px;
}

.appvanta-career-detail .box-info-job .left-title {
    flex: 0 0 104px;
    min-width: 104px;
}

.appvanta-career-detail .box-info-job .right-info {
    flex: 1 1 auto;
    line-height: 1.45;
    min-width: 0;
    overflow-wrap: anywhere;
}

/* Job application form: a clear, secure-looking conversion point on every job detail page. */
.appvanta-job-application {
    background: linear-gradient(135deg, #f2fbf7 0%, #f3f7ff 100%);
    border: 1px solid #d5e8e4;
    border-radius: 18px;
    margin: 42px 0 34px;
    padding: 34px;
    scroll-margin-top: 120px;
}

.appvanta-job-application__eyebrow {
    color: #087d37;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.appvanta-job-application h3 {
    color: #0a8f39;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.18;
    margin-bottom: 10px;
}

.appvanta-job-application__intro p {
    color: #526a73;
    margin: 0 0 24px;
}

.appvanta-job-application__form label {
    color: #173e4c;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.appvanta-job-application__form label span,
.appvanta-job-application__form small {
    color: #c22d3b;
}

.appvanta-job-application__form input,
.appvanta-job-application__form textarea {
    background: #ffffff;
    border: 1px solid #c9dfe2;
    border-radius: 9px;
    color: #173e4c;
    font: inherit;
    padding: 13px 15px;
    width: 100%;
}

.appvanta-job-application__form input:focus,
.appvanta-job-application__form textarea:focus {
    border-color: #0a8f39;
    outline: 3px solid rgba(10, 143, 57, 0.12);
}

.appvanta-job-application__form input[type="file"] {
    cursor: pointer;
    padding: 10px;
}

.appvanta-job-application__hint {
    color: #68808a;
    font-size: 12px;
    margin: 7px 0 0;
}

.appvanta-job-application__success {
    background: #dff7e8;
    border: 1px solid #9bdbb1;
    border-radius: 9px;
    color: #096a30;
    font-weight: 700;
    margin: 18px 0;
    padding: 14px 16px;
}

@media (max-width: 575px) {
    .appvanta-job-application {
        border-radius: 14px;
        padding: 24px 18px;
    }
}

/* Blog: keep the editorial hero focused on the team and make article visuals consistent. */
body#page-14 .banner-service .img-reveal {
    height: 430px;
    overflow: hidden;
}

body#page-14 .banner-service .img-reveal img {
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

body#page-14 .blog-listing .post-loop .card-image,
body#page-14 .featured-post .card-image {
    overflow: hidden;
}

body#page-14 .blog-listing .post-loop .card-image img,
body#page-14 .featured-post .card-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

/* Careers: make the hiring visual and role cards feel like one polished recruitment page. */
body#page-24 .box-video {
    border-radius: 22px;
    box-shadow: 0 22px 52px rgba(12, 47, 137, 0.12);
    overflow: hidden;
}

body#page-24 .box-video > img {
    display: block;
    height: clamp(310px, 32vw, 510px);
    object-fit: cover;
    object-position: right center;
    width: 100%;
}

.appvanta-career-listing__card {
    align-items: flex-start;
    background: linear-gradient(145deg, #ffffff 0%, #f8fcfb 100%);
    border: 1px solid #d7e7e9;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(12, 47, 137, 0.06);
    display: flex;
    height: auto;
    min-height: 232px;
    padding: 24px 26px;
    width: 100%;
}

.appvanta-career-listing__card .card-image {
    align-items: center;
    background: linear-gradient(135deg, #e6f7f2 0%, #eaf1ff 100%);
    border-radius: 14px;
    display: flex;
    flex: 0 0 64px;
    height: 64px;
    justify-content: center;
    margin: 0 18px 0 0;
    max-width: 64px;
    padding: 10px;
    width: 64px;
}

.appvanta-career-listing__card .card-image img {
    max-height: 42px;
    width: auto;
}

.appvanta-career-listing__card .card-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.appvanta-career-listing__card .card-info > p {
    line-height: 1.5;
    margin: 0;
}

.appvanta-career-listing__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.appvanta-career-listing__meta span {
    background: #eef8f5;
    border-radius: 999px;
    color: #087d37;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}

.appvanta-career-listing__card .box-button-offer {
    align-items: center;
    border-top: 1px solid #dcebe8;
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    padding-top: 14px;
}

.appvanta-career-listing__office {
    color: #59717a;
    font-size: 12px;
    font-weight: 700;
}

.appvanta-career-listing__card .box-button-offer a {
    white-space: nowrap;
}

/* Career page benefits: replace the theme's loose promo cards with a compact, balanced grid. */
body#page-24 .appvanta-featured-services {
    margin-bottom: 0;
}

body#page-24 .appvanta-featured-services__grid {
    margin-top: 34px !important;
    row-gap: 20px;
}

body#page-24 .appvanta-featured-services__grid > [class*="col-"] {
    display: flex;
}

body#page-24 .appvanta-featured-services .card-small-2 {
    background: linear-gradient(145deg, #ffffff 0%, #f4fbf8 100%);
    border: 1px solid #d7e7e9;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(12, 47, 137, 0.06);
    height: 100%;
    min-height: 170px;
    padding: 22px;
    width: 100%;
}

body#page-24 .appvanta-featured-services .card-small-2 .card-image {
    background: #e6f7f2;
    border-radius: 10px;
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px;
}

body#page-24 .appvanta-featured-services .card-small-2 .box-image {
    margin: 0;
}

body#page-24 .appvanta-featured-services .card-small-2 h6 {
    font-size: 18px;
    line-height: 1.25;
}

body#page-24 .appvanta-career-listing {
    margin-top: 64px !important;
}

@media (max-width: 575px) {
    .appvanta-career-listing__card {
        min-height: 0;
        padding: 20px;
    }

    .appvanta-career-listing__card .card-image {
        flex-basis: 54px;
        height: 54px;
        margin-right: 14px;
        max-width: 54px;
        width: 54px;
    }

    .appvanta-career-listing__card .box-button-offer {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .appvanta-career-detail .box-info-job {
        padding: 18px 16px 0;
    }

    .appvanta-career-detail .box-info-job .left-title {
        flex-basis: 92px;
        min-width: 92px;
    }
}

.price-plan > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.price-plan .card-plan-style-2,
.price-plan .card-plan {
    width: 100%;
}

/* Add a calm, on-brand consultation visual to the pricing introduction. */
.appvanta-pricing-hero {
    background-image: linear-gradient(90deg, rgba(226, 243, 246, 0.98) 0%, rgba(226, 243, 246, 0.93) 48%, rgba(226, 243, 246, 0.48) 100%), var(--pricing-hero-image);
    background-position: center, right center;
    background-repeat: no-repeat;
    background-size: cover, min(45%, 640px) auto;
}

.appvanta-pricing-hero .row:first-child > div:first-child {
    position: relative;
    z-index: 1;
}

/* Contact hero artwork uses a fixed landscape frame, preventing portrait crops. */
.banner-contact .banner-1 > .row {
    min-height: 520px;
}

.banner-contact .box-banner-contact {
    background: none;
    height: 520px;
    padding-top: 0;
}

.banner-contact .box-banner-contact img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

/* Contact page: turn the default template into a clean, focused enquiry experience. */
.banner-contact {
    background: linear-gradient(180deg, #f8fcfb 0%, #edf7f5 100%);
    padding: 52px 0 64px;
}

.banner-contact .banner-1 {
    background: linear-gradient(115deg, #ffffff 0%, #f3fbf9 60%, #e7f5f2 100%);
    border: 1px solid #d4e8e4;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(12, 47, 137, 0.08);
    min-height: 460px;
    overflow: hidden;
    padding: 0 0 0 56px;
    position: relative;
}

.banner-contact .banner-1 > .row {
    min-height: 460px;
}

.banner-contact .banner-1 > .row > .col-lg-7 {
    padding-right: 8%;
    position: relative;
    z-index: 1;
}

.banner-contact .box-banner-contact {
    border-left: 1px solid #d4e8e4;
    bottom: auto;
    height: 100%;
    right: 0;
    top: 0;
    width: 45%;
}

.banner-contact .title-line {
    color: #26705d;
    font-weight: 700;
}

.banner-contact h1 {
    font-size: clamp(42px, 4vw, 64px);
    line-height: 1.05;
}

.appvanta-contact-information .row {
    row-gap: 24px;
}

.appvanta-contact-information .card-small-2 {
    background: linear-gradient(145deg, #ffffff 0%, #f7fcfb 100%);
    border: 1px solid #d7e7e9;
    border-radius: 16px;
    border-top: 4px solid #0a8f39;
    box-shadow: 0 12px 30px rgba(12, 47, 137, 0.06);
    height: 100%;
    padding: 22px;
}

.appvanta-contact-information .appvanta-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 242px;
    width: 100%;
}

.appvanta-contact-card__heading {
    align-items: center;
    display: flex;
    gap: 12px;
}

.appvanta-contact-card__heading h6 {
    margin: 0;
}

.appvanta-contact-information .card-small-2 .card-image {
    background: linear-gradient(135deg, #e6f7f2, #d9edf7);
    border-radius: 10px;
    margin: 0;
    padding: 8px;
    width: fit-content;
}

.appvanta-contact-information .card-small-2 .card-image .box-image {
    margin: 0;
}

.appvanta-contact-information .card-small-2 .card-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
}

.appvanta-contact-card__description {
    color: #526a73;
    font-size: 14px;
    line-height: 1.55;
    margin: 17px 0 14px;
}

.appvanta-contact-card__detail {
    border-top: 1px solid #dcebe8;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: auto;
    padding-top: 13px;
}

.appvanta-contact-card__detail a,
.appvanta-contact-card__detail span {
    color: #0c2f89;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.appvanta-contact-form-section {
    margin-top: 76px !important;
}

.appvanta-contact-form-section .box-form-contact {
    background: #ffffff;
    border-color: #d4e8e4;
    box-shadow: 0 18px 44px rgba(12, 47, 137, 0.08);
}

.appvanta-contact-form-section .card-contact {
    margin-bottom: 24px;
}

/* Services hero keeps the copy and real team image visually balanced on large screens. */
.appvanta-services-hero {
    background: linear-gradient(120deg, #edf8f6 0%, #e6f2f6 58%, #ffffff 100%);
    overflow: hidden;
}

.appvanta-services-hero .box-banner-service {
    padding: 80px 0;
}

.appvanta-services-hero .box-banner-service h1 {
    font-size: clamp(40px, 3.2vw, 58px);
    line-height: 1.08;
    max-width: 550px;
    overflow-wrap: normal;
}

.appvanta-services-hero .box-banner-abs {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.appvanta-services-hero .box-banner-service .row .col-lg-9 {
    max-width: 550px;
}

.appvanta-services-hero .img-reveal img {
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    min-height: 480px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575.98px) {
    .appvanta-services-grid .card-offer {
        min-height: 310px;
    }

    .appvanta-services-showcase {
        padding: 58px 0 36px;
    }

    .appvanta-services-grid .card-offer {
        padding: 26px 22px;
    }

    .box-business-rd {
        border-radius: 18px;
        padding: 32px 24px;
    }

    .box-business-rd .list-ticks {
        column-count: 1;
    }

    .appvanta-process-visual {
        margin-top: 34px;
        min-height: 330px;
    }

    .appvanta-process-visual__image {
        height: 300px;
        margin: 0;
        width: 100%;
    }

    .appvanta-process-visual__stat {
        padding: 13px 16px;
    }

    .appvanta-process-visual__stat strong {
        font-size: 26px;
    }

    .appvanta-process-visual__stat--primary {
        left: 14px;
        top: 14px;
    }

    .appvanta-process-visual__stat--secondary {
        bottom: 14px;
        left: 14px;
    }

    .appvanta-career-detail .box-image-detail img {
        height: 260px;
        min-height: 0;
    }

    .appvanta-pricing-hero {
        background-image: linear-gradient(rgba(226, 243, 246, 0.96), rgba(226, 243, 246, 0.96));
    }

    .banner-contact .banner-1 > .row {
        min-height: 0;
    }

    .banner-contact {
        padding: 28px 0 44px;
    }

    .banner-contact .banner-1 {
        min-height: 0;
        padding: 38px 28px;
    }

    .banner-contact .banner-1 > .row > .col-lg-7 {
        padding-right: 12px;
    }

    .appvanta-services-hero .box-banner-service {
        padding: 58px 0;
    }
}

.box-newsletter .image-1 img {
    background: #eaf5f7;
    border: 5px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .intro-video-shortcode .box-cover-video > .row > .col-xl-6:first-child img {
        border-radius: 8px 8px 0 0;
        height: auto;
        max-height: 420px;
    }

    .faq-section {
        background-size: 180px !important;
    }

    .testimonial-style-1 {
        min-height: auto;
    }

    .testimonial-style-1 .image {
        display: none;
    }

    .card-blog-list .card-image {
        height: 92px;
        width: 92px;
    }

    .box-newsletter .image-1,
    .box-newsletter .image-1 img {
        height: 86px;
        width: 86px;
    }
}
