body {
  font-family: "IBM Plex Sans", sans-serif;
  background: #1D2026;
  color: #8A94A7;
}

nav {
  position: relative;
  z-index: 100;
}

.navbar .navbar-brand {
  max-width: 220px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.hero {
  /* background: #000 url('https://www.blackstoneeit.com/images/bg.jpg') no-repeat center center/cover; */
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: #242830;
  background: linear-gradient(80deg, rgba(36, 40, 48, 0.5) 0%, rgba(36, 40, 48, 0) 100%);
  transform-origin: 0;
  transform: skewY(-12deg);
}

.hero .container {
  position: relative;
  z-index: 55;
}

.hero p {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 1rem;
}

.brochure-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

h5,
small {
  color: #FFF !important;
}

h5 {
  font-size: 24px !important;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 600;
}

p {
  color: #8A94A7 !important;
  font-size: 18px !important;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.card {
  background-color: transparent;
  text-align: center;
  border: none;
  box-shadow: none;
}

.card img {
  margin-bottom: 24px;
  width: 103px;
  display: inline-block;
}

.btn {
  background: linear-gradient(65deg, #0275e1 0, #198ffd 100%);
  border-radius: 0;
  text-transform: uppercase;
}

.contact-us .btn {
  color: #FFF;
}

.contact-us .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  max-width: 1024px;
  margin: 2rem auto;
  background-color: rgb(21, 24, 29);
  color: #FFF;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 1rem;
}


.contact-us .cta-inner::before {
  content: "";
  position: absolute;
  right: 98px;
  top: -117px;
  width: 160px;
  height: 187px;
  background-image: url(../img/Screenshot_8.png);
  background-repeat: no-repeat;
  z-index: 0;
}
.contact-us .cta-cta,
.contact-us h3  {
z-index: 5;
}

.card-body {
  padding: 32px 32px;
  min-height: 23rem;
  padding: 32px 32px;
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  background-color: #15181D;
}