/* Hide navigation menu to prevent unnecessary interactions */
.nav-menu, .main-navigation, .site-header .menu {
    display: none;
}

/* Style the geo-block container */
.geo-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
    background-color: #f5f5f5;
    padding: 20px;
}

/* Centered content box */
.geo-block-content {
    max-width: 600px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Logo styling */
.geo-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

/* Title */
.geo-block-content h1 {
    color: #003366;
    font-size: 2em;
    margin-bottom: 10px;
}

/* Description text */
.geo-block-content p {
    font-size: 1.1em;
    color: #333;
}

/* Support link */
.geo-block-content a {
    color: #0078D4;
    text-decoration: none;
    font-weight: bold;
}

.geo-block-content a:hover {
    text-decoration: underline;
}
.description {
    display: none !important;
}
