/* fonts and styles */
.faq {
  color: #131d31;
  font-size: 22px;
  font-weight: 500;
}

h1 {
  color: #131d31;
  font-size: 22;
  line-height: 1.3;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#div {
  padding: 20px;
}

#p {
  margin: 20px;
}

#body {
  margin: 0 30px 0 30px;
}

section {
  padding: 20px;
}

#form {
  margin: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 
}

#form-bro input {
  font-size: 16px;
  padding: 15px 10px;
  width: 70%;
  border: 0;
  border-radius: 5px;
  outline: none;
}

#form-bro label {
  font-size: 20px;

}

#form-bro {
  
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 4em 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5em;
  background-color: #0052cc;
  text-align: center;
}

form input {
  margin: 4px;
  padding: 8px;
}

#batch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px;
}

button {
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #2c3a4b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

#sub-button {
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #2c3a4b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

#ul.no-bullets {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
}

summary {
  list-style: none;
  background-color: #f8f9fa;
  padding: 10px;
  padding-left: 20px;
}

#que_collapse {
  appearance: none;
  list-style: none;
}

li {
  list-style: none;
  padding: 5px;
}

/* instrctor grid */

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.grid-item {
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.grid-item .caption {
  font-size: 1.2rem;
  margin-top: 10px;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Navigation Bar */
nav {
  /* background-color: #333; */
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

nav ul {
  position: fixed;
  background-color: #333;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}

nav li {
  margin-right: 20px;
  white-space: nowrap;

}

nav li:last-child {
  margin-right: 0;
}

nav ul li a img {
  height: 40%;
  width: 40%;
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

nav a:hover {
  background-color: #555;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #555;
  min-width: 160px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

/* Input Fields */
input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}

/* Buttons */
button,
input[type="submit"] {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

button:hover,
input[type="submit"]:hover {
  background-color: #555;
}

/* Cards */
.card {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

#flex_container{
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: black;
  color: white;
  
}

#flex_containerdiv1 {
  height: 25%;
  width: 25%;
}

#flex_container a {
  text-decoration: none;
  color: white;
}

#flex_container ul li {
  padding: 10 px 0 0 0;
}

#flex_container div{
  padding: 20px 0 0 0;
}


#flex_containerLowFoot {
  justify-content: center;
 
  display: flex;
  background-color: black;
}
#flex_containerLowFoot a {
  text-decoration: none;
  color: white;
}

body nav ul li a button {
  margin-top: 10px;
  padding: 15px 25px;
  border-radius: 50px;
  background-color: blue;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

section ul li {
  margin: 15px 0 0 0;
  font-weight: 500;
}
