@import 'HPM.Client.iobduk4ci4.bundle.scp.css';

/* /Components/Editable.razor.rz.scp.css */
.editable-block[b-ymdwgo5dgf] {
    position: relative;
}
/* /Components/EditableEditor.razor.rz.scp.css */
.editable-edit-btn[b-dpdtnrgan8] {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
}

.editable-editing[b-dpdtnrgan8] {
    border: 2px solid #0078d4;
    border-radius: 4px;
    padding: 8px;
    margin: 4px 0;
}

.editable-error[b-dpdtnrgan8] {
    color: #d32f2f;
    font-size: 0.875rem;
    margin-top: 4px;
}

.editable-actions[b-dpdtnrgan8] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    align-items: center;
}

.editable-source-toggle[b-dpdtnrgan8] {
    margin-left: auto;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    font-family: monospace;
    font-size: 13px;
}

.editable-source-toggle.active[b-dpdtnrgan8] {
    background-color: #0078d4;
    color: white;
    border-color: #0078d4;
}

.editable-source-textarea[b-dpdtnrgan8] {
    width: 100%;
    min-height: 200px;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
/* /Components/Home/DreamBlog.razor.rz.scp.css */
.dreamblog[b-36kj0erkkp] {
        padding: 5rem 0 5rem 0;
    }
/* /Components/Home/GetStarted.razor.rz.scp.css */
.download-btn[b-kz7iq63neg] {
    display: inline-block;
    padding: 1rem;
    margin: 0 0 0 1rem;
    background-color: rgba(var(--bs-light-rgb));
    color: rgba(var(--bs-dark-rgb));
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 2px solid rgba(var(--bs-light-rgb));
}

    .download-btn:hover[b-kz7iq63neg] {
        background-color: transparent;
        color: #ffffff;
        border-color: #ffffff;
    }
/* /Components/Home/RecentNews.razor.rz.scp.css */
.recent-news-cards[b-yhqr0q8y17]{
        padding: 6rem 0 6rem 0;
    }
    .recent-news-cards img[b-yhqr0q8y17] {
        height: 130px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
/* /Components/Home/TopFeatures.razor.rz.scp.css */
.style-card[b-rkoh7pnw7h] {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .style-card:hover[b-rkoh7pnw7h] {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        }

    .style-card-img[b-rkoh7pnw7h] {
        transition: transform 0.4s ease;
        width: 100%;
        height: auto;
    }

    .style-card:hover .style-card-img[b-rkoh7pnw7h] {
        transform: scale(1.1);
    }

    .style-card .overflow-hidden[b-rkoh7pnw7h] {
        overflow: hidden;
    }
/* /Components/Home/TopStyles.razor.rz.scp.css */
.style-card[b-p1p9v6f7an] {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .style-card:hover[b-p1p9v6f7an] {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        }

    .style-card-img[b-p1p9v6f7an] {
        transition: transform 0.4s ease;
        width: 100%;
        height: auto;
    }

    .style-card:hover .style-card-img[b-p1p9v6f7an] {
        transform: scale(1.1);
    }

    .style-card .overflow-hidden[b-p1p9v6f7an] {
        overflow: hidden;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yg900iyqd6],
.components-reconnect-repeated-attempt-visible[b-yg900iyqd6],
.components-reconnect-failed-visible[b-yg900iyqd6],
.components-pause-visible[b-yg900iyqd6],
.components-resume-failed-visible[b-yg900iyqd6],
.components-rejoining-animation[b-yg900iyqd6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-retrying[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-failed[b-yg900iyqd6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yg900iyqd6] {
    display: block;
}


#components-reconnect-modal[b-yg900iyqd6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yg900iyqd6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yg900iyqd6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yg900iyqd6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yg900iyqd6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yg900iyqd6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yg900iyqd6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yg900iyqd6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yg900iyqd6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yg900iyqd6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yg900iyqd6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yg900iyqd6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yg900iyqd6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yg900iyqd6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yg900iyqd6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yg900iyqd6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yg900iyqd6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yg900iyqd6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yg900iyqd6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdvancedSearch.razor.rz.scp.css */
/* AdvancedSearch.razor.css - Component-specific styles */
/* Hero Section */
.hero-image-container[b-ovpnjxdl6m] {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.hero-overlay[b-ovpnjxdl6m] {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* Object fit polyfill for older browsers */
.object-fit-cover[b-ovpnjxdl6m] {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* Form Styling */
.form-select:focus[b-ovpnjxdl6m],
.form-check-input:focus[b-ovpnjxdl6m] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-check-input:checked[b-ovpnjxdl6m] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Smooth transitions for interactive elements */
.form-check-input[b-ovpnjxdl6m],
.form-select[b-ovpnjxdl6m],
.btn[b-ovpnjxdl6m] {
    transition: all 0.2s ease-in-out;
}

/* Results footer styling */
.results-footer[b-ovpnjxdl6m] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Custom scrollbar for checkbox sections (optional) */
@media (min-width: 768px) {
    .checkbox-section[b-ovpnjxdl6m] {
        max-height: 400px;
        overflow-y: auto;
    }

        .checkbox-section[b-ovpnjxdl6m]::-webkit-scrollbar {
            width: 8px;
        }

        .checkbox-section[b-ovpnjxdl6m]::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .checkbox-section[b-ovpnjxdl6m]::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

            .checkbox-section[b-ovpnjxdl6m]::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .hero-image-container[b-ovpnjxdl6m] {
        height: 300px;
    }

    .display-4[b-ovpnjxdl6m] {
        font-size: 2rem;
    }

    .lead[b-ovpnjxdl6m] {
        font-size: 1rem;
    }
}

/* Loading state styles */
.loading-spinner[b-ovpnjxdl6m] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-ovpnjxdl6m 0.75s linear infinite;
}

@keyframes spinner-border-b-ovpnjxdl6m {
    to {
        transform: rotate(360deg);
    }
}

/* Badge styling for plan count */
.badge.fs-6[b-ovpnjxdl6m] {
    padding: 0.5rem 1rem;
    font-weight: 600;
}

/* Card hover effect */
.card[b-ovpnjxdl6m] {
    transition: box-shadow 0.3s ease;
}

    .card:hover[b-ovpnjxdl6m] {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

/* Form label styling */
.form-label[b-ovpnjxdl6m] {
    color: #495057;
    margin-bottom: 0.5rem;
}

/* Section borders */
.border-bottom[b-ovpnjxdl6m] {
    border-color: #dee2e6 !important;
}

/* Checkbox label hover */
.form-check-label[b-ovpnjxdl6m] {
    cursor: pointer;
    user-select: none;
}

.form-check:hover .form-check-label[b-ovpnjxdl6m] {
    color: var(--bs-primary);
}

/* Alert box improvements */
.alert-info[b-ovpnjxdl6m] {
    background-color: #e7f3ff;
    color: #004085;
}

.alert-heading svg[b-ovpnjxdl6m] {
    vertical-align: text-bottom;
}
/* /Components/Pages/PhotoGallery.razor.rz.scp.css */
/* Gallery Card Styles */
.gallery-card[b-cc01rg9ife] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gallery-card:hover[b-cc01rg9ife] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    }

/* Gallery Image */
.gallery-image[b-cc01rg9ife] {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-image[b-cc01rg9ife] {
    transform: scale(1.1);
}

/* Gallery Overlay */
.gallery-overlay[b-cc01rg9ife] {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay[b-cc01rg9ife] {
    opacity: 1;
}

/* Object fit for hero image */
.object-fit-cover[b-cc01rg9ife] {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .gallery-image[b-cc01rg9ife] {
        height: 200px;
    }
}

/* Badge animation */
.badge[b-cc01rg9ife] {
    animation: pulse-b-cc01rg9ife 2s infinite;
}

@keyframes pulse-b-cc01rg9ife {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}
/* /Components/PreFooter.razor.rz.scp.css */
.h7[b-d586u1bmby] {
    color: rgba(var(--bs-light-rgb));
}
/* Social Media Links */
.social-media[b-d586u1bmby] {
    margin-top: 20px;
}

.social-links[b-d586u1bmby] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

    .social-links li[b-d586u1bmby] {
        margin: 0;
    }

    .social-links a[b-d586u1bmby] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        border-radius: 50%;
        transition: all 0.3s ease;
        text-decoration: none;
    }

        .social-links a:hover[b-d586u1bmby] {
            background-color: var(--primary-color);
            transform: translateY(-3px);
        }

    .social-links i[b-d586u1bmby] {
        font-size: 16px;
    }

/* Contact Information */
.contact-list[b-d586u1bmby] {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .9rem;
}

    .contact-list li[b-d586u1bmby] {
        display: flex;
        gap: 15px;
        margin-bottom: 25px;
        align-items: flex-start;
    }

    .contact-list i[b-d586u1bmby] {
        color: rgba(var(--bs-primary-rgb));
        flex-shrink: 0;
        margin-top: 3px;
    }


.address-line[b-d586u1bmby] {
    display: block;
    white-space: nowrap;
}


.quick-links[b-d586u1bmby] {
    list-style: none;
    margin: .5rem 0 0 1rem;
    padding: 0;
}

    .quick-links li[b-d586u1bmby] {
        margin-bottom: 5px;
        font-size: .9rem;
    }

        .quick-links li[b-d586u1bmby]:before {
            /* For a round bullet */
            content: '\2022';
            /* For a square bullet */
            /*content:'\25A0';*/
            display: block;
            position: relative;
            max-width: 0px;
            max-height: 0px;
            left: -10px;
            top: -5px;
            color: rgba(var(--bs-light-rgb));
            font-size: 20px;
        }

    .quick-links a[b-d586u1bmby] {
        color: var(--color-contrast-light);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .quick-links a:hover[b-d586u1bmby] {
            color: var(--primary-color);
        }
