/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p:last-child {
    margin-bottom: 0;
}

.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-icon-box h3.elementor-icon-box-title,
.elementor-widget-icon-box h3.elementor-icon-box-title a{
	font-family: inherit;
}

.elementor-tab-content a,
.elementor-slide-description a,
.elementor-widget-text-editor a,
.elementor-image-box-description a {
    color: var(--e-global-color-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

h2,
h3 {
    margin-block: 40px 14px;
}

h2:first-child,
h3:first-child {
    margin-top: 0;
}

/* hero */
.page-hero {
    position: relative;
}

.page-hero>.e-con-inner {
    min-height: 500px;
    padding-block: 164px 80px;
}

.page-hero .content-wrap {
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .page-hero .elementor-widget-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-hero .elementor-widget-image .elementor-widget-container {
        width: 100%;
        height: 100%;
    }

    .page-hero .elementor-widget-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1025px) {
    .page-hero>.e-con-inner {
        min-height: 700px;
        padding-block: 184px 100px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        padding: 0;
    }

    .page-hero>.e-con-inner {
        padding-block: 0;
        gap: 0;
		min-height: 0; 
    }

    .page-hero .content-wrap {
        padding: 40px 20px;
        background: #000;
    }
}

/* accordion */
.elementor-widget-accordion {
    --tab-padding: 24px;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    background: #FFF;
    padding: var(--tab-padding);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 15px;
    border-radius: 10px;
    transition: all 0.1s 0.3s ease;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    background: #FFF;
    border: 0;
    padding: var(--tab-padding);
    padding-top: 0;
    border-radius: 0 0 10px 10px;
}

.elementor-accordion .elementor-tab-title.elementor-active{
    border-radius: 10px 10px 0 0;
    transition: all 0.4s ease;
}

.animated-accordion svg{
    width: 14px !important;
    transition: all .4s ease;
}
.animated-accordion .elementor-accordion-icon-opened {
    display: none !important;
}
.animated-accordion .elementor-accordion-icon-closed {
    display: block !important;
}
.animated-accordion .elementor-active .elementor-accordion-icon-closed svg{
    transform: rotate(45deg);
}


/* elementor-pagination */
.elementor-pagination {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.elementor-pagination .page-numbers {
    font-weight: 700;
    color: #000;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers.current {
    color: var(--e-global-color-accent);
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
    background-image: url('./assets/images/arrow_left.png');
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.elementor-pagination .page-numbers.next {
    transform: rotate(180deg);
}

/* feature content */
@media (min-width: 1025px) {
    .feature-content__card-item {
        max-width: 310px;
    }
}
.elementor-form .elementor-message,
.elementor-forms-admin-errors {
	display: none!important;
}
.elementor-error input,
.elementor-error select,
.elementor-error textarea {
	border-color: #d9534f!important;
}

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .search_filter .sl-search-group .twitter-typeahead .tt-menu {    
    display: none !important;
}

/* Product Filter */

.filter {
    position: relative;
    display: inline-block;
}
.filter a.open-dropdown {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    padding: 5px 42px 5px 16px;
    border-radius: 30px;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.filter a.open-dropdown::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/images/dropdown.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.filter .dropdown:not(.relative) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 288px;
    z-index: 11;
    padding: 24px 32px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

.filter .dropdown.show {
    opacity: 1;
    visibility: visible;
}
.filter .dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 4px;
    left: 0;
    width: 100%;
}

.filter .dropdown .filter-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D5D5D5;
}

.filter .dropdown .filter-item .label {
    font-size: 20px;
    margin: 0 0 10px;
}
.filter .dropdown ul.check-list {
    list-style-type: none;
    padding: 0;
}
.filter .dropdown ul.check-list.child-list {
    padding-left: 20px;
    padding-top: 10px;
	display: none;
}
.filter .dropdown ul.check-list li.check-item {
	position: relative;
}

.filter .dropdown ul.check-list li.check-item a.checkbox {
    display: flex;
    flex-wrap: nowrap;
/*     font-size: 20px; */
    line-height: 1.35;
    vertical-align: middle;
    cursor: pointer;
}
.filter .dropdown ul.check-list li.check-item a.checkbox::before {
    content: "";
    margin-top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    flex-shrink: 0;
}
.filter .dropdown ul.check-list li.check-item a.checkbox.checked::before {
    content: '\2713';
    color: #fff;
    background-color: #00a2ce;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-color: #00a2ce;
}

.filter .dropdown ul.check-list li.check-item.has-child >  a.checkbox {
	display: inline-flex;
	width: calc(100% - 14px);
}
.filter .dropdown ul.check-list li.check-item.has-child > .open-child {
	position: absolute;
    top: 10px;
	right: 0;
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 9px;
    clip-path: polygon( 0 0, 100% 0, 50% 100% );
    background: #000;
    margin-left: auto;
    transition: 0.3s;
	cursor: pointer;
}
.filter .dropdown ul.check-list li.check-item.has-child.child-opened > .open-child {
    transform: rotate(-90deg)
}

.filter .dropdown ul.check-list li.check-item:not(:last-child) {
    margin-bottom: 12px;
}

/* Product Order */

form.woocommerce-ordering {
    display: inline-flex;
    float: none!important;
    align-items: center;
    margin-bottom: 30px!important;
/*     margin-left: 32px!important; */
}

form.woocommerce-ordering label {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 8px;
}
form.woocommerce-ordering select {
    display: none;
}
form.woocommerce-ordering .custom-select {
    position: relative;
    display: inline-block;
}
form.woocommerce-ordering .custom-select a.open-options {
    position: relative;
    display: inline-block;
    min-width: 237px;
    font-size: 20px;
    padding: 5px 42px 5px 16px ;
    border-radius: 30px;
    color: #000;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    border: 0!important;
    cursor: pointer;
}
form.woocommerce-ordering .custom-select a.open-options::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/images/dropdown.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
form.woocommerce-ordering .custom-select .select-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 24px 32px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    list-style-type: none;
}
form.woocommerce-ordering .custom-select .select-dropdown.show {
    opacity: 1;
    visibility: visible;
}
form.woocommerce-ordering .custom-select .option {
    font-size: 20px;
    line-height: 1.35;
    vertical-align: middle;
    cursor: pointer;
}
form.woocommerce-ordering .custom-select .select-dropdown .option:not(:last-child) {
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .filter {
        display: block;
    }
    form.woocommerce-ordering {
        float: none!important;
        margin-top: 20px!important;
        margin-left: 0!important;
    }
}

/* Product */
.woocommerce ul.products li.product {
    padding: 20px!important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    text-align: left!important;
    display: flex!important;
    flex-direction: column!important;

}
.product-brand {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; 
    letter-spacing: 1.6px;
    text-transform: uppercase;
} 
.woocommerce ul.products li.product a img {
    aspect-ratio: 296/234;
    object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px!important;
    line-height: 1.3!important;
    font-weight: 400!important;
    color: #000!important;
    padding: 0;
    margin: 4px 0 24px!important;
}
.woocommerce ul.products li.product .price {
    color: #000!important;
    font-size: 36px!important;
    font-weight: 700!important;
    line-height: 1.3333!important;
    margin-bottom: 24px;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount{
    color: #DF2800;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: strikethrough;
    opacity: 1;
    display: block;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount{
    display: block;
    color: #000!important;
    text-decoration: none!important
}
.woocommerce ul.products li.product a.button {
    padding: 12px 24px!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 1.3;
    border-radius: 30px;
    background: #00A2CE;
    width: 100%;
    text-align: center;
}
body.woocommerce ul.products li.product a.button ,
body.woocommerce .elementor-widget.elementor-wc-products ul.products li.product a.button {
    margin-top: auto!important;
}

.elementor-products-grid nav.woocommerce-pagination {
    
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
	list-style: none;
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers .page-numbers {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background: none!important;
    color: #000!important
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    text-decoration: underline;
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
    color: #00A2CE!important;
    text-decoration: underline;
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers a.prev.page-numbers,
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers a.next.page-numbers {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers a.prev.page-numbers::after,
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers a.next.page-numbers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("assets/images/arrow_left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-products-grid nav.woocommerce-pagination ul.page-numbers a.next.page-numbers::after {
    transform: rotate(180deg);
}

@media(max-width: 1023px) {
    .woocommerce ul.products {
        display: grid!important;
        grid-template-columns: 1fr 1fr!important;
    }
}
@media(max-width: 767px) {
    .woocommerce ul.products {
        display: grid!important;
        grid-template-columns: 1fr!important;
    }
}

/* Product accordion */

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened, 
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none;
}

.e9aproducttabs {
    background: #F0F5F6;
}
.e9aproducttabs .elementor-accordion {
    border-radius: 10px;
    border: 1px solid #000; 
    overflow: hidden;
    padding: 20px;
}
.e9aproducttabs .elementor-accordion-item{
    margin: 0!important;
}
.e9aproducttabs .elementor-accordion-item:not(:last-child) {
    border-bottom: 1px solid #D5D5D5;
}
.e9aproducttabs .elementor-accordion-icon {
    display: none
}

.e9aproducttabs .elementor-accordion-item .elementor-tab-title{
    flex-direction: row!important;
    justify-content: flex-start!important;
    background: transparent;
    padding: 16px 0;
    cursor: pointer;
}

.e9aproducttabs .elementor-tab-title .elementor-accordion-title::after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    transition: 0.3s;
    width: 12px;
    height: 16px;
    background: url('assets/images/polygon-up.svg') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.e9aproducttabs #elementor-tab-title-read_user_guide .elementor-accordion-title::after {
    width: 24px;
    height: 24px;
    background-image: url('assets/images/open_in_new.svg');
    transform: none!important;
    margin-left: 0;
}
.e9aproducttabs .elementor-tab-title.elementor-active .elementor-accordion-title::after {
    transform: rotate(180deg);
}

.e9aproducttabs .elementor-accordion-item .elementor-tab-content{
    background: transparent;
    padding: 0 0 16px;
}


/* Product atribute */
.woocommerce div.product form.cart .variations .label {
    text-align: left;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations .label label {
    font-size: 20px;
    color: #000;
}

table.variations #picker_pa_color .select-option.swatch-wrapper,
table.variations #picker_pa_color .select-option.swatch-wrapper *{
    border-radius: 100%
}
.woocommerce div.product form.cart .variations div.swatch-wrapper.selected {
    border-color: #000;
}

table.variations #picker_pa_size ul[data-attribute_name="attribute_pa_size"] {
    display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
table.variations #picker_pa_size ul[data-attribute_name="attribute_pa_size"] input {
    display: none
}
table.variations #picker_pa_size ul[data-attribute_name="attribute_pa_size"] label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 27px;
    border: 1px solid #D5D5D5;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
	    margin: 0;
}
table.variations #picker_pa_size ul[data-attribute_name="attribute_pa_size"] input:checked + label {
    color: #000;
    border-color: #000;
}

/* Product image slider */
#product-thumbs .swiper-slide.swiper-slide-active {
    border: 1px solid #D5D5D5;
}
#product-thumbs .elementor-swiper-button {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#product-thumbs .elementor-swiper-button svg {
    width: 32px;
    height: 32px;
}
@media(min-width: 1366px) {
    #product-thumbs .elementor-swiper-button.elementor-swiper-button-prev {
        left: -16px;
    }
    #product-thumbs .elementor-swiper-button.elementor-swiper-button-next {
        right: -16px;
    }
}

