:root {
    --ink: #1c2426;
    --ink-soft: #2a3437;
    --base: #f7f4ee;
    --panel: #ffffff;
    --orange: #f87316;
    --orange-dark: #c94f1f;
    --teal: #145c5f;
    --teal-dark: #0e4244;
    --steel: #6b7280;
    --gold: #f2b705;
    --line: #e2ddd1;
    --cut: 16px;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    background: var(--base);
    color: var(--ink);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
.hf-display {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.05;
}
.hf-mono {
    font-family: "IBM Plex Mono", monospace;
}
.hf-eyebrow {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 600;
}
a {
    text-decoration: none;
}
/* .carousel-item {
    transition: transform 0.7s ease-in-out;
} */

.highlightSwiper {
    width: 100%;
    padding: 15px 0;
}

.highlightSwiper .swiper-slide {
    width: 330px !important;
    height: auto;
}

.highlight-card {
    background: #fff;
    border-radius: 15px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.highlight-card .icon {
    width: 65px;
    height: 65px;
    background: #f26a21;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    font-size: 28px;
    flex-shrink: 0;
}

.highlight-card small {
    display: block;
    color: #777;
    font-size: 14px;
}

.highlight-card h5 {
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 700;
}
/* togglller  */

/* ---------- Clipped-corner signature ---------- */
.hf-cut {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.hf-cut-sm {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
}

/* ---------- Topbar ---------- */
.hf-topbar {
    display: block;
    background: var(--ink);
    color: #c9cfcf;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.02em;
}
.hf-topbar a {
    color: #e7e9e5;
}
.hf-topbar a:hover {
    color: var(--orange);
}
.hf-pill {
    background: rgba(232, 98, 44, 0.15);
    border: 1px solid rgba(232, 98, 44, 0.5);
    color: var(--orange);
    padding: 2px 10px;
    font-size: 0.7rem;
}
@media(max-width:600px){
    .hf-topbar{
        display: none;
    }
}

/* ---------- Buttons ---------- */
.btn-hf-orange {
    background: var(--orange);
    color: #fff;
    border: none;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0.65rem 1.4rem;
}
.btn-hf-orange:hover {
    background: var(--orange-dark);
    color: #fff;
}
.btn-hf-outline {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink);
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0.6rem 1.3rem;
}
.btn-hf-outline:hover {
    background: var(--ink);
    color: #fff;
}
.btn-hf-teal {
    background: var(--teal);
    color: #fff;
    border: none;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0.65rem 1.4rem;
}
.btn-hf-teal:hover {
    background: var(--teal-dark);
    color: #fff;
}

/* ---------- Logo mark (used in footer) ---------- */
.hf-logo-mark {
    width: 44px;
    height: 44px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
    flex-shrink: 0;
}
.hf-brand-name {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

/* ---------- Navbar ---------- */
/*======================
NAVBAR
=======================*/

.hf-navbar {
    background: #fff;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);

    padding: 10px 0;

    transition: 0.35s;

    z-index: 999;
}

.hf-logo-img {
    height: 80px;

    width: auto;

    transition: 0.3s;
}

/* Links */

.navbar-nav {
    gap: 18px;
}

.navbar-nav .nav-link {
    color: #222;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    position: relative;

    padding: 12px 6px;

    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #f97316;
}

.navbar-nav .nav-link.active {
    color: #f97316;
}

/* Animated Underline */

.navbar-nav .nav-link::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: 4px;

    width: 0;

    height: 3px;

    background: #f97316;

    border-radius: 50px;

    transition: 0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}
.hf-navbar.scrolled {
    padding: 6px 0;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.hf-navbar.scrolled .hf-logo-img {
    height: 55px;
}

/* Button */

.hf-btn {
    background: #f97316;

    color: #fff;

    padding: 13px 28px;

    border-radius: 50px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.6px;

    transition: 0.35s;

    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.35);
}

.hf-btn:hover {
    background: #222;

    color: #fff;

    transform: translateY(-3px);
}

/* Mobile */

.navbar-toggler {
    font-size: 26px;

    color: #f97316;
}

.navbar-toggler:focus {
    box-shadow: none;
}

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

        padding: 15px;

        border-radius: 15px;

        background: #fff;

        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .navbar-nav {
        gap: 5px;
    }

    .navbar-nav .nav-link {
        padding: 12px;
    }

    .hf-btn {
        width: 100%;

        margin-top: 15px;

        text-align: center;
    }
}
/* Company Highlights  */
.company-highlights {
    background: #f8f9fa;
}

.section-badge {
    display: inline-block;
    background: #f77216;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.company-highlights h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1c2426;
}

.company-highlights p {
    color: #6c757d;
    max-width: 700px;
    margin: auto;
}

.highlight-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    border: 1px solid #ececec;
    transition: 0.35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.highlight-card .icon {
    width: 65px;
    height: 65px;
    background: #f77216;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    flex-shrink: 0;
}

.highlight-card small {
    color: #777;
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.highlight-card h5 {
    margin: 0;
    font-weight: 700;
    color: #1c2426;
}

@media (max-width: 768px) {
    .company-highlights h2 {
        font-size: 1.8rem;
    }

    .highlight-card {
        padding: 20px;
    }

    .highlight-card .icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
}

/* why choose HF */
.why-choose {
    background: #f8f9fa;
}

.section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #f87316;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1b1b1b;
}

.section-desc {
    color: #6c757d;
    max-width: 700px;
    margin: auto;
    line-height: 1.8;
}

.feature-card {
    background: #ffffff83;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    transition: 0.35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #ececec;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 20px;
    background: #f87316;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-card p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .feature-card {
        padding: 25px 20px;
    }
}

