@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    --teal: #006c70;
    --deep: #043b43;
    --ink: #102d34;
    --muted: #62757a;
    /* --red: #e64039; */
    --red: #dc1c1b;
    --mist: #eef7f6;
    --line: #dce9e8;
    --white: #fff;
    --shadow: 0 18px 50px rgba(4, 59, 67, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font: 14px/1.5 'DM Sans', Arial, sans-serif;
    background: #fff
}

h1,
h2,
h3,
h4 {
    font-family: Manrope, sans-serif;
    line-height: 1.14;
    margin: 0 0 10px
}

h1 {
    font-size: 1.25rem;
    letter-spacing: -.02em
}

h2 {
    font-size: 1.25rem;
    letter-spacing: -.02em
}

h3 {
    font-size: 1.125rem
}

h4 {
    font-size: 1.05rem
}

p {
    margin: 0 0 10px
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.eyebrow {
    color: var(--red);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: .16em;
    display: block;
    margin-bottom: 7px
}

.logo-img {
    width: 150px;
    height: 47px;
}

.logo-img img {
    width: 100%;
    height: 100%;
}

.btn {
    border: 0;
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    background: var(--red);
    color: #fff;
    padding: 9px 15px;
    font-size: .82rem;
    font-weight: 800;
    transition: .25s transform, .25s background
}

.btn:hover {
    background: #c9302b;
    transform: translateY(-2px)
}

.btn-outline {
    background: transparent;
    color: var(--teal);
    border: 1.5px solid var(--teal)
}

.btn-outline:hover {
    color: #fff;
    background: var(--teal)
}

.topbar {
    background: var(--deep);
    color: #cfe3e2;
    font-size: .78rem
}

.topbar .container {
    min-height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.topbar a {
    margin-left: 20px
}

.nav {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--deep);
    font: 800 1.42rem Manrope
}

.logo-mark {
    width: 34px;
    height: 34px;
    position: relative;
    background: var(--teal);
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%)
}

.logo-mark:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: var(--red);
    right: 5px;
    bottom: 5px
}

.navlinks {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 700
}

.navlinks a {
    position: relative
}

.navlinks a:not(.nav-cta):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: .25s
}

.navlinks a:hover:after,
.navlinks a.active:after {
    width: 100%
}

.nav-cta {
    background: var(--teal);
    padding: 5px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}

.nav-admin-cta {
    background: var(--red)
}

.nav-admin-cta:hover {
    background: #bd1717
}

.nav-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 1.5rem
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    gap: 0;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .92);
    box-shadow: 0 14px 34px rgba(10, 92, 47, .28);
    font-weight: 700;
    font-size: .9rem;
    overflow: hidden;
    transition: width .25s ease, gap .2s ease, padding .2s ease, transform .25s ease, box-shadow .25s ease, background .25s ease
}

.whatsapp-float:hover {
    width: 148px;
    gap: 10px;
    justify-content: flex-start;
    padding: 0 16px 0 15px;
    background: #1fb85a;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(10, 92, 47, .34)
}

.whatsapp-float svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex: 0 0 auto
}

.whatsapp-float span {
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: max-width .2s ease, opacity .2s ease
}

.whatsapp-float:hover span {
    max-width: 90px;
    opacity: 1
}

.hero {
    min-height: 390px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--deep)
}

.hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 43, 48, .97) 17%, rgba(3, 43, 48, .82) 47%, rgba(3, 43, 48, .28)), url('../assests/images/7ef6c72c-eede-44c1-a807-d870ce8b41a0.png') center/cover
}

.hero .container {
    height: 390px;
    display: flex;
    align-items: center;
    position: relative
}

.hero-copy {
    max-width: 720px
}

.hero p {
    font-size: .875rem !important;
    color: #d5e6e6;
    max-width: 620px
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px
}

.hero .btn-outline {
    color: #fff;
    border-color: #b4d3d3
}

.hero .btn-outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--deep)
}

.tracking-card {
    width: min(900px, 100%);
    background: #fff;
    color: var(--ink);
    padding: 18px;
    box-shadow: var(--shadow);
    border-radius: 10px;
    border: 1px solid var(--line)
}