.elementor-wc-products .woocommerce{}
.elementor-wc-products .woocommerce svg.loading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.elementor-nothing-found + ul.products {
    display: none !important;
}
.woocommerce ul.products li.product .price ins {
	display:block;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
}
.woocommerce ul.products li.product .pre-price {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}

/* 11 Mar */ 
:target {
	 scroll-margin-top: 135px; /* 135 is height of header */
}

/* clm-book-at-location */

.clm-book-at-location {
    width: 100%;
}
.clm-location-filter {
    display: flex;
    gap: 16px;
	justify-content: center;
}
.clm-location-filter .search-wrapper {
    width: 50%;
}
.clm-location-filter .filter-wrapper {
    width: calc(50% - 118px);
    flex-grow: 1;
}

.clm-location-filter input,
.clm-location-filter select{
    font-size: 16px!important;
    font-weight: 400;
    line-height: 1.5em!important;
    padding: 15px 20px;
    width: 100%;
    color: #000;
    border: 1px solid #e8ecf2!important;
    border-radius: 10px;
    height: auto!important;
    min-height: 0;
    height: 100%;
}
.clm-location-filter select.checking:not(.selected) {
    border-color: #DC282F!important 
}
.clm-location-filter select option {
    color: #000;
}
.clm-location-filter select.selected {
    color: #00A2CE;
}
.clm-location-filter select[disabled] {
    /* background-color: rgb(247, 248, 248); */
}
.clm-location-filter select::-ms-expand {
    display: none;
} 
.clm-location-filter select {
    padding-right: 40px;
    appearance: none;           /* Chuẩn */
    -webkit-appearance: none;   /* Safari/Chrome (WebKit) */
    -moz-appearance: none;    
    background-image: url('assets/images/select-dropdown.svg');
    background-position: calc(100% - 20px) 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
}
.clm-location-filter .search-input {
    padding-left: 54px;
}
.clm-location-filter input:placeholder {
    color: #ccc;
}
.clm-location-filter .search-input {
    background-image: url('assets/images/MagnifyingGlass.svg');
    background-position: 20px 50%;
    background-size: 24px auto;
    background-repeat: no-repeat;
}
.clm-location-filter .elementor-button.booking-next-step {
    min-width: 204px;
    flex-shrink: 0;
}
#online-booking.next-step .clm-location-filter .elementor-button.booking-next-step {
    display: none;
}
#online-booking.next-step .back-to-book-method .elementor-button:not(:hover) {
    background: #00a2ce!important;
}
.clm-location-filter  .elementor-button.booking-next-step .content-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content:center;
    gap: 10px;
}
.clm-location-filter  .elementor-button.booking-next-step .content-wrapper .icon {
    line-height: 1;
}
.clm-location-topsearch {
    margin-top: 16px;
}
#online-booking.next-step .clm-location-topsearch {
    display: none;
}
.clm-location-topsearch .topsearch-label {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
}
.clm-location-topsearch  .topsearch-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    cursor: pointer
}
.clm-location-topsearch .topsearch-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(100%/3 - 32px/3);
    padding: 16px 12px;
    border-radius: 8px;
    background: #00A2CE;
    color: #fff
}
.clm-location-topsearch  .topsearch-item::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('assets/images/sleep-study.png') no-repeat center;
    background-size: contain;
}
.clm-location-searched-text {
    display: none;
    font-family: 'Poppins';
    font-size: 28px!important;
    font-weight: 800;
    text-align: center;
    color: #00A2CE;
    margin: 32px 0!important
}
#online-booking.next-step .clm-location-searched-text {
    display: block;
}
@media(max-width: 767px) {
    .clm-location-topsearch .topsearch-item {
        width: 100%;
    }
    .clm-location-searched-text {
        font-size: 24px!important;
    }
}

