/*
Theme Name: RozvážímePro
Theme URI: https://rozvazimepro.cz/
Author: RozvážímePro
Description: Custom WordPress theme for fleet rental, logistics and company delivery services. Compatible with ACF Free.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: rozvazimepro
License: GNU General Public License v2 or later
*/


:root {
    --color-white: #fff;
    --color-primary-950: #04172f;
    --color-primary-900: #041b3d;
    --color-primary-850: #051c3e;
    --color-primary-800: #052b59;
    --color-primary-750: #062c6d;
    --color-primary-700: #063672;
    --color-primary-650: #064190;
    --color-primary-600: #0646a6;
    --color-primary-550: #0650bc;
    --color-primary-500: #0751bd;
    --color-primary-475: #0757be;
    --color-primary-450: #0e5fd2;
    --color-primary-425: #0963cf;
    --color-primary-400: #0965d2;
    --color-primary-border: #0b3c83;
    --color-heading-blue: #073a88;
    --color-heading-blue-alt: #073777;
    --color-icon-blue: #092e6d;
    --color-link-dark: #072a59;
    --color-text: #0d2140;
    --color-text-strong: #0e1b32;
    --color-text-secondary: #3c4c65;
    --color-text-accent: #10396f;
    --color-muted: #647086;
    --color-muted-alt: #647087;
    --color-muted-soft: #657086;
    --color-muted-medium: #667287;
    --color-muted-card: #68748a;
    --color-muted-card-alt: #6b7488;
    --color-muted-logo: #7a818d;
    --color-muted-border: #7f8da2;
    --color-muted-brand: #8a94a3;
    --color-muted-hero: #8a98b2;
    --color-muted-arrow: #a2afc2;
    --color-footer-muted: #abb8ca;
    --color-footer-text: #c4cfdd;
    --color-footer-link: #d5deea;
    --color-line: #dfe5ed;
    --color-header-line: #e7ebf1;
    --color-soft-icon: #eef3f8;
    --color-soft: #f7f9fc;
    --color-success: #20a84b;
    --color-success-dark: #16883a;
    --overlay-white-80: rgba(255, 255, 255, 0.8);
    --overlay-white-23: rgba(255, 255, 255, 0.23);
    --overlay-white-15: rgba(255, 255, 255, 0.15);
    --overlay-white-12: rgba(255, 255, 255, 0.12);

    --navy: var(--color-primary-850);
    --blue: var(--color-primary-600);
    --blue2: var(--color-primary-450);
    --green: var(--color-success);
    --green-dark: var(--color-success-dark);
    --text: var(--color-text);
    --muted: var(--color-muted);
    --line: var(--color-line);
    --soft: var(--color-soft);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    color: var(--text);
    background: var(--color-white);
}

a {
    text-decoration: none;
}

.site-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--color-header-line);
}

.navbar {
    min-height: 66px;
    padding: 0;
}

.brand {
    display: flex;
    flex-direction: column;
    color: var(--navy);
    line-height: 1;
}

.brand strong {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.brand strong span {
    color: var(--blue);
}

.brand small {
    margin-top: 6px;
    color: var(--color-muted-brand);
    font-size: 9px;
    letter-spacing: 0.08em;
}

.nav-link {
    margin: 0 8px !important;
    color: var(--color-text-strong) !important;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    border-color: #0751bd !important;
    color: #0751bd !important;
}

.nav-cta {
    padding: 12px 24px !important;
    font-size: 12px !important;
}

.btn {
    border-radius: 12px;
    font-weight: 700;
}

.btn-green {
    background: var(--green);
    border-color: var(--green);
    color: var(--color-white);
    padding: 13px 23px;
    font-size: 14px;
}

.btn-green:hover, .btn-green:focus-visible, .btn-green:active {
    background: var(--green-dark) !important;
    border-color: var(--green-dark) !important;
    color: var(--color-white) !important;
}


.btn-outline-brand {
    border: 1px solid var(--color-muted-border);
    color: var(--navy);
    background: var(--color-white);
    padding: 13px 23px;
    font-size: 14px;
}

.btn-outline-brand:hover, .btn.btn-outline-brand:focus-visible, .btn.btn-outline-brand:active {
    border-color: var(--color-success);
    color: var(--color-success);
}

.hero {
    background: linear-gradient(90deg,
            var(--color-primary-900),
            var(--color-primary-700));
    overflow: hidden;
    position: relative;
}


.hero-row {
    min-height: 337px;
}

.hero-copy {
    position: relative;
    z-index: 4;
}

.hero h1 {
    font-size: 43px;
    line-height: 1.06;
    letter-spacing: -0.055em;
    font-weight: 800;
    margin: 0 0 17px;
    color: var(--color-white);
}

.hero-copy>p {
    max-width: 470px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--color-muted-hero);
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-bottom: 27px;
}

.hero-media {
    align-self: stretch;
    position: relative;
    min-height: 337px;
}

