/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 18:38:10 */
.chini-video__cta-wrap {
    margin-top: 20px;
}

.chini-video__book-btn {
    display: inline-block;
    padding: 12px 22px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chini-video__book-btn:hover {
    opacity: 0.9;
}

body.chini-video-popup-open {
    overflow: hidden;
}

.chini-video-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}

.chini-video-popup.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
}

.chini-video-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.chini-video-popup__dialog {
    position: relative;
    width: calc(100% - 30px);
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    margin: 0;
}

button.chini-video-popup__close.js-chini-video-popup-close {
        position: absolute;
    top: 10px;
    right: 14px;
    border: none ;
    background: transparent ;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #1db9de;
}

.chini-video-popup__title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
}

.chini-video-popup__content {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .chini-video-popup__dialog {
        padding: 20px;
        margin: 30px auto;
    }

    .chini-video-popup__title {
        font-size: 24px;
    }

    .chini-video__book-btn {
        width: 100%;
        text-align: center;
    }
}