/* HERO SECTION  */

.hf-card {
    position: relative;
    /* width:300px; */
    overflow: hidden;
    border-radius: 18px;
    background: #f5f5f5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.hf-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.hf-card:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.253), rgba(0, 0, 0, 0));
}

.card-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 2;
}

.card-title i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.card-title h4,
.card-title h5,
.card-title h6 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.play-card {
    height: 520px;
    background: #f87316;
}

.cabin-card {
    height: 520px;
    background: #0d6e74;
}

.Toilet-card {
    height: 520px;
    background: #2b3133;
}

.bottom-card {
    height: 220px;
}
.last-card {
    height: 300px;
}

.gym-card {
    background: #7a7267;
}

.dustbin-card {
    background: #3d4852;
}

.bench-card {
    background: #c89a3a;
}

@media (max-width: 991px) {
    .play-card {
        height: 350px;
    }

    .cabin-card,
    .Toilet-card,
    .bottom-card {
        height: 240px;
    }
    .last-card {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .play-card,
    .cabin-card,
    .Toilet-card,
    .bottom-card {
        height: 220px;
    }
    .last-card {
        height: 200px;
    }

    .card-title h4 {
        font-size: 24px;
    }

    .card-title h5 {
        font-size: 20px;
    }

    .card-title h6 {
        font-size: 18px;
    }

    .card-title i {
        font-size: 22px;
    }
}
/* ---------- Nameplate stat strip ---------- */
.hf-nameplate {
    background: var(--ink);
    color: #edeae2;
    position: relative;
    border-top: 1px solid #33403f;
    border-bottom: 1px solid #33403f;
}
.hf-nameplate .rivet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4b5757;
    position: absolute;
}
.hf-stat {
    border-right: 1px dashed #3c4849;
    padding: 1.6rem 1rem;
}
.hf-stat:last-child {
    border-right: none;
}
.hf-stat .num {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 35px;
    color: #fff;
}
.hf-stat .lab {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca6a5;
}

/* ---------- Section headers ---------- */
.hf-sec-head {
    margin-bottom: 2.2rem;
}
.hf-sec-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    color: var(--ink);
}
.hf-sec-head .rule {
    width: 56px;
    height: 4px;
    background: var(--orange);
    margin-top: 0.6rem;
}