.clm-location-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}
#online-booking:not(.next-step) .clm-location-searched-text,
#online-booking:not(.next-step) .clm-location-list {
    display: none!important;
}
.clm-location-list .location-item {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.clm-location-list .location-title {
    font-size: 18px;
    font-weight: 700;
    color: #0E647F;
    margin: 0;
}

.clm-location-list a.book-at-location-btn {
    margin-top: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    background: #00A2CE;
    text-align: center;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

@media(max-width: 1280px) {
    .clm-location-filter {
        flex-wrap: wrap;
    }
    .clm-location-filter .search-wrapper {
        width: 100%;
    }
    .clm-location-filter .filter-wrapper {
        width: calc(100%/3 - 32px/3);
    }
}

@media( max-width: 1023px ) {
    .clm-location-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media( max-width: 767px ) {
    .clm-location-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .clm-location-filter .filter-wrapper {
        width: 100%;
    }
}

#online-booking, #call-to-book {
    display: none;
}

#book-online-btn,
#call-to-book-btn {
    cursor: pointer;
}

#online-booking.next-step .booking-need-help {
    display: none
}
#online-booking .no-stores {
    font-family: "HelveticaNeue", Sans-serif;
    font-size: 28px !important;
    text-align: center;
    color: #00A2CE;
    font-weight: 700;
    line-height: 1.33em;
}
#online-booking:not(.next-step) .no-stores {
    display: none!important;
}
@media (max-width: 767px) {
    #online-booking .no-stores {
        font-size: 24px !important;
    }
}

