.breadcrumb__bg {
    padding: 80px 0 60px!important;
}
.tgmenu__navbar-wrap > ul > li a{
    padding: 20px 0px;
 }
 .sticky-menu {
 background: #ffffff96;
 }
 .shortcode-hero-banner-style-2, .banner-area-six {
    padding-top: 60px;
 }
 .banner-img-six .doctor-image-wrapper .image-frame {
    border: none;
 }
 .shortcode-hero-banner-style-2, .banner-area-six {
    min-height: 80vh;
 }
 
 @media screen and (max-width: 767.98px) {
.shortcode-hero-banner-style-2, .banner-area-six {
    padding-bottom: 40px;
    padding-top: 104px;
}
    .banner-content-six .title {
        font-size: 28px;
		    line-height: 0.7;
    margin-bottom: 10px;
    }
	.banner-content-six .description {
    font-size: 16px;
    text-align: justify;
	}
	.tg-header__area {
        padding: 15px 0;
    }
}
.services-thumb2 img {
    height: 250px;
    object-fit: cover;
    width: 100%;
border-radius: 10px 10px 0 100px;
}
.services-bg {

    padding: 50px 0;
}
.faqs__area-six{
	    padding: 70px 0px 50px 0px;
}
.breadcrumb__content .title {
    text-align: center;
}
.project__details-area {
    padding: 70px 0;
}
.services__item-four {
    padding: 30px 30px 30px 30px;
}

/* تب‌های سرویس: متن در یک خط با ellipsis قبل از فلش */
.services__tab-wrap .nav-link .services__tab-link-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================================
   Medical Footer – layout مثل developerclub با تم پزشکی
   ========================================================= */

:root {
    --med-primary: #0ea5e9;
    --med-primary-dark: #0369a1;
    --med-secondary: #14b8a6;
    --med-text: #cbd5e1;
    --med-heading: #ffffff;
    --med-muted: #94a3b8;
    --med-surface: #ffffff;
    --med-surface-soft: #f1f5f9;
    --med-border: rgba(255, 255, 255, 0.08);
    --med-card-border: rgba(14, 165, 233, 0.22);
    --med-shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.18);
    --med-shadow-md: 0 12px 32px rgba(0, 0, 0, 0.25);

    --footer-bg: #0b1f33;
    --footer-bg-end: #0f2940;
    --footer-divider: rgba(255, 255, 255, 0.07);
}

footer#footer.footer--medical {
    margin-top: auto;
    background:
        radial-gradient(1200px 480px at 90% -10%, rgba(14, 165, 233, 0.18), transparent 60%),
        radial-gradient(900px 420px at 0% 110%, rgba(20, 184, 166, 0.14), transparent 55%),
        linear-gradient(180deg, var(--footer-bg) 0%, var(--footer-bg-end) 100%);
    color: var(--med-text);
    overflow: hidden;
    border-top: 1px solid var(--med-border);
}

footer#footer.footer--medical a {
    color: var(--med-text);
    transition: color .2s ease, opacity .2s ease;
}

footer#footer.footer--medical a:hover {
    color: #fff;
    opacity: .95;
}

footer#footer.footer--medical .container {
    position: relative;
    z-index: 2;
}

/* ====== Footer Upper – ستون معرفی + ستون منوها ====== */
footer#footer .footer-upper {
    padding-block: 70px;
    position: relative;
}

@media (max-width: 767.98px) {
    footer#footer .footer-upper {
        padding-block: 50px;
    }
}

/* خنثی‌سازی wrapper `col` که خود ویجت‌ها اضافه می‌کنن */
footer#footer .footer-intro-col > .col,
footer#footer .footer-intro-col > .col-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer#footer .footer-intro-col .footer-widget {
    margin-bottom: 0;
}

footer#footer .footer-intro-col .fw-logo img {
    max-height: 60px;
    width: auto;
}

footer#footer .footer-intro-col .footer-content p {
    color: var(--med-text);
    line-height: 1.95;
    margin-bottom: 22px;
    font-size: .95rem;
}

footer#footer .footer-intro-col .footer-social .list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

footer#footer .footer-intro-col .footer-social .list-wrap li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
    box-shadow: none;
    transition: all .25s ease;
}

footer#footer .footer-intro-col .footer-social .list-wrap li a:hover {
    background: linear-gradient(135deg, var(--med-primary), var(--med-secondary));
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

