/**
 * Homepage V26
 */
:root {
    --hp-v26-section-gap: clamp(30px, 5vw, 50px);
    --hp-v26-primary-color: var(--tapi-color-main, #445365);
    --hp-v26-accent-color: var(--tapi-color-yella, #f7b61f);
    --hp-v26-light-grey-color: #f3f4f5;
    --hp-v26-trustpilot-green: #00B67A;
    --hp-v26-text-color: #333333;
    --hp-v26-light-bg: #F5F5F5;
    --hp-v26-blue-bg: #00263A;
    --hp-v26-border-radius: 8px;
    --hp-v26-transition: 0.3s ease;

    /* Buttons */
    --btn-width: 100%;
    --btn-max-width: 350px;
    --btn-min-height: 50px;
    --btn-padding: 12px 24px;
    --btn-radius: 8px;
    --btn-font-family: var(--tapi-font-family);
    --btn-font-size: 16px;
    --btn-font-weight: 700;
    --btn-line-height: 17px;
    --btn-border-width: 2px;
    --btn-primary-bg: var(--tapi-color-main, #445365);
    --btn-primary-bg-hover: #354656;
    --btn-primary-color: var(--tapi-color-white, #ffffff);
    --btn-primary-border: var(--tapi-color-main, #445365);
    --btn-outline-bg: #ffffff;
    --btn-outline-bg-hover: var(--tapi-color-main, #445365);
    --btn-outline-color: var(--tapi-color-main, #445365);
    --btn-outline-color-hover: var(--tapi-color-white, #ffffff);
    --btn-outline-border: var(--tapi-color-main, #445365);
    --btn-shadow: 0 2px 6px rgba(66, 85, 99, 0.2);
    --btn-shadow-hover: 0 4px 12px rgba(66, 85, 99, 0.35);

    /* Section Heading (shared) */
    --hp-v26-section-heading-color: #425363;
    --hp-v26-section-heading-weight: 700;
    --hp-v26-section-heading-size: clamp(18px, 1.2vw + 14px, 22px);
    --hp-v26-section-heading-line-height: 30px;
    --hp-v26-section-heading-letter-spacing: 0em;
    --hp-v26-section-heading-margin-bottom: clamp(20px, 1vw + 10px, 30px);

    /* Hero */
    --hero-title-size: clamp(24px, 2.5vw, 45px);
    --hero-title-weight: 500;
    --hero-title-line-height: clamp(30px, 2.8vw, 50px);
    --hero-title-letter-spacing: 0em;
    --hero-title-color: #fff;
    --hero-subtitle-size: clamp(18px, 2.2vw, 35px);
    --hero-subtitle-weight: 400;
    --hero-subtitle-line-height: 24px;
    --hero-subtitle-color: #fff;
    --hero-btn-text-size: 16px;
    --hero-btn-text-weight: 700;
    --hero-btn-text-line-height: 23px;
    --hero-btn-text-letter-spacing: 0em;
    --hero-btn-text-color: #212b31;
    --hero-btn-primary-bg: var(--tapi-color-yella, #f7b61f);
    --hero-btn-primary-bg-hover: #e3a711;
    --hero-btn-primary-border: var(--tapi-color-yella, #f7b61f);

    /* Categories */
    --cat-item-border-radius: 16px;
    --cat-item-size: 93px;
    --cat-item-size-desktop: 143px;
    --cat-icon-size: 40px;
    --cat-icon-size-desktop: 63px;
    --cat-gap: clamp(10px, 2vw, 25px);
    --cat-title-size: 13px;
    --cat-title-size-desktop: 17px;
    --cat-title-line-height: 23px;
    --cat-title-line-height-desktop: 36px;
    --cat-title-color: #425363;

    /* Why Tapi */
    --wt-card-bg: var(--hp-v26-light-grey-color, #f3f4f5);
    --wt-card-bg-hover: #eaecee;
    --wt-card-radius: 10px;
    --wt-card-padding: 16px;
    --wt-card-gap: 12px;
    --wt-icon-size: 60px;
    --wt-title-size: 14px;
    --wt-title-weight: 700;
    --wt-title-color: var(--tapi-color-main, #445365);
    --wt-desc-size: 13px;
    --wt-desc-color: #666;
    --wt-arrow-color: #425363;

    /* Come Today */
    --ct-panel-bg: #ffffff;
    --ct-panel-border: #D9DDE0;
    --ct-panel-radius: 5px;
    --ct-panel-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    --ct-panel-padding: 60px 0;
    --ct-select-bg: var(--hp-v26-light-grey-color, #f3f4f5);
    --ct-select-radius: 5px;
    --ct-link-color: #425563;
    --ct-link-hover-color: #7A8891;

    /* Personal Assistance */
    --pa-section-bg: #f7fbff;
    --pa-bg: var(--hp-v26-light-grey-color, #f3f4f5);
    --pa-bg-hover: #eaecee;
    --pa-border-color: transparent;
    --pa-border-color-hover: transparent;
    --pa-heading-color: var(--hp-v26-primary-color);
    --pa-text-color: var(--hp-v26-primary-color);
    --pa-desc-color: #555;
    --pa-arrow-color: var(--wt-arrow-color, #425363);

    --pa-title-size: 21px;
    --pa-title-size-desktop: 25px;
    --pa-title-weight: 500;
    --pa-title-line-height: 1.4;
    --pa-title-line-height-desktop: 1.2;

    --pa-panel-padding: 16px;
    --pa-panel-gap: 16px;
    --pa-icon-size: 30px;
    --pa-icon-size-desktop: 40px;

    --pa-h5-size: 14px;
    --pa-h5-weight: 600;
    --pa-desc-size: 13px;
    --pa-arrow-size: 14px;

    /* FAQ */
    --faq-bg: #ECEEEF;
    --faq-border-color: #F6B333;
    --faq-title-color: #425363;
    --faq-title-size: 15px;
    --faq-title-weight: 600;
    --faq-title-line-height: 23px;
    --faq-body-color: #212B31;
    --faq-body-size: 14px;
    --faq-body-line-height: 1.6;
    --faq-panel-padding: 20px;
    --faq-panel-gap: 10px;
    --faq-chevron-size: 10px;

    /* Reviews */
    --rv-section-bg: #e6e6e6;
    --rv-card-bg: var(--hp-v26-light-grey-color, #f3f4f5);
    --rv-card-max-width: 600px;
    --rv-card-padding: 20px;
    --rv-title-size: 18px;
    --rv-title-weight: 700;
    --rv-title-color: var(--hp-v26-primary-color);
    --rv-content-size: 16px;
    --rv-content-line-height: 1.3;
    --rv-content-color: var(--hp-v26-text-color);
    --rv-author-size: 14px;
    --rv-author-weight: 700;
    --rv-author-color: var(--hp-v26-text-color);
    --rv-arrow-size: 32px;
    --rv-arrow-size-desktop: 40px;
    --rv-arrow-border: rgba(122, 136, 145, 0.6);
    --rv-arrow-icon-size: 14px;
    --rv-arrow-icon-size-desktop: 18px;
    --rv-dot-color: #ffffff;
    --rv-dot-active-color: #425563;
}

@media (min-width: 992px) {
    :root {
        --hp-v26-section-gap: 70px;
    }
}


/**
 Megamenu update for HP v26
 */

.homepage-v26 .tapi-megamenu .tapi-megamenu-nav {
    background-color: var(--tapi-color-white, #ffffff);
    border-top: 1px solid var(--tapi-megamenu-gray-border);
    border-bottom: 0;
}

/*.homepage-v26 .tapi-megamenu .tapi-megamenu__primary-item {*/
/*    height: 50px;*/
/*}*/

#tapi-megamenu-burger-checkbox:not(:checked) ~ .tapi-megamenu .tapi-megamenu__primary-item {
    height: 50px;
}

.homepage-v26 .tapi-megamenu-quick-links-wrapper .desktop-quick-links {
    background-color: var(--hp-v26-light-grey-color, #f3f4f5);

}

.homepage-v26 .tapi-megamenu-quick-links-wrapper .tapi-megamenu-quick-links-item {
    border-right: none;
}


.homepage-v26 .tapi-megamenu-quick-links-wrapper .tapi-megamenu-quick-links-list .slick-prev,
.homepage-v26 .tapi-megamenu-quick-links-wrapper .tapi-megamenu-quick-links-list .slick-next {
    display: none !important;
}

@media (max-width: 991.98px) {
    .homepage-v26 .header-tapi .header-logo {
        margin-bottom: 21px;
    }

    .homepage-v26 .header-tapi .header-logo {
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .homepage-v26 .tapi-header-top-trustpilot {
        height: 30px;
    }

    .homepage-v26 .desktop-quick-links {
        /*padding: 7px 0 5px 0;*/
    }
}


.homepage-v26 .tapi-top-banner.tapi-top-banner-info .close-icon,
.homepage-v26 .tapi-top-banner.tapi-top-banner-info2 .close-icon {
    display: none;

    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: unset;
    height: unset;
    overflow: hidden;
}

.homepage-v26 .tapi-top-banner.tapi-top-banner-info .close-icon button,
.homepage-v26 .tapi-top-banner.tapi-top-banner-info2 .close-icon button {

    transition: transform 0.3s ease;
    transform: rotate(0deg);
}


.homepage-v26 .tapi-top-banner.tapi-top-banner-info .close-icon button:hover,
.homepage-v26 .tapi-top-banner.tapi-top-banner-info2 .close-icon button:hover {
    transform: rotate(135deg);
}


body.homepage-v26 {
    background: #ffffff;
}

.tapi-hp-v26-section {
    margin-bottom: var(--hp-v26-section-gap);
}

.homepage-v26 > section {
}

.tapi-hp-v26-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}


/* ============================================
   Section Heading
   ============================================ */

.tapi-hp-v26-section-heading {
    margin: 0 0 var(--hp-v26-section-heading-margin-bottom) 0;
    font-family: var(--tapi-font-family);
    font-size: var(--hp-v26-section-heading-size);
    font-weight: var(--hp-v26-section-heading-weight);
    line-height: var(--hp-v26-section-heading-line-height);
    letter-spacing: var(--hp-v26-section-heading-letter-spacing);
    color: var(--hp-v26-section-heading-color);
    text-align: center;
}


/* ============================================
   Buttons
   ============================================ */
.tapi-hp-v26-btn,
a.tapi-hp-v26-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-width);
    max-width: var(--btn-max-width);
    min-height: var(--btn-min-height);
    padding: var(--btn-padding);
    border: var(--btn-border-width) solid transparent;
    border-radius: var(--btn-radius);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    line-height: var(--btn-line-height);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--btn-shadow);
    transition: background var(--hp-v26-transition),
    color var(--hp-v26-transition),
    border-color var(--hp-v26-transition),
    box-shadow var(--hp-v26-transition),
    transform var(--hp-v26-transition);
}

.tapi-hp-v26-btn:hover,
a.tapi-hp-v26-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: var(--btn-shadow-hover);
}

.tapi-hp-v26-btn:active,
a.tapi-hp-v26-btn:active {
    transform: translateY(0);
    box-shadow: var(--btn-shadow);
}

.tapi-hp-v26-btn-primary,
a.tapi-hp-v26-btn-primary {
    background: var(--btn-primary-bg);
    color: var(--btn-primary-color);
    border-color: var(--btn-primary-border);
}

.tapi-hp-v26-btn-primary:hover,
a.tapi-hp-v26-btn-primary:hover {
    background: var(--btn-primary-bg-hover);
    border-color: var(--btn-primary-bg-hover);
    color: var(--btn-primary-color);
}

.tapi-hp-v26-btn-outline,
a.tapi-hp-v26-btn-outline {
    background: var(--btn-outline-bg);
    color: var(--btn-outline-color);
    border-color: var(--btn-outline-border);
}

.tapi-hp-v26-btn-outline:hover,
a.tapi-hp-v26-btn-outline:hover {
    background: var(--btn-outline-bg-hover);
    color: var(--btn-outline-color-hover);
    border-color: var(--btn-outline-bg-hover);
}

.tapi-hp-v26-btn-secondary,
a.tapi-hp-v26-btn-secondary {
    background: #fff;
    color: var(--hp-v26-primary-color);
    border-color: #fff;
}

.tapi-hp-v26-btn-secondary:hover,
a.tapi-hp-v26-btn-secondary:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
}


/* ============================================
   Hero Section
   ============================================ */
.tapi-hp-v26-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}

.tapi-hp-v26-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tapi-hp-v26-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

.tapi-hp-v26-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 60px 20px 100px;
    color: #fff;
}

.tapi-hp-v26-hero-title {
    /*padding: 0 15vw;*/
    padding: 0;
    font-size: var(--hero-title-size);
    font-weight: var(--hero-title-weight);
    letter-spacing: var(--hero-title-letter-spacing);
    line-height: var(--hero-title-line-height);
    text-align: center;
    color: var(--hero-title-color);
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tapi-hp-v26-hero-title span {
    /*color: var(--tapi-color-yella, #f7b61f);*/
}

.tapi-hp-v26-hero-subtitle {
    font-size: var(--hero-subtitle-size);
    font-weight: var(--hero-subtitle-weight);
    line-height: var(--hero-subtitle-line-height);
    text-align: center;
    color: var(--hero-subtitle-color);
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tapi-hp-v26-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.tapi-hp-v26-hero-buttons a {
    font-weight: var(--hero-btn-text-weight);
    font-size: var(--hero-btn-text-size);
    letter-spacing: var(--hero-btn-text-letter-spacing);
    line-height: var(--hero-btn-text-line-height);
    text-align: left;
    color: var(--hero-btn-text-color);
}

.tapi-hp-v26-hero-buttons .tapi-hp-v26-btn-primary,
.tapi-hp-v26-hero-buttons a.tapi-hp-v26-btn-primary {
    background: var(--hero-btn-primary-bg);
    border-color: var(--hero-btn-primary-border);
}

.tapi-hp-v26-hero-buttons .tapi-hp-v26-btn-primary:hover,
.tapi-hp-v26-hero-buttons a.tapi-hp-v26-btn-primary:hover {
    background: var(--hero-btn-primary-bg-hover);
    border-color: var(--hero-btn-primary-bg-hover);
    color: var(--hero-btn-text-color);
}

@media (min-width: 992px) {
    .tapi-hp-v26-hero {
        min-height: 500px;
    }

    .tapi-hp-v26-hero-title {
        margin-bottom: 20px;
    }

    .tapi-hp-v26-hero-subtitle {
        margin-bottom: 60px;
    }
}


/* ============================================
   FAQ Section
   ============================================ */
.tapi-hp-v26-faq {
    margin-bottom: 60px;
}

.tapi-hp-v26-faq-toggle-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tapi-hp-v26-faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 20px;
}

.tapi-hp-v26-faq-column {
    min-width: 0;
}

.tapi-hp-v26-faq-panel {
    margin-bottom: var(--faq-panel-gap);
}

.tapi-hp-v26-faq-extra {
    display: none;
}

.tapi-hp-v26-faq-toggle-checkbox:checked ~ .tapi-hp-v26-faq-list .tapi-hp-v26-faq-extra {
    display: block;
}

.tapi-hp-v26-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding: var(--faq-panel-padding);
    background: var(--faq-bg);
    border-left: 2px solid var(--faq-border-color);
    cursor: pointer;
    transition: opacity var(--hp-v26-transition);
}

.tapi-hp-v26-faq-header::-webkit-details-marker {
    display: none;
}

.tapi-hp-v26-faq-header::marker {
    display: none;
    content: '';
}

.tapi-hp-v26-faq-header:hover {
    opacity: 0.8;
}

.tapi-hp-v26-faq-header h5 {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: var(--faq-title-size);
    font-weight: var(--faq-title-weight);
    line-height: var(--faq-title-line-height);
    color: var(--faq-title-color);
}

.tapi-hp-v26-faq-chevron {
    flex-shrink: 0;
    margin-left: 15px;
    height: var(--faq-chevron-size);
    width: auto;
    transition: transform var(--hp-v26-transition);
}

.tapi-hp-v26-faq-panel[open] .tapi-hp-v26-faq-chevron {
    transform: rotate(180deg);
}

.tapi-hp-v26-faq-body-inner {
    padding: 0 45px var(--faq-panel-padding) var(--faq-panel-padding);
    background: var(--faq-bg);
    border-left: 2px solid var(--faq-border-color);
    font-size: var(--faq-body-size);
    line-height: var(--faq-body-line-height);
    color: var(--faq-body-color);
}

.tapi-hp-v26-faq-body-inner p {
    margin: 0;
    color: var(--faq-body-color);
}

.tapi-hp-v26-faq-body-inner p:not(:last-child) {
    margin-bottom: 10px;
}

.tapi-hp-v26-faq-body-inner a {
    color: var(--faq-body-color);
    text-decoration: underline;
}

/* Toggle label */
.tapi-hp-v26-faq-toggle-label {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.tapi-hp-v26-faq-toggle-less {
    display: none;
}

.tapi-hp-v26-faq-toggle-checkbox:checked ~ .tapi-hp-v26-faq-toggle-label .tapi-hp-v26-faq-toggle-more {
    display: none;
}

.tapi-hp-v26-faq-toggle-checkbox:checked ~ .tapi-hp-v26-faq-toggle-label .tapi-hp-v26-faq-toggle-less {
    display: inline;
}

@media (min-width: 768px) {
    .tapi-hp-v26-faq-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================================
   Come Today Section
   ============================================ */

.tapi-hp-v26-come-today {
    text-align: center;
}

.tapi-hp-v26-come-today-panel {
    max-width: 600px;
    margin: 0 auto;
    padding: var(--ct-panel-padding);
    background: var(--ct-panel-bg);
    border: 1px solid var(--ct-panel-border);
    border-radius: var(--ct-panel-radius);
    box-shadow: var(--ct-panel-shadow);
}

.tapi-hp-v26-come-today-panel .tapi-hp-v26-section-heading {
    /*margin-bottom: 30px;*/
}

.tapi-hp-v26-come-today-select-wrap {
    position: relative;
    display: block;
    max-width: 380px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.tapi-hp-v26-come-today-select {
    display: block;
    width: 100%;
    padding: 14px 40px 14px 20px;
    font-family: var(--tapi-font-family);
    font-size: 16px;
    font-weight: var(--tapi-font-weight-medium);
    color: var(--hp-v26-section-heading-color);
    background: var(--ct-select-bg) url('/img/home-v3/icon_chevron_expand.svg') no-repeat 97% center / 10px;
    border: none;
    border-radius: var(--ct-select-radius);
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: box-shadow var(--hp-v26-transition);
}

.tapi-hp-v26-come-today-select:focus {
    box-shadow: 0 0 0 3px rgba(0, 38, 58, .12);
}

.tapi-hp-v26-come-today-help {
    display: block;
    font-size: 13px;
    font-weight: var(--tapi-font-weight-medium);
    color: var(--ct-link-color);
    text-decoration: none;
    transition: color var(--hp-v26-transition);
}

.tapi-hp-v26-come-today-help:hover {
    color: var(--ct-link-hover-color);
}

@media (max-width: 767px) {
    .tapi-hp-v26-come-today {
        margin-bottom: 60px;
    }

    .tapi-hp-v26-come-today-panel {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .tapi-hp-v26-come-today-select-wrap {
        padding: 0;
        max-width: none;
        margin-bottom: 20px;
    }
}

/* ============================================
   Personal Assistance Section
   ============================================ */

.tapi-hp-v26-pa {
    overflow: hidden;
    background: var(--pa-section-bg);
    padding: 40px 0;
}

.tapi-hp-v26-section-heading.tapi-hp-v26-pa-heading {
    margin-bottom: 25px;
}

.tapi-hp-v26-pa-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--pa-panel-gap);
    margin: 0 auto;
}

.tapi-hp-v26-pa-list a {
    display: block;
    max-width: 500px;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.tapi-hp-v26-pa-panel {
    display: flex;
    align-items: flex-start;
    gap: var(--pa-panel-gap);
    padding: var(--pa-panel-padding);
    background: var(--pa-bg);
    border: 0;
    border-radius: var(--hp-v26-border-radius);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: background var(--hp-v26-transition),
    box-shadow var(--hp-v26-transition);
}

.tapi-hp-v26-pa-list a:hover .tapi-hp-v26-pa-panel {
    background: var(--pa-bg-hover);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tapi-hp-v26-pa-panel-icon {
    flex-shrink: 0;
    align-self: center;
    width: var(--pa-icon-size);
    height: var(--pa-icon-size);
    transition: transform var(--hp-v26-transition);
}

.tapi-hp-v26-pa-list a:hover .tapi-hp-v26-pa-panel-icon {
    transform: scale(1.05);
}

.tapi-hp-v26-pa-panel-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tapi-hp-v26-pa-panel-text {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.tapi-hp-v26-pa-panel-text h5 {
    margin: 0;
    font-size: var(--pa-h5-size);
    font-weight: var(--pa-h5-weight);
    line-height: 1.3;
    color: var(--pa-text-color);
}

.tapi-hp-v26-pa-panel-text p {
    margin: 3px 0 0;
    font-size: var(--pa-desc-size);
    line-height: 1.2;
    color: var(--pa-desc-color);
}

.tapi-hp-v26-pa-panel-arrow {
    flex-shrink: 0;
    align-self: center;
    font-size: var(--pa-arrow-size);
    color: var(--pa-arrow-color);
    transition: transform var(--hp-v26-transition);
}

.tapi-hp-v26-pa-list a:hover .tapi-hp-v26-pa-panel-arrow {
    transform: translateX(4px);
}

@media (min-width: 992px) {
    .tapi-hp-v26-pa-list {
        flex-direction: row;
        align-items: stretch;
    }

    .tapi-hp-v26-pa-list a {
        flex: 1;
        min-width: 0;
        max-width: none;
    }

    .tapi-hp-v26-pa-panel {
        height: 100%;
    }

    .tapi-hp-v26-pa-panel-icon {
        width: var(--pa-icon-size-desktop);
        height: var(--pa-icon-size-desktop);
    }
}


/* ============================================
   Bottom Text Section
   ============================================ */

.tapi-hp-v26-bottom-text {
    /*padding: var(--hp-v26-section-gap) 15px;*/
}

.tapi-hp-v26-bottom-text .tapi-hp-v26-bottom-text-content,
.tapi-hp-v26-bottom-text .tapi-hp-v26-bottom-text-expandable {
    margin: 0 auto;
    text-align: left;
    /*text-wrap: balance;*/
    background-color: #eceeef;
    width: 100%;
    padding: 20px;
    border-radius: 10px;

}

/* Expandable text - CSS only with checkbox */
.tapi-hp-v26-bottom-text-expandable {
    position: relative;
}

.tapi-hp-v26-bottom-text-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tapi-hp-v26-bottom-text p {
    margin: 0;
}

.tapi-hp-v26-bottom-text p,
.tapi-hp-v26-bottom-text-content,
.tapi-hp-v26-bottom-text-short,
.tapi-hp-v26-bottom-text-full {
    font-size: 20px;
    line-height: 30px;
    color: #555;
    text-align: center;
}

.tapi-hp-v26-bottom-text-full {
    display: none;
}

.tapi-hp-v26-bottom-text-full p {
    display: inline;
}

.tapi-hp-v26-bottom-text-toggle {
    display: inline;
    white-space: nowrap;
    color: #337ab7;
    font-weight: 400;
    cursor: pointer;
    transition: color 0.2s ease;

}

.tapi-hp-v26-bottom-text-toggle:hover {
    /*color: var(--hp-v26-accent-color);*/
    text-decoration: underline;
}

.tapi-hp-v26-bottom-text-toggle i {
    position: relative;
    top: 0;
    margin-left: 2px;
    /*font-size: 11px;*/
}

/* Expanded state */
.tapi-hp-v26-bottom-text-checkbox:checked ~ .tapi-hp-v26-bottom-text-short {
    display: none;
}

.tapi-hp-v26-bottom-text-checkbox:checked ~ .tapi-hp-v26-bottom-text-full {
    display: block;
}

.tapi-hp-v26-bottom-text-content p {
    margin: 0;
}


/* ============================================
TODO:: review all below
============================================ */


/*.homepage-v26 {*/
/*    overflow-x: hidden;*/
/*}*/


.tapi-hp-v26-text-center {
    text-align: center;
}


/* ============================================
   Trustpilot Bar
   ============================================ */
.tapi-hp-v26-trustpilot-bar {
    background-color: var(--hp-v26-trustpilot-green);
    padding: 10px 0;
}

.tapi-hp-v26-trustpilot-bar .trustpilot-widget {
    margin: 0 auto;
}


/* ============================================
   Categories (overlapping hero)
   ============================================ */
.tapi-hp-v26-categories {
    position: relative;
    z-index: 10;
    transform: translateY(calc(var(--cat-item-size) / 2 * -1 - 8px));
    margin-bottom: calc(var(--cat-item-size) / 2 * -1 + var(--hp-v26-section-gap));
    padding: 0;
}

.tapi-hp-v26-categories-inner {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
    margin: 0 auto;
    touch-action: pan-x;
    user-select: none;
}

.tapi-hp-v26-categories-inner::-webkit-scrollbar {
    display: none;
}

.tapi-hp-v26-categories-inner:active {
    cursor: grabbing;
}

.tapi-hp-v26-categories-inner.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.tapi-hp-v26-categories-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--cat-gap);
    width: max-content;
    min-width: 0;
    padding: 8px 0 8px 0;
}

.tapi-hp-v26-categories-inner.is-centered {
    overflow-x: hidden;
}

.tapi-hp-v26-categories-inner.is-scrollable {
    justify-content: flex-start;
}


@keyframes hp-v26-categories-wiggle {
    0% {
        transform: translateX(0);
    }
    55% {
        transform: translateX(0);
    }
    90% {
        transform: translateX(-36px);
    }
    100% {
        transform: translateX(0);
    }
}


@media (max-width: 640.98px) {
    .tapi-hp-v26-categories-grid {
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .tapi-hp-v26-categories-inner.is-scrollable .tapi-hp-v26-categories-grid {
        /*padding-left: 15px;*/
    }

    .tapi-hp-v26-categories-inner.is-scrollable .tapi-hp-v26-categories-grid::after {
        content: '';
        flex: 0 0 1px;
        width: 1px;
        height: 1px;
        pointer-events: none;
    }

    .tapi-hp-v26-categories-inner.is-scrollable .tapi-hp-v26-categories-grid {
        animation: hp-v26-categories-wiggle 3s ease-out 2;
        will-change: transform;
    }

}

.tapi-hp-v26-category-item {
    flex: 0 0 var(--cat-item-size);
    display: grid;
    /*grid-template-rows: 1fr calc(var(--cat-title-line-height) * 2);*/
    align-content: stretch;
    justify-items: center;
    row-gap: 6px;
    width: var(--cat-item-size);
    height: var(--cat-item-size);
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9dde0;
    border-radius: var(--cat-item-border-radius);
    padding: 5px;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
    transition: var(--hp-v26-transition);
    text-decoration: none;
    color: var(--cat-title-color);
    scroll-snap-align: center;
}

a.tapi-hp-v26-category-item {
    text-decoration: none;
    color: var(--cat-title-color);
}

.tapi-hp-v26-category-item,
.tapi-hp-v26-category-item img {
    -webkit-user-drag: none;
}

.tapi-hp-v26-category-item:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: var(--cat-title-color);
}

.tapi-hp-v26-category-item--offer {
    background: #e30716;
    border: 1px solid #e30716;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.16));
}

.tapi-hp-v26-category-item--offer .tapi-hp-v26-category-title {
    color: #fff;
}

.tapi-hp-v26-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: var(--cat-icon-size);
    height: var(--cat-icon-size);
    min-width: var(--cat-icon-size);
    min-height: var(--cat-icon-size);
    margin: 0;
}

.tapi-hp-v26-category-icon img,
.tapi-hp-v26-category-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tapi-hp-v26-category-title {
    margin: 0;
    width: 100%;
    max-width: 100%;
    /*height: calc(var(--cat-title-line-height) * 2);*/
    /*min-height: calc(var(--cat-title-line-height) * 2);*/
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: clip;
    font-family: var(--tapi-font-family);
    font-weight: 700;
    font-size: var(--cat-title-size);
    letter-spacing: 0;
    line-height: 1.1em;
    text-align: center;
    color: var(--cat-title-color);
}

@media (min-width: 992px) {
    .tapi-hp-v26-categories {
        transform: translateY(calc(var(--cat-item-size-desktop) / 2 * -1 - 8px));
        margin-bottom: calc(var(--cat-item-size-desktop) / 2 * -1 + var(--hp-v26-section-gap));
    }

    .tapi-hp-v26-category-item {
        flex-basis: var(--cat-item-size-desktop);
        /*grid-template-rows: 1fr calc(var(--cat-title-line-height-desktop) * 2);*/
        width: var(--cat-item-size-desktop);
        height: var(--cat-item-size-desktop);
        padding: 12px;
    }

    .tapi-hp-v26-category-icon {
        width: var(--cat-icon-size-desktop);
        height: var(--cat-icon-size-desktop);
        margin-bottom: 8px;
    }

    .tapi-hp-v26-category-title {
        /*height: calc(var(--cat-title-line-height-desktop) * 2);*/
        /*min-height: calc(var(--cat-title-line-height-desktop) * 2);*/
        font-size: var(--cat-title-size-desktop);
        line-height: 1.1em;
    }
}

/* ============================================
   USP Section
   ============================================ */
.tapi-hp-v26-usp {
    padding: 30px 0;
    background: var(--hp-v26-light-bg);
    overflow: hidden;
}

.tapi-hp-v26-usp-track {
    display: flex;
    gap: 30px;
}

.tapi-hp-v26-usp-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    padding: 0 15px;
    text-decoration: none;
    color: var(--hp-v26-text-color);
}

.tapi-hp-v26-usp-item:hover {
    text-decoration: none;
    color: var(--hp-v26-primary-color);
}

.tapi-hp-v26-usp-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.tapi-hp-v26-usp-text {
    font-size: 14px;
    font-weight: 500;
}

/* Mobile: auto-scroll */
@media (max-width: 991.98px) {
    .tapi-hp-v26-usp-track {
        animation: hp-v26-usp-scroll 20s linear infinite;
    }

    .tapi-hp-v26-usp-track:hover {
        animation-play-state: paused;
    }
}

@keyframes hp-v26-usp-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Desktop: static centered */
@media (min-width: 992px) {
    .tapi-hp-v26-usp-track {
        justify-content: center;
        flex-wrap: wrap;
    }

    .tapi-hp-v26-usp-item {
        flex: 0 0 auto;
    }
}

/* ============================================
   Mini Promo Banner
   ============================================ */
.tapi-hp-v26-mini-promo {
    padding: 15px 20px;
    text-align: center;
    font-weight: 600;
}

.tapi-hp-v26-mini-promo a {
    color: inherit;
    text-decoration: underline;
}

.tapi-hp-v26-mini-promo a:hover {
    text-decoration: none;
}

/* ============================================
   Banner Carousel
   ============================================ */

.tapi-hp-v26-banner-track {
    position: relative;
    overflow: hidden;
}

.tapi-hp-v26-banner-track.js-hp-v26-banner-carousel:not(.slick-initialized) > div:not(:first-child),
.tapi-hp-v26-banner-track.hp-v26-banner-fallback > div:not(:first-child) {
    display: none !important;
}

.tapi-hp-v26-banner-track.js-hp-v26-banner-carousel:not(.slick-initialized) > div:first-child,
.tapi-hp-v26-banner-track.hp-v26-banner-fallback > div:first-child {
    display: block !important;
    width: 100%;
}

.tapi-hp-v26-banner-track.js-hp-v26-banner-carousel.slick-initialized > div {
    display: block;
}

.tapi-hp-v26-banner-track.js-hp-v26-banner-carousel.slick-initialized {
    overflow: visible;
}

.tapi-hp-v26-banner-carousel .tapi-hp-v26-banner-slide img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.tapi-hp-v26-banner-carousel .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.tapi-hp-v26-banner-carousel .slick-dots {
    z-index: 4;
    bottom: -36px;
}

.tapi-hp-v26-banner-carousel .slick-dots li {
    margin: 0;
    width: 25px;
    height: 25px;
}

.tapi-hp-v26-banner-carousel .slick-dots li button {
    padding: 0;
    width: 25px;
    height: 25px;
    border: 4px solid #eeeeef;
    background: #eeeeef;
}

.tapi-hp-v26-banner-carousel .slick-dots li:first-child button {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.tapi-hp-v26-banner-carousel .slick-dots li:last-child button {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.tapi-hp-v26-banner-carousel .slick-dots li button::before {
    font-family: "Font Awesome 5 Solid";
    font-size: 10px;
    content: "\f111";
    color: #979393;
    width: 15px;
    height: 15px;
}

.tapi-hp-v26-banner-carousel .slick-dots li.slick-active button::before {
    color: #000000;
}

.tapi-hp-v26-banner-main {
    margin-bottom: 12px;
    min-height: 60px;
}

@media (min-width: 768px) {
    .tapi-hp-v26-banner-main {
        margin-bottom: 36px;
        min-height: 90px;
    }
}

/* ============================================
   Why Tapi Section
   ============================================ */

.tapi-hp-v26-why-tapi-heading {
    text-align: center;
    margin-bottom: var(--hp-v26-section-heading-margin-bottom);
}

.tapi-hp-v26-why-tapi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wt-card-gap);
    margin: 0 auto;
}

a.tapi-hp-v26-why-tapi-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: var(--wt-card-bg);
    border-radius: var(--wt-card-radius);
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: background var(--hp-v26-transition);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

a.tapi-hp-v26-why-tapi-item:hover {
    background: var(--wt-card-bg-hover);
    text-decoration: none;
    color: inherit;
}

.tapi-hp-v26-why-tapi-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--wt-icon-size);
    height: var(--wt-icon-size);
    background: var(--btn-primary-bg);
    border-radius: 50%;
    transition: transform var(--hp-v26-transition);
}

.tapi-hp-v26-why-tapi-item:hover .tapi-hp-v26-why-tapi-icon {
    transform: scale(1.06);
}

.tapi-hp-v26-why-tapi-icon img {
    display: block;
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.tapi-hp-v26-why-tapi-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tapi-hp-v26-why-tapi-text strong {
    font-size: 12px;
    font-weight: var(--wt-title-weight);
    color: var(--wt-title-color);
    line-height: 1.3;
}

.tapi-hp-v26-why-tapi-desc {
    display: none;
    font-size: var(--wt-desc-size);
    color: var(--wt-desc-color);
    line-height: 1.4;
}

.tapi-hp-v26-why-tapi .tapi-hp-v26-why-tapi-arrow {
    display: none;
}

.tapi-hp-v26-why-tapi-cta {
    text-align: center;
    margin-top: clamp(20px, 2vw, 30px);
}

@media (min-width: 375px) {
    .tapi-hp-v26-why-tapi-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktop: horizontal card layout */

@media (min-width: 768px) {
    .tapi-hp-v26-why-tapi-grid {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    a.tapi-hp-v26-why-tapi-item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 16px 16px;
    }

    .tapi-hp-v26-why-tapi-text {
        flex: 1;
        min-width: 0;
    }

    .tapi-hp-v26-why-tapi-desc {
        display: block;
    }

    .tapi-hp-v26-why-tapi-text strong {
        font-size: var(--wt-title-size);
    }

    .tapi-hp-v26-why-tapi .tapi-hp-v26-why-tapi-arrow {
        display: block;
        flex-shrink: 0;
        font-size: 14px;
        color: var(--wt-arrow-color);
        /*opacity: .4;*/
        transition: opacity var(--hp-v26-transition), transform var(--hp-v26-transition);
    }

    .tapi-hp-v26-why-tapi .tapi-hp-v26-why-tapi-item:hover .tapi-hp-v26-why-tapi-arrow {
        opacity: 1;
        transform: translateX(3px);
    }
}


@media (min-width: 1200px) {
    .tapi-hp-v26-why-tapi-grid {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
}


/* ============================================
   Brands Section
   ============================================ */
.tapi-hp-v26-brands {
    padding: var(--hp-v26-section-gap) 0;
    /*background: var(--hp-v26-light-bg);*/
    overflow: hidden;
}

.tapi-hp-v26-brands-track-wrapper {
    overflow: hidden;
    position: relative;
    touch-action: pan-x;
}

.tapi-hp-v26-brands-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: hp-v26-brands-scroll 30s linear infinite;
}

.tapi-hp-v26-brands-track:hover {
    animation-play-state: paused;
}

.tapi-hp-v26-brand-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 10px 20px;
    transition: var(--hp-v26-transition);
}

a.tapi-hp-v26-brand-item {
    text-decoration: none;
    color: inherit;
}

.tapi-hp-v26-brand-item:hover {
    transform: scale(1.04);
}

.tapi-hp-v26-brand-item img {
    min-height: 90px;
    max-height: 100%;
    max-width: 190px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.95;
    transition: var(--hp-v26-transition);
}

.tapi-hp-v26-brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .tapi-hp-v26-brands-track {
        animation: none;
        transform: translateX(0);
    }
}

@media (hover: none) and (pointer: coarse) {
    .tapi-hp-v26-brands-track-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        touch-action: pan-x;
    }

    /*.tapi-hp-v26-brands-track {*/
    /*    animation: none !important;*/
    /*    transform: none !important;*/
    /*}*/
    .tapi-hp-v26-brand-item {
        scroll-snap-align: start;
    }

    .tapi-hp-v26-brands-track-wrapper:active .tapi-hp-v26-brands-track {
        animation-play-state: paused;
    }

    .tapi-hp-v26-brands-track-wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .tapi-hp-v26-brands-track-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
    }

    /*.tapi-hp-v26-brands-track {*/
    /*    animation: none !important;*/
    /*    transform: none !important;*/
    /*}*/
    .tapi-hp-v26-brands-track-wrapper:active .tapi-hp-v26-brands-track {
        animation-play-state: paused;
    }
}

@keyframes hp-v26-brands-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   Reviews Section
   ============================================ */
.tapi-hp-v26-reviews {
    background: var(--rv-card-bg);
    display: flex;
    justify-content: center;
}

.tapi-hp-v26-reviews-card {
    display: block;
    /*max-width: var(--rv-card-max-width);*/
    margin: var(--rv-card-padding) auto;
    padding: var(--rv-card-padding);
    overflow: hidden;
    background: var(--rv-card-bg);
    max-width: 1330px;
    width: 100%;
}

.tapi-hp-v26-reviews-card h3 {
    margin: 10px auto 25px;
    text-align: center;
    font-size: var(--rv-title-size);
    font-weight: var(--rv-title-weight);
    color: var(--rv-title-color);
}

/* Slider wrapper */
.tapi-hp-v26-reviews-slider-wrap {
    position: relative;
    margin: 0 20px;
}

.tapi-hp-v26-reviews-slider {
    background: #ffffff;
}

.tapi-hp-v26-reviews-slider.js-hp-v26-reviews-slider > .tapi-hp-v26-testimonial:not(:first-child),
.tapi-hp-v26-reviews-slider.hp-v26-reviews-fallback > .tapi-hp-v26-testimonial:not(:first-child) {
    display: none;
}

.tapi-hp-v26-reviews-slider.js-hp-v26-reviews-slider.slick-initialized > .tapi-hp-v26-testimonial {
    display: block;
}

/* Testimonial box */
.tapi-hp-v26-testimonial {
    padding: 0 50px;
}

.tapi-hp-v26-testimonial-content {
    position: relative;
    padding-top: 40px;
    font-size: var(--rv-content-size);
    line-height: var(--rv-content-line-height);
    color: var(--rv-content-color);
    text-align: center;
}

.tapi-hp-v26-testimonial-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 48px;
    height: 37px;
    background-image: url('/img/home-v3/quote_left.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tapi-hp-v26-testimonial-content::after {
    position: absolute;
    content: '';
    bottom: -80px;
    right: -26px;
    width: 48px;
    height: 37px;
    background-image: url('/img/home-v3/quote_right.svg');
    background-repeat: no-repeat;
    background-position: center top;
}

.tapi-hp-v26-testimonial-author {
    padding: 10px 0;
    text-align: center;
    font-size: var(--rv-author-size);
    font-weight: var(--rv-author-weight);
    color: var(--rv-author-color);
}

/* Slick dots */
.tapi-hp-v26-reviews-slider .slick-dots li {
    margin: 0;
}

.tapi-hp-v26-reviews-slider .slick-dots button::before {
    color: var(--rv-dot-color);
    opacity: 1;
    font-size: 10px;
    margin-top: 10px;
}

.tapi-hp-v26-reviews-slider .slick-dots .slick-active button::before {
    color: var(--rv-dot-active-color);
    opacity: 1;
}

/* Arrows */
.tapi-hp-v26-reviews-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    z-index: 5;
    width: var(--rv-arrow-size);
    height: var(--rv-arrow-size);
    padding: 0;
    background: #fff;
    border: 1px solid var(--rv-arrow-border);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: box-shadow 0.3s, transform 0.2s;
}

.tapi-hp-v26-reviews-arrow:hover {
    box-shadow: 0 2px 5px rgba(66, 85, 99, 0.4);
}

.tapi-hp-v26-reviews-arrow i {
    color: var(--rv-arrow-border);
    font-size: var(--rv-arrow-icon-size);
}

.tapi-hp-v26-reviews-arrow-prev {
    left: -6px;
}

.tapi-hp-v26-reviews-arrow-next {
    right: -6px;
}

/* Trustpilot */
.tapi-hp-v26-reviews-trustpilot {
    display: block;
    max-width: 250px;
    margin: 46px auto 20px auto;
    text-align: center;
}

.tapi-hp-v26-reviews-trustpilot-desktop {
    display: none;
    max-width: 100%;
}

/* CTA */
.tapi-hp-v26-reviews-cta {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

@media (min-width: 992px) {
    .tapi-hp-v26-reviews-slider-wrap {
        display: none;
    }

    .tapi-hp-v26-reviews-trustpilot-mobile {
        display: none;
    }

    .tapi-hp-v26-reviews-trustpilot-desktop {
        display: block;
        margin-top: 30px;
    }

    .tapi-hp-v26-reviews-arrow {
        width: var(--rv-arrow-size-desktop);
        height: var(--rv-arrow-size-desktop);
    }

    .tapi-hp-v26-reviews-arrow i {
        font-size: var(--rv-arrow-icon-size-desktop);
    }

    .tapi-hp-v26-reviews-arrow-prev {
        left: 12px;
    }

    .tapi-hp-v26-reviews-arrow-next {
        right: 12px;
    }

    .tapi-hp-v26-testimonial-content::before {
        top: 10px;
        left: -42px;
        width: 48px;
        height: 37px;
    }

    .tapi-hp-v26-testimonial-content::after {
        bottom: -80px;
        right: -40px;
        width: 48px;
        height: 37px;
    }
}