section {
    padding: 4.2rem 0;
}
.bg-alt {
    background: #fbf9f4;
}

/* ---------- About ---------- */
.hf-about-figure {
    background: var(--teal);
    min-height: 440px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hf-about-figure .about-img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.about-box {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    height: 100%;
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 1.1rem 1.2rem;
}
.about-box i {
    font-size: 1.4rem;
    color: var(--orange);
    flex-shrink: 0;
    margin-top: 0.1rem;
}
.about-box h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
    color: var(--ink);
}
.about-box small {
    color: var(--steel);
    font-size: 0.8rem;
    line-height: 1.4;
    display: block;
}

/* ---------- Product cards ---------- */
.product-card {
    background: #f7bf575d;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.35s;
    height: 100%;
    border: 1px solid #eee;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.356), rgba(0, 0, 0, 0.05));
}

.product-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: #f26a21;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(242, 106, 33, 0.35);
}

.product-content {
    padding: 28px;
}

.product-content h4 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1c2426;
}

.product-content p {
    color: #666;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 20px;
}

.product-content a {
    text-decoration: none;
    color: #f26a21;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-content a i {
    transition: 0.3s;
}

.product-card:hover a i {
    transform: translateX(6px);
}

.btn-orange {
    background: #f26a21;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}

.btn-orange:hover {
    background: #dd5a16;
    color: #fff;
}
/* ---------- Showcase / gallery ---------- */
.hf-gallery-scroll {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /* scrollbar-face-color: #0d6e74; */
}
.hf-gallery-scroll::-webkit-scrollbar {
    height: 6px;
}
.hf-gallery-scroll::-webkit-scrollbar-thumb {
    background: var(--line);
    background-color: #f87316;
}
.hf-gcard {
    min-width: 250px;
    max-width: 250px;
    background: var(--panel);
    border: 1px solid var(--line);
    scroll-snap-align: start;
    flex-shrink: 0;
}
.hf-gcard .gimg {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.1rem;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.hf-gcard .gimg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hf-gcard .gimg .gimg-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.1rem;
    z-index: 0;
}
.hf-gcard .gbody {
    padding: 1rem 1.1rem;
}
.hf-gcard h5 {
    font-size: 0.94rem;
    margin-bottom: 0.3rem;
    color: var(--ink);
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.hf-gcard .quote-btn {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 700;
    border-top: 1px dashed var(--line);
    padding-top: 0.6rem;
    margin-top: 0.6rem;
    display: block;
}

/* ---------- Why us ---------- */
.hf-why-item i {
    font-size: 1.7rem;
    color: var(--orange);
}
.hf-why-item h4 {
    font-size: 1.02rem;
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

/* ---------- Reviews ---------- */
.hf-rating-big {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
    color: var(--ink);
    line-height: 1;
}
.hf-stars {
    color: var(--gold);
    letter-spacing: 2px;
}
.hf-bar-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.75rem;
    margin-bottom: 0.35rem;
}
.hf-bar-track {
    flex: 1;
    height: 6px;
    background: var(--line);
    position: relative;
}
.hf-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--gold);
}
.hf-review-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-left: 3px solid var(--orange);
    padding: 1.3rem 1.4rem;
    height: 100%;
}
.hf-review-card .who {
    font-weight: 700;
    font-size: 0.92rem;
}
.hf-review-card .loc {
    font-size: 0.76rem;
    color: var(--steel);
    font-family: "IBM Plex Mono", monospace;
}
.hf-review-card .prod {
    font-size: 0.78rem;
    color: var(--teal);
    font-family: "IBM Plex Mono", monospace;
    margin-top: 0.5rem;
}

/* ---------- Enquiry CTA ---------- */
.hf-enquiry {
    background: var(--teal);
    color: #fff;
}
.hf-enquiry h2 {
    color: #fff;
}
.hf-enquiry .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.hf-enquiry .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.hf-enquiry .form-control:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: var(--orange);
    box-shadow: none;
    color: #fff;
}

