/* ============================================================
   HKV HOMEPAGE - HIKVISION DISPLAY HOMEPAGE STYLES
   Chuyển đổi từ Layout2/assets/css/style.css
   ============================================================ */

/* === HERO BANNERS (1 Banner To + 4 Sub Banners) === */
.hkv-hero-banners {
    padding: 24px 0 36px;
    background: #f8f9fa;
}

.hkv-hero-main-banner {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #1a1d21;
    position: relative;
}

.hkv-hero-main-banner:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hkv-banner-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.hkv-banner-slider-track .slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.hkv-hero-main-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.hkv-hero-main-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 17 / 8;
}

/* Slider Navigation Buttons */
.hkv-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #1a1d21;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hkv-hero-main-banner:hover .hkv-slider-btn {
    opacity: 1;
}

.hkv-slider-btn:hover {
    background: #ffffff;
    color: #d7150e;
    transform: translateY(-50%) scale(1.08);
}

.hkv-slider-prev {
    left: 16px;
}

.hkv-slider-next {
    right: 16px;
}

/* Slider Dots */
.hkv-slider-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(4px);
    padding: 5px 10px;
    border-radius: 20px;
}

.hkv-slider-dots .slider-desc-item {
    flex: none !important;
    width: 7px !important;
    height: 7px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    transition: all 0.25s ease !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.hkv-slider-dots .slider-desc-item.active,
.hkv-slider-dots .slider-desc-item:hover {
    background: #ffffff !important;
    width: 18px !important;
    border-radius: 10px !important;
}

/* Sub Banners Layout (3 Columns: 2 Tall Cards + 1 Column of 2 Stacked Wide Cards) */
.hkv-hero-sub-banners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.hkv-sub-banner-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.hkv-sub-banner-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    background: #111316;
    position: relative;
    height: 100%;
}

.hkv-sub-banner-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hkv-sub-banner-card a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hkv-sub-banner-title {
    position: absolute;
    top: 26px;
    left: 20px;
    right: 20px;
    z-index: 3;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: transform 0.3s ease, color 0.3s ease;
}

.hkv-sub-banner-card:hover .hkv-sub-banner-title {
    transform: translateY(-2px);
}

.hkv-sub-banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.hkv-sub-banner-card.hkv-sub-banner-tall {
    height: 600px;
    min-height: 600px;
}

.hkv-sub-banner-card.hkv-sub-banner-wide {
    flex: 1;
    min-height: 285px;
}

.hkv-sub-banner-card:hover img {
    transform: scale(1.04);
}

/* Legacy Hero */
.hkv-hero {
    padding: 78px 0;
    background: linear-gradient(135deg, #fff 0%, #fff5f4 48%, #f7f7f7 100%);
    overflow: hidden;
}

.hkv-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 50px;
}

.hkv-eyebrow {
    display: inline-flex;
    color: var(--primary, #d7150e);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px;
}

.hkv-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: -.04em;
    margin: 0 0 20px;
}

.hkv-hero p {
    font-size: 18px;
    color: var(--gray, #505050);
    margin: 0 0 28px;
    max-width: 700px;
}

.hkv-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hkv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
    font-family: inherit;
    font-size: 15px;
    text-decoration: none;
}

