/* ==========================================================================
   PackStora Services pages - shared component styles
   Reuses theme variables defined in style.css (--primary, --dark, --shade, --mute, --theme-border)
   ========================================================================== */

.svc-page { overflow-x: hidden; }

/* ==========================================================================
   PackStora header rebrand - solid white topbar + solid navy nav bar
   ========================================================================== */
.header.header-3 .header-top {
    font-size: 13px;
    background: #fff;
    padding: 14px 0;
}

@media (max-width: 1199.98px) {
    .header.header-3 .header-top {
        padding: 10px 0;
    }
}

.header.header-3 .topbar-brand {
    color: var(--headings-color);
    text-decoration: none;
    flex-shrink: 0;
}

.header.header-3 .topbar-brand-logo {
    width: 230px;
    max-width: 230px;
    height: auto;
    display: block;
}

.header.header-3 .topbar-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    padding-left: 2px;
}

.header.header-3 .topbar-brand-text small {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--mute);
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .header.header-3 .topbar-brand-logo {
        width: 170px;
        max-width: 170px;
    }

    .header.header-3 .topbar-brand-text small {
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    .header.header-3 .topbar-brand-logo {
        width: 140px;
        max-width: 140px;
    }

    .header.header-3 .topbar-brand-text {
        display: none;
    }
}

.header.header-3 .header-top .topbar-info-list {
    flex-wrap: nowrap;
    column-gap: 22px;
    min-width: 0;
}

.header.header-3 .header-top .topbar-info-list li {
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--body-color);
}

.header.header-3 .header-top .topbar-info-list li a {
    color: var(--headings-color);
    font-weight: 600;
}

.header.header-3 .header-top .topbar-info-list li a:hover {
    color: var(--primary);
}

.header.header-3 .header-top .topbar-info-list li.topbar-location {
    min-width: 0;
    flex-shrink: 1;
    color: var(--body-color);
}

.header.header-3 .header-top .topbar-info-list li.topbar-location span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.header.header-3 .header-top .topbar-text .topbar-link {
    color: var(--headings-color);
    font-weight: 600;
}

.header.header-3 .header-top .pk-topbar-toggler {
    font-size: 14px;
    gap: 6px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1399.98px) {
    .header.header-3 .header-top .topbar-info-list li.topbar-location {
        display: none;
    }
}

/* Nav row - solid navy, always (removes theme's transparent/scroll-triggered look) */
.header.header-3 .header-nav-wrapper .navbar {
    background: var(--dark);
}

.header.header-3 .header-nav-wrapper .navbar .container:before {
    display: none;
}

.header.header-3 .header-nav-wrapper.header-sticky.scroll-on {
    background: var(--dark) !important;
}

@media (max-width: 1199.98px) {
    /* This row only ever held the mobile menu toggle, which now lives
       next to the logo in the top bar instead — so remove it entirely
       on mobile, at rest and scrolled alike. */
    .header.header-3 .header-nav-wrapper .navbar {
        background: transparent !important;
        padding: 0 !important;
        min-height: 0 !important;
    }

    .header.header-3 .header-nav-wrapper .navbar .container {
        padding: 0 !important;
    }

    .header.header-3 .header-nav-wrapper .navbar > .container > button.navbar-toggler.offcanvas-nav-btn {
        display: none !important;
    }
}

.header.header-3 .header-nav-wrapper .navbar .navbar-nav > li a.nav-link {
    color: rgba(255, 255, 255, .85);
    padding: 20px 18px;
    font-size: 15px;
}

.header.header-3 .header-nav-wrapper .navbar .navbar-nav > li a.nav-link.active,
.header.header-3 .header-nav-wrapper .navbar .navbar-nav > li a.nav-link:hover {
    color: var(--primary) !important;
}

.header.header-3 .header-nav-wrapper .navbar .navbar-nav > li:first-child a.nav-link {
    padding-left: 18px;
}

.header.header-3 .header-nav-wrapper .navbar-brand {
    display: none;
}

/* The navy nav row's logo only exists as a brand mark for the sticky
   (scrolled) state, once the top bar's big logo has scrolled out of view.
   Showing it at rest as well as the top bar logo reads as a duplicated
   logo, so it stays hidden until .scroll-on is applied by custom.js. */
.header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-brand {
    display: inline-flex;
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    line-height: 0;
}

.header.header-3 .header-nav-wrapper.header-sticky.scroll-on .navbar-brand img {
    max-width: 130px;
    height: auto;
}

@media (max-width: 1199.98px) {
    .header.header-3 .header-nav-wrapper .navbar .navbar-nav > li a.nav-link {
        color: var(--headings-color);
    }

    .header.header-3 .header-nav-wrapper .navbar button.navbar-toggler.offcanvas-nav-btn {
        color: #fff;
    }

    .header.header-3 .header-nav-wrapper .navbar button.navbar-toggler.offcanvas-nav-btn svg path {
        fill: #fff;
    }
}

.header.header-3 .header-cta .btn {
    white-space: nowrap;
}

/* ==========================================================================
   PackStora footer rebrand
   ========================================================================== */
.pk-footer {
    background: var(--dark);
    color: #dfe3ec;
    padding-top: 64px;
}

.pk-footer .footer-widgets {
    padding: 32px 0 12px !important;
}

.pk-footer .widget-title {
    margin-bottom: 14px;
}

.pk-footer .footer-widget ul li {
    margin-bottom: 8px;
}

.pk-footer .about-footer p {
    margin: 10px 0;
}

.pk-footer .f-logo a {
    color: #fff;
}

.pk-footer-logo-chip {
    display: inline-flex;
    background: #fff;
    border-radius: 10px;
    padding: 8px 14px;
    line-height: 0;
}

.pk-footer-logo-chip img {
    width: 170px;
    max-width: 100%;
    height: auto;
    display: block;
}

.pk-footer-tagline {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
}

.pk-footer .about-footer p {
    color: rgba(255, 255, 255, .6);
    margin: 16px 0;
}

.pk-footer .widget-title {
    color: #fff;
}

.pk-footer .footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pk-footer .footer-widget ul li {
    margin-bottom: 10px;
}

.pk-footer .footer-widget ul li a {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    transition: color .25s ease, padding-left .25s ease;
}