/* ---------- Contact ---------- */
.hf-contact-card {
    background: var(--ink);
    color: #edeae2;
    padding: 2rem;
    position: relative;
}
.hf-contact-card .rivet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4b5757;
    position: absolute;
}
.hf-contact-card h3 {
    color: #fff;
}
.hf-contact-card .line-item {
    border-top: 1px dashed #3c4849;
    padding-top: 0.8rem;
    margin-top: 0.8rem;
}
.hf-map-frame {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 1px solid var(--line);
}

/* ---------- Footer ---------- */
footer {
    background: var(--ink);
    color: #9ca6a5;
}
footer h6 {
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
footer a {
    color: #9ca6a5;
    font-size: 0.88rem;
}
footer a:hover {
    color: var(--orange);
}
.footer-social a {
    width: 34px;
    height: 34px;
    border: 1px solid #3c4849;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
.footer-social a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

@media (max-width: 767px) {
    .hf-mosaic {
        grid-template-rows: repeat(3, 64px);
    }
    .hf-stat {
        border-right: none;
        border-bottom: 1px dashed #3c4849;
    }
}

/* ---------- Image slider (hero carousel) ---------- */
.hf-slider {
    position: relative;
    border-bottom: 1px solid var(--line);
}
.hf-slider .carousel-item {
    min-height: 10vh;
    /* max-height: 60vh; */
    /* min-height: 380px; */
    max-height: 520px;
    background: var(--ink);
}
.hf-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
}
.hf-slider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
    padding: 0 6% 8%;
    background: none;
}
.hf-slider .carousel-caption .hf-eyebrow {
    color: var(--orange);
    margin-bottom: 0.8rem;
}
.hf-slider .carousel-caption h2 {
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    max-width: 640px;
    margin-bottom: 1rem;
}
.hf-slider .carousel-caption p {
    color: #e7e9e5;
    max-width: 520px;
    font-size: 1rem;
    margin-bottom: 1.4rem;
}
/* Get Best Quote button on the slider: black label on a warning-gold plate, anchored bottom-right */
.btn-hf-cta {
    background: var(--gold);
    color: var(--ink);
    border: none;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 0.75rem 1.6rem;
}
.btn-hf-cta:hover {
    background: #fff;
    color: var(--ink);
}
.hf-slider .carousel-indicators [data-bs-target] {
    width: 28px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    opacity: 1;
}
.hf-slider .carousel-indicators .active {
    background: var(--orange);
}
.hf-slider .carousel-control-prev,
.hf-slider .carousel-control-next {
    width: 6%;
}
.hf-slider .carousel-control-prev-icon,
.hf-slider .carousel-control-next-icon {
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(28, 36, 38, 0.55);
    border-radius: 2px;
    padding: 0.4rem;
    background-size: 1.1rem;
}

/* ---------- Image tags: mosaic / gallery ---------- */
.hf-mtile {
    position: relative;
}
.hf-mtile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hf-mtile .mtile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}
.hf-mtile span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ---------- About Page: banner ---------- */
.hf-page-banner {
    background: linear-gradient(160deg, var(--ink) 0%, var(--teal-dark) 100%);
    padding: 3.4rem 0 2.6rem;
    position: relative;
    overflow: hidden;
}
.hf-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, black, transparent 80%);
    pointer-events: none;
}
.hf-page-banner h1 {
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    margin: 0.5rem 0 1rem;
}
.hf-breadcrumb {
    background: none;
    padding: 0;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.78rem;
}
.hf-breadcrumb .breadcrumb-item,
.hf-breadcrumb .breadcrumb-item a {
    color: #9ca6a5;
}
.hf-breadcrumb .breadcrumb-item.active {
    color: var(--gold);
}
.hf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #4b5757;
}

