.app-form-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}
  
.app-form-btn:hover {
    color: #fff;
    border: 1px solid #16dc16;
    background: #16dc16;
}

:root {
    --brand: #18d46a;
    --brand-dark: #07120c;
    --brand-soft: #eaf9ef;
    --brand-warm: #dff7ea;
    --text-strong: #0f1c16;
    --text-muted: #5a6760;
    --panel: rgba(255, 255, 255, 0.88);
    --font-display: 'Sora', 'Manrope', sans-serif;
    --font-body: 'Manrope', sans-serif;
}

body {
    color: var(--text-strong);
    background:
        radial-gradient(circle at top left, rgba(24, 212, 106, 0.11), transparent 28%),
        radial-gradient(circle at 85% 8%, rgba(15, 28, 22, 0.05), transparent 26%),
        linear-gradient(180deg, #f8fbf9 0%, #f1f6f3 52%, #f7faf8 100%);
    font-family: var(--font-body);
    letter-spacing: 0.01em;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(24, 212, 106, 0.6) rgba(7, 18, 12, 0.08);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(7, 18, 12, 0.08);
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(24, 212, 106, 0.8), rgba(14, 160, 74, 0.9));
    border-radius: 999px;
}

body[data-spy="scroll"] {
    position: relative;
}

a {
    color: var(--brand);
}

a:hover {
    color: #0ea04a;
}

.header-area {
    background: rgba(7, 18, 12, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(7, 18, 12, 0.18);
}

.header-area .container,
.header-area .row,
.header-area .col-md-12,
.header-area .col-sm-12 {
    width: 100%;
}

.header-area.stick {
    background: rgba(7, 18, 12, 0.96);
}

.navbar-default {
    background: transparent;
    border: 0;
    margin: 10px 0;
}

.navbar-default .navbar-collapse {
    border: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: transparent;
}

.navbar-brand img {
    max-height: 60px;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

.navbar-nav > li > a {
    padding: 10px 14px;
    border-radius: 999px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-1px);
}

.slider-area {
    position: relative;
    background: var(--brand-dark);
    overflow: hidden;
    min-height: 100vh;
}

.slider-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(20, 201, 94, 0.28), transparent 32%),
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.12), transparent 18%),
        linear-gradient(135deg, rgba(5, 11, 8, 0.9), rgba(7, 18, 12, 0.42) 58%, rgba(7, 18, 12, 0.82));
    z-index: 1;
    pointer-events: none;
}

.slider-area::after {
    content: "";
    position: absolute;
    inset: auto -8% 10% auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(20, 201, 94, 0.2), transparent 65%);
    filter: blur(12px);
    z-index: 1;
    pointer-events: none;
}

.slider-area .bend,
.slider-area .preview-2,
.slider-area .slides,
.slider-area .slider-direction {
    position: relative;
    z-index: 2;
}

.slider-area .slider-content {
    padding: 170px 0 120px;
    text-align: left;
    max-width: 760px;
}

.slider-area .container,
.slider-area .row,
.slider-area .col-md-12,
.slider-area .slider-content {
    min-height: 100vh;
}

.slider-area .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-area .slider-content.text-center {
    margin: 0 auto;
    text-align: center;
}

.slider-area .title2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 62px) !important;
    line-height: 1.05;
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    font-family: var(--font-display);
    letter-spacing: -0.04em;
}

.hero-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
    margin: 18px 0 0;
}

.hero-tag,
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.hero-badge {
    margin-top: 16px;
    background: rgba(20, 201, 94, 0.16);
    border-color: rgba(20, 201, 94, 0.42);
    color: #dff8e8;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-points span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.hero-points-center {
    justify-content: center;
}

.hero-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    max-width: 760px;
}

.hero-panel-item {
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.hero-panel-item strong {
    display: block;
    color: #fff;
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.hero-panel-item span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.5;
}

.hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 20px;
    margin-top: 30px;
    padding: 24px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
}