/* ستون منوها – هر ویجت یک ستون می‌شه */
footer#footer .footer-menus-col {
    align-self: stretch;
}

footer#footer .footer-menus-col > .row > .col,
footer#footer .footer-menus-col > .row > * {
    text-align: start;
}

footer#footer .footer-menus-col .fw-title {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

footer#footer .footer-menus-col .fw-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--med-primary), var(--med-secondary));
}

footer#footer .footer-menus-col .footer-info-list .list-wrap,
footer#footer .footer-menus-col .footer-link-list .list-wrap,
footer#footer .footer-menus-col ul.list-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#footer .footer-menus-col .footer-info-list .list-wrap li,
footer#footer .footer-menus-col ul.list-wrap > li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

footer#footer .footer-menus-col .footer-info-list .list-wrap li .icon,
footer#footer .footer-menus-col ul.list-wrap > li .icon {
    color: var(--med-primary);
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 2px;
}

footer#footer .footer-menus-col a {
    color: var(--med-text);
    text-decoration: none;
}

footer#footer .footer-menus-col a:hover {
    color: var(--med-primary);
}

footer#footer .footer-menus-col .footer-link-list li a::before {
    background: var(--med-primary);
}

/* عنوان معرفی – سفید + خط رنگی زیرش */
footer#footer .footer-intro-col .fw-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}

footer#footer .footer-intro-col .fw-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--med-primary), var(--med-secondary));
}

/* ====== Clinics Row – ادغام نرم با فوتر ====== */
footer#footer .footer-clinics {
    padding-block: 0 40px;
    margin-top: -10px;
}

footer#footer .footer-clinics .clinic-locations-row {
    padding: 0 !important;
}

/* وقتی کلینیک + نماد اعتماد کنار هم نمایش داده می‌شن */
footer#footer .clinic-trust-wrapper {
    display: block;
}

footer#footer .clinic-trust-wrapper .clinic-locations-grid {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    footer#footer .clinic-trust-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
        gap: 18px;
        align-items: stretch;
    }
    footer#footer .clinic-trust-wrapper .clinic-locations-row {
        margin: 0;
    }
    footer#footer .clinic-trust-wrapper .clinic-locations-row-title {
        text-align: start;
        justify-content: flex-start;
        gap: 10px;
    }
    footer#footer .clinic-trust-wrapper .clinic-locations-row-title::before {
        display: none;
    }
    footer#footer .clinic-trust-wrapper .clinic-locations-row-title::after {
        flex: 1;
        max-width: 220px;
    }
}

/* کارت نماد اعتماد – هم‌استایل با کارت کلینیک */
footer#footer .footer-trust-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    text-align: center;
}

footer#footer .footer-trust-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--med-secondary), var(--med-primary));
}

footer#footer .footer-trust-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(20, 184, 166, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30);
}

footer#footer .footer-trust-card .footer-widget,
footer#footer .footer-trust-card .widget-text {
    margin: 0;
    width: 100%;
}

footer#footer .footer-trust-card .widget-text .fw-title {
    display: none;
}

footer#footer .footer-trust-card .widget-text-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#footer .footer-trust-card img {
    max-height: 120px;
    width: auto;
    max-width: 100%;

    padding: 6px;
    border-radius: 10px;
  
}

footer#footer .footer-trust-card--solo {
    max-width: 260px;
    margin-inline: auto;
}

/* چینش عمودی نماد اعتماد + مجوزهای پزشکی */
footer#footer .trust-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

footer#footer .trust-stack__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

footer#footer .trust-stack__item img {
    max-width: 100%;
    height: auto;
}

footer#footer .trust-stack__enamad img {
    max-height: 110px;
    width: auto;
}

footer#footer .trust-stack__medical img.trust-medical-badges {
    max-height: 36px;
    width: auto;
    max-width: 100%;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

/* ====== Lower – copyright + نماد اعتماد ====== */
footer#footer .footer-lower {
    padding-block: 22px;
}

footer#footer .footer-lower .footer-copyright,
footer#footer .footer-lower p {
    margin: 0;
    color: var(--med-muted);
    font-size: 0.85rem;
}

footer#footer .footer-lower .footer-trust-col {
    align-items: center;
}