.pk-footer .footer-widget ul li a:hover {
    color: var(--primary);
    padding-left: 4px;
}

.pk-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, .65);
}

.pk-footer-contact li i {
    color: var(--primary);
    margin-top: 3px;
    flex: none;
}

.pk-footer-contact li a {
    color: rgba(255, 255, 255, .85);
}

.pk-footer-contact li a:hover {
    color: var(--primary);
}

.pk-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 20px;
    padding: 16px 0;
}

.pk-footer .footer-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.pk-footer .footer-nav ul li a {
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
}

.pk-footer .footer-nav ul li a:hover {
    color: var(--primary);
}

/* Home - Brands strip (logo carousel) hover polish
   ========================================================================== */
.brands-sec3 .swiper-slide img {
    filter: grayscale(100%) opacity(.55);
    transition: filter .35s ease, transform .35s ease;
}

.brands-sec3 .swiper-slide img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}

/* Home - "Valuable Process For Our Customers" section
   ========================================================================== */
.process-sec3 .process-entry {
    background: #fff;
    border: 1px solid var(--theme-border);
    border-radius: 18px;
    padding: 34px 22px 30px;
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease, border-color .4s ease;
}

.process-sec3 .process-entry:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 44px rgba(2, 14, 40, .1);
    border-color: rgba(var(--primary-rgb), .22);
}

.process-sec3 .process-entry span.icon {
    transition: transform .45s cubic-bezier(.34,1.56,.64,1);
}

.process-sec3 .process-entry:hover span.icon {
    transform: scale(1.07) rotate(-4deg);
}

.process-sec3 .process-entry .count {
    border-radius: 50%;
    animation: svcIconPulse 2.6s ease-in-out infinite;
}

.process-sec3 .process-entry:hover .count {
    animation-play-state: paused;
}

.process-sec3 .process-entry h3 {
    transition: color .3s ease;
}

.process-sec3 .process-entry:hover h3 {
    color: var(--primary);
}

@media (max-width: 767.98px) {
    .process-sec3 .process-entry {
        padding: 28px 18px 24px;
    }
}

/* Home - Hero-3 section polish
   ========================================================================== */
@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

.hero-3 .hero-float {
    animation: heroFloat 4.5s ease-in-out infinite;
}

.hero-3 .hero-stat-badge {
    animation: svcIconPulse 2.6s ease-in-out infinite;
}

/* The theme's ".hero-3 .hero-content span" badge-pill rule (border + padding)
   is unscoped and also matches the empty decorative <span> that every .btn
   uses for its hover-fill circle, forcing that span to render as a small
   visible pill instead of collapsing to 0x0. */
.hero-3 .hero-content .btn span {
    padding: 0;
    border: 0;
}

/* Compact height + clean, light overlay so the real warehouse photo stays
   visible (the theme default is a near-opaque multiply-blend navy wash). */
.hero-3 .hero-content {
    margin-left: 0;
    width: auto;
    max-width: 520px;
    padding: 90px 0 50px;
}

.hero-3 .hero-content span.lead {
    font-size: 13px;
    padding: 5px 16px;
}

.hero-3 .hero-content h1 {
    font-size: clamp(26px, 3vw, 36px) !important;
    line-height: 1.2 !important;
    margin: 14px 0 12px !important;
}

.hero-3 .hero-content p {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.hero-3 .hero-content .hero-cta {
    margin-top: 20px !important;
}

.hero-3 .hero-content .hero-cta .btn {
    padding: 12px 22px;
    font-size: 13.5px;
    margin-bottom: 0 !important;
}

.hero-3 .hero-quickinfo {
    font-size: 12.5px;
    margin-top: 16px !important;
}

.hero-3 .parallax-overly {
    background: linear-gradient(100deg, rgba(2, 14, 40, .82) 20%, rgba(2, 14, 40, .38) 42%, rgba(2, 14, 40, 0) 60%);
    opacity: 1;
    mix-blend-mode: normal;
}

@media (max-width: 991.98px) {
    .hero-3 .hero-content {
        padding: 80px 0 40px;
    }

    .hero-3 .parallax-overly {
        background: rgba(2, 14, 40, .72);
    }
}

@media (max-width: 767.98px) {
    .hero-3 .hero-content {
        padding: 70px 0 35px;
    }
}

/* Home - Hero-3 quick info (location / phone row under CTAs) */
.hero-quickinfo {
    font-size: 14px;
    font-weight: 600;
    color: #cbd3e1;
}

.hero-quickinfo i {
    color: var(--primary);
    margin-right: 6px;
}

.hero-quickinfo a {
    color: #cbd3e1;
}

.hero-quickinfo a:hover {
    color: var(--primary);
}

/* Home - Solution cards ("Shipping Services", "GPS tracking", ...)
   ========================================================================== */
.solution-card {
    transition: transform .4s cubic-bezier(.34,1.56,.64,1);
}

.solution-card:hover {
    transform: translateY(-8px);
}

.solution-card .sol-icon {
    transition: transform .4s cubic-bezier(.34,1.56,.64,1);
}

.solution-card:hover .sol-icon {
    transform: scale(1.12) rotate(-6deg);
}

.solution-card h3 a,
.solution-card h3 {
    transition: color .3s ease;
}

.solution-card:hover h3 {
    color: var(--primary);
}

/* Home - Services-3 cards: extra lift on top of the theme's built-in reveal */
.services-3 .service-entry {
    transition: transform .4s ease;
}

.services-3 .service-entry:hover {
    transform: translateY(-6px);
}

/* About page - "Proven Success" tab list contrast fix
   Theme CSS targets ".th-info .h4" (a class="h4") and "span.p" (a <span class="p">),
   but the markup uses real <h4>/<p> tags, so those rules never match and the
   inactive tabs fall back to near-invisible dark text on the dark background. */
.ct-tab .nav-link .th-info h4 {
    color: #fff;
    margin-bottom: 12px;
    transition: color .3s ease;
}

.ct-tab .nav-link .th-info p {
    color: rgba(255, 255, 255, .55);
    margin: 0;
    transition: color .3s ease;
}

.ct-tab .nav-link.active .th-info p,
.ct-tab .nav-link:hover .th-info p {
    color: rgba(255, 255, 255, .82);
}

.ct-tab .nav-link {
    cursor: pointer;
    border-radius: 14px;
}

.ct-tab .nav-link:hover {
    transform: translateX(4px);
}

/* Breadcrumb / Hero
   ========================================================================== */
.svc-hero {
    background: var(--dark);
    color: #fff;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
}

/* Full-image hero variant: text sits directly over a background photo
   (used when there is no separate side image).
   Top padding clears the solid two-row header (white topbar + navy nav). */
.svc-hero.svc-hero-bg {
    padding: 160px 0 55px;
}

@media (max-width: 1199.98px) {
    .svc-hero.svc-hero-bg {
        padding: 130px 0 45px;
    }
}

.svc-hero.svc-hero-bg .container {
    position: relative;
    z-index: 1;
}

/* Base .parallax-overly is opacity .9 + multiply, which reads near-black on
   dark photos. Match the lighter promo-sec treatment so the photo stays visible. */
.svc-hero.svc-hero-bg .parallax-overly {
    opacity: .75;
    background: linear-gradient(115deg, rgba(2, 14, 40, .95) 50%, rgba(2, 14, 40, .55) 55%, rgba(2, 14, 40, .25) 90%);
}

@media (max-width: 767px) {
    .svc-hero.svc-hero-bg {
        padding: 100px 0 35px;
    }
}

.svc-hero .breadcrumb-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .6);
}