.hero-media img {
    position: absolute;
    left: -78px;
    top: 0;
    width: calc(100% + 120px);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.mini-benefit {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.mini-benefit>i {
    font-size: 29px;
    color: var(--green);
}

.mini-benefit span {
    display: flex;
    flex-direction: column;
}

.mini-benefit strong {
    font-size: 16px;
    color: var(--color-white);
    line-height: 1.25;
}

.mini-benefit small {
    font-size: 14px;
    color: var(--color-muted-hero);
    margin-top: 3px;
    white-space: nowrap;
}

.section {
    padding: 22px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 17px;
}

.section-title h2 {
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 7px;
}

.section-title p {
    font-size: 15px;
    color: var(--color-muted-hero);
    margin: 0;
}

.section-title.compact {
    margin-bottom: 13px;
}

.solution-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 18px 18px 14px;
    display: flex;
    gap: 18px;
    background: var(--color-white);
}

.solution-card.solution-card-link i {
    font-size: 41px;
    color: var(--color-white) !important;
}

.solution-card.solution-card-link p {
    color: var(--color-white) !important;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
}

.solution-card.solution-card-link h3 {
    color: var(--color-white) !important;
    font-size: 21px;
    margin: 0;
}

.solution-card.solution-card-link {
    border: 1px solid var(--color-primary-border);
    background: var(--color-primary-500);
    align-items: center;
}

.solution-card>i {
    font-size: 37px;
    color: var(--color-primary-500);
    line-height: 1;
}

.solution-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--color-heading-blue);
    margin: 2px 0 8px;
}

.solution-card p {
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-muted-card);
    margin: 0 0 12px;
}

.solution-card a,
.vehicle-card a {
    font-size: 9px;
    font-weight: 700;
    color: var(--color-primary-500);
}

.solution-card a i,
.vehicle-card a i {
    margin-left: 8px;
}

.fleet {
    padding-top: 4px;
    padding-bottom: 10px;
}

.vehicle-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: var(--color-white);
}

.vehicle-card>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vehicle-body {
    padding: 0px 20px;
}

.vehicle-slider {
    --vehicle-gap: 24px;

    position: relative;
    padding: 0 52px 38px;
}

.vehicle-slider-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vehicle-slider-viewport::-webkit-scrollbar {
    display: none;
}

.vehicle-slider-track {
    display: flex;
    align-items: stretch;
    gap: var(--vehicle-gap);
}

.vehicle-slide {
    display: flex;
    flex: 0 0 calc((100% - (var(--vehicle-gap) * 2)) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.vehicle-slide .vehicle-card {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.vehicle-slide .vehicle-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.vehicle-slide .rp-specs {
    margin-top: auto;
}


.vehicle-slider-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-primary, #06468e);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 30, 70, 0.2);
    transform: translateY(-50%);
    transition:
        opacity 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.vehicle-slider-arrow:hover,
.vehicle-slider-arrow:focus-visible {
    color: #fff;
    background: var(--color-primary-dark, #04376f);
    transform: translateY(-50%) scale(1.06);
}

.vehicle-slider-arrow:disabled {
    cursor: default;
    opacity: 0.3;
}

.vehicle-slider-prev {
    left: 0;
}

.vehicle-slider-next {
    right: 0;
}


.vehicle-slider-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.vehicle-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #c7d0db;
    border: 0;
    border-radius: 50%;
    transition:
        width 0.2s ease,
        background-color 0.2s ease;
}

.vehicle-slider-dot.is-active {
    width: 10px;
    height: 10px;
    background: var(--color-primary, #06468e);
}


.vehicle-slider:not(.has-overflow) {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.vehicle-slider:not(.has-overflow) .vehicle-slider-arrow,
.vehicle-slider:not(.has-overflow) .vehicle-slider-dots {
    display: none;
}


@media (max-width: 991.98px) {
    .vehicle-slide {
        flex-basis: calc((100% - var(--vehicle-gap)) / 2);
    }
}


@media (max-width: 767.98px) {
    .vehicle-slider {
        --vehicle-gap: 16px;

        padding-right: 40px;
        padding-left: 40px;
    }

    .vehicle-slide {
        flex-basis: 100%;
    }

    .vehicle-slider-arrow {
        width: 34px;
        height: 34px;
    }

    .vehicle-slider-prev {
        left: 0;
    }

    .vehicle-slider-next {
        right: 0;
    }
}

.vehicle-body h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--color-primary-750);
}

.vehicle-body p {
    font-size: 15px;
    line-height: 1.45;
    color: var(--color-muted-card);
    margin: 0 0 12px;
}

.vehicle-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 6px;
}

.vehicle-body li {
    font-size: 15px;
    color: var(--color-muted-card-alt);
    line-height: 1.55;
    margin-top: 8px;
}

.vehicle-body li i {
    width: 15px;
    color: var(--color-primary-500);
    margin-right: 4px;
}

.fleet-all {
    padding: 8px 24px;
    font-size: 9px;
}

.benefit-strip {
    background: linear-gradient(270deg,
            var(--color-primary-425),
            var(--color-primary-700));
    color: var(--color-white);
    padding: 14px 0;
}

.strip-item {
    height: 80px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 24px;
    border-right: 1px solid var(--overlay-white-23);
}

.strip-item.last {
    border-right: 0;
}

.strip-item>i {
    font-size: 32px;
    color: var(--color-white);
}

.strip-item h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 3px;
    color: var(--color-white);
}

.strip-item p {
    font-size: 13px;
    line-height: 1.35;
    color: var(--overlay-white-80);
    margin: 0;
}

.rp-specs {
    margin-top: 5px;
    border-top: 1px solid #dfe5ed;
}

.rp-specs i {
    margin-right: 5px;
    color: #20a84b;
}

.rp-spec {
    display: flex;
    gap: 4px;
}

.rp-specs span {
    font-size: 15px;
    line-height: 1.45;
    color: var(--color-muted-card);
    margin: 0 0 12px;
}

.rp-specs strong {
    display: block;
    font-size: 17px;
    line-height: 1.45;
    color: var(--color-primary-750);
    margin: 4px 0px 0px;
    font-weight: 700;
}

.references-section .container {
    position: relative;
    overflow: hidden;
    padding: 42px 10px 52px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 0%,
            rgba(20, 107, 190, 0.72) 0,
            rgba(20, 107, 190, 0) 48%),
        linear-gradient(115deg, #052b5e 0%, #06468e 52%, #063a76 100%);
    border-radius: 44px;
}


.references-heading {
    margin-bottom: 24px;
}

.references-eyebrow {
    display: block;
    margin-bottom: 7px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
    font-size: 15px;
}

.references-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.15;
    font-weight: 800;
}