.hero-stage-copy h3 {
    margin: 10px 0 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.hero-stage-copy p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
    margin: 0;
}

.hero-stage-label {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(24, 212, 106, 0.16);
    color: #dff8e8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.hero-stage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-stage-tags span {
    display: inline-flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
}

.hero-stage-art {
    position: relative;
    min-height: 220px;
    border-radius: 24px;
    overflow: hidden;
    background: #0a1510;
}

.hero-stage-art img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.06);
    transform: scale(1.03);
}

.hero-stage-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(7, 18, 12, 0.8));
}

.hero-stage-float {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(7, 18, 12, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-stage-float i {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 212, 106, 0.16);
    color: #7dffb0;
    font-size: 18px;
}

.hero-stage-float strong,
.hero-stage-float span {
    display: block;
}

.hero-stage-float strong {
    font-size: 14px;
    letter-spacing: 0.04em;
}

.hero-stage-float span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.scroll-rail {
    position: fixed;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scroll-rail a {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 8px transparent;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.scroll-rail a:hover {
    background: var(--brand);
    transform: scale(1.22);
    box-shadow: 0 0 0 8px rgba(24, 212, 106, 0.14);
}

.landing-hero {
    position: relative;
    min-height: 100vh;
    padding: 120px 0 60px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 18%, rgba(24, 212, 106, 0.24), transparent 22%),
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.08), transparent 20%),
        linear-gradient(135deg, rgba(7, 18, 12, 0.98), rgba(8, 24, 17, 0.92) 52%, rgba(5, 11, 8, 0.98));
}

.landing-hero-noise,
.landing-hero-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.landing-hero-noise {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.5;
    z-index: 0;
}

.landing-hero-glow {
    background: radial-gradient(circle at 65% 22%, rgba(24, 212, 106, 0.2), transparent 28%);
    filter: blur(18px);
    z-index: 0;
}

.landing-hero-shell,
.landing-hero-grid,
.landing-hero-strip {
    position: relative;
    z-index: 1;
}

.landing-hero-shell {
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-hero-grid {
    align-items: center;
}

.landing-hero-copy {
    padding: 24px 0;
    max-width: 560px;
}

.landing-kicker {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(24, 212, 106, 0.14);
    color: #dff8e8;
    border: 1px solid rgba(24, 212, 106, 0.24);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.landing-title {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.96;
    letter-spacing: -0.07em;
    margin: 18px 0 18px;
}

.landing-lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.8;
    max-width: 520px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.landing-actions .ready-btn {
    border-radius: 999px;
}

.landing-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.landing-metrics div {
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.landing-metrics strong {
    display: block;
    color: #fff;
    font-family: var(--font-display);
    font-size: 24px;
    margin-bottom: 6px;
}

.landing-metrics span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.landing-hero-visual {
    display: grid;
    gap: 16px;
    align-items: stretch;
}

.landing-hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.landing-hero-card-main img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    filter: saturate(1.2) contrast(1.08);
    transform: scale(1.03);
}

.landing-hero-card-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(7, 18, 12, 0.85));
}

.landing-hero-card-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    z-index: 2;
}

.landing-hero-card-content span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(24, 212, 106, 0.18);
    color: #dff8e8;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
}

.landing-hero-card-content h3 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.04em;
}

.landing-hero-card-map {
    padding: 20px;
}

.landing-mini-map {
    position: relative;
    min-height: 190px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(24, 212, 106, 0.18), transparent 20%),
        radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(135deg, rgba(7, 18, 12, 0.92), rgba(14, 30, 22, 0.95));
}

.landing-mini-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.4;
}

.landing-mini-line {
    position: absolute;
    left: 18%;
    top: 50%;
    width: 58%;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(24, 212, 106, 0.15), rgba(24, 212, 106, 1), rgba(255, 255, 255, 0.85));
    box-shadow: 0 0 18px rgba(24, 212, 106, 0.4);
    animation: routePulse 2.8s ease-in-out infinite;
}

