body {
  font-family: Arial, sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}


#features, #testimonials, #pricing {
  padding: 40px 20px;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

header .logo img {
  height: 125px;
}

header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

header nav ul li {
  margin-left: 20px;
}

header nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

header .tagline p {
  margin: 0;
  color: #333;
  font-style: italic;
}

#hero {
  background-image: url('hero.png');
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  text-align: center;
  /* drop shadow */
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  
}

.hero-content h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(4, 4, 4, 0.5); /* horizontal offset, vertical offset, blur radius, color */
}

.hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(4, 4, 4, 0.5); /* horizontal offset, vertical offset, blur radius, color */
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #0056b3;
}

#features {
  background-color: #f9f9f9;
  padding: 40px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  flex-basis: calc(50% - 10px);
  text-align: center;
}

.feature-item h2 {
  color: #333;
  margin-bottom: 15px;
}

.feature-item p {
  color: #666;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.feature-list li {
  padding: 5px 0;
}

#testimonials {
  background-color: #fff;
  padding: 40px 0;
}

#testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

#testimonials h2 {
  color: #333;
  margin-bottom: 30px;
}

.testimonial {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonial blockquote {
  font-style: italic;
  color: #555;
  margin-bottom: 10px;
}

.customer-name {
  color: #333;
  font-weight: bold;
}

#pricing {
  background-color: #fff;
  padding: 40px 0;
}

#pricing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

#pricing h2 {
  color: #333;
  margin-bottom: 30px;
}

.pricing-tables {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-option {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  flex-basis: calc(25% - 10px);
  background-color: #f9f9f9;
}

.pricing-option h3 {
  color: #007bff;
  margin-bottom: 15px;
}

.price {
  font-size: 2em;
  margin-bottom: 15px;
}

.price .currency {
  font-size: 0.5em;
  vertical-align: top;
}

.price .duration {
  font-size: 0.3em;
  vertical-align: bottom;
}

.features-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 15px;
}

.features-list li {
  padding: 5px 0;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #0056b3;
}

footer {
  background-color: #333;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-section {
  flex-basis: calc(25% - 10px);
  margin-bottom: 20px;
}

.footer-section h3, .footer-section h4 {
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.footer-section ul li a:hover {
  opacity: 1;
}

.footer-bottom p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 0.8em;
}

#ai-announcement {
  background-color: #61bcd0;
  color: white;
  padding: 20px 0;
  text-align: center;
}

#ai-announcement .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.announcement-content {
  padding: 20px;
  border: 3px dashed white;
  display: inline-block;
  margin: auto;
}

.announcement-content h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.announcement-content p {
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  font-weight: bold;
}

.cta-button:hover {
  background-color: #0056b3;
  color: white;
}

#jobs {
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
}

#jobs .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#jobs h2 {
  color: #333;
  margin-bottom: 20px;
}

#jobs p {
  color: #666;
  margin-bottom: 30px;
}

.job-listing {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.job {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding: 20px;
  flex-basis: calc(33.333% - 10px);
  margin-bottom: 20px;
}

.job h3 {
  color: #007bff;
  margin-bottom: 10px;
}

.job p {
  color: #555;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #0056b3;
}
