.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;}
.hcode-custom-cards {
    --hcc-leftover-align-desktop: center;
    --hcc-leftover-align-tablet: center;
    --hcc-leftover-align-mobile: center;
    --hcc-card-width-desktop: calc((100% - 48px) / 3);
    --hcc-card-width-tablet: calc((100% - 24px) / 2);
    --hcc-card-width-mobile: 100%;
    --hcc-gap: 24px;
    width: 100%;
}

.hcc-layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

.hcc-filter-position-desktop-left .hcc-layout {
    flex-direction: row;
    align-items: flex-start;
}

.hcc-filter-position-desktop-right .hcc-layout {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.hcc-grid-wrap {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.hcc-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
}

.hcc-filter-position-desktop-left .hcc-filters,
.hcc-filter-position-desktop-right .hcc-filters {
    flex: 0 0 240px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
}

.hcc-filter-field {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin: 0;
}

.hcc-filter-label {
    flex: 0 0 auto;
    color: #111;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.hcc-filter-label::after {
    content: ':';
}

.hcc-filter-position-desktop-left .hcc-filter-field,
.hcc-filter-position-desktop-right .hcc-filter-field {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
}

.hcc-filter-select {
    width: 190px;
    min-height: 42px;
    appearance: none;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 10px;
    padding: 9px 42px 9px 14px;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    color: #111;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hcc-filter-position-desktop-left .hcc-filter-select,
.hcc-filter-position-desktop-right .hcc-filter-select {
    width: 100%;
}


.hcc-search-field {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    margin: 0;
}

.hcc-search-input {
    width: 210px;
    min-height: 42px;
    appearance: none;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 10px;
    padding: 9px 14px;
    background-color: #fff;
    color: #111;
    font-size: 13px;
    line-height: 1.2;
    outline: none;
    transition: box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hcc-search-input:hover,
.hcc-search-input:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.hcc-filter-position-desktop-top .hcc-search-field {
    order: 99;
    margin-left: auto;
}

.hcc-filter-position-desktop-left .hcc-search-field,
.hcc-filter-position-desktop-right .hcc-search-field {
    order: -1;
    width: 100%;
}

.hcc-filter-position-desktop-left .hcc-search-input,
.hcc-filter-position-desktop-right .hcc-search-input {
    width: 100%;
}

.hcc-filter-select:hover,
.hcc-filter-select:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
    outline: none;
}


.hcc-layout-mode-carousel .hcc-grid-wrap {
    position: relative;
}

.hcc-carousel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.hcc-carousel-viewport {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.hcc-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.hcc-layout-mode-carousel .hcc-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
    min-width: 100%;
}

.hcc-layout-mode-carousel .hcc-card {
    scroll-snap-align: start;
}

.hcc-carousel-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.hcc-carousel-arrows-bottom-left .hcc-carousel-controls {
    justify-content: flex-start;
}

.hcc-carousel-arrows-bottom-center .hcc-carousel-controls {
    justify-content: center;
}

.hcc-carousel-arrows-bottom-right .hcc-carousel-controls {
    justify-content: flex-end;
}

.hcc-carousel-arrows-sides .hcc-carousel {
    gap: 0;
}

.hcc-carousel-arrows-sides .hcc-carousel-controls {
    position: absolute;
    inset: 0;
    z-index: 3;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}

.hcc-carousel-arrows-sides .hcc-carousel-arrow {
    pointer-events: auto;
}

.hcc-carousel-arrow {
    display: inline-grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    min-width: 0;
    min-height: 0;
    border: 1px solid #111;
    border-radius: 999px;
    padding: 0 !important;
    box-sizing: border-box;
    background: #111;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
    transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hcc-carousel-arrow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    line-height: 1;
}

.hcc-carousel-arrow svg {
    display: block;
    width: 1em;
    height: 1em;
    overflow: visible;
}

.hcc-carousel-arrow:hover:not(:disabled),
.hcc-carousel-arrow:focus-visible:not(:disabled) {
    transform: translateY(-1px);
    background-color: #2f6fea;
    color: #fff;
    border-color: #2f6fea;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.22);
    outline: none;
}

.hcc-carousel-arrow:disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: none;
}

.hcc-layout-mode-carousel .hcc-empty {
    margin-top: 18px;
}

.hcc-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--hcc-leftover-align-desktop);
    gap: var(--hcc-gap);
    width: 100%;
}