.svc-hero .breadcrumb-row a {
    color: var(--primary);
}

.svc-hero h1 {
    font-family: var(--font-family-headings);
    font-weight: 700;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    margin-bottom: 12px;
    color: #fff;
}

.svc-hero .svc-tagline {
    color: var(--primary);
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 14px;
}

.svc-hero p.svc-desc {
    color: #cbd3e1;
    max-width: 620px;
    margin-bottom: 0;
}

.svc-badges {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 18px;
    margin-top: 30px;
}

.svc-hero-split .svc-badges {
    margin-top: 34px;
}

@media (max-width: 767px) {
    .svc-badges {
        justify-content: center;
    }
}

.svc-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.svc-badge .ic {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3), 0 6px 16px rgba(2, 14, 40, .25);
    transition: background .3s ease, transform .3s ease;
}

.svc-badge:hover .ic {
    background: var(--primary);
    transform: translateY(-3px);
}

.svc-hero-img {
    border-radius: 14px;
    overflow: hidden;
    height: 380px;
    position: relative;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .12);
}

.svc-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.08) contrast(1.03);
}

.svc-hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, rgba(2, 14, 40, 0) 40%, rgba(2, 14, 40, .55) 100%);
    pointer-events: none;
}

/* Section basics
   ========================================================================== */
.svc-section {
    padding: 56px 0;
}

.svc-section.bg-shade {
    background: var(--shade);
}

.svc-section-title {
    font-family: var(--font-family-headings);
    font-weight: 700;
    color: var(--headings-color);
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 14px;
    font-size: clamp(20px, 2.4vw, 26px);
    letter-spacing: -.2px;
}

.svc-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    background: var(--primary);
}

.svc-section-title.mx-auto::after {
    left: 50%;
    transform: translateX(-50%);
}

.svc-eyebrow {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.svc-section-head p {
    margin-bottom: 0;
}

/* Stats strip - quick highlight numbers under a hero
   ========================================================================== */
.svc-stats-strip {
    background: #fff;
    border-bottom: 1px solid var(--theme-border);
    padding: 30px 0;
}

.svc-stats-strip .stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.svc-stats-strip .stat-item i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: var(--shade);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.svc-stats-strip .stat-item h4 {
    font-family: var(--font-family-headings);
    font-size: 20px;
    font-weight: 800;
    color: var(--headings-color);
    margin: 0;
    line-height: 1.2;
}

.svc-stats-strip .stat-item p {
    font-size: 12.5px;
    color: var(--mute);
    margin: 0;
}

@media (max-width: 575.98px) {
    .svc-stats-strip .stat-item {
        gap: 10px;
    }

    .svc-stats-strip .stat-item i {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 17px;
    }

    .svc-stats-strip .stat-item h4 {
        font-size: 16px;
    }
}

/* Check list
   ========================================================================== */
ul.svc-check-list {
    list-style: none;
    padding: 24px 26px;
    margin: 0;
    background: #fff;
    border: 1px solid var(--theme-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(2, 14, 40, .05);
}

ul.svc-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed var(--theme-border);
    font-size: 14.5px;
    color: var(--body-color);
    transition: transform .25s ease, color .25s ease;
}

ul.svc-check-list li:last-child {
    border-bottom: none;
}

ul.svc-check-list li:hover {
    transform: translateX(6px);
    color: var(--headings-color);
}

ul.svc-check-list li i {
    color: var(--primary);
    margin-top: 3px;
    font-size: 16px;
    flex: none;
}

/* Photo grid
   ========================================================================== */
.svc-photo-grid .photo-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 10px 24px rgba(2, 14, 40, .1);
}

.svc-photo-grid .photo-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
    transition: transform .45s ease;
}

.svc-photo-grid .photo-card:hover img {
    transform: scale(1.08);
}

.svc-photo-grid .photo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 14, 40, 0) 55%, rgba(2, 14, 40, .85) 100%);
    pointer-events: none;
    z-index: 1;
}

.svc-photo-grid .photo-card .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 12px 6px 10px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    z-index: 2;
}

/* Why choose grid
   ========================================================================== */
.svc-why-wrap {
    border: 1px solid var(--theme-border);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 40px rgba(2, 14, 40, .07);
    position: relative;
    overflow: hidden;
}

.svc-why-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #ff8a5c, var(--primary));
    background-size: 200% 100%;
    animation: svcGradientShift 4s linear infinite;
}

@keyframes svcGradientShift {
    0% { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}

@keyframes svcIconPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(var(--primary-rgb), .16); }
    50% { box-shadow: 0 0 0 8px rgba(var(--primary-rgb), 0); }
}

.svc-why-card {
    text-align: center;
    padding: 20px 12px;
    height: 100%;
    border-radius: 12px;
    border: 1px solid var(--theme-border);
    background: #fff;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.svc-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--primary-rgb), .25);
    box-shadow: 0 18px 34px rgba(2, 14, 40, .1);
}