/* ---------- About Page: mission strip ---------- */
.hf-mission-strip {
    background: var(--teal);
    color: #fff;
    padding: 3.4rem 0;
}
.hf-mission-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1.2rem 0.8rem;
}
.hf-mission-stat .num {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    color: #fff;
}
.hf-mission-stat .lab {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.2rem;
}

/* ---------- About Page: company profile spec sheet ---------- */
.hf-profile-card {
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 1.8rem 1.9rem;
    height: 100%;
}
.hf-profile-title {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 700;
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hf-profile-title i {
    color: var(--orange);
}
.hf-profile-list {
    margin: 0;
}
.hf-profile-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
    padding: 0.7rem 0;
    border-bottom: 1px dashed var(--line);
}
.hf-profile-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.hf-profile-row dt {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--steel);
    flex: 0 0 42%;
    margin: 0;
}
.hf-profile-row dd {
    font-size: 0.92rem;
    color: var(--ink);
    font-weight: 600;
    margin: 0;
    flex: 1 1 50%;
    text-align: right;
}
@media (max-width: 575px) {
    .hf-profile-row dt,
    .hf-profile-row dd {
        flex: 1 1 100%;
        text-align: left;
    }
}

.hf-verified-plate {
    background: var(--ink);
    color: #fff;
    padding: 1.3rem 1.4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.hf-verified-plate i {
    font-size: 1.8rem;
    color: var(--gold);
    flex-shrink: 0;
}
.hf-verified-title {
    font-weight: 700;
    font-size: 0.94rem;
}
.hf-verified-sub {
    font-size: 0.78rem;
    color: #9ca6a5;
    margin-top: 0.2rem;
}

/* ---------- About Page: infrastructure / album ---------- */
.hf-infra-card {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: var(--teal);
}
.hf-infra-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hf-infra-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}
.hf-infra-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.9rem 1rem;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* ---- Products Page Specific Styles ---- */

/* Category Filter Tabs */
.hf-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
}
.hf-filter-btn {
    background: var(--panel);
    border: 1px solid var(--line);
    color: var(--ink);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.55rem 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}
.hf-filter-btn:hover {
    border-color: var(--orange);
    color: var(--orange);
}
.hf-filter-btn.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

/* Product Grid */
.hf-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.2rem;
}

/* Product Card Enhanced */
.hf-product-card {
    background: var(--panel);
    border: 1px solid var(--line);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hf-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(28, 36, 38, 0.1);
}
.hf-product-card .card-img {
    height: 250px;
    padding: 10px;
    /* border:2px solid #000000; */
    overflow: hidden;
    background: var(--base);
    position: relative;
}
.hf-product-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.hf-product-card:hover .card-img img {
    transform: scale(1.05);
}
.hf-product-card .card-img .category-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--orange);
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.65rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 3px 10px;
    z-index: 2;
}
.hf-product-card .card-body {
    padding: 1.2rem 1.3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.hf-product-card h4 {
    font-size: 1rem;
    margin-bottom: 0.4rem;
    color: var(--ink);
}
.hf-product-card p {
    font-size: 0.84rem;
    color: var(--steel);
    margin-bottom: 0.8rem;
    flex: 1;
}
.hf-product-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed var(--line);
    padding-top: 0.8rem;
    margin-top: auto;
}
.hf-product-card .view-btn {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}
.hf-product-card .view-btn:hover {
    color: var(--orange);
}
.hf-product-card .view-btn i {
    transition: transform 0.2s ease;
}
.hf-product-card:hover .view-btn i {
    transform: translateX(4px);
}
.hf-product-card .quote-btn {
    background: var(--orange);
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 12px;
    border: none;
    transition: background 0.2s ease;
}
.hf-product-card .quote-btn:hover {
    background: var(--orange-dark);
    color: #fff;
}

