.headroom--not-top .navbar,
.navbar,
footer {
  background: #01411c;
}

p:last-of-type {
  margin-bottom: 0 !important;
}

div#content {
  padding-top: 101.98px !important;
}

.custom-logo-link {
  max-width: 69.97px;
}

.navbar-nav a {
  font-family: Montserrat;
  line-height: normal;
  text-transform: uppercase;
  padding: 6px;
}

.navbar-nav > li {
  margin-right: 6px;
  margin-left: 0;
}

.navbar-nav > li > a:hover {
  background: var(--bright-green);
  box-shadow: 0 4px 20px 0 rgba(0, 249, 107, 0.7);
  border-radius: 5px;
  border-bottom: none;
}

.navbar .header-inner.wpz_layout_full {
  max-width: 1630px;
}

footer p,
footer a {
  color: #fff !important;
  font-family: Montserrat;
}

footer .content {
  display: flex;
  gap: 60px 120px;
  padding-top: 100px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_brand {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  max-width: 488px;
  height: fit-content;
  align-items: center;
}

.lower_footer {
  padding: 50px 0;
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

p.h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.link_container {
  display: flex;
  gap: 60px;
}

.links {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.contact_us_links {
  width: 463px;
}

@media (min-width: 1025px) {
  .navbar-nav ul {
    margin-top: 38px;
    background: white;
    border-top: none;
  }

  .navbar-nav > li > ul:before {
    display: none;
  }

  ul.sub-menu a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
  }

  ul.sub-menu a:hover {
    background: #019b43;
    color: white;
  }
}

@font-face {
  font-family: Montserrat EB;
  src: url("https://businessasmission.ph/wp-content/themes/inspiro/assets/fonts/bam-new/Montserrat-ExtraBold.ttf");
}

@font-face {
  font-family: Montserrat;
  src: url(https://businessasmission.ph/wp-content/themes/inspiro/assets/fonts/bam-new/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat M;
  src: url(https://businessasmission.ph/wp-content/themes/inspiro/assets/fonts/bam-new/Montserrat-Medium.ttf);
}

:root {
  --green: #019b43;
  --dark-green: #01411c;
  --beige: #fefbe9;
  --medium-green: #105e31;
  --black: #1a1a1a;
  --bright-green: #05e364;
}

.green_txt {
  color: var(--green);
}

.dark_green_txt {
  color: var(--dark-green);
}

.beige_txt {
  color: var(--beige);
}

.medium_green_txt {
  color: var(--medium-green);
}

.black_txt {
  color: var(--black);
}

.white_txt {
  color: white;
}

h1 {
  font-family: Montserrat EB;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;

  @media (max-width: 1199px) {
    font-size: 50px;
  }

  @media (max-width: 768px) {
    font-size: 40px;
  }
}

h2 {
  color: var(--medium-green);
  font-family: Montserrat EB;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;

  @media (max-width: 1199px) {
    font-size: 40px;
  }

  @media (max-width: 768px) {
    font-size: 30px;
  }
}

h3 {
  color: var(--black);
  font-family: Montserrat EB;
  font-size: 30px!important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  padding-top: 0;

  @media (max-width: 768px) {
    font-size: 25px!important;
  }
}

h4 {
  font-family: Montserrat EB;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

p {
  color: var(--black);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

/* background */

.black_bg {
  background: var(--black);
}

.green_bg {
  background: var(--green);
}

.dark_green_bg {
  background: var(--dark-green);
}

.beige_bg {
  background: var(--beige);
}

.medium_green_bg {
  background: var(--medium-green);
}

.white_bg {
  background: white;
}

.p_30 {
  padding: 30px !important;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_20 {
  margin-top: 20px;
}

.centered {
  justify-self: center;
}

/* end of background */

/* images */

img {
  height: auto;
}

.image_container {
  overflow: hidden;
}

.image_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* end of image */

/* cta */

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: fit-content;
  padding: 25px 30px;
  font-family: Montserrat;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  flex-direction: column;
  gap: 5px;
  justify-self: center;
}

/* Sheer effect */
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(5, 227, 100, 0) 0%,
    rgba(5, 227, 100, 0.2) 100%
  );
  transition: all 0.5s ease;
  z-index: 0;
}

/* Sweep animation on hover */
.cta:hover::before {
  left: 100%;
}

.cta span {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.cta.green_bg,
.cta.white_bg {
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta.green_bg {
  color: white !important;
}

.cta.white_bg {
  color: var(--medium-green) !important;
}

/* .cta.green_bg:hover::before,
    .cta.white_bg:hover::before {
        left: 0;
        clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
        background: var(--bright-green);
    } */

.cta.green_bg:hover,
.cta.white_bg:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 249, 107, 0.7);
  background: var(--bright-green);
}

.cta.white_bg:hover {
  color: white !important;
}

/* .cta.green_bg::before,
    .cta.white_bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: -125%;
        width: 125%;
        height: 100%;
        background: radial-gradient(circle at center,
                rgba(0, 249, 107, 0.7) 0%,
                rgba(0, 249, 107, 0.4) 40%,
                rgba(0, 249, 107, 0) 100%);
        z-index: -1;
        transition: left 300ms;
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    } */

section a {
  color: var(--green) !important;
  text-decoration: underline !important;
  font-weight: 700;
}

/* .btn_container,
    .cta_container {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .next_button,
    .prev_button {
        display: flex;
        height: 30px;
        justify-content: center;
        align-items: center;
        border: none;
        padding: 0;
        background: transparent;
    }

    .btn_white_black {
        border-radius: 100%;
        border: 2px solid #242431;
    } */

:is(a, div),
:is(a, div):hover,
:is(a, div) *,
:is(a, div):hover *,
button img,
button:hover img {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}

*::after,
*:hover::after {
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}

section {
  padding: 100px 0;
}

footer section {
  padding: unset;
}

.wrapper {
  max-width: 1576px;
  margin: auto;
}

/* end global styles */

/* Responsive breakpoints */

@media (max-width: 1650px) {
  .wrapper {
    padding: 0 15px;
  }
}

@media all and (max-width: 1199px) {
  section {
    padding: 70px 30px;
  }
  footer .content {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  footer .content {
    justify-content: left;
  }
}

@media all and (max-width: 767px) {
  section {
    padding: 50px 20px;
  }

  .footer_brand {
    display: flex;
    flex-direction: column;
  }

  .link_container {
    flex-direction: column;
  }
}