.references-slider {
    --reference-gap: 18px;

    position: relative;
    padding: 0 64px 34px;
}

.references-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.references-viewport::-webkit-scrollbar {
    display: none;
}

.references-track {
    display: flex;
    gap: var(--reference-gap);
    width: 100%;
}

.reference-card {
    display: flex;
    flex: 0 0 calc((100% - (var(--reference-gap) * 2)) / 3);
    min-width: 0;
    min-height: 165px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    color: #172238;
    background: #fff;
    border: 1px solid rgba(16, 43, 76, 0.09);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 18, 48, 0.16);
    scroll-snap-align: start;
}

.reference-text {
    margin: 0 0 24px;
    color: #556174;
    font-size: 14px;
    line-height: 1.65;
    font-style: italic;
}

.reference-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.reference-person {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
}

.reference-avatar {
    display: block;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    object-fit: cover;
}

.reference-person-info {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.reference-person-info strong {
    margin-bottom: 3px;
    color: #172238;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.reference-person-info span {
    color: #8893a2;
    font-size: 11px;
    line-height: 1.3;
}

.reference-company-logo {
    display: block;
    width: auto;
    max-width: 95px;
    height: 34px;
    object-fit: contain;
}


.references-arrow {
    position: absolute;
    z-index: 5;
    top: calc(50% - 17px);
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 50%;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.references-arrow:hover,
.references-arrow:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.references-arrow span {
    display: block;
    margin-top: -3px;
    font-size: 34px;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.references-arrow-prev {
    left: 5px;
}

.references-arrow-next {
    right: 5px;
}


.references-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.references-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    border-radius: 50%;
    transition:
        width 0.2s ease,
        background-color 0.2s ease;
}

.references-dot.is-active {
    width: 10px;
    height: 10px;
    background: #fff;
}


@media (max-width: 991.98px) {
    .references-slider {
        padding-right: 55px;
        padding-left: 55px;
    }

    .reference-card {
        flex-basis: calc((100% - var(--reference-gap)) / 2);
    }
}


@media (max-width: 767.98px) {
    .references-section {
        padding: 35px 0 42px;
        border-radius: 10px;
    }

    .references-heading {
        padding: 0 45px;
    }

    .references-slider {
        padding-right: 42px;
        padding-bottom: 34px;
        padding-left: 42px;
    }

    .reference-card {
        flex-basis: 100%;
        min-height: 200px;
        padding: 22px;
    }

    .references-arrow {
        width: 34px;
        height: 34px;
    }

    .references-arrow span {
        font-size: 28px;
    }

    .references-arrow-prev {
        left: 0;
    }

    .references-arrow-next {
        right: 0;
    }

    .reference-company-logo {
        max-width: 80px;
        height: 30px;
    }
}

.testimonial {
    height: 140px;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 16px 22px;
    margin: 0;
    background: var(--color-white);
}

.quote {
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 0.7;
    color: var(--color-primary-550);
    font-weight: 700;
}

.testimonial p {
    font-size: 9px;
    line-height: 1.45;
    color: var(--color-text-secondary);
    margin: 11px 0;
}

.testimonial footer {
    display: flex;
    flex-direction: column;
}

.testimonial strong {
    font-size: 9px;
    color: var(--color-text-accent);
}

.testimonial small {
    font-size: 8px;
    color: var(--color-muted-medium);
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.stats-grid>div {
    height: 66px;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 11px 13px;
    display: grid;
    grid-template-columns: 31px 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
}

.stats-grid i {
    grid-row: 1/3;
    font-size: 26px;
    color: var(--color-icon-blue);
}

.stats-grid strong {
    font-size: 20px;
    line-height: 1;
    color: var(--color-primary-500);
}

.stats-grid small {
    font-size: 8px;
    color: var(--color-muted-soft);
}

.steps {
    padding: 16px 0;
}

.step {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    padding: 0 34px;
}

.step>span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--color-primary-475);
    color: var(--color-white);
    font-weight: 800;
}

.step h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--color-heading-blue-alt);
    margin: 1px 0 5px;
}