/* ----------------------
    Custom Testimonial Widget 
*/

/* testimonial box */
.testimonial-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 25px 16px;
    padding: 24px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 1px 1px 4px 0px #00000008;
}

.testimonial-box .image-wrapper {
    position: relative;
    width: 112px;
    height: 112px;
}
.testimonial-box .image-wrapper img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 93px;
    border-radius: 0 999px 999px 999px;
    box-shadow: 0px 3.83px 3.83px 0px #0000001A;

}
.testimonial-box .image-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    background: #00A2CE;
    z-index: -1;
}
.testimonial-box .title-wrapper {
    width: calc(100% - 128px);
    align-self: center;
}
.testimonial-box .title {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0 0 2px;
}
.testimonial-box .subtitle {
    font-family: Poppins;
    font-weight: 500;
    font-style: Italic;
    font-size: 14px;
    line-height: 1.3;
    color: #00A2CE;
}
.testimonial-box .description {
    display: block;
    width: calc(100% + 8px);
    margin-right: -8px;
    font-family: Poppins;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    height: 146px;
    overflow-y: auto;
    padding-right: 8px;
}
.testimonial-box .description::-webkit-scrollbar {
  width: 4px;
}
.testimonial-box .description::-webkit-scrollbar-thumb {
  background: #00A2CE;
}