.tracking-portal-section {
    margin-top: -28px;
    padding-bottom: 16px;
    position: relative;
    z-index: 2
}

.tracking-portal-section .container {
    display: flex;
    justify-content: center
}

.tracking-card-standalone {
    position: relative
}

.tracking-card-header {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    align-items: end;
    margin-bottom: 10px
}

.tracking-card-header p {
    margin: 0;
    color: var(--muted);
    max-width: 360px;
    justify-self: end
}

.tracking-card h3 {
    font-size: 1.125rem
}

.tracking-form,
.quote-form {
    display: grid;
    gap: 10px
}

.track-input {
    display: flex;
    border: 1px solid #bed1cf;
    border-radius: 4px;
    overflow: hidden
}

.track-input textarea {
    border: 0;
    padding: 10px;
    resize: vertical;
    min-height: 48px;
    flex: 1;
    font: inherit;
    color: var(--ink);
    background: #fff
}

.track-input textarea::placeholder {
    color: #667b80;
    font-size: 14px
}

.track-input textarea:focus {
    outline: 2px solid #bde3df
}

.track-input .btn {
    border-radius: 0;
    padding: 0 17px
}

.hint {
    font-size: .78rem;
    color: var(--ink);
    margin: 8px 0 0
}

.section {
    padding: 42px 0
}

.section-head {
    max-width: 700px;
    margin-bottom: 22px
}

.section-head p {
    color: var(--muted);
    font-size: .875rem
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center
}

.visual-card {
    position: relative;
    background: var(--mist);
    min-height: 290px;
    overflow: hidden
}

.visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.badge {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: var(--red);
    color: #fff;
    padding: 12px;
    font: 700 .9rem Manrope;
    max-width: 185px;
    line-height: 1.15
}

.values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px
}

.value {
    border-left: 3px solid var(--red);
    padding: 9px 13px;
    background: #fafcfc;
    font-weight: 700
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px
}

.service-card {
    padding: 18px;
    border: 1px solid var(--line);
    transition: .25s;
    min-height: 170px
}

.service-card:hover {
    box-shadow: var(--shadow);
    border-color: transparent;
    transform: translateY(-5px)
}

.icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--mist);
    color: var(--teal);
    font-weight: 900;
    font-size: 1.05rem;
    margin-bottom: 12px
}

.service-card p {
    font-size: .82rem;
    color: var(--muted)
}

.service-card a {
    font-size: .78rem;
    font-weight: 800;
    color: var(--teal)
}

.service-card--media {
    min-height: 230px;
    display: flex;
    align-items: end;
    color: #fff;
    background-size: cover;
    background-position: center;
    border: 0;
    overflow: hidden;
    position: relative
}

.service-card--media h3,
.service-card--media p,
.service-card--media a {
    color: #fff
}

.service-card--media .service-card-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 17px
}

.service-card--media p {
    font-size: .82rem;
    color: rgba(255, 255, 255, .88)
}

.service-card--media a {
    display: inline-block;
    margin-top: 10px
}

.band {
    background: var(--teal);
    color: #fff
}

.band .container {
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: 30px;
    padding-block: 30px
}

.statistics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.stat b {
    font: 800 1.2rem Manrope;
    display: block
}

.stat span {
    font-size: .72rem;
    color: #c9e2e1
}

.coverage {
    background: var(--mist)
}

.map {
    min-height: 330px;
    background: url('../assests/pakistan-map.svg') center/contain no-repeat;
    position: relative
}

.pin {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--red);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(230, 64, 57, .17)
}

.pin:after {
    content: attr(data-city);
    position: absolute;
    top: 13px;
    left: 8px;
    white-space: nowrap;
    color: var(--deep);
    font-size: .7rem;
    font-weight: 800
}

.pin.karachi {
    left: 47%;
    top: 82%
}

.pin.hyderabad {
    left: 52%;
    top: 72%
}

.pin.sukkur {
    left: 49%;
    top: 58%
}

.pin.multan {
    left: 44%;
    top: 43%
}

.pin.faisalabad {
    left: 49%;
    top: 33%
}

