.pageBg {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("/wp-content/uploads/executiveBg-1-scaled.webp") !important;
}

/*------General CSS-----------------------*/

h1 {
  display: inline-block;
  margin: 0;
}

/* .leftSide hr {
  width: 15vw;
  margin: 1.5rem 0;
  background-color: #3d3843;
} */

/* .rightSide {
  padding: 0 5% 0 2%;
} */

.leftSide {
  overflow: hidden;
  line-height: 1.7;
  font-size: 13px;
  color: rgb(169 169 169);
}

.col3 {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.col3 > div {
  /* width: 33%; */
  width: 100%;
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  align-items: center;
}

h3,
.h3 {
  font-size: calc(min(3.2vh, 4vw));
  color: var(--colorWhite);
  word-break: keep-all;
  text-align: center;
  margin: 1rem 0 0.5rem 0;
  font-family: var(--fontHeader);
  text-shadow: 0 0 15px #000;
}

.leftSide h3,
.h3 {
  text-align: left;
  font-size: 1.2vw;
}

#firstSubtitle {
  font-family: var(--fontHeader);
  width: fit-content !important;
  background: #7f7f7f4d;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}

#secondSubtitle {
  font-family: var(--fontLight);
  color: rgb(185, 185, 185) !important;
  margin-top: 0 !important;
  font-size: 1vw;
}

.buttonPrimaryWithText {
  background-color: #38007ae6;
  color: white;
  transition: background-color 0.3s ease;
  padding: 0.75rem 2rem;
}

.buttonPrimaryWithText span {
  text-transform: capitalize;
  font-size: 1rem;
  white-space: nowrap;
}

ul > li:last-child {
  margin: 0;
}

.contentIcon {
  height: min(42px, 22vh);
}

/*---FancyBox--------------------------*/

.fancybox__backdrop {
  background-color: var(--colorBrandPrimary20) !important;
}

.popupContent {
  /* background-color: rgb(39 39 39 / 28%); */
  background-color: var(--colorBrandPrimary);
  color: white !important;
  max-width: 800px !important;
  /* min-height: 180px; */
  height: fit-content;
  min-height: fit-content;
  border-radius: 8px;
  width: 65%;
  padding: 7vh 2.5vh;
}

button.popupCloseButton {
  top: 4px;
  right: 4px;
  margin-top: 0 !important;
  background-color: var(--colorBrandSecondary90) !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0;
}

/*------Popups-----------------------*/

.contentContainer {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
  /* margin-top: 3rem; */
}

.contentContainer img {
  margin: 0 2rem !important;
  width: 48px;
  height: auto;
}

.contentContainer h3 {
  font-size: 1rem;
  text-shadow: none;
}

.contentContainerLeft {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff1a;
  padding: 0 1rem;
}

body.hasHover .buttonPrimary:hover i,
body.hasHover .buttonSecondary:hover,
body.hasHover .buttonSecondary:hover i {
  color: black;
}

/* -------------------------------------------- */

/* Landscape Mobile(481px to 767px) */
@media only screen and (min-width: 481px) and (max-height: 430px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }
  .contentIcon {
    height: min(48px, 22vh);
  }

  .popupContent {
    width: 60%;
  }

  .leftSide {
    width: 33%;
  }
}

/* Portrait Tablet (768px to 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .col3 {
    justify-content: space-evenly;
  }

  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw));
  }
  .contentIcon {
    height: min(56px, 22vh);
  }

  /* .popupContent {
    width: 75%;
  } */

  button.popupCloseButton {
    top: 10px;
    right: 10px;
    width: 40px !important;
    height: 40px !important;
    padding: initial;
  }
}

/* Landscape Tablet (1024px to 1279px) */
@media only screen and (min-width: 1024px) {
  .contentIcon {
    height: min(64px, 22vh);
  }
  h3,
  .h3 {
    font-size: calc(min(2.5vh, 4vw));
  }

  button.popupCloseButton {
    top: 12px;
    right: 12px;
    width: 40px !important;
    height: 40px !important;
    padding: initial;
  }
  .popupContent {
    width: 85%;
  }

  .contentContainer img {
    width: initial;
  }
}

/* Small Desktop (1280px to 1440px) */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

/* Desktop (1441px to 1920px) */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* Large Desktop (1921px and above) */
@media only screen and (min-width: 1921px) {
}

/* Portrait Orientation */
@media only screen and (orientation: portrait) {
}

/* Landscape Orientation */
@media only screen and (orientation: landscape) {
}

/* Large Devices and Tablets in Landscape Mode */
@media (min-width: 1024px) and (orientation: landscape) {
  .contentContainerLeft {
    display: flex;
  }
}
