body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.navbar-brand {
  font-weight: 600;
}

.nav-link {
  font-weight: 400;
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay for better text visibility */
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-weight: 700;
}

.hero p {
  font-weight: 300;
}

.section-title {
  font-weight: 600;
}

.card-title {
  font-weight: 600;
}

.card-text {
  font-weight: 300;
}

.btn {
  font-weight: 500;
}

#about {
  padding: 100px 0;
}

#about .section-title {
  margin-bottom: 40px;
}

#about .row {
  padding: 20px;
}

#about h3 {
  margin-bottom: 20px;
}

#about p {
  line-height: 1.8;
}

#about img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  #about img {
    width: 100%;
  }
}

#services {
  background-color: #9e9e9e;
  padding: 100px 0;
  text-align: center;
}

#services .section-title {
  margin-bottom: 40px;
}

#services .row {
  padding: 20px;
}

#services .card {
  margin: 20px auto;
}

#services i {
  font-size: 60px;
  margin-bottom: 20px;
}

#services h3 {
  margin-bottom: 20px;
}

#services p {
  line-height: 1.8;
}
#offices i {
  font-size: 60px;
  margin-bottom: 20px;
}