.pin.islamabad {
    left: 52%;
    top: 21%
}

.pin.peshawar {
    left: 39%;
    top: 14%
}

.pin.quetta {
    left: 26%;
    top: 51%
}

.cta {
    background: var(--deep);
    color: #fff;
    padding: 32px 0
}

.cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px
}

.cta p {
    color: #bdd6d5;
    margin: 0
}

.footer {
    background: #022d33;
    color: #c4d8d7;
    padding: 36px 0 16px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 24px
}

.footer .logo {
    color: #fff;
    margin-bottom: 10px
}

.footer h4 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 9px
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer li {
    margin: 4px 0;
    font-size: .78rem
}

.footer-address {
    margin-top: 10px !important;
    line-height: 1.45
}

.footer-address a {
    display: grid;
    gap: 2px;
    color: #c4d8d7
}

.footer-address strong {
    color: #fff;
    font-size: .74rem
}

.footer-address a:hover span {
    color: #fff;
    text-decoration: underline
}

.copyright {
    border-top: 1px solid #245056;
    margin-top: 24px;
    padding-top: 12px;
    font-size: .72rem;
    display: flex;
    justify-content: space-between
}

.btn.is-loading {
    gap: 9px;
    opacity: .82;
    cursor: wait;
    pointer-events: none
}

.btn.is-loading::before {
    content: "";
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: button-spin .7s linear infinite
}

.btn-outline.is-loading::before {
    border-color: rgba(0, 108, 112, .25);
    border-top-color: currentColor
}

@keyframes button-spin {
    to {
        transform: rotate(360deg)
    }
}

.copyright a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.copyright a:hover,
.copyright a:focus {
    color: #ff938d;
    text-decoration: underline
}

.page-hero {
    padding: 42px 0 38px;
    /* background: linear-gradient(110deg, var(--deep), var(--teal)); */
    background: linear-gradient(90deg, rgba(3, 43, 48, .97) 17%, rgba(3, 43, 48, .82) 47%, rgba(3, 43, 48, .28)), url('../assests/images/6b47fca7-69b6-4d7c-8bb7-5e86e078ed40.png') center/cover;
    color: #fff
}

.page-hero p {
    color: #cee1e0;
    max-width: 620px
}

.error-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 48px 0;
    background: linear-gradient(180deg, #eef7f6, #fff)
}

.error-only-body {
    min-height: 100vh;
    overflow-x: hidden
}

.error-card {
    max-width: 650px;
    padding: 34px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center
}

.error-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
    font: 800 1.25rem/1 Manrope, sans-serif
}

.error-card h1 {
    margin: 4px 0 9px
}

.error-message {
    max-width: 540px;
    margin: 0 auto;
    color: var(--ink)
}

.error-guidance {
    max-width: 540px;
    margin: 9px auto 0;
    color: var(--muted);
    font-size: .82rem
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 22px
}

.error-reference {
    margin: 20px 0 0;
    color: #7b8d91;
    font-size: .68rem
}

.error-reference code {
    overflow-wrap: anywhere
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.feature-list li {
    margin: 5px 0;
    padding-left: 25px;
    position: relative
}

.feature-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 900
}

.service-detail {
    display: grid;
    grid-template-columns: 95px 1fr;
    gap: 25px;
    border-bottom: 1px solid var(--line);
    padding: 27px 0
}

.service-detail .icon {
    width: 60px;
    height: 60px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.service-showcase {
    margin: 0;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    height: 100%
}

.service-showcase-media {
    min-height: 190px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    position: relative
}

.service-showcase-copy {
    padding: 18px;
    color: #fff;
    max-width: 700px
}

.service-showcase-copy h3 {
    margin-bottom: 10px
}

.service-showcase-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: .82rem
}

.service-showcase-body {
    padding: 16px 18px 18px
}

.service-showcase-body>p {
    color: var(--ink)
}

.tariff {
    background: var(--mist)
}