footer#footer .footer-lower .footer-trust-col .col,
footer#footer .footer-lower .footer-trust-col .footer-widget {
    margin: 0 !important;
    padding: 0 !important;
}

footer#footer .footer-lower .widget-text-content img {
    max-height: 70px;
    width: auto;
    background: #fff;
    border-radius: 6px;
    padding: 3px;
    box-shadow: var(--med-shadow-sm);
}

footer#footer .footer-lower .widget-text .fw-title {
    display: none;
}

/* وقتی فقط site-copyright در bottom_footer_sidebar هست */
footer#footer .footer-lower .bottom-footer-wrapper,
footer#footer .footer-lower .site-copyright-area {
    text-align: inherit;
}

/* =========================================================
   Clinic Locations widget – ردیف کلینیک‌ها با QR مسیریابی
   ========================================================= */
.clinic-locations-row {
    --clinic-accent: var(--med-primary);
    color: #1f2937;
}

.clinic-locations-row-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 22px;
    padding: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 1.05rem;
    position: relative;
}

.clinic-locations-row-title::before,
.clinic-locations-row-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    max-width: 180px;
}

.clinic-locations-row-title .clinic-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--clinic-accent), var(--med-secondary));
    color: #fff;
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.35);
    flex-shrink: 0;
}

.clinic-locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 768px) {
    .clinic-locations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .clinic-locations-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.clinic-location-card {
    display: flex;
    align-items: stretch;
    gap: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    position: relative;
    overflow: hidden;
    min-width: 0;
    color: var(--med-text);
}

.clinic-location-card .clinic-location-name {
    color: #ffffff;
}

.clinic-location-card .clinic-location-info li,
.clinic-location-card .clinic-location-info .info-text {
    color: var(--med-text);
}

.clinic-location-card a.info-text {
    color: var(--med-text);
}

.clinic-location-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--clinic-accent), var(--med-secondary));
}

.clinic-location-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(14, 165, 233, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30);
}

.clinic-location-card .clinic-location-header {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.10);
}

.clinic-location-card .clinic-location-icon {
    background: rgba(14, 165, 233, 0.18);
    color: #ffffff;
}

.clinic-location-card__body {
    flex: 1 1 auto;
    min-width: 0;
}

.clinic-location-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(14, 165, 233, 0.18);
}

.clinic-location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.10);
    color: var(--clinic-accent);
    flex-shrink: 0;
}

.clinic-location-icon svg {
    width: 14px;
    height: 14px;
}

.clinic-location-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--med-heading);
    margin: 0;
    line-height: 1.4;
}

.clinic-location-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clinic-location-info li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--med-text);
    font-size: 0.85rem;
    line-height: 1.65;
    margin: 0;
}

.clinic-location-info li::before {
    content: none !important;
}

.clinic-location-info .info-icon {
    color: var(--clinic-accent);
    margin-top: 4px;
    flex-shrink: 0;
    line-height: 0;
}

.clinic-location-info .info-text {
    color: var(--med-text);
    text-decoration: none;
    transition: color .2s ease;
    word-break: break-word;
}

.clinic-location-info a.info-text:hover {
    color: var(--clinic-accent);
}

.clinic-location-info a.info-text::before,
.clinic-location-info .info-text::before {
    display: none !important;
    content: none !important;
}

.clinic-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.clinic-location-map-btn,
.clinic-location-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #67e8f9;
    background: rgba(14, 165, 233, 0.15);
    border: 1px solid rgba(14, 165, 233, 0.35);
    border-radius: 999px;
    padding: 5px 12px;
    text-decoration: none;
    transition: all .25s ease;
    line-height: 1.6;
}

.clinic-location-nav-btn {
    color: #5eead4;
    background: rgba(20, 184, 166, 0.15);
    border-color: rgba(20, 184, 166, 0.35);
}

.clinic-location-map-btn:hover {
    background: linear-gradient(135deg, var(--clinic-accent), var(--med-secondary));
    color: #fff;
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.25);
}

