
     

        body {
            font-family: 'Roboto', serif;
            background-color: #f4f7fa;
            color: #333;
        }
        
 
  a {
      color:white;
  }
        
       

        header {
    position: relative;
    color: #fff;
    padding: 2.5rem 0;
    text-align: center;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    background: #007bff;
    background-image: url('/great-background2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
}




header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  rgba(0, 0, 0, 0.05); /* Black overlay with 50% opacity */
    z-index: 1;
}

header h1, header h4 {
    position: relative;
    z-index: 2; /* Ensures the text appears above the overlay */
}


        header h1 {
            font-size: 40px;
            margin-bottom: 10px;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 600;
    text-transform: uppercase;
}
           
           
        
       
        header h4 {
            font-size: 18px;
            font-weight: 300;
            font-family: "Roboto", sans serif;
        }
        
        
        
        
       
        

        .container {
            max-width: 1200px;
            margin: 40px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }


        #how-to
        {
            margin: 0 auto;
            text-align:center;
            width:95%;
        }
        

        form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        label {
            font-weight: 600;
            font-size: 16px;
            color: #555;
        }

        select, input[type="text"], button {
            padding: 14px;
            border-radius: 8px;
            border: 1px solid #ddd;
            font-size: 16px;
        }

        select, input[type="text"] {
            background-color: #f9f9f9;
            width: 100%;
        }

        button[type="submit"] {
            background-color: #007bff;
            color: white;
            border: none;
            cursor: pointer;
        }

        button[type="submit"]:hover {
            background-color: #0056b3;
        }

        button[type="button"] {
            background-color: #f5f7fa;
            color: #333;
            border: 1px solid #ddd;
        }

        button[type="button"]:hover {
            background-color: #e2e6ea;
        }

        #results {
            margin-top: 30px;
        }

        .result-item {
            display: flex;
            align-items: center;
            background-color: #f9f9f9;
            padding: 20px;
            margin-bottom: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .result-item img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 20px;
        }

        .result-item h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .result-item p {
            font-size: 14px;
            margin: 5px 0;
            color: #555;
        }

        .result-item a {
            text-decoration: none;
            color: #007bff;
            transition: color 0.2s;
        }

        .result-item a:hover {
            color: #0056b3;
        }
        
    

        .linkedin-icon {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-left: 5px;
        }

        #search-jobs {
            font-family: "Roboto", serif;
            font-size: 18px;
              color:#ffffff;
              width: 100px;
            
        }
        
        #search-jobs:hover {
            font-family: "Roboto", serif;
            font-size: 18px;
            color:#ffffff;
            width: 100px;
            
        }
        
        #read-reviews {
            font-family: "Roboto", serif;
            font-size: 18px;
            width: 150px;
        }
        

        .buttons {
            margin-top: 12px;
            display: flex;
            gap: 15px;
            font-family: "Roboto", serif;
            font-size: 16px;
        }

        .buttons a, .buttons button {
            padding: 12px 20px;
            background-color: #007bff;
            color: white;
            border-radius: 8px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .buttons a:hover, .buttons button:hover {
            background-color: #0056b3;
        }

        /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            padding-top: 100px;
        }

        .modal-content {
            background-color: #fff;
            margin: auto;
            padding: 40px;
            border-radius: 10px;
            width: 80%;
            max-width: 600px;
        }

        .modal-close {
            font-size: 28px;
            color: #aaa;
            cursor: pointer;
            float: right;
        }

        .modal-close:hover {
            color: #333;
        }

        .modal-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .modal-navigation button {
            padding: 10px 20px;
            background-color: #007bff;
            color: white;
            border-radius: 8px;
            cursor: pointer;
        }

        .modal-navigation button:hover {
            background-color: #0056b3;
        }
        
        
        #great-companies
        {
            margin-top: 100px;
            text-align:center;
        }
        
        
        #footer {
           text-align: center;
           background: #007bff;
           color: white;
           Padding: 50px;
        
        }
        
        #location
        {
            width:100%;
            padding:  14px 0px !important;
        }
        
        
           /* STATS */
        
        .chart-container {
    width: 100%;
    max-width: 600px;  /* Or any other suitable size */
    margin: 20px auto;
    margin-bottom: 200px;
    height: 400px;
}
        
     
        
    .result-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;  /* Add relative positioning for the rating buttons */
}

.rating-buttons {
    position: absolute;  /* Position the rating buttons absolutely */
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;  /* Space between the thumbs up and thumbs down buttons */
}

.thumbs-up,
.thumbs-down {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


.result-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    flex-direction: row;  /* Default to row layout on larger screens */
}

.logo-container {
    flex: 0 0 auto;
    margin-right: 15px;
}

.company-logo {
    width: 80px;  /* Adjust the logo size as needed */
    height: auto;
}

.text-container {
    flex: 1;  /* Text container will take up the remaining space */
}

.review-summary {
    margin-top: 10px;
}

.buttons {
    margin-top: 10px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .result-content {
        flex-direction: column;  /* Stack the logo and text vertically on mobile */
        align-items: center;  /* Center the content horizontally */
    }

    .logo-container {
        margin-right: 0; /* Remove right margin */
        margin-bottom: 10px;  /* Add space below the logo */
    }

    .text-container {
        text-align: center; /* Center the text on mobile */
    }

    .rating-buttons {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 15px; /* Add space below the logo on mobile */
    }

    
    #wordCloudCanvas    
        {
            width:100%;
            margin: 0 auto;
            text-align:center;
        }
    
    
}

        
        
        
        
        
        /* Mobile responsiveness */
@media (max-width: 768px) {
    .result-item {
        flex-direction: column;
        align-items: center;
    }

    .result-item img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 120px;
        height: 120px;
    }

    .result-item h3 {
        font-size: 18px;
        text-align: center;
    }

    .result-item p {
        text-align: center;
    }

    .buttons {
        flex-direction: column;
        align-items: center;
    }

    .buttons a, .buttons button {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    
    .container {
    width: 100%;
    max-width: 300px;  /* Or any other suitable size */
    margin: 20px auto;
    margin-bottom: 100px;
    height: auto;
}
        
         #how-to-image
        {
            margin: 0 auto;
            text-align:center;
         width:100%;   
        }
        

    
}
        
     
        
 