.calculator {
    background: #fff;
    padding: 22px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.field {
    display: grid;
    gap: 6px
}

.field label {
    font-size: .75rem;
    font-weight: 800
}

.field input,
.field select,
.field textarea {
    font: inherit;
    border: 1px solid #c7d7d5;
    padding: 8px 10px;
    border-radius: 3px;
    background: #fff
}

.field textarea {
    min-height: 90px;
    resize: vertical
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    outline: 2px solid #a7dcd7;
    border-color: var(--teal)
}

.calc-result {
    grid-column: 1/-1;
    background: #f1f9f8;
    padding: 17px;
    display: none;
    color: var(--deep);
    font-weight: 700
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px
}

.contact-info {
    background: var(--deep);
    padding: 24px;
    color: #fff
}

.contact-info p {
    color: #c5dddd
}

.contact-info .info {
    border-top: 1px solid #35636a;
    padding: 10px 0;
    margin: 0
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.contact-form .wide {
    grid-column: 1/-1
}

.login-wrap {
    min-height: calc(100vh - 118px);
    background: var(--mist);
    padding: 40px 0
}

.login-card {
    max-width: 475px;
    margin: auto;
    background: #fff;
    padding: 26px;
    box-shadow: var(--shadow);
    border-top: 5px solid var(--red)
}

.login-card h1 {
    font-size: 1.25rem
}

.login-card .field {
    margin: 10px 0
}

.login-card .btn {
    width: 100%;
    margin-top: 8px
}

.login-note {
    font-size: .8rem;
    color: var(--muted);
    text-align: center;
    margin-top: 20px
}

.dashboard {
    display: none
}

.dashboard.show {
    display: block
}

.dash-nav {
    background: var(--deep);
    color: #fff;
    padding: 16px 0
}

.dash-nav .container {
    display: flex;
    justify-content: space-between
}

.filters {
    padding: 22px;
    background: var(--mist);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    align-items: end
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .86rem;
    margin-top: 25px
}

.data-table th {
    text-align: left;
    background: var(--deep);
    color: #fff
}

.data-table td,
.data-table th {
    padding: 13px;
    border-bottom: 1px solid var(--line)
}

.data-table td a {
    color: var(--teal);
    font-weight: 800
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 35, 40, .65);
    z-index: 30;
    place-items: center;
    padding: 20px
}

.modal.show {
    display: grid
}

.modal-box {
    background: #fff;
    width: min(580px, 100%);
    padding: 30px;
    position: relative
}

.close {
    position: absolute;
    right: 14px;
    top: 9px;
    border: 0;
    background: none;
    font-size: 1.5rem;
    cursor: pointer
}

.timeline {
    border-left: 2px solid var(--teal);
    margin: 20px 0;
    padding-left: 24px
}

.timeline div {
    position: relative;
    margin: 18px 0
}

.timeline div:before {
    content: '';
    position: absolute;
    left: -31px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%
}

.tracking-output {
    display: none;
    margin-top: 16px;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    color: var(--ink)
}

.tracking-output.show {
    display: block
}

.tracking-output strong,
#trackingResults,
.tracking-result-card,
.tracking-result-grid p {
    color: var(--ink)
}

.tracking-output>strong {
    display: block;
    font-size: .95rem;
    margin-bottom: 10px
}

.tracking-result-card {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    border-radius: 8px
}

.tracking-result-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start
}

.tracking-result-head strong {
    font-size: 1rem;
    line-height: 1.2
}

.tracking-result-head p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .84rem
}

.tracking-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 12px 0
}

.tracking-result-grid--compact p {
    padding: 10px 12px;
    background: #f7fbfb;
    border: 1px solid #d7e6e4;
    border-radius: 6px
}

.tracking-result-grid p {
    margin: 0
}

.tracking-result-grid p span {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--muted);
    margin-bottom: 4px
}

.tracking-result-grid p b {
    display: block;
    font-size: .83rem;
    font-weight: 700;
    line-height: 1.45
}

.tracking-route-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 8px 0 14px
}

.tracking-route-card div {
    padding: 12px;
    background: #f3f8f8;
    border-left: 4px solid var(--teal);
    border-radius: 6px
}

.tracking-route-card span {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    margin-bottom: 4px
}

.tracking-route-card strong {
    display: block;
    font-size: .86rem;
    line-height: 1.4
}