/* Category Section Headers */
.hf-category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid var(--line);
}
.hf-category-header:first-of-type {
    margin-top: 0;
}
.hf-category-icon {
    width: 50px;
    height: 50px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
    flex-shrink: 0;
}
.hf-category-header h3 {
    font-size: 1.4rem;
    margin: 0;
    color: var(--ink);
}
.hf-category-header .count {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.74rem;
    color: var(--steel);
    margin-left: auto;
}

/* Search Bar */
.hf-search-bar {
    position: relative;
    max-width: 400px;
}
.hf-search-bar input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.8rem;
    border: 1px solid var(--line);
    background: var(--panel);
    font-size: 0.9rem;
    color: var(--ink);
}
.hf-search-bar input:focus {
    outline: none;
    border-color: var(--orange);
}
.hf-search-bar i {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--steel);
}

/* Stats Strip on Products Page */
.hf-products-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem 0;
    border-top: 1px dashed var(--line);
    border-bottom: 1px dashed var(--line);
    margin-bottom: 2rem;
}
.hf-products-stats .stat-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.hf-products-stats .stat-item i {
    font-size: 1.3rem;
    color: var(--orange);
}
.hf-products-stats .stat-item .num {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--ink);
    line-height: 1;
}
.hf-products-stats .stat-item .lab {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.7rem;
    color: var(--steel);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* No Results */
.hf-no-results {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--steel);
    display: none;
}
.hf-no-results.show {
    display: block;
}
.hf-no-results i {
    font-size: 3rem;
    color: var(--line);
    margin-bottom: 1rem;
}

/* ---- Product Page Specific Styles ---- */

/* Image Gallery */
.hf-product-main-img {
    width: 100%;
    height: 420px;
    background: var(--panel);
    border: 1px solid var(--line);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hf-product-main-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.hf-thumb-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}
.hf-thumb-row::-webkit-scrollbar {
    height: 4px;
}
.hf-thumb-row::-webkit-scrollbar-thumb {
    background: var(--line);
}
.hf-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border: 2px solid var(--line);
    cursor: pointer;
    overflow: hidden;
    background: var(--panel);
    transition: border-color 0.2s ease;
}
.hf-thumb:hover,
.hf-thumb.active {
    border-color: var(--orange);
}
.hf-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Info */
.hf-product-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--ink);
    margin-bottom: 0.3rem;
}
.hf-product-meta {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    color: var(--steel);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}
.hf-price-tag {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--orange);
    line-height: 1;
}
.hf-duplicate-price-tag {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: rgba(255, 0, 0, 0.952);
    line-height: 1;
}
.hf-price-unit {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.76rem;
    color: var(--steel);
    font-weight: 500;
}
.hf-product-desc {
    color: var(--steel);
    font-size: 0.94rem;
    line-height: 1.7;
}
.hf-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

/* Spec Sheet */
.hf-spec-sheet {
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 1.6rem 1.8rem;
}
.hf-spec-title {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 700;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hf-spec-title i {
    color: var(--orange);
}
.hf-spec-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.4rem 1.2rem;
    padding: 0.65rem 0;
    border-bottom: 1px dashed var(--line);
}
.hf-spec-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.hf-spec-row dt {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--steel);
    flex: 0 0 45%;
    margin: 0;
}
.hf-spec-row dd {
    font-size: 0.9rem;
    color: var(--ink);
    font-weight: 600;
    margin: 0;
    flex: 1 1 45%;
    text-align: right;
}
@media (max-width: 575px) {
    .hf-spec-row dt,
    .hf-spec-row dd {
        flex: 1 1 100%;
        text-align: left;
    }
}

/* Feature highlights */
.hf-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem 1.3rem;
    background: var(--panel);
    border: 1px solid var(--line);
    height: 100%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hf-feature-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(28, 36, 38, 0.08);
}
.hf-feature-icon {
    width: 48px;
    height: 48px;
    background: var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 1.3rem;
    flex-shrink: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}
.hf-feature-item h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.2rem;
    color: var(--ink);
    text-transform: none;
    letter-spacing: 0;
}
.hf-feature-item p {
    font-size: 0.82rem;
    color: var(--steel);
    margin: 0;
    line-height: 1.5;
}

