.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-panel {
    background: rgba(33, 33, 107, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-gradient {
    background: linear-gradient(45deg, #090558 0%, #21216b 100%);
}

.site-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-brand__logo {
    display: block;
    height: 2.75rem;
    width: auto;
}
.bg-surface-white{
    background-color: white;
}

.report-frame {
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
}

.report-frame--padded {
    /* padding: 1rem; */
}

.report-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* background: #f8fafc; */
}

@media (max-width: 768px) {
    .col-span-1.mobile-label,
    .col-span-1.name-label{
        grid-column: span 2 / span 2;
    }

    .pad-outer {
        padding: 1.3rem !important;
    }
    .center-align{
        text-align: center;
    }
    .btn-booknow{
        align-items: center;
        justify-content: center;
    }
    .outer-div{
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .center-align{
        text-align: center;
    }
    .height-adju{
        height: auto !important;
    }
}