.step p {
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-muted-alt);
    margin: 0;
}

.step-arrow {
    position: absolute;
    right: -5px;
    top: 35%;
    color: var(--color-muted-arrow);
    font-size: 20px;
}

.cta {
    background: linear-gradient(90deg,
            var(--color-primary-650),
            var(--color-primary-400));
    color: var(--color-white);
    padding: 15px 0;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta h2 {
    font-size: 35px;
    line-height: 1.06;
    letter-spacing: -0.055em;
    font-weight: 700;
}

.cta p {
    font-size: 15px;
    color: var(--color-white);
    margin: 0;
}

.cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.cta-action small {
    font-size: 13px;
}

.footer {
    background: linear-gradient(110deg,
            var(--color-primary-950),
            var(--color-primary-800));
    color: var(--color-white);
    padding: 20px 0 0;
}

.footer-brand {
    font-size: 14px;
    color: var(--color-white);
    font-weight: 800;
}

.footer .col-lg-3>small {
    display: block;
    color: var(--color-white);
    font-size: 19px;
    margin: 3px 0 11px;
    font-weight: 700;
}

.footer p {
    color: var(--color-footer-text);
    font-size: 13px;
    line-height: 1.55;
}

.footer h3 {
    font-size: 19px;
    margin: 0 0 10px;
    color: var(--color-white);
    font-weight: 800;
}

.footer a {
    display: block;
    color: var(--color-footer-link);
    font-size: 14px;
    margin-bottom: 7px;
}

.footer a:hover {
    color: var(--color-white);
}

.socials {
    display: flex;
    gap: 9px;
}

.socials a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--color-soft-icon);
    color: var(--color-link-dark);
    margin: 0;
}

.footer-bottom {
    margin-top: 16px;
    padding: 11px 0;
    border-top: 1px solid var(--overlay-white-12);
    display: flex;
    justify-content: space-between;
    color: var(--color-footer-muted);
    font-size: 13px;
}

.footer-bottom span:last-child {
    display: flex;
    gap: 18px;
}

.footer-bottom a {
    display: inline;
    margin: 0;
    color: var(--color-footer-muted);
}

.hero-delivery {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: linear-gradient(90deg,
            var(--color-primary-900),
            var(--color-primary-700));
}

.hero-delivery-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    top: -1px;
}

.hero-delivery .section-title {
    text-align: start;
}

.hero-delivery-background {
    position: absolute;
    inset: 0 auto 0 0;
    width: 650px;
    background-image: url(img/delivery-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, calc(100% - 95px) 100%, 0 100%);
}

.hero-delivery-person {
    position: absolute;
    z-index: 3;
    left: 22%;
    bottom: 0;

    width: min(430px, 38vw);
    max-height: 96%;
    object-fit: contain;
    object-position: bottom center;
}

.hero-delivery-text {
    position: relative;
    z-index: 3;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-delivery-list {
    margin: 0;
    padding: 0;
}

.hero-delivery-check {
    flex: 0 0 auto;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--color-success);
    font-weight: 900;
}

.hero-delivery-list li {
    color: var(--color-white);
}

.hero-delivery .section-title h2 {
    color: var(--color-white);
}

.hero-delivery .section-title .tag {
    color: var(--color-success);
}

.faq .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, var(--color-primary-650), var(--color-primary-400));
    color: white;
    font-weight: 700;
}

.faq .accordion-item .accordion-button {
    border-radius: 12px;
}

.faq .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 12px;
}

.faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 12px;
}

.faq .accordion-button {
    outline: unset;
    box-shadow: unset;
}

.faq .accordion-item {
    border: 1px solid #e6e8ea;
    border-radius: 12px;
}

.join-us-section {
    overflow: hidden;
}


.join-us-benefits {
    display: grid;
    gap: 13px;
    margin: 0 0 30px;
}

.join-us-benefits li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #273449;
    font-size: 15px;
    font-weight: 700;
}

.join-us-benefits i {
    flex: 0 0 auto;
    color: #198754;
    font-size: 18px;
}

.join-us-images {
    position: relative;
    min-height: 510px;
}

.join-us-image {
    position: absolute;
    overflow: hidden;
    background: #e8edf3;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(21, 43, 70, 0.16);
}

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

.join-us-image-main {
    top: 0;
    right: 0;
    width: 78%;
    height: 410px;
}

.join-us-image-secondary {
    bottom: 0;
    left: 0;
    width: 54%;
    height: 245px;
    border: 8px solid #f6f8fb;
}

