#hero-banner {
  background-image: url(http://localhost:8000/assets/img/photographs/hero-image.png);
  background-size: cover;
  background-position: left top;
  padding: 130px 0px 100px 0px;
  position: relative;
}

#hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, #f1f1f1);
  z-index: 1; /* Place the gradient layer above the background image */
}

#hero-banner-content {
  backdrop-filter: blur(15px);
  background-color: rgba(204,231,250, 0.5);
  width: 70%;
  margin-left: auto;
  padding: 50px 30px;
  box-shadow: 0 0 10px 0 #888;
  position: relative;
  z-index: 2;
}

#hero-banner-inside {
    width: 100%;
    margin-right: auto;
    max-width: calc(var(--content-width) * 0.7);
    min-height: 420px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-between;
}

#hero-banner-inside h1{
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

#hero-banner-inside p {
  font-size: 18px;
  max-width: 480px;
}

div#discover-button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  gap: 30px;
}

#discover-button img{
  width: 50px;
}

#discover-button a {
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  font-weight: 300;
}

#offensive-right .offensive-icon svg{
  width: 40px;
  height: auto;
}

#vmaas-list .vmaas-check svg{
  width: 20px;
  height: auto;
}

div#offensive-container {
  padding: 50px 30px 50px;
}

div#offensive {
  max-width: var(--content-width);
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
}

div#offensive-left {
  width: 45%;
  padding: 30px 0;
}

#offensive-left h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

#offensive-left p {
  margin-bottom: 20px;
  color: #595959;
}

div#offensive-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.offensive-item {
  padding: 20px;
  background-color: white;
  width: 30%;
  margin-bottom: 30px;
  min-height: 180px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
}

.offensive-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

div#vmaas-container {
  background-color: white;
}

div#vmaas {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
}

div#vmaas-left {
  width: 50%;
  padding: 100px 50px 100px 0px;
  max-width: calc(var(--content-width) * 0.5);
}

#vmaas-left h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

#vmaas-left p {
  font-size: 16px;
  color: #595959;
  margin-bottom: 20px;
}

div#vmaas-list {
  margin-bottom: 20px;
}

.vmaas-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}

.vmaas-check {
  fill: #87c06c;
}

.vmaas-item-desc {
  flex-grow: 1;
}

#vmaas-left .vmaas-item-desc p {
  margin: 0;
}

div#vmaas-right {
  width: 50%;
}

#vmaas-right img {
  height: 100%;
  object-fit: cover;
}

div#breach-product-container, div#security-product-container {
  padding: 0px 30px 100px;
}

div#breach-product-container{
  padding-top: 100px
}

div#breach-product, div#security-product {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

div#breach-left, div#security-right {
  width: 45%;
}

div#breach-right, div#security-left {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

#breach-right img, #security-left img {
  max-width: 165px;
  margin-bottom: 20px;
}

#breach-right p, #security-left p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #595959;
}

table#security-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

th.table-header {
  background-color: #0B5394;
  color: white;
  padding: 5px 10px;
  border: 1px solid black;
}

td.table-cell {
  border: 1px solid black;
  padding: 5px 10px;
}

#security-note{
  font-style: italic;
  margin-top: 10px;
}

#steps-container {
  /* background-color: white; */
  /* box-shadow: inset 0px 0px 30px 0px #1f4e55; */
  /* width: calc(100% + 40px); */
  /* margin-left: -20px; */
  padding: 50px 30px 100px;
}

#steps {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
}

#steps .steps-item {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
}

#steps .step-count {
  width: 10%;
  font-size: 50px;
  line-height: 50px;
  color: #a8cee9;
}

#steps .step-content {
  width: 90%;
}

#steps h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
  min-height: 80px;
}

#steps p {
  margin-bottom: 20px;
}

#steps .step-note{
  padding: 10px;
  box-shadow: 0px 0px 10px -3px #0e70b4;
  min-height: 140px;
}


@media only screen and (max-width: 500px) {
  div#breach-left, div#security-right, div#breach-right, div#security-left,
  div#offensive-left, div#offensive-right, .offensive-item, .offensive-icon, 
  div#vmaas-left, div#vmaas-right, #steps .steps-item, #hero-banner-content {
    width: 100%;
  }

  #hero-banner-inside p {
    max-width: 100%;
    width: 100%;
  }
  #hero-banner-inside{
    max-width: none;
    margin: 0;
  }

  #hero-banner-inside h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .offensive-item{
    min-height: 150px;
  }

  div#vmaas-left{
    padding: 100px 30px;
  }

  div#breach-left{
    margin-bottom: 30px;
  }

  #certifications-container {
    padding: 0px;
    padding-bottom: 100px;
  }

  div#security-product{
    flex-direction: column-reverse;
  }

  div#security-right{
    margin-bottom: 30px;
  }

  #steps .steps-item{
    margin-bottom: 30px;
  }

  #steps .step-count{
    width: 15%;
  }

  #steps .step-content {
    width: 85%;
  }
}