body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #007BFF;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.companies-container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
}

.companies-container1 header {
    color: #ffffff;
    background-color: #f8910b;
}

main {
    display: flex;
    justify-content: center;
    width: 100%;
}

#companiesList {
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 80%;
    max-width: 1200px;
}

.company {
    width: 1149.17px;
    height: 206.233px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.company-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.company-logo img {
    width: 100px;
    height: auto;
    margin-right: 20px;
    border-radius: 8px;
}

.company-info {
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 24px;
    color: #10adf1;
    text-decoration: none;
}

.company-name:hover {
    text-decoration: underline;
}

.rating-display {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2rem;
    color: #ccc;
    margin-right: 10px;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: #f8ce0b;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.rating-score {
    font-size: 1.2rem;
    font-weight: bold;
    color: #10adf1;
}

.review-count {
    margin-left: 10px;
    font-size: 1rem;
    color: #555;
}

.company-details {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.company-details p {
    margin: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.separator {
    margin: 0 10px;
}

.no-results {
    text-align: center;
    padding: 20px;
    display: none;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.link-back {
    position: absolute;
    left: 20px;
    top: 150px;
    padding-left: 30px;
    color: #10adf1;
    padding: 15px;
    font-weight: bold;
}

.link-back::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #f8910b;
}

.modal {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}

.modal.show {
    display: flex;
}

.unique-footer {
    background-color: #1a202c;
    color: #cbd5e0;
}

.unique-footer h4 {
    color: #ffffff;
}

.unique-footer p {
    color: #cbd5e0;
}

.unique-footer a {
    color: #cbd5e0;
}

.unique-footer a:hover {
    color: #ffffff;
}

.over-ons-sidebar {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 250px;
}

.over-ons-sidebar h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.over-ons-sidebar ul {
    list-style: none;
    padding: 0;
}

.over-ons-sidebar ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.over-ons-sidebar ul li span {
    margin-left: 0.5rem;
}

.over-ons-btn-primary {
    background-color: #f97316;
    color: #ffffff;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    margin-top: 1rem;
}

.over-ons-btn-primary:hover {
    background-color: #ea580c;
}
.sector-link{
    color: #f97316;;
}
.location-link{
    color: #f97316;;
}
