.kanos-condotel-related {
    padding: 40px 0;
}

.k-cr-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.k-cr-view-all-btn {
    padding: 6px 6px 6px 20px;
    background: linear-gradient(135deg, #55A630 0%, #166534 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    line-height: 1;
}

.k-cr-view-all-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #166534;
    transition: transform 0.3s ease;
}

.k-cr-view-all-icon svg {
    width: 18px;
    height: 18px;
}

.k-cr-view-all-btn:hover .k-cr-view-all-icon {
    transform: translateX(2px);
}

.k-cr-view-all-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 0.9;
}

.k-cr-heading {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #166534;
    margin: 0;
    text-transform: uppercase;
}

.k-cr-container {
    position: relative;
}

/* List Wrapper */
.k-cr-tour-list-wrapper {
    padding: 22px 16px !important;
    overflow: visible;
}

/* Item Wrapper & Inner */
.k-cr-tl-item-inner {
    background: #F8FAFB;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}



/* Thumbnail */
.k-cr-tli-thumbnail-inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 55%;
    /* 55% aspect ratio */
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.k-cr-tli-thumbnail-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: transform 0.5s ease;
}



/* Info Wrapper */
.k-cr-tli-full-info-wrapper {
    padding: 0 24px 24px 24px;
}

/* Name */
.k-cr-tli-name-wrapper {
    margin-bottom: 12px;
}

.k-cr-tli-name-wrapper h4 {
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #166534;
    margin: 0;
}

/* Price */
.k-cr-tli-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.k-cr-tli-price-inner {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.k-cr-tli-price-from {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.k-cr-tli-price-value {
    color: #166534;
}



/* Arrow Button */
.k-cr-tli-arrow-btn {
    width: 40px;
    height: 40px;
    background: #55A630;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.k-cr-tli-arrow-btn svg {
    width: 20px;
    height: 20px;
}




/* Navigation Buttons */
.k-cr-button-next,
.k-cr-button-prev {
    color: #fff;
    background: #55A630;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}



.k-cr-button-next {
    right: -24px;
}

.k-cr-button-prev {
    left: -24px;
}

.k-cr-button-next:after,
.k-cr-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    font-weight: bold;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.k-cr-button-next:after {
    content: 'next';
}

.k-cr-button-prev:after {
    content: 'prev';
}

/* Badges */
.k-cr-badge-size {
    position: absolute;
    top: 12px;
    right: 12px;
    backdrop-filter: blur(15px);
    background-color: #42424245;
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid #ffffff1a;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
}

.k-cr-badge-size svg,
.k-cr-badge-seaview svg,
.k-cr-badge-building svg,
.k-cr-badge-bedroom svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.k-cr-badge-seaview {
    position: absolute;
    top: 12px;
    left: 12px;
    backdrop-filter: blur(15px);
    background-color: #42424245;
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid #ffffff1a;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
}

.k-cr-badge-building {
    position: absolute;
    bottom: 12px;
    left: 12px;
    backdrop-filter: blur(15px);
    background-color: #42424245;
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid #ffffff1a;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
}

.k-cr-badge-bedroom {
    position: absolute;
    bottom: 12px;
    right: 12px;
    backdrop-filter: blur(15px);
    background-color: #42424245;
    border-radius: 12px;
    padding: 8px 12px;
    border: 1px solid #ffffff1a;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .k-cr-button-next {
        right: -12px;
    }

    .k-cr-button-prev {
        left: -12px;
    }
}

@media (max-width: 768px) {
    .k-cr-heading {
        font-size: 24px;
    }

    .k-cr-button-next,
    .k-cr-button-prev {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .k-cr-button-next:after,
    .k-cr-button-prev:after {
        font-size: 14px;
    }
}