.landing-mini-pin,
.landing-mini-car {
    position: absolute;
    z-index: 2;
}

.landing-mini-pin {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand-dark);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.landing-mini-pin-origin {
    left: 10%;
    top: 20%;
}

.landing-mini-pin-destination {
    right: 10%;
    bottom: 18%;
}

.landing-mini-car {
    left: 40%;
    top: 41%;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand), #0ea04a);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 18px 30px rgba(24, 212, 106, 0.34);
    animation: routeFloat 3s ease-in-out infinite;
}

.landing-hero-card-note {
    padding: 16px 4px 2px;
}

.landing-hero-card-note strong {
    display: block;
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    margin-bottom: 4px;
}

.landing-hero-card-note span {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.6;
    font-size: 13px;
}

.landing-hero-strip {
    margin-top: 34px;
    padding: 0 2px;
}

.landing-hero-strip .col-md-3 span {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
}

.layer-1-3 a.ready-btn {
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.layer-1-3 a.ready-btn:first-child,
.layer-1-3 a.ready-btn:last-child:hover,
.app-form-btn {
    background: linear-gradient(135deg, var(--brand), #0ea04a);
    border-color: transparent;
    color: #fff;
}

.layer-1-3 a.ready-btn:hover,
.app-form-btn:hover {
    background: #0a8a40;
    border-color: #0a8a40;
    color: #fff;
    transform: translateY(-1px);
}

.section-headline h2 {
    color: var(--brand-dark);
    letter-spacing: -0.02em;
    font-family: var(--font-display);
    font-size: clamp(30px, 3vw, 44px);
}

.section-subtitle {
    max-width: 760px;
    margin: 14px auto 0;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.7;
}

.area-padding,
.area-padding-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.highlights-area,
.services-area,
.route-area,
.fleet-area,
.blog-area,
.contact-area,
#clients,
.our-skill-area {
    position: relative;
}

.highlights-area::after,
.services-area::after,
.route-area::after,
.fleet-area::after,
.blog-area::after,
.contact-area::after,
#clients::after,
.our-skill-area::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: min(1180px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(24, 212, 106, 0.18), transparent);
}

.section-headline {
    margin-bottom: 30px;
}

.section-headline p:not(.section-subtitle) {
    color: var(--text-muted);
}

.highlights-area {
    background: linear-gradient(180deg, #ffffff, #eff7f2);
}

.highlight-grid {
    margin-top: 20px;
}

.highlight-card,
.services-details,
.single-blog,
.contact-icon .single-icon {
    background: var(--panel);
    border: 1px solid rgba(24, 212, 106, 0.14);
    border-radius: 26px;
    box-shadow: 0 18px 42px rgba(16, 32, 24, 0.08);
}

.highlight-card {
    padding: 30px 28px;
    min-height: 230px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.highlights-area {
    position: relative;
    overflow: hidden;
}

.highlights-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(20, 201, 94, 0.12), transparent 35%), radial-gradient(circle at bottom left, rgba(7, 18, 12, 0.04), transparent 32%);
    pointer-events: none;
}

.highlight-grid,
.services-contents,
.skill-text,
.contact-inner {
    position: relative;
    z-index: 1;
}

.highlight-card:hover,
.services-details:hover,
.single-blog:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(16, 32, 24, 0.13);
    border-color: rgba(24, 212, 106, 0.4);
}

.highlight-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.highlight-card h4,
.single-services > h4,
.contact-icon .single-icon p,
.footer-head h4 {
    color: var(--text-strong);
}

.highlight-card p,
.single-services > p,
.footer-head p,
.footer-contacts p,
.contact-form input,
.contact-form textarea {
    color: var(--text-muted);
}

.services-area {
    background:
        linear-gradient(180deg, rgba(15, 28, 22, 0.03), rgba(15, 28, 22, 0.01)),
        #eef5f1;
}