.tracking-history-preview {
    margin-top: 10px
}

.tracking-history-preview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.tracking-history-preview-head strong {
    font-size: .9rem
}

.tracking-history-preview-head .btn {
    padding: 9px 14px;
    min-height: 38px;
    font-size: .8rem
}

.tracking-history-preview-list {
    display: grid;
    gap: 8px
}

.tracking-history-item {
    padding: 10px 12px;
    background: #f7fbfb;
    border: 1px solid #d7e6e4;
    border-radius: 6px
}

.tracking-history-item b {
    display: block;
    margin-bottom: 4px;
    font-size: .84rem;
    line-height: 1.4
}

.tracking-history-item small {
    display: block;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.45
}

.tracking-history-item span {
    display: block;
    margin-top: 5px;
    color: var(--deep);
    font-size: .76rem;
    font-weight: 700
}

.history-btn {
    min-width: 160px
}

.status {
    color: #138653;
    font-weight: 800
}

.alert {
    display: none;
    padding: 10px;
    background: #fceae9;
    color: #a52622;
    font-size: .85rem
}

.alert.show {
    display: block
}

@media(max-width:800px) {
    .services-grid {
        grid-template-columns: 1fr
    }

    .topbar .container {
        justify-content: center
    }

    .topbar span {
        display: none
    }

    .nav {
        height: 70px
    }

    .tracking-result-head,
    .tracking-result-grid,
    .tracking-route-card {
        grid-template-columns: 1fr;
        display: grid
    }

    .nav-toggle {
        display: block
    }

    .navlinks {
        display: none;
        position: absolute;
        z-index: 20;
        top: 107px;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: var(--shadow);
        padding: 20px;
        flex-direction: column;
        align-items: stretch
    }

    .navlinks.open {
        display: flex
    }

    .navlinks a {
        padding: 7px
    }

    .hero,
    .hero .container {
        min-height: 400px;
        height: auto
    }

    .hero .container {
        padding: 38px 0
    }

    .tracking-portal-section {
        margin-top: 0;
        padding-top: 18px
    }

    .tracking-card,
    .tracking-card-standalone {
        width: 100%;
        padding: 17px
    }

    .tracking-card-header,
    .tracking-result-head,
    .tracking-result-grid,
    .tracking-route-card {
        grid-template-columns: 1fr;
        display: grid
    }

    .tracking-card-header p {
        justify-self: start;
        max-width: none
    }

    .split,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cards {
        grid-template-columns: 1fr 1fr
    }

    .band .container {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .statistics {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .calculator {
        grid-template-columns: 1fr 1fr
    }

    .filters {
        grid-template-columns: 1fr 1fr
    }

    .cta .container {
        display: block
    }

    .cta .btn {
        margin-top: 17px
    }
}

@media(max-width:520px) {
    .container {
        width: min(100% - 30px, 1160px)
    }

    h1 {
        font-size: 1.25rem
    }

    .topbar a {
        margin-left: 10px
    }

    .cards {
        grid-template-columns: 1fr
    }

    .section {
        padding: 32px 0
    }

    .values {
        grid-template-columns: 1fr
    }

    .footer-grid,
    .contact-form {
        grid-template-columns: 1fr
    }

    .contact-form .wide {
        grid-column: auto
    }

    .calculator,
    .filters {
        grid-template-columns: 1fr
    }

    .service-detail {
        grid-template-columns: 1fr;
        gap: 5px
    }

    .service-showcase-media {
        min-height: 180px
    }

    .service-showcase-copy,
    .service-showcase-body {
        padding: 15px
    }

    .data-table {
        font-size: .72rem
    }

    .data-table td,
    .data-table th {
        padding: 8px
    }

    .copyright {
        display: block
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 50px;
        height: 50px
    }

    .copyright span {
        display: block;
        margin: 6px 0
    }
}

/* Action-first landing page */
.business-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 390px;
    padding: 44px 0 82px;
    color: #fff;
    background: linear-gradient(90deg, rgba(3, 43, 48, .98), rgba(3, 43, 48, .82) 58%, rgba(3, 43, 48, .35)), url('../assests/images/7ef6c72c-eede-44c1-a807-d870ce8b41a0.png') center/cover
}

.business-hero .container {
    margin-top: 0;
    margin-bottom: 0
}

.business-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(220px, .65fr);
    gap: 45px;
    align-items: center
}