@media (max-width: 991.98px) {
    .join-us-content {
        max-width: none;
    }

    .join-us-images {
        min-height: 470px;
    }

    .join-us-image-main {
        width: 80%;
        height: 380px;
    }

    .join-us-image-secondary {
        width: 52%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .join-us-images {
        min-height: 370px;
    }

    .join-us-image-main {
        width: 88%;
        height: 300px;
    }

    .join-us-image-secondary {
        width: 58%;
        height: 170px;
        border-width: 5px;
    }

    .join-us-content h2 {
        font-size: 30px;
    }
}


.faq-section .section-title {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

.faq-label {
    display: block;
    margin-bottom: 8px;
    color: #198754;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-section .section-title h2 {
    margin: 0 0 12px;
    color: #172238;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 800;
}

.faq-section .section-title p {
    margin: 0;
    color: #687487;
    font-size: 16px;
    line-height: 1.7;
}


.faq-accordion {
    display: grid;
    gap: 12px;
}

.faq-accordion .accordion-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(18, 38, 63, 0.05);
}


.faq-accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #e3e8ef;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:first-of-type>.accordion-header .accordion-button,
.faq-accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 12px;
}


.faq-accordion .accordion-button {
    display: flex;
    min-height: 76px;
    padding: 18px 54px 18px 18px;
    align-items: center;
    gap: 14px;
    color: #172238;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 750;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #172238;
    background: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-question-number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #198754;
    background: #eaf7f0;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 800;
}


.faq-accordion .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 19px;
    width: 22px;
    height: 22px;
    margin: 0;
    background-image: none;
    transform: translateY(-50%);
}

.faq-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: #198754;
    background: #edf8f2;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.faq-accordion .accordion-button:not(.collapsed)::before {
    content: "−";
}

/* Answer */

.faq-accordion .accordion-body {
    padding: 0 72px 22px 70px;
    color: #687487;
    font-size: 15px;
    line-height: 1.75;
}

/* Bottom contact row */

.faq-contact {
    display: flex;
    margin-top: 28px;
    padding: 20px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
}

.faq-contact>div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.faq-contact strong {
    color: #172238;
    font-size: 16px;
}

.faq-contact span {
    color: #7a8698;
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-collapse .btn {
        width: 100%;
    }

    .faq-contact {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .faq-accordion .accordion-button {
        min-height: 70px;
        padding: 16px 50px 16px 15px;
        gap: 11px;
        font-size: 15px;
    }

    .faq-question-number {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .faq-accordion .accordion-body {
        padding: 0 18px 20px;
    }

    .faq-contact {
        padding: 18px;
    }

    .faq-contact .btn {
        width: 100%;
    }
}

.cta-form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #0e75f0;
}

.cta-form .form-control {
    padding: 10px 16px;
    border-radius: 12px;
    border: 0;
}

.cta-form .form-check a {
    color: #11c44a;
    font-weight: 700;
}

.cta-form .form-label {
    margin-bottom: 7px;
    line-height: 1.2;
    color: rgb(255 255 255);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}



.news-card {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5eaf0;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(20, 38, 63, 0.07);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(20, 38, 63, 0.12);
}

.news-card-image {
    display: block;
    overflow: hidden;
}

.news-card-image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.04);
}

.news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.news-card time {
    display: block;
    margin-bottom: 12px;
    color: #8390a2;
    font-size: 13px;
    font-weight: 600;
}

.news-card h3 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.news-card h3 a {
    color: #172238;
    text-decoration: none;
}

.news-card h3 a:hover {
    color: #1c9b5e;
}

.news-card p {
    margin: 0 0 22px;
    color: #687487;
    font-size: 15px;
    line-height: 1.7;
}

.news-card-link {
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 8px;
    color: #1c9b5e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.news-card-link i {
    transition: transform 0.2s ease;
}

.news-card-link:hover {
    color: #147847;
}

.news-card-link:hover i {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .news-section {
        padding: 55px 0;
    }

    .news-card-image img {
        height: 210px;
    }

    .news-card-body {
        padding: 21px;
    }

    .news-card h3 {
        font-size: 19px;
    }
}

@media (max-width: 991.98px) {
    .hero-delivery {
        min-height: auto;
    }

    .hero-delivery-media {
        position: relative;
        width: 100%;
        height: 500px;
        clip-path: none;
    }

    .hero-delivery-person {
        left: 50%;
        right: auto;
        width: min(420px, 85%);
        transform: translateX(-50%);
    }

    .hero-delivery-text {
        min-height: auto;
        padding: 30px 10px;
    }
}

