/* 
===========================================
Testimonial Sliders Widget
=========================================== */

.zkm-testimonial-slider__wrapper {
    position: relative;
}

.zkm-testimonial-slider__wrapper .zkm-testimonial-slider {
    width: calc(100% + ((100vw - 1160px) / 2));
}

.swiper-slide.zkm-testimonial-slider__item {
    width: auto;
}

.zkm-slider__navigation {
    display: flex;
    align-items: center;
    gap: 27px;
    position: absolute;
    top: -120px;
    right: 0;
}

.zkm-slider__navigation-arrow {
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
}

.zkm-slider__navigation-arrow.swiper-button-disabled {
    opacity: 0.6;
}

.zkm-pagination-fraction {
    display: none;
}

.zkm-swiper-fraction {
    margin-top: 50px;
    font-size: 22px;
    font-family: "Juana", Sans-serif;
    color: var(--e-global-color-primary);
}

@media(max-width: 1200px) {
    .zkm-testimonial-slider__wrapper .zkm-testimonial-slider {
        width: calc(100% + 20px);
    }

    .zkm-slider__navigation {
        right: 20px;
    }
}

@media(max-width: 992px) {
    .zkm-testimonial-slider__wrapper .zkm-testimonial-slider {
        width: 100%;
    }

    .zkm-testimonial-slider__item img {
        width: 100%;
    }

    .zkm-swiper-fraction {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .zkm-slider__navigation {
        top: -40px;
        right: 0;
        gap: 15px;
    }

    .zkm-slider__navigation-arrow svg {
        width: 25px;
        height: 25px;
    }
}


/* 
===========================================
Certified Sliders Widget
=========================================== */
.zkm-certified-slider__item.swiper-slide {
    width: 369px;
    height: auto;
}

.zkm-certified-slider__wrapper {
    padding-bottom: 50px;
}

.zkm-certified-slider__wrapper .zkm-swiper-fraction {
    margin-top: 0;
    position: absolute;
    bottom: -40px;
}

.zkm-certified-slider__wrapper .zkm-certified-slider {
    width: calc(100% + ((100vw - 1160px) / 2));
}

.zkm-certified-slider__item-description{
	hyphens: auto;
}

.zkm-certified-slider__item-button {
    text-decoration: underline !important;
    hyphens: auto;
}

.zkm-certified-slider__item-button:hover {
    text-decoration: none !important;
}

.zkm-certified-slider__item-image img {
    object-position: top center;
}

.zkm-pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media(max-width: 1200px) {
    .zkm-certified-slider__wrapper .zkm-certified-slider {
        width: calc(100% + 20px);
    }
}

@media(max-width: 992px) {
    .zkm-certified-slider__wrapper .zkm-certified-slider {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .zkm-swiper-fraction {
        font-size: 18px;
    }
}

/* Certified Grid */
.zkm-certified-grid {
    gap: 16px;
}

/* 
===========================================
Image Sliders Widget
=========================================== */

.zkm-image-slider__wrapper {
    position: relative;
}

.zkm-image-slider__wrapper .zkm-image-slider {
    width: calc(100% + ((100vw - 1160px) / 2));
}

.zkm-image-slider__wrapper .swiper-wrapper {
    align-items: center;
}

.swiper-slide.zkm-image-slider__item {
    width: auto;
}

.zkm-image-slider__wrapper .zkm-slider__navigation {
    top: -40px;
}

@media screen and (max-width: 980px) {
    .zkm-image-slider__wrapper .zkm-image-slider {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .zkm-image-slider__wrapper .zkm-slider__navigation {
        top: -50px;
    }
}

/* 
===========================================
Video Sliders Widget
=========================================== */

.zkm-video-slider__wrapper {
    position: relative;
}

.zkm-video-slider__wrapper .zkm-video-slider {
    width: calc(100% + ((100vw - 1160px) / 2));
}

.zkm-video-slider__wrapper .swiper-wrapper {
    align-items: center;
}

.swiper-slide.zkm-video-slider__item {
    width: auto;
    aspect-ratio: 9 / 16;
}

.swiper-slide.zkm-video-slider__item iframe {
    width: 100%;
    height: 100%;
}

.zkm-video-slider__wrapper .zkm-slider__navigation {
    top: -70px;
}

@media screen and (max-width: 980px) {
    .zkm-video-slider__wrapper .zkm-video-slider {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .zkm-video-slider__wrapper .zkm-slider__navigation {
        top: -50px;
    }
}

/* 
===========================================
Workshops Grid Widget
=========================================== */
.zkm-workshop__container {
    position: relative;
    overflow: hidden;
}

.zkm-workshop__container.zkm-loader-active {
    opacity: 0.5;
}

.zkm-workshops-grid__item-content {
    display: flex;
    flex-direction: column;
}

.zkm-workshops-grid__item-description {
    flex-grow: 1;
}

.zkm-workshops-grid__item-description p:last-child {
    margin-bottom: 0;
}

.zkm-workshops-grid__item-price-text {
    position: relative;
    top: -5px;
    margin-right: 5px;
}

.zkm-workshops-grid__item-button {
    display: inline-block;
}

.zkm-workshops-grid__item-button {
    align-self: flex-start;
}

/* Workshops Search Form */
.zkm-workshop-search__forms {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--e-global-color-primary);
}

.zkm-workshop-search__forms form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.zkm-workshop-search__forms select,
.zkm-workshop-search__forms input:not([type="checkbox"]) {
    min-height: 45px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-family: "Juana", Sans-serif;
    padding-left: 13px;
}

.zkm-workshop-search__forms select:focus,
.zkm-workshop-search__forms input:focus {
    outline: 0;
}

.zkm-workshop-search__forms #category,
.zkm-workshop-search__forms #location {
    min-width: 260px;
}

.zkm-workshop-search__form-datetime #end-date {
    border-left: 0;
}

/* .zkm-workshop-search__form-datetime div {
    max-width: 160px;
} */

.zkm-workshop-search__form-datetime input {
    width: 100%;
    padding-right: 40px;
}

.zkm-icon {
    width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.zkm-icon-date {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.2' height='19' viewBox='0 0 18.2 19'%3E%3Cg id='Icon_feather-calendar' data-name='Icon feather-calendar' transform='translate(-3.5 -3)'%3E%3Cpath id='Path_197' data-name='Path 197' d='M6.3,6H18.9a1.789,1.789,0,0,1,1.8,1.778V20.222A1.789,1.789,0,0,1,18.9,22H6.3a1.789,1.789,0,0,1-1.8-1.778V7.778A1.789,1.789,0,0,1,6.3,6Z' transform='translate(0 -1)' fill='none' stroke='%23b58b69' stroke-width='2'/%3E%3Cpath id='Path_198' data-name='Path 198' d='M24,3V7' transform='translate(-7.8)' fill='none' stroke='%23b58b69' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_199' data-name='Path 199' d='M12,3V7' transform='translate(-3)' fill='none' stroke='%23b58b69' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_200' data-name='Path 200' d='M4.5,15H20.7' transform='translate(0 -4.8)' fill='none' stroke='%23b58b69' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.zkm-icon-close {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.529' height='16.529' viewBox='0 0 16.529 16.529'%3E%3Cg id='Group_208' data-name='Group 208' transform='translate(-4.586 -4.586)'%3E%3Cpath id='Path_201' data-name='Path 201' d='M19.7,6,6,19.7' transform='translate(0 0)' fill='none' stroke='%23b58b69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_202' data-name='Path 202' d='M6,6,19.7,19.7' transform='translate(0 0)' fill='none' stroke='%23b58b69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.zkm-workshop-search__forms select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding-right: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10.864' viewBox='0 0 19 10.864'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M15.691,18.835l7.184-7.19a1.352,1.352,0,0,1,1.918,0,1.369,1.369,0,0,1,0,1.923l-8.14,8.146a1.355,1.355,0,0,1-1.872.04l-8.2-8.18A1.358,1.358,0,0,1,8.5,11.651Z' transform='translate(-6.188 -11.246)' fill='%23b58b69'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.zkm-workshop-search__form-datetime {
    display: flex;
}

.zkm-workshop-search__forms button {
    align-self: flex-start;
    min-height: 45px;
    padding: 10px 55px;
}

.zkm-workshop-search__forms #location {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.516' height='20.516' viewBox='0 0 20.516 20.516'%3E%3Cg id='Icon_feather-search' data-name='Icon feather-search' transform='translate(-3.5 -3.5)'%3E%3Cpath id='Path_121' data-name='Path 121' d='M20.59,12.545A8.045,8.045,0,1,1,12.545,4.5a8.045,8.045,0,0,1,8.045,8.045Z' transform='translate(0 0)' fill='none' stroke='%23b58a69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_122' data-name='Path 122' d='M29.35,29.35l-4.375-4.375' transform='translate(-6.748 -6.748)' fill='none' stroke='%23b58a69' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.zkm-workshop-search__form-group {
    position: relative;
}

.xdsoft_datetimepicker{
    font-family: var(--e-global-typography-secondary-font-family);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    background-color: var(--e-global-color-primary) !important;
    box-shadow: none !important;
}

/* Placeholder Styling */
.zkm-workshop-search__forms form ::placeholder {
    color: var(--e-global-color-primary);
    opacity: 1;
    font-size: 18px;
    text-transform: uppercase;
}

/* For Firefox */
.zkm-workshop-search__forms form input::-moz-placeholder {
    color: var(--e-global-color-primary);
    opacity: 1;
    font-size: 18px;
    text-transform: uppercase;
}

/* For Internet Explorer */
.zkm-workshop-search__forms form input:-ms-input-placeholder {
    color: var(--e-global-color-primary);
    opacity: 1;
    font-size: 18px;
    text-transform: uppercase;
}

.zkm-form-checkbox__group {
    margin-top: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.zkm-form-checkbox__group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--e-global-color-primary);
    padding: 0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.zkm-form-checkbox__group input[type="checkbox"]:checked {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.zkm-form-checkbox__group input[type="checkbox"]::after {
    content: "✓";
    font-size: 14px;
    color: white;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.zkm-form-checkbox__group input[type="checkbox"]:checked::after {
    display: block;
}

.zkm-form-checkbox__group span {
    font-family: 'Juana', sans-serif;
    font-size: 18px;
    color: var(--e-global-color-primary);
    text-transform: uppercase;
}

.zkm-workshop-search__forms button.zkm-clear-button {
    position: relative;
    top: -5px;
    display: inline-block;
    padding: 0;
    background: transparent;
    min-height: 0;
    border: 0;
    color: var(--e-global-color-primary);
    font-size: 12px;
    font-family: "Brother1816", sans-serif;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) {
    .zkm-workshop-search__forms form{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .zkm-workshop-search__forms form {
        flex-direction: column;
    }

    .zkm-workshop-search__form-datetime div{
        max-width: 50%;
    }

    .zkm-workshop-search__forms form button[type="submit"] {
        width: 100%;
    }
}

/* Pagination */
.zkm-pagination__wrapper {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.zkm-pagination-info {
    font-size: 22px;
    font-family: 'Juana', sans-serif;
    color: var(--e-global-color-primary);
}

.zkm-pagination__button {
    display: flex;
    gap: 28px;
    justify-content: right;
}

.zkm-pagination-prev,
.zkm-pagination-next {
    width: 17px;
    height: 31px;
    text-indent: -9999px;
    color: transparent !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.zkm-pagination-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.542' height='31.352' viewBox='0 0 17.542 31.352'%3E%3Cg id='Arrow_left_active' transform='translate(0.734 0.366)'%3E%3Cg id='Group_167' data-name='Group 167' transform='translate(0 0)'%3E%3Cg id='Group_6' data-name='Group 6' transform='translate(0 0)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M16.467,0,0,15.312,16.467,30.619' transform='translate(0 0)' fill='none' stroke='%23b58b69' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zkm-pagination-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.542' height='31.352' viewBox='0 0 17.542 31.352'%3E%3Cg id='Arrow_right_inactive' transform='translate(0.34 0.366)'%3E%3Cg id='Group_167' data-name='Group 167' transform='translate(0 0)'%3E%3Cg id='Group_6' data-name='Group 6' transform='translate(0 0)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M0,0,16.467,15.312,0,30.62' transform='translate(0 0)' fill='none' stroke='%23b58b69' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.zkm-pagination-inactive {
    opacity: 0.3;
}

.zkm-no-results-message {
    margin-bottom: 30px;
    font-size: 20px;
}


/* Loader Styles */
#zkm-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.zkm-loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--e-global-color-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 
===========================================
Blog Grid Widget
=========================================== */
.zkm-blog-grid__item-button {
    display: inline-block;
}

.zkm-blog-grid__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 17px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--e-global-color-primary);
}

.zkm-category-select {
    font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
    .zkm-blog-grid__filters {
        row-gap: 15px;
    }
}

/* 
===========================================
Maps Widget
=========================================== */
.zkm-map-search-container {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
    padding-bottom: 11px;
    text-align: right;
    border-bottom: 1px solid var(--e-global-color-primary);
}

.zkm-map-search {
    width: 100%;
    max-width: 300px;
    padding: 8px 35px 8px 15px !important;
    border: 1px solid var(--e-global-color-primary) !important;
    border-radius: 0 !important;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b58b69' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    font-size: 18px;
    color: var(--e-global-color-primary);
    font-family: Arial, sans-serif;
    box-shadow: none;
    outline: none;
    height: 40px;
}

.zkm-map-search::placeholder {
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    line-height: 1em;
    font-size: 18px;
    font-family: var(--e-global-typography-a436834-font-family), Sans-serif;
    opacity: 0.8;
}

.zkm-map-search:focus {
    border-color: #D1D1D1;
    box-shadow: none;
}

/* Search icon styling */
.zkm-map-search-container::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* Google Places Autocomplete dropdown styling */
.pac-container {
    border: 1px solid #E6E6E6;
    border-top: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    border-radius: 0;
}

.pac-item {
    padding: 4px 15px;
    border-top: 1px solid #E6E6E6;
    font-size: 13px;
    color: #333333;
}

.pac-item:hover {
    background-color: #F8F8F8;
}

.pac-item-selected {
    background-color: #F8F8F8;
}

.pac-matched {
    font-weight: bold;
}

.pac-icon {
    display: none;
}

.zkm-map-info-window {
    padding: 0;
    max-width: 300px;
}

.zkm-map-info-window img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 0;
}

.zkm-map-info-window h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: var(--e-global-typography-a436834-font-family), Sans-serif;
}

.zkm-map-info-window .sub-title {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    color: #666;
}

.zkm-map-info-window .website-btn {
    display: inline-block;
    padding: 0;
    color: var(--e-global-color-primary);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--e-global-typography-aea8775-font-family), Sans-serif;
}

.zkm-map-info-window-content {
    padding: 15px;
}

.zkm-map-info-window .website-btn:hover {
    text-decoration: none;
}

/* Style the Google Maps info window */
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 8px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
}

/* Close button styling */
.gm-style .gm-style-iw-t button {
    top: 0 !important;
    right: 0 !important;
    background-color: white !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;

    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gm-style .gm-style-iw-t button img {
    width: 12px !important;
    height: 12px !important;
    margin: 9px !important;
}

.gm-style-iw-chr {
    position: absolute;
    top: 10px;
    right: 10px;
}

.gm-ui-hover-effect>span {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .zkm-map-info-window img {
        height: 100px;
    }

    .zkm-map-info-window-content {
        padding: 10px;
    }

    .gm-style .gm-style-iw-t button {
        width: 20px !important;
        height: 20px !important;
    }

    .gm-ui-hover-effect>span {
        width: 16px !important;
        height: 16px !important;
    }
}