.business-hero h1 {
    max-width: 620px;
    margin-bottom: 10px
}

.business-hero p {
    max-width: 670px;
    color: #d8e8e7;
    font-size: .88rem
}

.business-intents {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    margin-bottom: 24px
}

.business-intents span {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 99px;
    color: #edf7f6;
    background: rgba(255, 255, 255, .08);
    font-size: .72rem;
    font-weight: 700
}

.business-hero .hero-services-action {
    margin-top: 25px
}

.hero-services-btn {
    background: var(--red);
    border-color: var(--red)
}

.hero-services-btn:hover {
    background: #d92b2f;
    border-color: #d92b2f
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 20px;
    color: #d8e8e7;
    font-size: .72rem
}

.hero-proof span {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.hero-proof b {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: .88rem
}

.home-action-section {
    position: relative;
    z-index: 3;
    margin-top: -38px;
    padding-bottom: 26px
}

.home-action-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(290px, .7fr);
    gap: 18px;
    align-items: start
}

.quick-quote-card,
.compact-tracking-card {
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(4, 59, 67, .14)
}

.quick-quote-card {
    padding: 20px
}

.compact-tracking-card {
    width: 100%;
    padding: 20px
}

.action-card-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 15px
}

.action-card-head h2 {
    margin-bottom: 4px
}

.action-card-head p {
    margin: 0;
    max-width: 590px;
    color: var(--muted);
    font-size: .76rem
}

.action-step {
    flex: 0 0 auto;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--teal);
    background: var(--mist);
    font-size: .7rem;
    font-weight: 900
}

.quick-quote-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px
}

.quick-quote-form .field {
    min-width: 0
}

.quick-quote-form .field input,
.quick-quote-form .field select,
.quick-quote-form .field textarea {
    width: 100%;
    min-height: 38px
}

.quick-quote-form .field textarea {
    min-height: 78px
}

.quote-notes {
    grid-column: span 2
}

.quote-notes label span {
    color: var(--muted);
    font-weight: 500
}

.quote-alert {
    grid-column: 1/-1;
    margin: 0
}

.quote-submit {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 2px
}

.quote-submit small {
    color: var(--muted);
    font-size: .68rem
}

.compact-track-input {
    display: grid;
    gap: 8px
}

.compact-track-input input {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #bed1cf;
    border-radius: 5px;
    color: var(--ink);
    background: #fff;
    font: inherit
}

.compact-track-input input:focus {
    outline: 2px solid #bde3df;
    border-color: var(--teal)
}

.compact-track-input .btn {
    width: 100%
}

.compact-tracking-card .hint {
    margin: 7px 0
}

.tracking-help {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 13px;
    padding-top: 11px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .7rem
}

.tracking-help a {
    color: var(--teal);
    font-weight: 800
}

.business-flow-section {
    padding-top: 25px
}

.business-section-head {
    max-width: 650px
}

.business-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.business-flow article {
    min-height: 145px;
    padding: 18px;
    border-right: 1px solid var(--line)
}

.business-flow article:last-child {
    border-right: 0
}

.business-flow article>b {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--red);
    font-size: .7rem
}

.business-flow h3 {
    margin-bottom: 6px
}

.business-flow p {
    margin: 0;
    color: var(--muted);
    font-size: .76rem
}

.clients-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #f7fbfb 0%, #fff 100%);
    border-top: 1px solid #e3eeee;
    border-bottom: 1px solid #e3eeee
}

.clients-heading-row {
    display: flex;
    justify-content: center;
    margin-bottom: 18px
}

.clients-heading {
    max-width: 680px;
    text-align: center
}

.clients-heading h2 {
    margin: 2px 0 0
}

.clients-heading>p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: .78rem
}

.client-logo-viewport {
    overflow: hidden;
    padding: 5px 0 9px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%)
}

.client-logo-track {
    display: flex;
    width: max-content;
    gap: 12px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation: client-logo-marquee 58s linear infinite;
    animation-play-state: running
}

