body {
  overflow-x: hidden;
  font-family: "Roboto Slab", serif;
  line-height: 1.8;
}

html {
  scroll-padding-top: 3rem;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 900 !important;
}

.navbar {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.nav-item a {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 600;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.north-title {
  color: rgb(240, 184, 44);
}

.hero-logo {
  max-width: 50%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(11, 64, 107, 0.7), rgb(100, 127, 142, 0.7));
  z-index: -1;
}

.btn-design {
  background-color: rgb(240, 184, 44);
  border-color: rgb(240, 184, 44);
  border-radius: 8px;
  font-weight: bold;
  color: black;
}

.btn-design:hover,
.btn-design:active,
.btn-design:active::after,
.btn-design:focus {
  background-color: rgb(11, 64, 107) !important;
  border-radius: 8px;
  border-color: rgb(11, 64, 107) !important;
  color: white !important;
}

.section-intro {
  margin-bottom: 40px;
  margin-top: 40px;
}

.section-intro .divider {
  height: 4px;
  width: 70px;
  background-color: rgb(240, 184, 44);
  margin: 16px auto;
}

.proj_divider {
  height: 4px;
  width: 70px;
  background-color: rgb(240, 184, 44);
  margin: 16px auto; 
}

.mission,
.our-projects {
  display: flex;
  justify-content: center;
  align-items: center;
}


.main-img img {
  width: 100% !important;
  height: 100%;
  margin: none;
}

.about-text {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.services-text {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
}

.card {
  margin: none;
}

ion-icon {
  font-size: 112px;
  color: rgb(236, 76, 20);
  text-align: center;
}

.contact-text {
  display: block;
  justify-content: center;
  align-items: center;

  padding: auto;
}

.footer {
  background-color: rgb(11, 64, 107);
}

.dynamic-content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.dynamic-content.slide-out {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.preserve-newlines {
    white-space: pre-wrap;
}

.progress-bar-color {
      background-color: rgb(11, 64, 107) !important;
      color: white !important;
      font-weight: bold;
}

.img-rounded {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.face-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.card {
    margin-bottom: 2rem;
    background: linear-gradient(rgb(100, 127, 142, 0.8), rgb(195, 210, 235, 0.3));
}