.svc-why-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: var(--primary);
    font-size: 21px;
    position: relative;
    animation: svcIconPulse 2.6s ease-in-out infinite;
    transition: all .4s cubic-bezier(.34,1.56,.64,1);
}

.svc-why-card:hover .icon {
    background: linear-gradient(135deg, var(--primary), #ff8a5c);
    color: #fff;
    transform: scale(1.12) rotate(-8deg);
    box-shadow: 0 10px 22px rgba(var(--primary-rgb), .35);
    animation-play-state: paused;
}

.svc-why-card h4 {
    font-family: var(--font-family-headings);
    font-size: 14.5px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--headings-color);
    transition: color .3s ease;
}

.svc-why-card:hover h4 {
    color: var(--primary);
}

.svc-why-card p {
    font-size: 12.5px;
    color: var(--mute);
    margin: 0;
}

/* Horizontal compact variant - used on the Services Overview "Why Choose" grid
   where cards sit 3-per-row inside a tighter box */
.svc-why-card.horizontal {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    border-radius: 14px;
    border: 1px solid var(--theme-border);
    background: #fff;
    box-shadow: 0 4px 14px rgba(2, 14, 40, .045);
    animation: none;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, border-color .35s ease;
}

.svc-why-card.horizontal .txt {
    min-width: 0;
}

.svc-why-card.horizontal:hover {
    transform: translateY(-6px);
    background: #fff;
    border-color: transparent;
    box-shadow: 0 18px 32px rgba(2, 14, 40, .13);
}

.svc-why-card.horizontal .icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 13px;
    background: rgba(var(--primary-rgb), .1);
    border: none;
    color: var(--primary);
    margin: 0;
    font-size: 19px;
    animation: none;
    transition: all .35s cubic-bezier(.34,1.56,.64,1);
}

.svc-why-card.horizontal:hover .icon {
    background: linear-gradient(135deg, var(--primary), #ff8a5c);
    color: #fff;
    border-color: transparent;
    transform: scale(1.1) rotate(-6deg);
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), .35);
}

.svc-why-card.horizontal h4 {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 2px;
}

.svc-why-card.horizontal p {
    font-size: 11.5px;
    line-height: 1.3;
}

/* Accent color cycling - applied to "Why Choose" cards and "Industries We Serve" items
   for a livelier, more colorful card grid instead of a single flat tone */
