
/* Add to your home page stylesheet (wherever .hmart-product-card is styled) */

.hmart-product-card .hmart-product-category {
    display: block;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #6b7280; /* muted grey */
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hmart-product-card .hmart-product-price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin-top: 4px;
}

.hmart-product-card .hmart-product-price small {
    font-weight: 400;
    color: #6b7280;
    font-size: 12px;
}

.hmart-product-card .hmart-product-company {
    display: block;
    font-size: 12px;
    color: #2563eb; /* matches your blue accent, adjust as needed */
    margin-top: 2px;
    text-transform: uppercase;
}
.hrmart-home {
    overflow: hidden;
    background: #ffffff;
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
}

.hrmart-home .container {
    max-width: 1304px;
}

.desk_header_logo .hm__book-apoinment {
    display: none !important;
}

.hmart-header-location {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 37px;
    margin-left: 20px;
    padding: 0 15px;
    border: 1px solid #e0e4ea;
    border-radius: 4px;
    background: #ffffff;
    color: #344ff0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.hmart-header-location i {
    font-size: 14px;
}

.search-bar-container.desktop {
    position: relative;
}

.search-bar-container.desktop .search-bar {
    padding-right: 74px;
}

.hmart-search-mic {
    position: absolute;
    top: 50%;
    right: 42px;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #344ff0;
    transform: translateY(-50%);
}

.hmart-search-mic i {
    font-size: 14px;
}

.hmart-hero-section {
    padding: 82px 0 42px;
}

.hmart-hero-grid {
    display: grid;
    grid-template-columns: 200px 707px 300px;
    gap: 28px;
    align-items: start;
}

.hmart-top-categories {
    min-height: 434px;
    padding: 18px 18px 14px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(30, 30, 30, 0.08);
}

.hmart-top-categories h1 {
    margin: 0 0 20px;
    color: #08243d;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hmart-top-categories ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hmart-top-categories a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: #617281;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-decoration: none;
}

.hmart-top-categories i {
    color: #9bacba;
    font-size: 18px;
    text-align: center;
}

.hmart-top-categories span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hmart-hero-main,
.hmart-hero-side-card {
    display: block;
    overflow: hidden;
    background-image: url("../images/figma-hero.png");
    background-repeat: no-repeat;
    background-size: 1304px 454px;
    box-shadow: 0 3px 18px rgba(30, 30, 30, 0.06);
}

.hmart-hero-main {
    width: 707px;
    height: 407px;
    background-position: -230px -20px;
}

.hmart-hero-side {
    display: grid;
    gap: 19px;
}

.hmart-hero-side-card {
    width: 300px;
    height: 199px;
    border-radius: 8px;
}

.hmart-hero-side-card--buy {
    background-position: -964px -20px;
}

.hmart-hero-side-card--sell {
    background-position: -964px -238px;
}

.hmart-image-section {
    width: 100%;
    text-align: center;
}

.hmart-image-section img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.hmart-image-section--joining {
    background: #f2f2f2;
}

.hmart-image-section--joining img {
    max-width: 1262px;
}

.hmart-list-section {
    padding: 36px 0 24px;
}

.hmart-list-section h2 {
    margin: 0 0 24px;
    color: #1e1e1e;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}

.hmart-list-section h2 span {
    color: #344ff0;
}

.hmart-product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}

.hmart-product-card {
    position: relative;
    display: block;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid #bdcdd9;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}

.hmart-product-card img {
    display: block;
    width: 100%;
    height: 132px;
    object-fit: cover;
}

.hmart-product-card strong {
    display: -webkit-box;
    min-height: 58px;
    margin: 16px 11px 0;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hmart-product-card span {
    display: block;
    margin: 30px 11px 0;
    overflow: hidden;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.hmart-product-card em {
    position: absolute;
    right: 11px;
    bottom: 19px;
    left: 11px;
    height: 48px;
    border-radius: 7px;
    background: #2f789f;
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
}

.hmart-product-card em::after {
    content: "\f1d8";
    margin-left: 7px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 400;
}

.hmart-image-section--stats {
    padding: 14px 0 12px;
}

.hmart-image-section--stats img {
    max-width: 1256px;
    border-radius: 18px;
}

.kaam_section {
    padding: 34px 0 30px;
}

.kaam_section .container {
    position: relative;
}

.kaam_section img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
}

.kaam_section .kaam_section_title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}

.hmart-image-section--growth img {
    max-width: 1341px;
}

.hmart-image-section--driving img {
    max-width: 1416px;
}

.hmart-image-section--app {
    padding: 24px 0 20px;
    background: #f3f6f8;
}

.hmart-image-section--app img {
    max-width: 1094px;
    border-radius: 20px;
}

.hmart-about-section {
    padding: 24px 0 42px;
}

.hmart-about-section h2 {
    margin: 0 0 12px;
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.hmart-about-section p {
    margin: 0;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.icon_text_section .services-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.icon_text_section .service-box {
    min-width: 0;
    padding: 16px 12px !important;
}

.icon_text_section .service-box h3 {
    font-size: 15px !important;
    line-height: 1.3;
}

.icon_text_section .service-box p {
    font-size: 12px !important;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .hmart-hero-grid {
        grid-template-columns: 1fr;
    }

    .hmart-hero-main,
    .hmart-hero-side-card {
        width: 100%;
    }

    .hmart-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kaam_section .kaam_section_title {
        font-size: 32px;
    }

    .icon_text_section .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