@media (max-width: 575.98px) {
    .hero-delivery-media {
        height: 410px;
    }

    .hero-delivery-person {
        left: 50%;
        right: auto;
        width: 90%;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }

    .nav-cta {
        margin-top: 10px;
    }

    .hero-row {
        min-height: auto;
    }


    .hero-media {
        min-height: 360px;
    }

    .hero-media img {
        left: 0;
        width: 100%;
    }

    .strip-item.last {
        border-bottom: 0;
    }

    .strip-item {
        border-right: 0;
        border-bottom: 1px solid var(--overlay-white-15);
    }

    .step-arrow {
        display: none;
    }

    .cta-inner {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 39px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-media {
        min-height: 280px;
    }

    .solution-card,
    .vehicle-card {
        height: auto;
    }

    .vehicle-card>img {
        height: 155px;
    }

    .cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}

/* WordPress integration */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
    position: fixed !important;
    z-index: 99999;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    clip: auto;
    color: #041b3d;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.custom-logo-link,
.custom-logo-link img {
    display: block;
}

.custom-logo {
    width: auto;
    max-width: 190px;
    max-height: 54px;
}

.navbar-nav .menu-item {
    list-style: none;
}

.site-main-inner {
    min-height: 55vh;
    padding-top: 64px;
    padding-bottom: 64px;
}

.entry-header,
.archive-header {
    margin-bottom: 28px;
}

.entry-title,
.archive-title {
    color: var(--navy);
    font-weight: 800;
    letter-spacing: -.035em;
}

.entry-content {
    color: #33445e;
    font-size: 16px;
    line-height: 1.75;
}

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

.post-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pagination-wrap {
    margin-top: 40px;
}

.pagination-wrap .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination-wrap .page-numbers {
    display: inline-flex;
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.pagination-wrap .current {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.rp-alert {
    margin: 0 0 22px;
    padding: 14px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.rp-alert-success {
    color: #126b30;
    background: #eaf8ef;
    border: 1px solid #bfe7ca;
}

.rp-alert-error {
    color: #8b1e24;
    background: #fff0f1;
    border: 1px solid #f1c4c7;
}

.rp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.reference-company-name {
    color: #1e3556;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
}

.vehicle-card>img,
.news-card-image img {
    background: #eef3f8;
}

.footer-menu,
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-contact-link {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.not-found-search {
    max-width: 520px;
}

.not-found-search .search-form {
    display: flex;
    gap: 10px;
}

.not-found-search .search-field {
    flex: 1;
    min-width: 0;
    padding: 11px 13px;
    border: 1px solid var(--line);
    border-radius: 10px;
}

@media (max-width: 991.98px) {
    .post-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .post-list {
        grid-template-columns: 1fr;
    }

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

.footer .footer-contact-link span {
    color: inherit;
}

.footer-bottom .footer-legal,
.footer-bottom .footer-legal .footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-bottom .footer-legal li,
.footer-bottom .footer-legal a {
    margin: 0;
}

@media (max-width: 767.98px) {

    .footer-bottom .footer-legal,
    .footer-bottom .footer-legal .footer-menu {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}



/* =========================================================
   Single blog post
   ========================================================= */

.single-blog-main {
    min-height: 60vh;
    background: #fff;
}

.single-blog-hero {
    padding: 25px 0 35px;
    background: radial-gradient(circle at 90% 10%, rgba(32, 168, 75, .10), transparent 28%), linear-gradient(180deg, #f7faff 0%, #fff 100%);
    border-bottom: 1px solid var(--line);
}

.blog-breadcrumb {
    display: flex;
    min-width: 0;
    margin-bottom: 30px;
    align-items: center;
    gap: 8px;
    color: #7b8798;
    font-size: 13px;
    font-weight: 700;
}

.blog-breadcrumb a {
    color: #657288;
}

.blog-breadcrumb a:hover {
    color: var(--green-dark);
}

.blog-breadcrumb i {
    flex: 0 0 auto;
    font-size: 10px;
}

.blog-breadcrumb span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-blog-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    gap: 8px;
}

.single-blog-categories a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    color: #116f39;
    background: #eaf8ef;
    border: 1px solid #ccebd6;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.single-blog-categories a:hover {
    color: #fff;
    background: var(--green-dark);
    border-color: var(--green-dark);
}

.single-blog-title {
    color: var(--navy);
    font-size: 43px;
    line-height: 1.06;
    letter-spacing: -0.055em;
    font-weight: 800;
    margin: 0 0 17px;
}

.single-blog-lead {
    max-width: 670px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--color-muted-hero);
    margin-bottom: 18px;
}

.single-blog-lead p {
    margin: 0;
}

.single-blog-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    align-items: center;
    gap: 18px 28px;
    color: #657288;
    font-size: 14px;
    font-weight: 700;
}

.single-blog-author {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.single-blog-author-avatar {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(5, 28, 62, .12);
}

.single-blog-author span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.single-blog-author strong {
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
}

.single-blog-author small {
    margin-top: 3px;
    color: #8994a5;
    font-size: 11px;
    font-weight: 700;
}

.single-blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-muted-hero);
    font-weight: 600;
    font-size: 13px;
}

.single-blog-meta-item i {
    color: var(--green-dark);
}

.single-blog-body {
    padding: 0 0 80px;
}

.single-blog-featured-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #edf2f7;
    border-radius: 22px;
}

.single-blog-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1440 / 760;
    object-fit: cover;
}

.single-blog-featured-image figcaption {
    padding: 10px 16px;
    color: #748095;
    background: #fff;
    font-size: 12px;
    text-align: center;
}

.single-blog-article {
    min-width: 0;
}

.single-blog-content {
    color: #314159;
    font-size: 18px;
    line-height: 1.85;
}

.single-blog-content>*:first-child {
    margin-top: 30px;
}

.single-blog-content>*:last-child {
    margin-bottom: 0;
}

.single-blog-content p,
.single-blog-content ul,
.single-blog-content ol,
.single-blog-content table,
.single-blog-content blockquote,
.single-blog-content .wp-block-image,
.single-blog-content .wp-block-gallery,
.single-blog-content .wp-block-cover,
.single-blog-content .wp-block-embed {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--color-muted-hero);
    margin-bottom: 18px;
}