/* Zoom badge */
.hf-zoom-hint {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(28, 36, 38, 0.7);
    color: #fff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    padding: 4px 10px;
    z-index: 2;
    letter-spacing: 0.04em;
}

/* Lightbox */
.hf-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}
.hf-lightbox.active {
    display: flex;
}
.hf-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}
.hf-lightbox-close {
    position: absolute;
    top: 20px;
    right: 28px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    background: none;
    border: none;
    line-height: 1;
}

/* ============ PRODUCT SPECIFICATIONS ============ --> */

.hf-spec-block {
    /* background: var(--ink); */
    background: #c9cfcf2f;
    padding: 3rem 0;
    position: relative;
    font-family: monospace;
    overflow: hidden;
}
.hf-spec-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}
.hf-spec-block .spec-heading {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.8rem;
    position: relative;
    z-index: 2;
}
.hf-spec-block .spec-heading i {
    width: 34px;
    height: 34px;
    background: var(--orange);
    color: #000000;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}
.hf-spec-block .spec-heading h3 {
    color: #000000;
    font-size: 1rem;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hf-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    position: relative;
    z-index: 2;
}
.hf-spec-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.25s ease, transform 0.25s ease;
}
.hf-spec-item:last-child {
    border-bottom: none;
}
.hf-spec-item:hover {
    background: rgba(232, 98, 44, 0.07);
    transform: translateX(6px);
}

/* Number badge */
.hf-spec-item .num {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: 2px solid var(--orange);
    color: var(--orange);
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.hf-spec-item:hover .num {
    background: var(--orange);
    color: #000000;
    transform: scale(1.1);
}

/* Text */
.hf-spec-item .txt {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    line-height: 1;
}
.hf-spec-item .txt .val {
    color: var(--orange);
    font-weight: 700;
}

/* Extra tag */
.hf-spec-item .extra-tag {
    margin-left: auto;
    flex-shrink: 0;
    background: rgba(247, 9, 9, 0.815);
    border: 1px solid rgba(242, 183, 5, 0.35);
    color: var(--gold);
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 10px;
}

/* related product card  */
.hf-pcard {
    background: var(--panel);
    border: 1px solid var(--line);
    padding: 1rem 1rem;
    height: 100%;
    background-color: #fcb4b449;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hf-pcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(28, 36, 38, 0.09);
}
.hf-pcard .pimg {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: var(--base);
}
.hf-pcard .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hf-pcard .icon-box {
    width: 52px;
    height: 52px;
    background: var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
    position: relative;
    overflow: hidden;
}
.hf-pcard .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hf-pcard h4 {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
    color: var(--ink);
}
.hf-pcard p {
    font-size: 0.86rem;
    color: var(--steel);
    margin-bottom: 0.7rem;
}
.hf-pcard .view-link {
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 600;
}
.hf-pcard .view-link i {
    transition: transform 0.15s ease;
}
.hf-pcard:hover .view-link i {
    transform: translateX(4px);
}

/* SWIPER  */
.gallerySwiper {
    width: 100%;
    padding: 10px 0;
}

.gallerySwiper .swiper-slide {
    width: 320px !important;
    height: auto;
}

.gallerySwiper .swiper-wrapper {
    align-items: stretch;
}

.gallerySwiper .hf-gcard {
    height: 100%;
}

/* Customer SWIPER  */
.customer-section {
    background: #f8fafc;
}

.customerSwiper {
    padding: 15px 0;
}

.customerSwiper .swiper-slide {
    width: 300px !important;
}

.customer-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 30px 25px;
    text-align: center;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.customer-card:hover {
    transform: translateY(-8px);
    border-color: #f97316;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.customer-card i {
    font-size: 42px;
    color: #f97316;
    margin-bottom: 18px;
}

.customer-card h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
}

.customer-card span {
    color: #6b7280;
    font-size: 15px;
}