.svc-why-card.horizontal.acc-1 .icon, .svc-industry-grid .ind-item.acc-1 i { background: rgba(253, 85, 35, .12); color: #fd5523; }
.svc-why-card.horizontal.acc-2 .icon, .svc-industry-grid .ind-item.acc-2 i { background: rgba(37, 99, 235, .12); color: #2563eb; }
.svc-why-card.horizontal.acc-3 .icon, .svc-industry-grid .ind-item.acc-3 i { background: rgba(13, 148, 136, .12); color: #0d9488; }
.svc-why-card.horizontal.acc-4 .icon, .svc-industry-grid .ind-item.acc-4 i { background: rgba(124, 58, 237, .12); color: #7c3aed; }
.svc-why-card.horizontal.acc-5 .icon, .svc-industry-grid .ind-item.acc-5 i { background: rgba(225, 29, 72, .1); color: #e11d48; }
.svc-why-card.horizontal.acc-6 .icon, .svc-industry-grid .ind-item.acc-6 i { background: rgba(217, 119, 6, .12); color: #d97706; }
.svc-why-card.horizontal.acc-7 .icon, .svc-industry-grid .ind-item.acc-7 i { background: rgba(22, 163, 74, .12); color: #16a34a; }
.svc-why-card.horizontal.acc-8 .icon, .svc-industry-grid .ind-item.acc-8 i { background: rgba(79, 70, 229, .12); color: #4f46e5; }

.svc-why-card.horizontal.acc-1:hover .icon, .svc-industry-grid .ind-item.acc-1:hover i { background: linear-gradient(135deg, #fd5523, #ff8a5c); color: #fff; box-shadow: 0 10px 20px rgba(253, 85, 35, .35); }
.svc-why-card.horizontal.acc-2:hover .icon, .svc-industry-grid .ind-item.acc-2:hover i { background: linear-gradient(135deg, #2563eb, #60a5fa); color: #fff; box-shadow: 0 10px 20px rgba(37, 99, 235, .35); }
.svc-why-card.horizontal.acc-3:hover .icon, .svc-industry-grid .ind-item.acc-3:hover i { background: linear-gradient(135deg, #0d9488, #2dd4bf); color: #fff; box-shadow: 0 10px 20px rgba(13, 148, 136, .35); }
.svc-why-card.horizontal.acc-4:hover .icon, .svc-industry-grid .ind-item.acc-4:hover i { background: linear-gradient(135deg, #7c3aed, #a78bfa); color: #fff; box-shadow: 0 10px 20px rgba(124, 58, 237, .35); }
.svc-why-card.horizontal.acc-5:hover .icon, .svc-industry-grid .ind-item.acc-5:hover i { background: linear-gradient(135deg, #e11d48, #fb7185); color: #fff; box-shadow: 0 10px 20px rgba(225, 29, 72, .35); }
.svc-why-card.horizontal.acc-6:hover .icon, .svc-industry-grid .ind-item.acc-6:hover i { background: linear-gradient(135deg, #d97706, #fbbf24); color: #fff; box-shadow: 0 10px 20px rgba(217, 119, 6, .35); }
.svc-why-card.horizontal.acc-7:hover .icon, .svc-industry-grid .ind-item.acc-7:hover i { background: linear-gradient(135deg, #16a34a, #4ade80); color: #fff; box-shadow: 0 10px 20px rgba(22, 163, 74, .35); }
.svc-why-card.horizontal.acc-8:hover .icon, .svc-industry-grid .ind-item.acc-8:hover i { background: linear-gradient(135deg, #4f46e5, #818cf8); color: #fff; box-shadow: 0 10px 20px rgba(79, 70, 229, .35); }

/* Process steps
   ========================================================================== */
.svc-process {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px 8px;
}

.svc-process .step {
    flex: 1 1 160px;
    text-align: center;
    padding: 28px 14px;
    position: relative;
    background: #fff;
    border: 1px solid var(--theme-border);
    border-radius: 14px;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, border-color .35s ease;
}

.svc-process .step:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 32px rgba(2, 14, 40, .09);
    border-color: rgba(var(--primary-rgb), .2);
}

.svc-process .step .num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #ff8a5c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), .3);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}

.svc-process .step:hover .num {
    transform: scale(1.12) rotate(-8deg);
}

.svc-process .step h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--headings-color);
}

.svc-process .step p {
    font-size: 13px;
    color: var(--mute);
    margin: 0;
}

.svc-process .step-arrow {
    display: none;
    color: var(--primary);
    font-size: 20px;
    align-self: center;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .svc-process .step-arrow {
        display: block;
    }
}

/* Ideal for
   ========================================================================== */
.svc-ideal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.svc-ideal .item {
    text-align: center;
    width: 128px;
    padding: 20px 10px;
    border-radius: 14px;
    border: 1px solid var(--theme-border);
    background: #fff;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, border-color .35s ease, background .35s ease;
}

.svc-ideal .item:hover {
    transform: translateY(-6px) scale(1.03);
    border-color: transparent;
    background: linear-gradient(180deg, #fff, var(--shade));
    box-shadow: 0 16px 30px rgba(2, 14, 40, .1);
}

.svc-ideal .item i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: var(--primary);
    font-size: 20px;
    transition: all .4s cubic-bezier(.34,1.56,.64,1);
}

.svc-ideal .item:hover i {
    background: linear-gradient(135deg, var(--primary), #ff8a5c);
    color: #fff;
    transform: scale(1.1) rotate(8deg);
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), .3);
}

/* Accent color cycling - applies automatically to every service detail page's
   "Features" mini-grid (.svc-why-card inside the standard .row.gy-4.mt-2 layout),
   "Ideal For" grid (.svc-ideal .item) and document/cargo mini-grid (.svc-mini-grid),
   so every subpage in the Services dropdown gets the same lively, colorful card
   treatment without editing each page's markup individually. */
.row.gy-4.mt-2 > div:nth-child(8n+1) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+1) i, .svc-mini-grid .mini-item:nth-child(8n+1) i { background: rgba(253, 85, 35, .12); color: #fd5523; }
.row.gy-4.mt-2 > div:nth-child(8n+2) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+2) i, .svc-mini-grid .mini-item:nth-child(8n+2) i { background: rgba(37, 99, 235, .12); color: #2563eb; }
.row.gy-4.mt-2 > div:nth-child(8n+3) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+3) i, .svc-mini-grid .mini-item:nth-child(8n+3) i { background: rgba(13, 148, 136, .12); color: #0d9488; }
.row.gy-4.mt-2 > div:nth-child(8n+4) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+4) i, .svc-mini-grid .mini-item:nth-child(8n+4) i { background: rgba(124, 58, 237, .12); color: #7c3aed; }
.row.gy-4.mt-2 > div:nth-child(8n+5) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+5) i, .svc-mini-grid .mini-item:nth-child(8n+5) i { background: rgba(225, 29, 72, .1); color: #e11d48; }
.row.gy-4.mt-2 > div:nth-child(8n+6) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+6) i, .svc-mini-grid .mini-item:nth-child(8n+6) i { background: rgba(217, 119, 6, .12); color: #d97706; }
.row.gy-4.mt-2 > div:nth-child(8n+7) .svc-why-card .icon, .svc-ideal .item:nth-child(8n+7) i, .svc-mini-grid .mini-item:nth-child(8n+7) i { background: rgba(22, 163, 74, .12); color: #16a34a; }
.row.gy-4.mt-2 > div:nth-child(8n) .svc-why-card .icon, .svc-ideal .item:nth-child(8n) i, .svc-mini-grid .mini-item:nth-child(8n) i { background: rgba(79, 70, 229, .12); color: #4f46e5; }

.row.gy-4.mt-2 > div:nth-child(8n+1) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+1):hover i { background: linear-gradient(135deg, #fd5523, #ff8a5c); color: #fff; box-shadow: 0 10px 20px rgba(253, 85, 35, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+2) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+2):hover i { background: linear-gradient(135deg, #2563eb, #60a5fa); color: #fff; box-shadow: 0 10px 20px rgba(37, 99, 235, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+3) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+3):hover i { background: linear-gradient(135deg, #0d9488, #2dd4bf); color: #fff; box-shadow: 0 10px 20px rgba(13, 148, 136, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+4) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+4):hover i { background: linear-gradient(135deg, #7c3aed, #a78bfa); color: #fff; box-shadow: 0 10px 20px rgba(124, 58, 237, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+5) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+5):hover i { background: linear-gradient(135deg, #e11d48, #fb7185); color: #fff; box-shadow: 0 10px 20px rgba(225, 29, 72, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+6) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+6):hover i { background: linear-gradient(135deg, #d97706, #fbbf24); color: #fff; box-shadow: 0 10px 20px rgba(217, 119, 6, .35); }
.row.gy-4.mt-2 > div:nth-child(8n+7) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n+7):hover i { background: linear-gradient(135deg, #16a34a, #4ade80); color: #fff; box-shadow: 0 10px 20px rgba(22, 163, 74, .35); }
.row.gy-4.mt-2 > div:nth-child(8n) .svc-why-card:hover .icon, .svc-ideal .item:nth-child(8n):hover i { background: linear-gradient(135deg, #4f46e5, #818cf8); color: #fff; box-shadow: 0 10px 20px rgba(79, 70, 229, .35); }

.svc-mini-grid .mini-item {
    border-radius: 12px;
    padding: 10px 4px;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}

.svc-mini-grid .mini-item:hover {
    transform: translateY(-4px);
}

.svc-mini-grid .mini-item i {
    transition: all .35s cubic-bezier(.34,1.56,.64,1);
}

.svc-mini-grid .mini-item:hover i {
    transform: scale(1.1) rotate(-6deg);
    box-shadow: 0 8px 16px rgba(2, 14, 40, .12);
}

.svc-ideal .item span {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: var(--headings-color);
    transition: color .3s ease;
}

.svc-ideal .item:hover span {
    color: var(--primary);
}

/* Icon-label mini grid (documents / we-transport) */
.svc-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 10px;
}

.svc-mini-grid .mini-item {
    text-align: center;
}

.svc-mini-grid .mini-item i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--shade);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    color: var(--primary);
    font-size: 18px;
}

.svc-mini-grid .mini-item span {
    font-size: 12px;
    font-weight: 600;
    color: var(--headings-color);
    display: block;
}

/* Quote card / enquiry form
   ========================================================================== */
.svc-quote-card {
    background: var(--shade);
    border-radius: 16px;
    padding: 28px;
    border: 1px solid var(--theme-border);
    box-shadow: 0 16px 40px rgba(2, 14, 40, .07);
    position: relative;
    overflow: hidden;
}

.svc-quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #ff8a5c, var(--primary));
    background-size: 200% 100%;
    animation: svcGradientShift 4s linear infinite;
}

.svc-quote-card h4 {
    font-family: var(--font-family-headings);
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--headings-color);
}

.svc-quote-card .sub {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}

.svc-quote-card form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
}

.svc-quote-card .form-control,
.svc-quote-card select,
.svc-quote-card textarea {
    margin-bottom: 0;
    background: #fff;
    border: 1px solid var(--theme-border);
    border-radius: 10px;
    font-size: 14px;
    padding: .55rem .85rem;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.svc-quote-card .form-control:focus,
.svc-quote-card select:focus,
.svc-quote-card textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), .12);
    outline: none;
}

.svc-quote-card textarea,
.svc-quote-card .btn,
.svc-quote-card .note {
    grid-column: 1 / -1;
}

.svc-quote-card textarea {
    min-height: 76px;
    resize: vertical;
}

.svc-quote-card .btn {
    width: 100%;
    margin-top: 2px;
    transition: transform .25s ease, box-shadow .25s ease;
}

@media (max-width: 420px) {
    .svc-quote-card form {
        grid-template-columns: 1fr;
    }
}

.svc-quote-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(var(--primary-rgb), .3);
}

.svc-quote-card .note {
    font-size: 13px;
    color: var(--mute);
    margin-top: 12px;
    text-align: center;
}

.svc-quote-card .note i {
    color: var(--primary);
}

/* Bottom info bar
   ========================================================================== */
.svc-info-bar {
    background: var(--dark);
    color: #fff;
    padding: 24px 0;
}

.svc-info-bar .info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.svc-info-bar .info-item i.ic {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 18px;
}

.svc-info-bar .info-item strong {
    display: block;
    font-size: 15px;
}

.svc-info-bar .info-item span {
    font-size: 13px;
    color: #b6bdcc;
}

.svc-info-bar .info-item a {
    color: #fff;
}

.svc-info-bar .whatsapp-btn {
    background: #25D366;
    color: #fff;
    padding: 11px 22px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.svc-info-bar .whatsapp-btn:hover {
    color: #fff;
    opacity: .9;
}

/* Overview page - service cards
   ========================================================================== */
.svc-overview-card {
    border: 1px solid var(--theme-border);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(2, 14, 40, .05);
    transition: all .3s ease;
}

.svc-overview-card:hover {
    box-shadow: 0 20px 38px rgba(2, 14, 40, .12);
    transform: translateY(-5px);
}

.svc-overview-card .thumb {
    height: 170px;
    overflow: hidden;
}

.svc-overview-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
    transition: transform .45s ease;
}

.svc-overview-card:hover .thumb img {
    transform: scale(1.08);
}

.svc-overview-card .num-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -25px 0 0 20px;
    position: relative;
    font-size: 20px;
}

.svc-overview-card .body {
    padding: 16px 20px 22px;
}

.svc-overview-card h4 {
    font-family: var(--font-family-headings);
    font-size: 14.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.1px;
    margin-bottom: 10px;
    color: var(--headings-color);
}

.svc-overview-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.svc-overview-card ul li {
    font-size: 13px;
    color: var(--mute);
    padding: 3px 0;
    position: relative;
    padding-left: 16px;
}

.svc-overview-card ul li::before {
    content: "\2022";
    color: var(--primary);
    position: absolute;
    left: 0;
}

.svc-overview-card a.learn-more {
    color: var(--primary);
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .03em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .25s ease;
}

.svc-overview-card a.learn-more:hover {
    gap: 10px;
}

/* Industries grid - colorful 5-column card grid */
.svc-industry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

@media (max-width: 991.98px) {
    .svc-industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .svc-industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.svc-industry-grid .ind-item {
    text-align: center;
    padding: 20px 10px;
    border: 1px solid var(--theme-border);
    border-radius: 14px;
    background: #fff;
    height: 100%;
    box-shadow: 0 4px 14px rgba(2, 14, 40, .045);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease, border-color .35s ease;
}

.svc-industry-grid .ind-item:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 18px 32px rgba(2, 14, 40, .13);
}

.svc-industry-grid .ind-item i {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: var(--shade);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: var(--dark);
    font-size: 20px;
    transition: all .35s cubic-bezier(.34,1.56,.64,1);
}

.svc-industry-grid .ind-item:hover i {
    transform: scale(1.1) rotate(-6deg);
}

.svc-industry-grid .ind-item span {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--headings-color);
    line-height: 1.3;
    display: block;
    transition: color .3s ease;
}

.svc-industry-grid .ind-item:hover span {
    color: var(--primary);
}

.svc-industry-grid a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.svc-industry-grid .ind-item.ind-more {
    background: rgba(var(--primary-rgb), .05);
    border: 1.5px dashed rgba(var(--primary-rgb), .4);
}

.svc-industry-grid .ind-item.ind-more i {
    background: var(--primary);
    color: #fff;
}

.svc-industry-grid .ind-item.ind-more span {
    color: var(--primary);
}

.svc-industry-grid .ind-item.ind-more:hover {
    background: var(--primary);
    border-style: solid;
    border-color: var(--primary);
}

.svc-industry-grid .ind-item.ind-more:hover i {
    background: #fff;
    color: var(--primary);
    transform: scale(1.1) rotate(0deg);
}

.svc-industry-grid .ind-item.ind-more:hover span {
    color: #fff;
}

/* CTA banner */
.svc-cta-banner {
    background: var(--dark);
    color: #fff;
    border-radius: 18px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

.svc-cta-banner .cta-photo {
    height: 100%;
    min-height: 220px;
}

.svc-cta-banner .cta-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.svc-cta-banner .cta-body {
    padding: 36px 0;
}

.svc-cta-banner .cta-eyebrow {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.svc-cta-banner h3 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 2.4vw, 26px);
    margin: 4px 0 6px;
}

.svc-cta-banner p {
    color: #dfe3ec;
    margin-bottom: 0;
}

.svc-cta-banner .cta-links a {
    color: #fff;
    font-weight: 600;
    font-size: 14.5px;
}

.svc-cta-banner .cta-links a:hover {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .svc-cta-banner {
        padding: 0 24px;
    }

    .svc-cta-banner .cta-photo {
        display: none;
    }

    .svc-cta-banner .cta-body {
        text-align: center;
        padding: 34px 0;
    }

    .svc-cta-banner .cta-links {
        justify-content: center !important;
    }
}

/* Industry / description block */
.svc-what-is p {
    color: var(--body-color);
    margin-bottom: 14px;
}

.svc-what-is img {
    border-radius: 16px;
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    box-shadow: 0 14px 30px rgba(2, 14, 40, .12);
}

@media (max-width: 767px) {
    .svc-what-is img {
        height: 220px;
    }
}

/* Home - Services overview cards + stats strip
   ========================================================================== */
.home-services.sec-padding {
    padding-top: 30px;
    padding-bottom: 70px;
    background:
        radial-gradient(circle, rgba(2, 14, 40, .06) 1.4px, transparent 1.4px) 0 0/22px 22px,
        linear-gradient(180deg, #fff 0%, var(--shade) 100%);
    position: relative;
}

.home-svc-cards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
    position: relative;
    z-index: 2;
    margin-top: -45px;
}

@media (max-width: 767.98px) {
    .home-svc-cards {
        margin-top: -25px;
    }
}

@media (max-width: 1399.98px) {
    .home-svc-cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .home-svc-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .home-svc-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .home-svc-cards {
        grid-template-columns: 1fr;
    }
}

.home-svc-card {
    background: #fff;
    border: 1px solid var(--theme-border);
    border-radius: 18px;
    padding: 28px 20px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(2, 14, 40, .07);
    position: relative;
    overflow: hidden;
}

.home-svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), #ff8a5c);
}

.home-svc-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(var(--primary-rgb), .1);
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.home-svc-card.acc-1 .icon { background: rgba(253, 85, 35, .12); color: #fd5523; }
.home-svc-card.acc-2 .icon { background: rgba(37, 99, 235, .12); color: #2563eb; }
.home-svc-card.acc-3 .icon { background: rgba(13, 148, 136, .12); color: #0d9488; }
.home-svc-card.acc-4 .icon { background: rgba(124, 58, 237, .12); color: #7c3aed; }
.home-svc-card.acc-5 .icon { background: rgba(225, 29, 72, .1); color: #e11d48; }
.home-svc-card.acc-6 .icon { background: rgba(217, 119, 6, .12); color: #d97706; }
.home-svc-card.acc-7 .icon { background: rgba(22, 163, 74, .12); color: #16a34a; }

.home-svc-card.acc-1::before { background: #fd5523; }
.home-svc-card.acc-2::before { background: #2563eb; }
.home-svc-card.acc-3::before { background: #0d9488; }
.home-svc-card.acc-4::before { background: #7c3aed; }
.home-svc-card.acc-5::before { background: #e11d48; }
.home-svc-card.acc-6::before { background: #d97706; }
.home-svc-card.acc-7::before { background: #16a34a; }

.home-svc-card.acc-1 a.learn-more { color: #fd5523; }
.home-svc-card.acc-2 a.learn-more { color: #2563eb; }
.home-svc-card.acc-3 a.learn-more { color: #0d9488; }
.home-svc-card.acc-4 a.learn-more { color: #7c3aed; }
.home-svc-card.acc-5 a.learn-more { color: #e11d48; }
.home-svc-card.acc-6 a.learn-more { color: #d97706; }
.home-svc-card.acc-7 a.learn-more { color: #16a34a; }

.home-svc-card h4 {
    font-family: var(--font-family-headings);
    font-size: 13.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 8px;
    line-height: 1.35;
    color: var(--headings-color);
    position: relative;
    z-index: 1;
}

.home-svc-card p {
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--mute);
    margin-bottom: 12px;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.home-svc-card a.learn-more {
    color: var(--primary);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    align-self: flex-start;
    position: relative;
    z-index: 1;
    transition: gap .25s ease;
}

.home-svc-card a.learn-more:hover {
    gap: 10px;
}

.home-svc-stats {
    background: linear-gradient(135deg, #071534 0%, var(--dark) 60%);
    border-radius: 20px;
    padding: 34px 30px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(2, 14, 40, .25);
}

.home-svc-stats::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), #ff8a5c, var(--primary));
    background-size: 200% 100%;
    animation: svcGradientShift 4s linear infinite;
}

.home-svc-stats .row > [class*="col-"] {
    position: relative;
}

.home-svc-stats .row > [class*="col-"]:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: -2px;
    width: 1px;
    background: rgba(255, 255, 255, .08);
    display: none;
}

@media (min-width: 768px) {
    .home-svc-stats .row > [class*="col-"]:not(:last-child)::after {
        display: block;
    }
}

.home-svc-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    transition: transform .3s ease;
}

.home-svc-stats .stat-item:hover {
    transform: translateY(-3px);
}

.home-svc-stats .stat-item i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(var(--primary-rgb), .3);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    transition: all .35s cubic-bezier(.34,1.56,.64,1);
}

.home-svc-stats .stat-item:hover i {
    background: linear-gradient(135deg, var(--primary), #ff8a5c);
    color: #fff;
    border-color: transparent;
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 8px 18px rgba(var(--primary-rgb), .35);
}

.home-svc-stats .stat-item strong {
    display: block;
    color: #fff;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.3;
}

.home-svc-stats .stat-item span {
    font-size: 12.5px;
    color: #b6bdcc;
}

@media (max-width: 767.98px) {
    .home-svc-stats {
        padding: 30px 20px;
    }
}

/* Responsive tweaks
   ========================================================================== */
@media (max-width: 991px) {
    .svc-section {
        padding: 42px 0;
    }

    .svc-quote-card {
        margin-top: 40px;
    }

    .svc-hero-img {
        margin-top: 30px;
        height: 220px;
    }

    .svc-info-bar .info-item {
        margin-bottom: 18px;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 8px;
    }

    .svc-info-bar {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .svc-hero {
        padding: 40px 0 40px;
        text-align: center;
    }

    .svc-badges {
        flex-direction: column;
        align-items: center;
    }

    .svc-hero p.svc-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .svc-mini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-process .step {
        flex: 1 1 45%;
    }

    .svc-cta-banner .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .svc-mini-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-ideal {
        justify-content: center;
    }
}

/* ==========================================================================
   Contact page
   ========================================================================== */
.svc-hero-split {
    background: #fff;
    padding: 190px 0 60px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .svc-hero-split {
        padding: 140px 0 50px;
    }
}

@media (max-width: 767px) {
    .svc-hero-split {
        padding: 120px 0 40px;
        text-align: center;
    }
}

.svc-hero-split .breadcrumb-row-light {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--mute);
}

@media (max-width: 767px) {
    .svc-hero-split .breadcrumb-row-light {
        justify-content: center;
    }
}

.svc-hero-split .breadcrumb-row-light a {
    color: var(--primary);
}

.svc-hero-split h1 {
    font-family: var(--font-family-headings);
    font-weight: 800;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--headings-color);
}

.svc-hero-split h1 span {
    color: var(--primary);
}

.svc-hero-split .hero-desc {
    color: var(--mute);
    font-size: 15.5px;
    max-width: 520px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .svc-hero-split .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 30px;
}

@media (max-width: 767px) {
    .hero-badges {
        justify-content: center;
    }
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--headings-color);
}

.hero-badge .icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
}

.hero-badge:hover .icon {
    transform: translateY(-4px) scale(1.06);
}

.hero-badge.acc-1 .icon { background: rgba(253, 85, 35, .12); color: #fd5523; }
.hero-badge.acc-2 .icon { background: rgba(37, 99, 235, .12); color: #2563eb; }
.hero-badge.acc-3 .icon { background: rgba(13, 148, 136, .12); color: #0d9488; }
.hero-badge.acc-4 .icon { background: rgba(124, 58, 237, .12); color: #7c3aed; }

.hero-badge.acc-1:hover .icon { box-shadow: 0 10px 20px rgba(253, 85, 35, .3); }
.hero-badge.acc-2:hover .icon { box-shadow: 0 10px 20px rgba(37, 99, 235, .3); }
.hero-badge.acc-3:hover .icon { box-shadow: 0 10px 20px rgba(13, 148, 136, .3); }
.hero-badge.acc-4:hover .icon { box-shadow: 0 10px 20px rgba(124, 58, 237, .3); }

.hero-photo {
    border-radius: 20px;
    overflow: hidden;
    height: 420px;
    position: relative;
    box-shadow: 0 24px 50px rgba(2, 14, 40, .16);
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .hero-photo {
        height: 320px;
    }
}

/* Get in touch info list */
.contact-info-list {
    display: flex;
    flex-direction: column;
}

.contact-info-list .row-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px dashed var(--theme-border);
}

.contact-info-list .row-item:first-child {
    padding-top: 4px;
}

.contact-info-list .row-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.contact-info-list .row-item .icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}

.contact-info-list .row-item:hover .icon {
    transform: scale(1.08) rotate(-6deg);
}

.contact-info-list .row-item .txt strong {
    display: block;
    font-size: 14px;
    color: var(--headings-color);
    margin-bottom: 2px;
}

.contact-info-list .row-item .txt span,
.contact-info-list .row-item .txt a {
    font-size: 13.5px;
    color: var(--mute);
    line-height: 1.5;
    display: block;
}

.contact-info-list .row-item .txt a:hover {
    color: var(--primary);
}

.contact-info-list .row-item.acc-1 .icon { background: rgba(253, 85, 35, .12); color: #fd5523; }
.contact-info-list .row-item.acc-2 .icon { background: rgba(37, 99, 235, .12); color: #2563eb; }
.contact-info-list .row-item.acc-3 .icon { background: rgba(13, 148, 136, .12); color: #0d9488; }
.contact-info-list .row-item.acc-4 .icon { background: rgba(124, 58, 237, .12); color: #7c3aed; }
.contact-info-list .row-item.acc-5 .icon { background: rgba(225, 29, 72, .1); color: #e11d48; }

/* Send us a message - form grid */
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
}

.contact-form-grid .form-control,
.contact-form-grid select,
.contact-form-grid textarea {
    background: var(--shade);
    border: 1px solid var(--theme-border);
    border-radius: 10px;
    font-size: 14px;
    padding: .65rem .9rem;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.contact-form-grid .form-control:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), .12);
    outline: none;
    background: #fff;
}

.contact-form-grid textarea,
.contact-form-grid .btn,
.contact-form-grid .note {
    grid-column: 1 / -1;
}

.contact-form-grid textarea {
    min-height: 110px;
    resize: vertical;
}

.contact-form-grid .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: .85rem 1rem;
    font-weight: 700;
    transition: transform .25s ease, box-shadow .25s ease;
}

.contact-form-grid .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(var(--primary-rgb), .3);
}

.contact-form-grid .note {
    text-align: center;
    font-size: 13px;
    color: var(--mute);
    margin: 4px 0 0;
}

.contact-form-grid .note i {
    color: var(--primary);
    margin-right: 4px;
}

@media (max-width: 575.98px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
}

/* How to reach us - dark map banner */
.svc-map-banner {
    background: var(--dark);
    border-radius: 20px;
    overflow: hidden;
}

.svc-map-banner .map-text {
    padding: 44px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-map-banner .map-text .eyebrow {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.svc-map-banner .map-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 2.2vw, 26px);
    margin-bottom: 12px;
}

.svc-map-banner .map-text p {
    color: #cbd3e1;
    margin-bottom: 18px;
}

.svc-map-banner .reach-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    background: rgba(255, 255, 255, .06);
    border-radius: 10px;
    padding: 12px 14px;
}

.svc-map-banner .reach-item i {
    color: var(--primary);
    margin-top: 2px;
}

.svc-map-banner .map-embed {
    height: 100%;
    min-height: 320px;
}

.svc-map-banner .map-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}

@media (max-width: 991.98px) {
    .svc-map-banner .map-text {
        padding: 34px 24px;
        text-align: center;
    }
}