.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4 {
    color: var(--navy);
    font-weight: 900;
    letter-spacing: -.025em;
    scroll-margin-top: 90px;
}


.single-blog-content h3 {
    margin: 42px 0 16px;
    font-size: clamp(23px, 2.5vw, 30px);
    line-height: 1.3;
}

.single-blog-content h4 {
    margin: 34px 0 14px;
    font-size: 21px;
}

.single-blog-content a {
    color: #08753a;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.single-blog-content a:hover {
    color: var(--green-dark);
}

.single-blog-content ul,
.single-blog-content ol {
    padding-left: 1.3em;
}

.single-blog-content li {
    margin-bottom: 9px;
    padding-left: 5px;
}

.single-blog-content li::marker {
    color: var(--green-dark);
    font-weight: 900;
}

.single-blog-content blockquote,
.single-blog-content .wp-block-quote {
    position: relative;
    padding: 26px 30px 26px 34px;
    color: #173252;
    background: #f3f8ff;
    border: 0;
    border-left: 5px solid var(--green);
    border-radius: 0 14px 14px 0;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 700;
}

.single-blog-content blockquote p:last-child {
    margin-bottom: 0;
}

.single-blog-content blockquote cite {
    display: block;
    margin-top: 13px;
    color: #728096;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.single-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.single-blog-content figcaption {
    margin-top: 8px;
    color: #7b8798;
    font-size: 13px;
    text-align: center;
}

.single-blog-content table {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    font-size: 15px;
}

.single-blog-content th,
.single-blog-content td {
    padding: 13px 15px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.single-blog-content th {
    color: var(--navy);
    background: #f3f7fb;
    font-weight: 900;
}

.single-blog-content tr:last-child td {
    border-bottom: 0;
}

.single-blog-content th:last-child,
.single-blog-content td:last-child {
    border-right: 0;
}

.single-blog-content pre {
    overflow-x: auto;
    margin-bottom: 28px;
    padding: 20px;
    color: #eef5ff;
    background: #071d3d;
    border-radius: 13px;
    font-size: 14px;
}

.single-blog-content code {
    padding: 2px 5px;
    color: #0c5f34;
    background: #eaf8ef;
    border-radius: 5px;
    font-size: .88em;
}

.single-blog-content pre code {
    padding: 0;
    color: inherit;
    background: transparent;
}

.page-links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 800;
}

