body {
  font-family: 'Inter', sans-serif;
  border-left-color: rgb(186, 186, 186);
}

.main-wrapper {
  max-width: 1400px;
  border-right: 0.25px solid rgb(166, 166, 166);
  border-left: 0.25px solid rgb(166, 166, 166);
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: clamp(1.5rem, 5vw, 2.50rem);
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.00rem);
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

h5 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.circle-image {
  width: 550px;
  height: 550px;
  border: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.circle2-image {
  /*width: 550px;*/
  /*height: 550px;*/
  /*border: 20px;*/
  /*border-radius: 50%;*/
  /*overflow: hidden;*/
  object-position: right center;
}

.circle-wrapper {
  width: 100%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.circle2-wrapper {
  width: 100%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  will-change: transform, opacity;
}

.circle-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .hide {
    /*display: none;*/
  }
}

.links {
  padding: 5px;
}

.background-home {
  color: #ffffff;
}

@media (max-width: 991px) {
  .socials {
    display: none;
  }
}

.fit-cover2 {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.padding-hero {
  padding-top: 0px !important;
}

.footer-text {
  color: #ffffff;
}

.bg-primary-gradient.header-image {
  background: url("../../assets/img/hero-colour.png") -0px center / cover no-repeat;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .bg-primary-gradient.footer-image {
    background: url("../../assets/img/footer.png") no-repeat;
    background-size: cover, auto;
    padding-bottom: 5%;
    background-color: #047c78 !important;
  }
}

.bg-primary-gradient.footer-image {
  background: url("../../assets/img/footer.png") no-repeat;
  background-size: cover, auto;
  padding-bottom: 5%;
  background-color: #f4ffef;
}

@media (max-width: 992px) {
  .footer-pad {
    padding-top: 5% !important;
  }
}

.footer-pad {
  padding-top: 12%;
}

@media (max-width: 768px) {
  .about {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 600px) {
  .hide-furniture {
    /*display: none;*/
  }
}

.reduce-pad {
  padding-top: 0px !important;
}

#structure {
  position: relative;
  z-index: 1;
}

#structure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../assets/img/blob.svg') center / contain no-repeat;
  transform: scaleX(-1);
  z-index: -1;
  pointer-events: none;
}

#invictus, #marketing, .blob-bg {
  background: url('../../assets/img/blob.svg') center / contain no-repeat;
}

@media (min-width: 576px) {
  .parallax-mobile {
    display: none;
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.floating-email-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--bs-success-text-emphasis);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
}

.floating-email-btn:hover {
  transform: translateY(-5px);
  background-color: var(--bs-success);
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mission-pad {
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .mission-img {
    display: none;
  }
}

.team {
  font-size: 18px;
}

.bg-primary-gradient.header-image.contact {
  /*background-color: #f4ffef;*/
}

.bg-primary-gradient.header-image.careers {
  background-color: #f5ffef;
}

section[id] {
  scroll-margin-top: 100px;
}

