* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #0b1e3b;
}

.navbar {
  background-color: #0b1e3b;
}

.navbar-brand,
.nav-link {
  color: #ffffff !important;
}

.hero {
  background-color: #0b1e3b;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.btn-gold {
  background-color: #c99c35;
  color: #fff;
  border: none;
}

.btn-gold:hover {
  background-color: #b88c2e;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.icon-box {
  border-left: 4px solid #c99c35;
  padding: 20px;
  background-color: #f9f9f9;
  height: 100%;
}

.icon-box i {
  color: #c99c35;
  font-size: 2rem;
  margin-bottom: 10px;
}
.highlight {
  color: #c99c35;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.icon-box i {
  color: #c99c35;
  font-size: 2rem;
  margin-bottom: 10px;
}
.highlight {
  color: #c99c35;
}
.contact-section {
  padding: 60px 0;
}
.form-check-label {
  font-size: 0.9rem;
}
footer {
  background-color: #0b1e3b;
  color: #fff;
  padding: 30px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
