body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}
.error { color: red; padding: 10px; margin-bottom: 10px; background: #ffe5e5; }
        .success { color: green; padding: 10px; margin-bottom: 10px; background: #e5ffe5; }
.topbar {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topbar a {
  color: #ddd;
  text-decoration: none;
  margin-left: 15px;
}

.topbar a:hover {
  text-decoration: underline;
}

.navbar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 15px 20px;
background-color: #fff;
border-bottom: 1px solid #ddd;
}

.search-form {
margin-left: auto;
display: flex;
gap: 10px;
}

.search-form input {
padding: 8px 12px;
font-size: 14px;
}

.search-form button {
padding: 8px 16px;
font-size: 14px;
background-color: #1A3A7D; /* Optional styling */
color: white;
border: none;
cursor: pointer;
}

.navbar h1 {
  margin: 0;
  color: #2a72b5;
  font-size: 24px;
  flex-grow: 1;
}

.navbar input[type="text"] {
  padding: 7px;
  width: 300px;
  margin-right: -9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 1;
}

.navbar button {
  padding: 7px 15px;
  background-color: #7cb342;
  color: white;
  border: none;
  border-radius: 4px;
}

.hero {
background: url('../images/hero.jpg') no-repeat center center;
background-size: cover;
color: black;
text-align: left;
padding: 50px 95px;
display: flex;
justify-content: flex-end; /* Move content to right */
align-items: center;
min-height: 400px;
}

.hero-content {
max-width: 600px;
background: rgba(255, 255, 255, 0.92);
padding: 30px;
border-radius: 8px;
text-align: left;
}

.hero-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.hero-content .button-green {
  background-color: #7cb342;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  margin-right: 10px;
}

.hero-content .button-blue {
  background-color: #07304e;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.stats {
  background-color: #f4f4f4;
  padding: 40px 20px;
  text-align: center;
}

.stat-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.stat {
  font-size: 14px;
}

.how-it-works {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.how-it-works-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.how-it-works-icons .item {
  max-width: 250px;
}

.how-it-works-icons .item img {
  width: 60px;
  margin-bottom: 10px;
}

.how-it-works blockquote {
  max-width: 700px;
  margin: 40px auto;
  font-style: italic;
  color: #333;
}

.trusted-workplace-section {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
}

.trusted-workplace-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color: #07304e;
      line-height: 32px;
}

.trusted-workplace-section p {
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 20px;
    padding: 0 122px;
    text-align: center;
}

.top-skills-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  color: #333;
}

.top-skills-section h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #07304e;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.skills-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 160px;
}

.skills-grid ul li {
  margin-bottom: 8px;
}

.skills-grid ul li a {
  text-decoration: none;
  color: #07304e;
  font-size: 14px;
}

.skills-grid ul li a:hover {
  text-decoration: underline;
}

 .top-skills-section {
background-color: #f9f9f9;
padding: 40px 20px;
color: #07304e;
}

.top-skills-section h3 {
text-align: center;
font-size: 24px;
margin-bottom: 30px;
color: #07304e;
}

.skills-grid-4col {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
text-align: left;
}

.skills-grid-4col ul {
list-style: none;
padding: 0;
margin: 0;
width: 220px;
}

.skills-grid-4col ul li {
margin-bottom: 8px;
}

.skills-grid-4col ul li a {
text-decoration: none;
color: #000;
font-size: 14px;
}

.skills-grid-4col ul li a:hover {
text-decoration: underline;
}


footer {
  background-color: #eee;
  padding: 40px 20px 20px;
  font-family: 'Roboto', sans-serif;
  color: #444;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid div {
  min-width: 180px;
  flex: 1;
}

.footer-grid h4 {
  margin-bottom: 12px;
  font-size: 16px;
  color: #07304e;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid ul li {
  margin-bottom: 6px;
}

.footer-grid ul li a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
}

.footer-grid ul li a:hover {
  text-decoration: underline;
  color: #2a72b5;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #666;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.hero-content a {
display: inline-block;
margin: 5px 5px 0 0;
}



  .topbar .burger {
display: none;
font-size: 20px;
cursor: pointer;
margin-left: 15px;
}
.icon-circle {
    font-size: 18px;
    color: #7cb342;
    border: 2px solid #7cb342;
    padding: 10px 15px;
    border-radius: 17%;
}

@media screen and (max-width: 768px) {
.hero {
justify-content: center;
text-align: center;
}
	.navbar a {
		    width: 100%;
    text-align: center;
	}
.hero {
text-align: left;
padding: 20px 43px;
}

.hero-content {
max-width: 600px;
background: rgba(255, 255, 255, 0.92);
padding: 16px;
border-radius: 8px;
text-align: left;
}
	
.hero-content {
text-align: center;
}
.skills-grid-4col {
flex-direction: column;
align-items: center;
}
.trusted-workplace-section p {

         padding: 0px 19px;
        text-align: justify;
}
.skills-grid-4col ul {
width: 100%;
text-align: center;
}
.search-form {
flex-direction: column;
width: 95%;
margin-top: 10px;
  margin-bottom: 5px;
}

.search-form input,
.search-form button {
width: 90% !important;
}

.navbar {
align-items: stretch;
}
.topbar {
flex-direction: column;
align-items: flex-start;
}

.topbar-left {
display: none;
flex-direction: column;
width: 100%;
}

.topbar-left.show {
display: flex;
}

.topbar a {
margin: 10px 0;
}

.topbar .burger {
display: inline-block;
}
}