.hcc-card {
    display: flex;
    flex: 0 0 var(--hcc-card-width-desktop);
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 250px;
    padding: 38px 30px 34px;
    background: #f7f9fc;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.hcc-card.is-hidden {
    display: none;
}

.hcc-has-hover-shadow .hcc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.hcc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
    color: #1f6fe5;
    order: 1;
}

.hcc-icon img,
.hcc-icon svg {
    display: block;
    width: 58px;
    max-width: 100%;
    height: auto;
}

.hcc-icon i {
    display: block;
    font-size: 58px;
    line-height: 1;
}

.hcc-title {
    order: 2;
    margin: 0 0 12px;
    color: #111;
    font-size: 16px;
    font-style: normal;
    line-height: 1.25;
    font-weight: 600;
}

.hcc-description {
    order: 3;
    margin: 0 0 22px;
    color: #1f2937;
    font-size: 13px;
    line-height: 1.65;
}

.hcc-link {
    order: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: auto;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.hcc-link:hover {
    text-decoration: none;
}

.hcc-link span {
    font-size: 14px;
    line-height: 1;
}

.hcc-icon-position-desktop-top .hcc-icon {
    order: 1;
    margin: 0 0 24px;
}

.hcc-icon-position-desktop-top .hcc-title {
    order: 2;
}

.hcc-icon-position-desktop-top .hcc-description {
    order: 3;
}

.hcc-icon-position-desktop-middle .hcc-title {
    order: 1;
}

.hcc-icon-position-desktop-middle .hcc-icon {
    order: 2;
    margin: 4px 0 18px;
}

.hcc-icon-position-desktop-middle .hcc-description {
    order: 3;
}

.hcc-icon-position-desktop-bottom .hcc-title {
    order: 1;
}

.hcc-icon-position-desktop-bottom .hcc-description {
    order: 2;
}

.hcc-icon-position-desktop-bottom .hcc-icon {
    order: 4;
    margin: auto 0 16px;
}

.hcc-icon-position-desktop-bottom .hcc-card-has-icon .hcc-link {
    margin-top: 0;
}

.hcode-custom-cards.hcc-hide-icon-desktop .hcc-icon,
.hcode-custom-cards.hcc-hide-desc-desktop .hcc-description {
    display: none;
}

.hcode-custom-cards.hcc-hide-icon-desktop .hcc-card-has-icon .hcc-link {
    margin-top: auto;
}

.hcc-empty {
    margin-top: 18px;
    padding: 16px 20px;
    border-radius: 10px;
    background: #f7f9fc;
    color: #4b5563;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .hcc-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .hcc-filter-position-tablet-left .hcc-layout {
        flex-direction: row;
        align-items: flex-start;
    }

    .hcc-filter-position-tablet-right .hcc-layout {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-layout {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hcc-filters {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }

    .hcc-filter-field {
        width: auto;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .hcc-filter-select {
        width: 190px;
    }

    .hcc-filter-position-tablet-top .hcc-filters {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }

    .hcc-filter-position-tablet-top .hcc-filter-field {
        width: auto;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .hcc-filter-position-tablet-top .hcc-filter-select {
        width: 190px;
    }

    .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-grid-wrap {
        width: 100%;
        min-width: 0;
    }

    .hcc-filter-position-tablet-left .hcc-filters,
    .hcc-filter-position-tablet-right .hcc-filters {
        width: auto;
        flex: 0 0 240px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
    }

    .hcc-filter-position-tablet-left .hcc-filter-field,
    .hcc-filter-position-tablet-right .hcc-filter-field {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
    }

    .hcc-filter-position-tablet-left .hcc-filter-select,
    .hcc-filter-position-tablet-right .hcc-filter-select {
        width: 100%;
    }

    .hcc-filter-position-tablet-top .hcc-search-field {
        order: 99;
        margin-left: auto;
        width: auto;
    }

    .hcc-filter-position-tablet-top .hcc-search-input {
        width: 210px;
    }

    .hcc-filter-position-tablet-left .hcc-search-field,
    .hcc-filter-position-tablet-right .hcc-search-field {
        order: -1;
        width: 100%;
        margin-left: 0;
    }

    .hcc-filter-position-tablet-left .hcc-search-input,
    .hcc-filter-position-tablet-right .hcc-search-input {
        width: 100%;
    }

    .hcc-grid {
        justify-content: var(--hcc-leftover-align-tablet);
    }

    .hcc-card {
        flex-basis: var(--hcc-card-width-tablet);
    }

    .hcc-icon-position-tablet-top .hcc-icon {
        order: 1;
        margin: 0 0 24px;
    }

    .hcc-icon-position-tablet-top .hcc-title {
        order: 2;
    }

    .hcc-icon-position-tablet-top .hcc-description {
        order: 3;
    }

    .hcc-icon-position-tablet-top .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }

    .hcc-icon-position-tablet-middle .hcc-title {
        order: 1;
    }

    .hcc-icon-position-tablet-middle .hcc-icon {
        order: 2;
        margin: 4px 0 18px;
    }

    .hcc-icon-position-tablet-middle .hcc-description {
        order: 3;
    }

    .hcc-icon-position-tablet-middle .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }

    .hcc-icon-position-tablet-bottom .hcc-title {
        order: 1;
    }

    .hcc-icon-position-tablet-bottom .hcc-description {
        order: 2;
    }

    .hcc-icon-position-tablet-bottom .hcc-icon {
        order: 4;
        margin: auto 0 16px;
    }

    .hcc-icon-position-tablet-bottom .hcc-card-has-icon .hcc-link {
        margin-top: 0;
    }

    .hcode-custom-cards.hcc-hide-icon-desktop .hcc-icon {
        display: flex;
    }

    .hcode-custom-cards.hcc-hide-desc-desktop .hcc-description {
        display: block;
    }

    .hcode-custom-cards.hcc-hide-icon-tablet .hcc-icon,
    .hcode-custom-cards.hcc-hide-desc-tablet .hcc-description {
        display: none;
    }

    .hcode-custom-cards.hcc-hide-icon-tablet .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .hcc-layout,
    .hcc-filter-position-tablet-left .hcc-layout,
    .hcc-filter-position-tablet-right .hcc-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .hcc-filter-position-mobile-left .hcc-layout {
        flex-direction: row;
        align-items: flex-start;
    }

    .hcc-filter-position-mobile-right .hcc-layout {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-layout {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hcc-filters,
    .hcc-filter-position-tablet-left .hcc-filters,
    .hcc-filter-position-tablet-right .hcc-filters {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .hcc-filter-field,
    .hcc-filter-position-tablet-left .hcc-filter-field,
    .hcc-filter-position-tablet-right .hcc-filter-field {
        width: auto;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .hcc-filter-select,
    .hcc-filter-position-tablet-left .hcc-filter-select,
    .hcc-filter-position-tablet-right .hcc-filter-select {
        width: 180px;
    }

    .hcc-filter-position-mobile-top .hcc-filters {
        width: 100%;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .hcc-filter-position-mobile-top .hcc-filter-field {
        width: auto;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .hcc-filter-position-mobile-top .hcc-filter-select {
        width: 180px;
    }

    .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-grid-wrap {
        width: 100%;
        min-width: 0;
    }

    .hcc-filter-position-mobile-left .hcc-filters,
    .hcc-filter-position-mobile-right .hcc-filters {
        width: auto;
        flex: 0 0 180px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 12px;
    }

    .hcc-filter-position-mobile-left .hcc-filter-field,
    .hcc-filter-position-mobile-right .hcc-filter-field {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
    }

    .hcc-filter-position-mobile-left .hcc-filter-select,
    .hcc-filter-position-mobile-right .hcc-filter-select {
        width: 100%;
    }

    .hcc-filter-position-mobile-top .hcc-search-field {
        order: 99;
        margin-left: auto;
        width: auto;
    }

    .hcc-filter-position-mobile-top .hcc-search-input {
        width: 180px;
    }

    .hcc-filter-position-mobile-left .hcc-search-field,
    .hcc-filter-position-mobile-right .hcc-search-field {
        order: -1;
        width: 100%;
        margin-left: 0;
    }

    .hcc-filter-position-mobile-left .hcc-search-input,
    .hcc-filter-position-mobile-right .hcc-search-input {
        width: 100%;
    }

    .hcc-grid {
        justify-content: var(--hcc-leftover-align-mobile);
    }

    .hcc-card {
        flex-basis: var(--hcc-card-width-mobile);
    }

    .hcc-icon-position-mobile-top .hcc-icon {
        order: 1;
        margin: 0 0 24px;
    }

    .hcc-icon-position-mobile-top .hcc-title {
        order: 2;
    }

    .hcc-icon-position-mobile-top .hcc-description {
        order: 3;
    }

    .hcc-icon-position-mobile-top .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }

    .hcc-icon-position-mobile-middle .hcc-title {
        order: 1;
    }

    .hcc-icon-position-mobile-middle .hcc-icon {
        order: 2;
        margin: 4px 0 18px;
    }

    .hcc-icon-position-mobile-middle .hcc-description {
        order: 3;
    }

    .hcc-icon-position-mobile-middle .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }

    .hcc-icon-position-mobile-bottom .hcc-title {
        order: 1;
    }

    .hcc-icon-position-mobile-bottom .hcc-description {
        order: 2;
    }

    .hcc-icon-position-mobile-bottom .hcc-icon {
        order: 4;
        margin: auto 0 16px;
    }

    .hcc-icon-position-mobile-bottom .hcc-card-has-icon .hcc-link {
        margin-top: 0;
    }

    .hcode-custom-cards.hcc-hide-icon-tablet .hcc-icon {
        display: flex;
    }

    .hcode-custom-cards.hcc-hide-desc-tablet .hcc-description {
        display: block;
    }

    .hcode-custom-cards.hcc-hide-icon-mobile .hcc-icon,
    .hcode-custom-cards.hcc-hide-desc-mobile .hcc-description {
        display: none;
    }

    .hcode-custom-cards.hcc-hide-icon-mobile .hcc-card-has-icon .hcc-link {
        margin-top: auto;
    }
}


/* Responsive preview helpers for Elementor editor. */
body.elementor-device-tablet .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-layout,
.elementor-editor-active .elementor-device-tablet .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-layout {
    flex-direction: column !important;
    align-items: stretch !important;
}

body.elementor-device-mobile .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-layout,
.elementor-editor-active .elementor-device-mobile .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-layout {
    flex-direction: column !important;
    align-items: stretch !important;
}

body.elementor-device-tablet .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-filters,
.elementor-editor-active .elementor-device-tablet .hcode-custom-cards.hcc-filter-position-tablet-top .hcc-filters {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
}

body.elementor-device-mobile .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-filters,
.elementor-editor-active .elementor-device-mobile .hcode-custom-cards.hcc-filter-position-mobile-top .hcc-filters {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
}

@media (max-width: 767px) {
    .hcc-carousel {
        gap: 12px;
    }
}
