* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  color: #f0f0f0;
  background-color: #121212;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background-color: #1a1a1a;
  padding: 20px 0;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 150px;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 20px;
}

.nav-links a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.nav-links a:hover {
  color: #4caf50;
}

.contact-btn {
  background-color: #4caf50;
  color: #f0f0f0;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
}

.contact-btn:hover {
  background-color: #45a049;
}

.hero-content {
  text-align: center;
  padding: 100px 20px;
}

.hero-content h1 {
  font-size: 2.5em;
  color: #ffffff;
}

.hero-content p {
  font-size: 1.2em;
  margin-top: 10px;
  color: #cccccc;
}

.cta-buttons {
  margin-top: 20px;
}

.cta {
  background-color: #4caf50;
  color: #ffffff;
  padding: 12px 24px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.cta:hover {
  background-color: #45a049;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  color: #f0f0f0;
  background-color: #121212;
}

.header {
  width: 100%;
}

.hero-section {
  background-image: url('img/hero-background.webp'); /* Replace with an appropriate background image */
  background-size: cover;
  background-position: center;
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay for contrast */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.hero-overlay h1 {
  font-size: 3em;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-overlay p {
  font-size: 1.2em;
  color: #cccccc;
  margin-bottom: 30px;
  max-width: 600px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta {
  background-color: #4caf50;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cta:hover {
  background-color: #45a049;
}

.post-meta {
  margin: 10px 0;
  font-size: 0.8em;
}

.post-meta .date {
  text-transform: uppercase;
  font-weight: 400;
}

.post-meta .date::after {
  display: none;
}

.post p:not(.lead) {
  font-weight: 400;
  color: #777;
  font-size: 0.95em;
}

.post a {
  text-decoration: none;
}

.post a:hover,
.post a:focus {
  text-decoration: none;
}

.post h3 {
  line-height: 1.1em;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.post h3:hover {
  color: #555;
}

.post .category a {
  color: #999;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.post .date {
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
  color: #aaa;
}

.post .avatar {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.post .title,
.post .date,
.post .comments,
.post .views {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

.post .title i,
.post .date i,
.post .comments i,
.post .views i {
  margin-right: 5px;
  font-size: 1.1em;
}

.post .title::after,
.post .date::after,
.post .comments::after,
.post .views::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: #ccc;
}

.post .post-tags {
  margin-top: 30px;
}

.post .post-tags .tag {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.post .post-tags .tag:hover {
  background: #999;
  color: #fff;
  border-color: #999;
}

.post .meta-last::after {
  display: none;
}

/* Latest Posts Section Media Query ------------------------------------- */
@media (max-width: 767px) {
  .post {
    margin-bottom: 40px;
  }
  .post:last-of-type {
    margin-bottom: 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #121212;
  color: #f0f0f0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.services {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.services h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #ffffff;
}

.section-description {
  font-size: 1.1em;
  color: #cccccc;
  margin-bottom: 40px;
}

.service-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  background-color: #232323;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  width: 60px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.5em;
  color: #4caf50;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 1em;
  color: #cccccc;
  margin-bottom: 20px;
}

.service-link {
  color: #4caf50;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #45a049;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #121212;
  color: #f0f0f0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.client-stories h2 {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 40px;
}

.stories-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.story-card {
  background-color: #1f1f1f;
  width: 300px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.story-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.story-card img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.story-card h3 {
  font-size: 1.5em;
  color: #4caf50;
  margin-bottom: 10px;
}

.story-card p {
  font-size: 1em;
  color: #cccccc;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #121212;
  color: #f0f0f0;
}

.industry-cta {
  background-color: #1f1f1f;
  padding: 80px 20px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

.industry-cta h2 {
  font-size: 2.5em;
  color: #ffffff;
  margin-bottom: 20px;
}

.industry-cta p {
  font-size: 1.2em;
  color: #cccccc;
  margin-bottom: 40px;
}

.cta-button {
  background-color: #4caf50;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #45a049;
}