.hkv-btn-primary {
    background: var(--primary, #d7150e);
    color: var(--white, #fff);
    box-shadow: 0 12px 28px rgba(215, 21, 14, .22);
}

.hkv-btn-primary:hover {
    background: var(--primary-dark, #aa100b);
    transform: translateY(-1px);
}

.hkv-btn-outline {
    background: var(--white, #fff);
    color: var(--dark, #333);
    border-color: var(--border, #eee);
}

.hkv-btn-outline:hover {
    border-color: var(--primary, #d7150e);
    color: var(--primary, #d7150e);
    transform: translateY(-1px);
}

.hkv-btn-small {
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
}

.hkv-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 32px;
    max-width: 520px;
}

.hkv-hero-stats div {
    background: rgba(255, 255, 255, .82);
    border: 1px solid var(--border, #eee);
    border-radius: 16px;
    padding: 14px;
}

.hkv-hero-stats strong {
    display: block;
    font-size: 24px;
    color: var(--primary, #d7150e);
}

.hkv-hero-stats span {
    color: var(--gray, #505050);
    font-size: 14px;
}

/* Hero Visual (CSS illustration) */
.hkv-hero-visual {
    position: relative;
    min-height: 500px;
}

.hkv-visual-card {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(215, 21, 14, .14);
    box-shadow: var(--shadow);
    border-radius: 28px;
}

.hkv-visual-main {
    position: absolute;
    inset: 34px 38px;
    padding: 34px;
}

.hkv-visual-screen {
    height: 300px;
    border-radius: 18px;
    background: linear-gradient(135deg, #232323, #505050);
    position: relative;
    overflow: hidden;
}

.hkv-visual-screen:before {
    content: "";
    position: absolute;
    inset: 24px;
    background: linear-gradient(135deg, var(--primary, #d7150e), #ff7a72);
    border-radius: 14px;
    opacity: .95;
}

.hkv-visual-screen:after {
    content: "";
    position: absolute;
    right: 38px;
    top: 42px;
    width: 140px;
    height: 90px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .25);
}

.hkv-visual-stand {
    width: 150px;
    height: 14px;
    border-radius: 999px;
    background: var(--dark, #333);
    margin: 34px auto 0;
    position: relative;
}

.hkv-visual-stand:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 20px;
    height: 55px;
    transform: translateX(-50%);
    background: var(--dark, #333);
    border-radius: 10px 10px 0 0;
}

.hkv-visual-small {
    position: absolute;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hkv-visual-small span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--soft-red, #fff0ef);
}

.hkv-visual-small-left {
    left: 0;
    bottom: 62px;
}

.hkv-visual-small-right {
    right: 0;
    top: 52px;
}

/* === SECTIONS === */
.hkv-section {
    padding: 86px 0;
}

.hkv-section-muted {
    background: var(--light, #f7f7f7);
}

.hkv-section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.hkv-section-heading h2 {
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.12;
    margin: 0 0 12px;
    letter-spacing: -.03em;
}

.hkv-section-heading p {
    margin: 0;
    color: var(--gray, #505050);
    font-size: 17px;
}

.hkv-split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-align: left;
    max-width: none;
}

.hkv-text-link {
    color: var(--primary, #d7150e);
    font-weight: 900;
    text-decoration: none;
}

/* === CATEGORY GRID === */
.hkv-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hkv-category-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
    transition: .2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.hkv-category-card:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 21, 14, .35);
    box-shadow: var(--shadow);
}

.hkv-category-card h3 {
    margin: 16px 0 8px;
    font-size: 21px;
}

.hkv-category-card p {
    color: var(--gray, #505050);
    margin: 0;
    font-size: 15px;
}

/* === DEVICE ICONS (CSS Illustrations) === */
.hkv-device {
    display: inline-block;
    position: relative;
    width: 82px;
    height: 58px;
    border-radius: 10px;
    background: #333;
    box-shadow: inset 0 0 0 5px #505050;
}

.hkv-device:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 34px;
    height: 6px;
    border-radius: 999px;
    background: #333;
    transform: translateX(-50%);
}

.hkv-device-board {
    width: 92px;
    height: 62px;
    background: linear-gradient(135deg, #333, #555);
}

.hkv-device-kiosk {
    width: 58px;
    height: 96px;
    border-radius: 12px;
    background: linear-gradient(135deg, #333, #777);
}

.hkv-device-kiosk:after {
    bottom: -18px;
    width: 48px;
}

.hkv-device-led {
    width: 96px;
    height: 58px;
    background: repeating-linear-gradient(45deg, #333 0 8px, #444 8px 16px);
}

.hkv-device-wall {
    width: 96px;
    height: 70px;
    background: linear-gradient(90deg, #333 0 49%, #555 49% 51%, #333 51%);
    box-shadow: inset 0 0 0 4px #505050;
}

.hkv-device-monitor {
    width: 82px;
    height: 52px;
}

.hkv-app-icon {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    background: var(--primary, #d7150e);
}

/* === BENEFIT GRID === */
.hkv-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hkv-benefit-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
}

.hkv-benefit-card span {
    color: var(--primary, #d7150e);
    font-weight: 900;
    font-size: 28px;
}

.hkv-benefit-card h3 {
    margin: 16px 0 8px;
    font-size: 21px;
}

.hkv-benefit-card p {
    color: var(--gray, #505050);
    margin: 0;
}

/* === PRODUCT GRID === */
.hkv-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hkv-product-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 0;
    overflow: hidden;
    transition: .2s ease;
}

.hkv-product-card:hover {
    border-color: rgba(215, 21, 14, .35);
    box-shadow: var(--shadow);
}

.hkv-product-image {
    height: 172px;
    background: #fff;
    display: grid;
    place-items: center;
}

.hkv-product-image img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
}

.hkv-product-body {
    padding: 20px;
}

.hkv-product-tag {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--soft-red, #fff0ef);
    color: var(--primary, #d7150e);
    font-size: 12px;
    font-weight: 900;
}

.hkv-product-body h3 {
    font-size: 18px;
    line-height: 1.25;
    margin: 12px 0 8px;
}

.hkv-product-body p {
    color: var(--gray, #505050);
    margin: 0;
    font-size: 14px;
}

.hkv-product-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

/* === SOLUTION GRID === */
.hkv-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hkv-solution-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
    transition: .2s ease;
}

.hkv-solution-card:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 21, 14, .35);
    box-shadow: var(--shadow);
}

.hkv-solution-icon {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: var(--soft-red, #fff0ef);
    position: relative;
}

.hkv-solution-icon:after {
    content: "";
    position: absolute;
    inset: 13px;
    border-radius: 8px;
    background: var(--primary, #d7150e);
}

.hkv-solution-card h3 {
    margin: 16px 0 8px;
    font-size: 21px;
}

.hkv-solution-card p {
    color: var(--gray, #505050);
    margin: 0;
}

.hkv-solution-card a {
    display: inline-block;
    margin-top: 18px;
    color: var(--primary, #d7150e);
    font-weight: 900;
    text-decoration: none;
}

/* === SOFTWARE GRID === */
.hkv-software-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hkv-software-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
    transition: .2s ease;
}

.hkv-software-card:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 21, 14, .35);
    box-shadow: var(--shadow);
}

.hkv-software-card h3 {
    margin: 16px 0 8px;
    font-size: 21px;
}

.hkv-software-card p {
    color: var(--gray, #505050);
    margin: 0;
}

.hkv-software-card small {
    display: block;
    color: var(--gray, #505050);
    margin-top: 14px;
}

/* === PROJECT GRID === */
.hkv-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hkv-project-grid article {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
}

.hkv-project-grid strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.hkv-project-grid span {
    color: var(--gray, #505050);
}

/* === RESOURCE GRID === */
.hkv-resource-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.hkv-resource-grid a {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
    font-weight: 900;
    transition: .2s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.hkv-resource-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(215, 21, 14, .35);
    box-shadow: var(--shadow);
}

/* === NEWS GRID === */
.hkv-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hkv-news-grid article {
    background: var(--white, #fff);
    border: 1px solid var(--border, #eee);
    border-radius: var(--radius, 18px);
    padding: 24px;
}

.hkv-news-grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.hkv-news-grid h3 a {
    text-decoration: none;
    color: inherit;
}

.hkv-news-grid h3 a:hover {
    color: var(--primary, #d7150e);
}

.hkv-news-grid p {
    color: var(--gray, #505050);
    margin: 0;
}

.hkv-news-date {
    display: block;
    font-size: 13px;
    color: var(--gray, #505050);
    margin-bottom: 12px;
}

/* === CTA BAND === */
.hkv-cta-band {
    background: var(--dark, #333);
    color: var(--white, #fff);
    padding: 86px 0;
}

.hkv-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.hkv-cta-inner h2 {
    font-size: 38px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.hkv-cta-inner p {
    color: rgba(255, 255, 255, .75);
    margin: 0;
    max-width: 680px;
}

.hkv-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hkv-cta-band .hkv-btn-outline {
    background: transparent;
    color: var(--white, #fff);
    border-color: rgba(255, 255, 255, .25);
}

.hkv-cta-band .hkv-btn-outline:hover {
    border-color: rgba(255, 255, 255, .6);
}

/* === RESPONSIVE === */
@media (max-width: 1060px) {
    .hkv-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

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

    .hkv-hero {
        padding: 54px 0;
    }

    .hkv-hero-visual {
        min-height: 380px;
        order: -1;
    }

    .hkv-section {
        padding: 62px 0;
    }

    .hkv-category-grid,
    .hkv-solution-grid,
    .hkv-software-grid,
    .hkv-product-grid,
    .hkv-project-grid,
    .hkv-news-grid,
    .hkv-resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hkv-split-heading,
    .hkv-cta-inner {
        display: block;
    }

    .hkv-split-heading .hkv-text-link {
        display: inline-block;
        margin-top: 10px;
    }

    .hkv-cta-band {
        padding: 62px 0;
    }
}

@media (max-width: 560px) {
    .hkv-hero h1 {
        font-size: 36px;
    }

    .hkv-hero-actions,
    .hkv-product-actions,
    .hkv-cta-actions {
        flex-direction: column;
    }

    .hkv-btn {
        width: 100%;
    }

    .hkv-hero-stats {
        grid-template-columns: 1fr;
    }

    .hkv-hero-visual {
        min-height: 300px;
    }

    .hkv-visual-main {
        inset: 12px 0;
        padding: 18px;
    }

    .hkv-visual-screen {
        height: 190px;
    }

    .hkv-visual-small {
        display: none;
    }

    .hkv-category-grid,
    .hkv-product-grid,
    .hkv-solution-grid,
    .hkv-software-grid,
    .hkv-benefit-grid,
    .hkv-project-grid,
    .hkv-news-grid,
    .hkv-resource-grid {
        grid-template-columns: 1fr;
    }

    .hkv-cta-inner h2 {
        font-size: 30px;
    }
}

/* ============================================================
   HERO SLIDER INTEGRATION FOR LAYOUT 2
   ============================================================ */
.slider-wrapper {
    background: #fff;
    border: 1px solid var(--border, #eee);
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
    min-height: 420px;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex: 1;
    display: flex;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    width: 100%;
}

.slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Slide Prev/Next buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--dark, #333);
    border: 1px solid var(--border, #eee);
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider-container:hover .slider-btn {
    opacity: 1;
}

.slider-btn:hover {
    background-color: var(--primary, #d7150e);
    color: #fff;
    border-color: var(--primary, #d7150e);
}

.slider-btn-prev {
    left: 16px;
}

.slider-btn-next {
    right: 16px;
}

/* Slider descriptions tab row */
.slider-descriptions {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid var(--border, #eee);
}

.slider-desc-item {
    flex: 1;
    text-align: center;
    padding: 14px 10px;
    font-size: 13px;
    color: var(--gray, #505050);
    font-weight: 600;
    cursor: pointer;
    border-right: 1px solid var(--border, #eee);
    transition: all 0.3s ease;
    line-height: 1.3;
}

.slider-desc-item:last-child {
    border-right: none;
}

.slider-desc-item:hover {
    background-color: #fafafa;
    color: var(--primary, #d7150e);
}

.slider-desc-item.active {
    color: var(--primary, #d7150e);
    background-color: var(--soft-red, #fff0ef);
}

@media (max-width: 860px) {
    .slider-wrapper {
        min-height: 320px;
        order: -1;
    }
}

@media (max-width: 560px) {
    .slider-wrapper {
        min-height: 240px;
        border-radius: 18px;
    }

    .slider-desc-item {
        font-size: 11px;
        padding: 10px 5px;
    }
}

/* Custom Category Icons (Image or SVG) */
.hkv-cat-custom-icon {
    display: block;
    height: 150 px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}