/* Info Slide Panel styles */

.isp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 20, 30, 0.55);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.isp-overlay.isp-open {
    opacity: 1;
    visibility: visible;
}

.isp-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 420px;
    max-width: 92vw;
    background: #ffffff;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    padding: 48px 40px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.isp-panel.isp-open {
    transform: translateX(0);
}

.isp-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #1b2a3a;
    cursor: pointer;
    padding: 4px;
}
.isp-close:hover {
    color: #0f6cbd;
}

.isp-logo {
    margin-bottom: 28px;
}
.isp-logo img {
    max-width: 140px;
    max-height: 100px;
    object-fit: contain;
}

.isp-about {
    font-size: 17px;
    line-height: 1.6;
    color: #22303f;
    margin: 0 0 36px;
}

.isp-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    padding: 4px 4px 4px 14px;
    background: #f7f9fb;
}
.isp-search-input {
    flex: 1 1 auto;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #22303f;
    padding: 10px 0;
    font-family: inherit;
}
.isp-search-input::placeholder {
    color: #8a97a3;
}
.isp-search-btn {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: none;
    background: #0f6cbd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
.isp-search-btn:hover {
    background: #142434;
}

.isp-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}

.isp-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #0f6cbd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.isp-icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #0f6cbd;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.isp-icon-pin {
    border: none;
    background: none;
}
.isp-icon-pin::before {
    width: 22px;
    height: 22px;
    background: #0f6cbd;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.6 4 10c0 5.4 7 11.5 7.3 11.7.2.2.4.3.7.3s.5-.1.7-.3C13 21.5 20 15.4 20 10c0-4.4-3.6-8-8-8zm0 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C7.6 2 4 5.6 4 10c0 5.4 7 11.5 7.3 11.7.2.2.4.3.7.3s.5-.1.7-.3C13 21.5 20 15.4 20 10c0-4.4-3.6-8-8-8zm0 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E");
}
.isp-icon-phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.7 5.1 6.5 6.5l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .4 1 1v3.5c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.7 5.1 6.5 6.5l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.5.6.6 0 1 .4 1 1v3.5c0 .6-.4 1-1 1C10.9 21 3 13.1 3 3.9c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.5.1.4 0 .8-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
}
.isp-icon-clock::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 10.6 4 2.3-.7 1.2-4.8-2.8V7h1.5v5.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 10.6 4 2.3-.7 1.2-4.8-2.8V7h1.5v5.6z'/%3E%3C/svg%3E");
}

.isp-text {
    display: flex;
    flex-direction: column;
    color: #22303f;
    font-size: 16px;
    line-height: 1.4;
}
.isp-text strong {
    font-weight: 700;
}
.isp-subtext {
    color: #6b7885;
    font-size: 14px;
    margin-top: 2px;
}

/* Trigger button rendered by shortcode */
.isp-shortcode-btn {
    background: #142434;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    padding: 12px 26px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
}
.isp-shortcode-btn:hover,
.isp-shortcode-btn:focus,
.isp-shortcode-btn:active {
    background: #0f6cbd;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}
.isp-shortcode-btn.isp-btn-full {
    display: block;
    width: 100%;
    height: 100%;
}

/* Floating WhatsApp bubble */
.isp-whatsapp-bubble {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    z-index: 99997;
    transition: transform 0.2s ease;
}
.isp-whatsapp-bubble:hover {
    transform: scale(1.08);
}

@media (max-width: 480px) {
    .isp-panel {
        padding: 36px 24px;
        width: 100vw;
        max-width: 100vw;
    }
}