.clinic-location-nav-btn:hover {
    background: linear-gradient(135deg, #14b8a6, var(--clinic-accent));
    color: #fff;
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(20, 184, 166, 0.30);
}

/* QR navigation block */
.clinic-location-qr {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.clinic-location-qr-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #ffffff;
    transition: transform .25s ease;
}

.clinic-location-qr-link:hover {
    transform: scale(1.04);
}

.clinic-location-qr-image {
    width: 96px;
    height: 96px;
    padding: 6px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.clinic-location-qr-image svg {
    width: 100%;
    height: 100%;
    display: block;
}

.clinic-location-qr-caption {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #67e8f9;
}

[dir="rtl"] .clinic-location-card::before {
    inset-inline-start: 0;
    right: 0;
    left: auto;
}

@media (max-width: 575.98px) {
    .clinic-location-card {
        flex-direction: column;
        align-items: stretch;
    }
    .clinic-location-qr {
        align-self: center;
    }
}

/* ویجت Text فوتر (مثل لوگوی نماد) */
footer#footer .widget-text {
    text-align: center;
}

footer#footer .widget-text-content img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   Hero Banner – Flat Sliding Boxes (الهام از Rex Kirby - CodePen)
   ۴ باکس صاف رنگی + اسلاید محتوا از بالا روی hover
   ========================================================= */
section#hero-banner-premium .banner-content-six .hero-quick-actions,
.shortcode-hero-banner-style-2 .hero-quick-actions,
.banner-area-six .hero-quick-actions {
    position: relative;
    z-index: 3;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 24px;
    padding: 0;
}

@media (max-width: 767.98px) {
    section#hero-banner-premium .banner-content-six .hero-quick-actions,
    .shortcode-hero-banner-style-2 .hero-quick-actions,
    .banner-area-six .hero-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
}

.hero-action-card {
    --hac-color: #0ea5e9;
    --hac-color-dark: #0369a1;
    position: relative;
    display: block;
    height: 90px;
    background: var(--hac-color);
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 4px 12px rgba(15, 41, 64, 0.12);
    transition: transform .3s ease, box-shadow .3s ease;
}

.hero-action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(15, 41, 64, 0.22);
}

/* لایه پیش‌فرض: آیکن + برچسب کوتاه */
.hero-action-card__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    padding: 8px 6px;
    transition: transform .45s ease, opacity .35s ease;
}

.hero-action-card__face i {
    font-size: 20px;
    line-height: 1;
}

.hero-action-card__label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}

/* لایه اسلاید: کامل از بالا میاد پایین */
.hero-action-card__slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #ffffff;
    background: var(--hac-color-dark);
    padding: 6px 8px;
    transform: translateY(-100%);
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    text-align: center;
}

.hero-action-card__slide .hero-action-card__title {
    font-size: 0.74rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.hero-action-card__slide .hero-action-card__desc {
    font-size: 0.62rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-action-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--hac-color-dark);
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 999px;
    line-height: 1;
    transition: background .25s ease, transform .25s ease;
}

.hero-action-card__cta i {
    font-size: 10px;
    line-height: 1;
}

[dir="ltr"] .hero-action-card__cta i {
    transform: rotate(180deg);
}

.hero-action-card:hover .hero-action-card__cta {
    background: #ffffff;
    transform: translateY(-1px);
}

.hero-action-card:hover .hero-action-card__slide,
.hero-action-card:focus-visible .hero-action-card__slide {
    transform: translateY(0);
}

.hero-action-card:hover .hero-action-card__face,
.hero-action-card:focus-visible .hero-action-card__face {
    transform: translateY(100%);
    opacity: 0;
}

/* رنگ‌بندی ۴ کارت */
.hero-action-card--primary {
    --hac-color: #0ea5e9;
    --hac-color-dark: #0369a1;
}

.hero-action-card--secondary {
    --hac-color: #14b8a6;
    --hac-color-dark: #0f766e;
}

.hero-action-card--tertiary {
    --hac-color: #8b5cf6;
    --hac-color-dark: #6d28d9;
}

.hero-action-card--quaternary {
    --hac-color: #ef4444;
    --hac-color-dark: #b91c1c;
}

@media (max-width: 575.98px) {
    .hero-action-card {
        height: 80px;
        border-radius: 9px;
    }
    .hero-action-card__face i {
        font-size: 18px;
    }
    .hero-action-card__label {
        font-size: 0.68rem;
    }
    .hero-action-card__slide .hero-action-card__title {
        font-size: 0.7rem;
    }
    .hero-action-card__slide .hero-action-card__desc {
        font-size: 0.58rem;
    }
}