.page-links>span,
.page-links a span {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.single-blog-tags {
    display: flex;
    margin-top: 48px;
    padding-top: 24px;
    align-items: flex-start;
    gap: 18px;
    border-top: 1px solid var(--line);
}

.single-blog-tags-label {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 900;
}

.single-blog-tags-label i {
    color: var(--green-dark);
}

.single-blog-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-blog-tags-list a {
    padding: 7px 11px;
    color: #5f6d82;
    background: #f5f7fa;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}

.single-blog-tags-list a:hover {
    color: #fff;
    background: var(--green-dark);
    border-color: var(--green-dark);
}

.single-blog-author-box {
    display: flex;
    margin-top: 48px;
    padding: 28px;
    align-items: flex-start;
    gap: 22px;
    background: #f7f9fc;
    border: 1px solid #e5eaf0;
    border-radius: 16px;
}

.single-blog-author-box>img {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.single-blog-author-label {
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.single-blog-author-box h2 {
    margin: 4px 0 8px;
    color: var(--navy);
    font-size: 22px;
    font-weight: 900;
}

.single-blog-author-box p {
    margin: 0 0 11px;
    color: #5f6d82;
    font-size: 15px;
    line-height: 1.7;
}

.single-blog-author-box a,
.single-blog-all-posts,
.single-blog-related-heading>a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 900;
}

.single-blog-author-box a:hover i,
.single-blog-all-posts:hover i,
.single-blog-related-heading>a:hover i {
    transform: translateX(3px);
}

.single-blog-author-box a i,
.single-blog-all-posts i,
.single-blog-related-heading>a i {
    transition: transform .2s ease;
}

.single-blog-navigation {
    display: grid;
    margin-top: 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.single-blog-nav-item {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(10, 34, 70, .05);
}

.single-blog-nav-item:hover {
    border-color: #b9dfc6;
    box-shadow: 0 12px 34px rgba(10, 34, 70, .09);
}

.single-blog-nav-item.is-next {
    text-align: right;
}

.single-blog-nav-direction {
    display: inline-flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 7px;
    color: #7b8798;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.single-blog-nav-item.is-next .single-blog-nav-direction {
    justify-content: flex-end;
}

.single-blog-nav-item strong {
    color: var(--navy);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 900;
}

.single-blog-sidebar {
    position: sticky;
    top: 94px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 30px;
}

.single-blog-sidebar-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 34px rgba(10, 34, 70, .06);
}

.single-blog-sidebar-card>h2 {
    margin: 0 0 18px;
    color: var(--navy);
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.single-blog-cta-card {
    color: #fff;
    background: linear-gradient(145deg, #052b59, #0646a6);
    border: 0;
}

.single-blog-cta-card .single-blog-sidebar-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-radius: 12px;
    font-size: 22px;
}

.single-blog-cta-card>h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.single-blog-cta-card p {
    margin: 0 0 20px;
    color: #d2deed;
    font-size: 14px;
    line-height: 1.65;
}

.single-blog-latest-list {
    display: flex;
    flex-direction: column;
}

.single-blog-latest-item {
    display: grid;
    padding: 14px 0;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid #e8edf2;
}

.single-blog-latest-item:first-child {
    padding-top: 0;
}

.single-blog-latest-item img,
.single-blog-latest-placeholder {
    display: flex;
    width: 64px;
    height: 54px;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #68809e;
    background: #edf3f8;
    border-radius: 9px;
}

.single-blog-latest-item strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--navy);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 900;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-blog-latest-item:hover strong {
    color: var(--green-dark);
}

.single-blog-latest-item small {
    display: block;
    margin-top: 5px;
    color: #8994a5;
    font-size: 11px;
    font-weight: 700;
}

.single-blog-all-posts {
    margin-top: 16px;
}

.single-blog-related {
    margin-top: 84px;
    padding-top: 58px;
    border-top: 1px solid var(--line);
}

.single-blog-related-heading {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.single-blog-related-heading span {
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.single-blog-related-heading h2 {
    margin: 5px 0 0;
    color: var(--navy);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    letter-spacing: -.035em;
}

.single-blog-comments {
    margin-top: 52px;
}

.comments-area {
    padding-top: 44px;
    border-top: 1px solid var(--line);
}

.comments-title,
.comment-reply-title {
    margin: 0 0 24px;
    color: var(--navy);
    font-size: 27px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.comment-list,
.comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .children {
    margin-left: 52px;
}

.comment-body {
    position: relative;
    margin-bottom: 18px;
    padding: 22px 22px 22px 88px;
    background: #f7f9fc;
    border: 1px solid #e4e9ef;
    border-radius: 14px;
}

.comment-author .avatar {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.comment-author .fn {
    color: var(--navy);
    font-style: normal;
    font-weight: 900;
}

.comment-metadata {
    margin: 3px 0 12px;
    font-size: 11px;
    font-weight: 700;
}

.comment-metadata a {
    color: #8490a2;
}

.comment-content {
    color: #536177;
    font-size: 14px;
    line-height: 1.7;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    margin-top: 10px;
}

.reply a {
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
}

.comment-respond {
    margin-top: 36px;
    padding: 28px;
    background: #f7f9fc;
    border: 1px solid #e4e9ef;
    border-radius: 16px;
}

.comment-notes,
.logged-in-as {
    color: #718096;
    font-size: 13px;
}

.comment-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 14px;
    color: var(--text);
    background: #fff;
    border: 1px solid #dce3eb;
    border-radius: 10px;
    outline: none;
}

.comment-form textarea {
    min-height: 150px;
    resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #76c590;
    box-shadow: 0 0 0 3px rgba(32, 168, 75, .10);
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.comment-form-cookies-consent label {
    margin: 0;
    color: #647086;
    font-weight: 700;
}

.comment-navigation .nav-links,
.comments-pagination .nav-links {
    display: flex;
    margin: 22px 0;
    justify-content: space-between;
    gap: 12px;
}

@media (min-width: 992px) {

    .hero:after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url(img/car-logo.png);
        background-repeat: no-repeat;
        background-position: 140% 60%;
        opacity: 0.8;
        background-size: 70%;
    }
}

@media (max-width: 991.98px) {
    .single-blog-hero {
        padding: 44px 0 64px;
    }

    .hero-delivery-background {
        filter: blur(2px);
        opacity: 0.5;
    }

    .single-blog-featured-image {
        margin-bottom: 44px;
    }

    .single-blog-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .single-blog-hero {
        padding: 32px 0 54px;
    }

    .blog-breadcrumb {
        margin-bottom: 22px;
    }

    .single-blog-title {
        font-size: 36px;
    }

    .single-blog-lead {
        margin-top: 18px;
        font-size: 17px;
    }

    .single-blog-meta {
        margin-top: 26px;
        gap: 14px 20px;
    }

    .single-blog-author {
        width: 100%;
    }

    .single-blog-featured-image {
        margin: -28px -2px 38px;
        border-width: 5px;
        border-radius: 16px;
    }

    .single-blog-content {
        font-size: 17px;
        line-height: 1.78;
    }

    .single-blog-content h2 {
        margin-top: 44px;
    }

    .single-blog-content blockquote,
    .single-blog-content .wp-block-quote {
        padding: 22px 22px 22px 25px;
        font-size: 18px;
    }

    .single-blog-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .single-blog-tags,
    .single-blog-author-box {
        flex-direction: column;
    }

    .single-blog-navigation {
        grid-template-columns: 1fr;
    }

    .single-blog-sidebar {
        grid-template-columns: 1fr;
    }

    .single-blog-related {
        margin-top: 60px;
        padding-top: 44px;
    }

    .single-blog-related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .comment-list .children {
        margin-left: 18px;
    }

    .comment-body {
        padding: 20px;
    }

    .comment-author .avatar {
        position: static;
        margin: 0 10px 8px 0;
        vertical-align: middle;
    }

    .comment-respond {
        padding: 22px;
    }
}