.route-area {
    background:
        radial-gradient(circle at top left, rgba(24, 212, 106, 0.08), transparent 25%),
        linear-gradient(180deg, #f8fbf9, #eff6f2);
    position: relative;
}

.route-layout {
    display: flex;
    align-items: stretch;
}

.route-card,
.route-cta-panel,
.route-point,
.fleet-card {
    background: var(--panel);
    border: 1px solid rgba(24, 212, 106, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 44px rgba(16, 32, 24, 0.08);
}

.route-card {
    padding: 26px;
}

.route-card-top h3,
.route-cta-panel h4 {
    font-family: var(--font-display);
    color: var(--text-strong);
    letter-spacing: -0.03em;
}

.route-card-top p,
.route-cta-panel p,
.route-point p {
    color: var(--text-muted);
    line-height: 1.7;
}

.route-pill {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
}

.route-map {
    position: relative;
    min-height: 300px;
    margin-top: 20px;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 16%),
        radial-gradient(circle at 78% 74%, rgba(24, 212, 106, 0.16), transparent 20%),
        linear-gradient(135deg, rgba(7, 18, 12, 0.9), rgba(17, 35, 26, 0.92));
}

.route-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.5;
}

.route-line {
    position: absolute;
    left: 18%;
    top: 52%;
    width: 58%;
    height: 4px;
    background: linear-gradient(90deg, rgba(24, 212, 106, 0.15), rgba(24, 212, 106, 1), rgba(255, 255, 255, 0.88));
    border-radius: 999px;
    box-shadow: 0 0 24px rgba(24, 212, 106, 0.35);
    animation: routePulse 2.8s ease-in-out infinite;
}

.route-pin,
.route-car {
    position: absolute;
    z-index: 2;
}

.route-pin {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.route-pin-origin {
    left: 10%;
    top: 28%;
}

.route-pin-stop {
    left: 47%;
    top: 62%;
}

.route-pin-destination {
    right: 8%;
    top: 30%;
}

.route-car {
    left: 38%;
    top: 48%;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand), #0ea04a);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 18px 30px rgba(24, 212, 106, 0.4);
    animation: routeFloat 3s ease-in-out infinite;
}

.route-points {
    display: grid;
    gap: 14px;
    margin-bottom: 16px;
}

.route-point {
    padding: 22px 24px;
}

.route-point strong {
    display: block;
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 20px;
    margin-bottom: 6px;
}

.route-cta-panel {
    padding: 26px;
    margin-top: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(234, 249, 239, 0.96));
}

.route-cta-panel .ready-btn {
    margin-top: 12px;
}

.fleet-area {
    background:
        radial-gradient(circle at top right, rgba(24, 212, 106, 0.08), transparent 25%),
        linear-gradient(180deg, #ffffff, #f6faf8);
}

.fleet-grid {
    margin-top: 14px;
}

.fleet-card {
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
    transform: translateZ(0);
    min-height: 340px;
}

.fleet-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 10%, rgba(7, 18, 12, 0.75));
    opacity: 0.7;
    pointer-events: none;
}

.fleet-card img {
    width: 100%;
    display: block;
    transform: scale(1.02);
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: saturate(1.08) contrast(1.05);
    height: 340px;
    object-fit: cover;
}

.fleet-card:hover img {
    transform: scale(1.1);
    filter: saturate(1.2) contrast(1.08);
}

.fleet-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
    color: #fff;
}

.fleet-overlay span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.fleet-overlay h4 {
    font-family: var(--font-display);
    font-size: 24px;
    margin: 0;
    letter-spacing: -0.03em;
}

.services-details {
    padding: 38px 30px 32px;
    margin-bottom: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services-icon {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--brand-soft), var(--brand-warm));
    color: var(--brand);
    margin-bottom: 18px;
    box-shadow: inset 0 0 0 1px rgba(24, 212, 106, 0.08);
}

.single-services > h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.single-services > p {
    font-size: 15px;
    line-height: 1.75;
}