.client-logo-group {
    display: flex;
    gap: 12px
}

.client-logo-card {
    flex: 0 0 172px;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 10px;
    border: 1px solid #dce8e7;
    border-radius: 9px;
    color: #607377;
    background: #fff;
    box-shadow: 0 8px 22px rgba(4, 59, 67, .05);
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: Manrope, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    opacity: 1;
    transform: scale(1);
    transition: transform .4s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease
}

.client-logo-card:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: #a9cfcb;
    box-shadow: 0 13px 28px rgba(4, 59, 67, .1)
}

.client-logo-card img {
    display: block;
    width: 100%;
    height: 62px;
    object-fit: contain;
    opacity: 1;
    visibility: visible;
    filter: none;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: transform .35s ease
}

.client-logo-card:hover img {
    transform: translate3d(0, 0, 0) scale(1.025)
}

@keyframes client-logo-marquee {
    to {
        transform: translate3d(calc(-50% - 6px), 0, 0)
    }
}

.service-directory-link {
    margin-top: 16px;
    text-align: center
}

.business-proof-band .eyebrow {
    color: #ffaaa6
}

.business-use-cases .feature-list {
    margin: 12px 0 18px
}

.business-network-card {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--mist)
}

.business-network-card>span {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    padding: 6px 9px;
    border-radius: 5px;
    color: #fff;
    background: var(--deep);
    font-size: .7rem;
    font-weight: 800
}

.business-network-card .map {
    min-height: 280px
}

body.modal-open {
    overflow: hidden
}

.tracking-results-modal {
    z-index: 45
}

.tracking-results-modal-box {
    display: flex;
    flex-direction: column;
    width: min(1100px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(2, 35, 40, .3)
}

.tracking-results-modal-head {
    flex: 0 0 auto;
    padding: 20px 24px 14px;
    border-bottom: 1px solid var(--line)
}

.tracking-results-modal-head h2 {
    margin: 2px 40px 3px 0
}

.tracking-results-modal-head p {
    margin: 0;
    color: var(--muted);
    font-size: .78rem
}

.tracking-modal-output {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 18px 24px 24px;
    border: 0;
    overflow-y: auto
}

.tracking-modal-output #trackingResults {
    display: grid;
    gap: 16px
}

.tracking-modal-output .tracking-result-card {
    margin: 0
}

#trackModal {
    z-index: 55
}

#trackModal .modal-box {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 10px
}

@media(max-width:900px) {
    .business-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .home-action-grid {
        grid-template-columns: 1fr
    }

    .compact-tracking-card {
        max-width: none
    }

    .business-flow {
        grid-template-columns: 1fr 1fr
    }

    .business-flow article:nth-child(2) {
        border-right: 0
    }

    .business-flow article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

}

@media(max-width:650px) {
    .business-hero {
        min-height: 340px;
        padding: 36px 0 70px
    }

    .business-hero .hero-services-action {
        margin-top: 22px
    }

    .home-action-section {
        margin-top: -30px
    }

    .quick-quote-card,
    .compact-tracking-card {
        padding: 16px
    }

    .quick-quote-form {
        grid-template-columns: 1fr 1fr
    }

    .quote-notes {
        grid-column: 1/-1
    }

    .quote-submit {
        align-items: stretch;
        flex-direction: column
    }

    .quote-submit .btn {
        width: 100%
    }

    .business-flow {
        grid-template-columns: 1fr
    }

    .business-flow article {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    .business-flow article:last-child {
        border-bottom: 0
    }

    .client-logo-card {
        flex-basis: 148px;
        min-height: 84px
    }

    .tracking-results-modal {
        padding: 8px
    }

    .tracking-results-modal-box {
        width: 100%;
        max-height: calc(100vh - 16px)
    }

    .tracking-results-modal-head {
        padding: 16px
    }

    .tracking-modal-output {
        padding: 14px 16px 18px
    }
}

@media(max-width:430px) {
    .quick-quote-form {
        grid-template-columns: 1fr
    }

    .quote-notes {
        grid-column: auto
    }
}
