/* Sticky navbar style change on scroll */
.navbar.scrolled {
  background-color: #000 !important;
  transition: background-color 0.3s ease;
}
.parallax-hero {
  height: 100vh;
  background:#808080;
  /*background-image: url('../images/hero-map-bg.jpeg');*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.parallax-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.parallax-hero .container {
  position: relative;
  z-index: 2;
}

.btn-cta {
  background-color: #f6773c;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cta:hover {
  background-color: #cf6d1d;
  color: white;
}
#about h2 {
  font-size: 2.5rem;
  color: orange;
}

#about p {
  font-size: 1.05rem;
  line-height: 1.7;
}
#services h2 {
  font-size: 2.5rem;
  color: orange;
}

.feature-card i {
  transition: transform 0.3s ease;
}

.feature-card:hover i {
  transform: scale(1.2);
}
#portfolio h2 {
  font-size: 2.5rem;
  color: orange;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-footer a {
  margin-right: 5px;
}
#portfolio h2 {
  font-size: 2.5rem;
  color: #333;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-footer a {
  margin-right: 5px;
}
form .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem;
}

form .btn {
  border-radius: 0.5rem;
  font-size: 1.1rem;
  background-color: #f6773c;
}

form .btn:hover{background-color: #cf6d1d;}

.bg-secondary {
  background-color: #2d2f36 !important;
}
#backToTop {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
}
.navbar-nav .nav-link.active {
  font-weight: bold;
}
.navbar-nav .nav-link.active:hover {
  font-weight: bold;
  color:#F6773C;
}

.text-primary {
  color:#E46E3E !important;
}

