#pdf-viewer {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #ced4da; /* Added border */
    padding: 10px; /* Added padding */
}

.menu {
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.company-logo {
    height: 120px;
    /* Adjust height as needed */
}

.company-name {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Custom style for the search button */
.search-button {
    max-width: 100px; /* Maximum width of 100px */
}

.container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    text-align: center;
    margin-bottom: 20px;
}
.contact-info {
    margin-bottom: 20px;
}
.contact-info p {
    margin: 10px 0;
}
.contact-info a {
    text-decoration: none;
    color: #007bff;
}
.location {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
