.navbar {
    background-color: rgb(116, 142, 232);
    height: 80px;
    margin: 20px;
    border-radius: 12px;
    padding: 0.5rem;
}

.navbar-brand {
    font-weight: 500;
    color: #009970;
    font-size: 24px;
    transition: 0.3s color;
}

.logout-button {
    background-color: rgb(187, 37, 0);
    color: white;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.logout-button:hover {
    background-color: rgb(128, 0, 0);
    color: white;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus, .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #dbdbdb;
    font-weight: 500;
    position: relative;
}

.nav-link:hover, .nav-link.active {
    color: #ff0000
}

@media (min-width: 991px) {
    .nav-link::before{
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: rgb(255, 213, 0);
        visibility: hidden;
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

.notcontainer{
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: center;
    

}
.tempquiz{
    width: 900px;
    height: 600px;
    background-color: #D9D9D9;
    margin:0 auto;
    margin-top: 40px;
}
.begin{

    margin-top: 100px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 57.6px;
    letter-spacing: 0.04em;
    text-align: center;

}
.search{
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.04em;
    text-align: center;
    margin-top: 40px;
    color: black;

}

h1 {
    margin-top: 60px; 
    color: #333;
    font-family: Inter;
    font-size: 60px;
    font-weight: 500;
    line-height: 128px;
    letter-spacing: 0.04em;
    text-align: center;

}

.p1 {
    margin-top: 80px;
    width: 60%;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.hero-section {
    background: url("https://images.nightcafe.studio/jobs/ZaUsXLm3CrjmWasQOSZX/ZaUsXLm3CrjmWasQOSZX--1--4e9fp.jpg?tr=w-1600,c-at_max") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.hero-section::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero-section .container {
    height: 100vh;
    z-index: 1;
    position: relative;
}

.hero-section h1 {
    font-size: 3.0rem;
    font-family: Georgia;
}

.hero-section h2 {
    font-size: 1.5rem;
    font-family: 'Trebuchet MS';
}

.course-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course-description {
    text-align: center;
    margin-bottom: 40px;
}

.course-description p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.begin-exploring {
    text-align: center;
    margin-bottom: 40px;
}

.begin-exploring h4 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.quiz-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #D9D9D9;
    height: 600px;
    margin-bottom: 40px;
}

.search-school {
    text-align: center;
    margin-bottom: 40px;
}

.search-school p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

#school-dropdown {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 8px;
    border: 2px solid #ccc; 
    border-radius: 5px;
    background-color: #f8f9fa; 
    color: #555; 
    outline: none;
    width: 300px;
    appearance: none; 
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 8 8"><path fill="%23555" d="M4 6l4-4H0z"/></svg>'); /* Custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
}

#school-dropdown:hover, #school-dropdown:focus {
    border-color: #007bff; 
}

#school-dropdown option {
    background-color: #f8f9fa; 
    color: #555; 
}

#school-dropdown option:hover {
    background-color: #007bff; 
    color: #fff;
}

.quiz-container {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  
  .question {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  
.questions {
    margin-bottom: 20px;
}

  .question p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .question label {
    font-size: 16px;
  }
  
  .next-question {
    margin-top: 40px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .next-question:hover {
    background-color: #0056b3;
  }
  
  #quiz-result {
    margin-top: 20px;
    font-size: 18px;
  }
  
  #quiz-form #submit-button {
    background-color: rgb(87, 173, 65); /* Green color */
    color: white;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
    border: none;
}

#quiz-form #submit-button:hover {
    background-color: rgb(54, 126, 50); /* Darker green on hover */
}