.blog-area {
    background:
        radial-gradient(circle at top left, rgba(24, 212, 106, 0.08), transparent 24%),
        linear-gradient(180deg, #ffffff, #f7fbf8);
}

.single-blog {
    overflow: hidden;
}

.single-blog-img img {
    width: 100%;
    transform: scale(1.01);
    transition: transform 0.4s ease;
}

.single-blog:hover .single-blog-img img {
    transform: scale(1.06);
}

.blog-text {
    padding: 18px 24px 28px;
}

.blog-text h4 a {
    color: var(--text-strong);
    font-family: var(--font-display);
}

.blog-text p {
    color: var(--text-muted);
    line-height: 1.75;
}

#clients {
    background: #f4faf6;
    padding-top: 70px;
    padding-bottom: 70px;
}

#clients .section-headline h2 {
    margin-bottom: 28px;
}

#clients .testimonial-content img {
    width: 110px !important;
    height: auto !important;
    max-width: 100%;
    margin: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(24, 212, 106, 0.1);
    box-shadow: 0 12px 24px rgba(16, 32, 24, 0.07);
    vertical-align: middle;
}

.footer-area-bottom {
    background: #050b08;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 991px) {
    .scroll-rail {
        display: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px;
    }
}

.copyright p {
    color: rgba(255, 255, 255, 0.58);
    letter-spacing: 0.04em;
}

.our-skill-area {
    background: rgba(7, 18, 12, 0.95) url("../img/background/bg1.jpg") no-repeat center center / cover;
}

.our-skill-area .test-overly {
    background: linear-gradient(135deg, rgba(7, 18, 12, 0.88), rgba(7, 18, 12, 0.72));
}

.progress-h4 {
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-area {
    background:
        radial-gradient(circle at top right, rgba(24, 212, 106, 0.08), transparent 22%),
        linear-gradient(180deg, #f7fbf8, #ffffff);
}

.contact-icon .single-icon {
    padding: 30px 24px;
    min-height: 190px;
}

.contact-icon .single-icon i {
    border-color: rgba(20, 201, 94, 0.18);
    color: var(--brand);
    background: var(--brand-soft);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    border: 1px solid rgba(16, 32, 24, 0.1);
    border-radius: 18px;
    background: #fff;
    padding-left: 18px;
    box-shadow: 0 8px 18px rgba(16, 32, 24, 0.04);
}

.contact-form textarea {
    padding-top: 16px;
}

.footer-area {
    background: linear-gradient(135deg, #06100b, #0d1c14 55%, #050b08);
    color: rgba(255, 255, 255, 0.78);
}

.footer-area a,
.footer-head p,
.footer-contacts p,
.footer-head h4 {
    color: rgba(255, 255, 255, 0.78);
}

.footer-icons ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-icons li {
    display: inline-block;
}

.footer-icons a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.footer-head h4 {
    color: #fff;
}

.footer-icons a:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(24, 212, 106, 0.28);
}

@media (max-width: 767px) {
    .slider-area .slider-content {
        padding: 120px 0 90px;
        text-align: center;
    }

    .hero-tag,
    .hero-badge,
    .hero-points {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-lead {
        margin: 14px auto 0;
        font-size: 16px;
    }

    .hero-panel {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .hero-panel-item {
        text-align: center;
    }

    .slider-area .container,
    .slider-area .row,
    .slider-area .col-md-12,
    .slider-area .slider-content {
        min-height: auto;
    }

    .fleet-card,
    .fleet-card img {
        min-height: 280px;
        height: 280px;
    }

    .route-map {
        min-height: 240px;
    }

    .route-line {
        left: 12%;
        width: 70%;
    }

    .route-car {
        left: 36%;
        top: 45%;
    }

    .fleet-overlay h4 {
        font-size: 20px;
    }

    .highlight-card,
    .services-details,
    .contact-icon .single-icon {
        border-radius: 18px;
    }

    .section-subtitle {
        font-size: 15px;
        padding: 0 10px;
    }
}

@keyframes routePulse {
    0%, 100% {
        opacity: 0.72;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.03);
    }
}

@keyframes routeFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}