body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7d7d7d;
  margin-top: 88px;
}
#navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#navbar-logo {
  height: 90px;
  transition: all 0.6s ease;
}

#navbar li a {
  color: #0b5695;
}

#navbar.shrink #navbar-logo {
  height: 60px;
}

.nav-link.active {
  color: #0b5695 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #0b5695;
  margin: 0px;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.5em;
}
.container h2 {
  line-height: 1em;
}
p,
.accordion-body {
  font-size: 1em;
  color: #7d7d7d;
}

.video-header {
  z-index: 0;
  position: relative;
  height: 660px;
  overflow: hidden;
  color: white;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}

.video-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5; /* Adjust this between 0 (transparent) and 1 (solid) */
  z-index: 1;
}
#home {
  background: #000000;
}
#home .container {
  flex-direction: column;
}
#home h1 {
  color: #ffffff;
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
}
#home p {
  font-size: 1.5em;
  color: #ffffff;
}
#home hr {
  border: none;
  height: 2px;
  background-color: #ffffff;
  width: 650px;
  opacity: inherit;
  margin: 20px auto;
}
#home a {
  font-size: 1.2rem;
}
.btn-primary {
  background-color: #0b5695;
  border-color: #0b5695;
}
.btn-primary:hover {
  background-color: #094577; /* Optional darker shade for hover */
  border-color: #094577;
}
hr {
  border: none; /* Remove the default border */
  height: 2px; /* Set thickness */
  background-color: #0b5695; /* Set color */
  width: 70px; /* Set width */
  opacity: inherit;
}

#eddm,
#design,
#faq,
#contact {
  padding-top: 180px;
  padding-bottom: 180px;
}

#about .container {
  margin-top: -50px;
}
#about .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
}
.about-logo {
  max-width: 420px;
  z-index: 999;
}
.accordion-button {
  font-family: "Montserrat", sans-serif;
  background: #ffffff !important;
  color: #7d7d7d !important;
}

.accordion-button:hover,
.accordion-button:active,
.accordion-button:focus {
  background: #ffffff;
  color: #7d7d7d;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  border-top: 1px solid #eaeaea !important;
}

#contact form {
  display: flex;
  flex-direction: column;
}

form input,
form textarea {
  width: 100%;
}

form textarea {
  height: 120px;
}

form button {
  align-self: flex-start; /* Keeps button size to its content */
  width: auto; /* Prevents it from stretching */
}
form label {
  color: #26547b;
}
form label input,
form label textarea {
  border: 1px solid #d3d3d3;
  padding: 5px 10px;
  border-radius: 5px;
}

input:focus,
textarea:focus {
  outline: none; /* removes the default black outline */
  border: 1px solid rgba(0, 123, 255, 0.6); /* custom border with opacity */
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.3); /* optional soft glow */
}

footer {
  color: #ffffff;
  background: #0d0d0d;
  border-top: 5px solid #0b5695;
}
.macImg {
  max-width: 450px;
}
.mailboxImg {
  max-width: 300px;
}

/*--------- IMAGES -----------*/
.responsive {
  width: 100%;
  order: 1;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
  .Blue-h2 {
    margin-top: 30px;
  }
  .about-logo,
  .macImg {
    max-width: 350px;
  }
  .mailboxImg {
    max-width: 250px;
  }
  .col-md-6 {
    width: 100%;
  }
  .order2 {
    order: 2;
  }
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #home h1 {
    font-size: 2.5em;
  }
  #home p {
    font-size: 1.4em;
  }
  #home a {
    font-size: 1em;
  }
  .header-content hr {
    max-width: 100%;
  }
  #navbar-logo {
    max-height: 70px;
  }
  .video-header {
    height: 550px;
  }
}

@media screen and (max-width: 627px) {
  .col-md-6 {
    padding: 0px 40px;
  }
}

@media screen and (max-width: 575px) {
  #home h1 {
    font-size: 1.9em;
  }
  h2 {
    font-size: 2em;
  }
  #home p {
    font-size: 1em;
  }
  #home a {
    font-size: 0.9em;
  }
  .video-header {
    height: 480px;
  }
  p,
  .accordion-body {
    font-size: 0.9em;
  }
  .container h2 {
    line-height: normal;
  }
}