/* Desktop version */
.desktop-testimonials .splide__slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    
}
.desktop-testimonials .splide__slide .testimonial-box:first-child {
    grid-column-start: 2
}
@media(max-width: 980px) {
    .desktop-testimonials {
        display: none;
    }
}

/* Mobile version */
@media(min-width: 981px) {
    .mobile-testimonials {
        display: none;
    }
}

/* Splide Arrow & Dots */

.testimonials-wrapper button.splide__arrow.splide__arrow--prev,
.testimonials-wrapper button.splide__arrow.splide__arrow--next {
    padding: 0!important;
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-size: contain;
}
.testimonials-wrapper button.splide__arrow.splide__arrow--prev {
    left: -70px;
    background-image: url('assets/images/splide-prev.svg');
}
.testimonials-wrapper button.splide__arrow.splide__arrow--next {
    right: -70px;
    background-image: url('assets/images/splide-next.svg');
} 
.testimonials-wrapper .splide__pagination {
    display: none!important;
}
.testimonials-wrapper button.splide__pagination__page {
    padding: 0;
    width: 8px;
    height: 8px;
    transform: none!important;
    border-radius: 50%;
    background: #C6C6C6;
    margin: 0;
}
.testimonials-wrapper button.splide__pagination__page.is-active {
    background: #00A2CE;
}
@media(max-width: 1200px) {
    .testimonials-wrapper button.splide__arrow.splide__arrow--prev,
    .testimonials-wrapper button.splide__arrow.splide__arrow--next {
        top: 30%;
        transform: translateY(0)!important;
    }
    .testimonials-wrapper button.splide__arrow.splide__arrow--prev {
        left: 0;
    }
    .testimonials-wrapper button.splide__arrow.splide__arrow--next {
        left: 70px;
    }
}
@media(max-width: 980px) {
    .testimonials-wrapper .splide__pagination {
        display: flex!important;
        justify-content: flex-start;
        max-width: 50%;
        gap: 12px;
        bottom: -50px!important;
        padding: 0;
    }
    .testimonials-wrapper .mobile-testimonials {
        padding-bottom: 60px;
    }
    .testimonials-wrapper button.splide__arrow.splide__arrow--prev,
    .testimonials-wrapper button.splide__arrow.splide__arrow--next {
        top: auto;
        bottom: -60px;
        width: 32px;
        height: 32px;
        transform: none;
    }
    .testimonials-wrapper button.splide__arrow.splide__arrow--prev {
        right: 37px;
        left: auto;
    }
    .testimonials-wrapper button.splide__arrow.splide__arrow--next {
        right: 0;
        left: auto;
    }
}

/* ----------------------
    Research Box - Retimer Page
    Mobile: change to accordion
*/
.research-box .elementor-icon-box-title {
    pointer-events: none;
}
@media(max-width: 767px) {
    .research-box,
    .research-box * {
        transition: height 0.3s ease, max-height 0.3s ease;
    }
    .research-box .elementor-icon-box-content {
        text-align: left;
    }
    .research-box .elementor-icon-box-icon {
        position: absolute;
        
    }
    .research-box .elementor-icon-box-icon svg {
        width: 32px;
        height: 32px;
    }
    .research-box .elementor-widget-container {
        padding: 20px 16px!important;;
    }
    .research-box .elementor-icon-box-title {
        position: relative;
        padding-left: 40px;
        padding-right: 20px;
        margin: 0!important;
        cursor: pointer;
        pointer-events: all;
    }
    .research-box .elementor-icon-box-title::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url('assets/images/arrow-down-white.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
    .research-box .elementor-icon-box-description {
        max-height: 0;
        transition: 0.3s;
        overflow: hidden;
    }
    .research-box.opened .elementor-icon-box-description {
        max-height: 1000px;
    }
}