@charset "UTF-8";

/*
Theme Name: Jones Construction 2022
Version: 1.1
*/

/***************
Fonts

Good Pro News
font-family: var(--ff-body);
font-weight: 500;
font-style: normal;

Good Pro Bold
font-family: var(--ff-body);
font-weight: 700;
font-style: normal;

Good Pro Black
font-family: var(--ff-body);
font-weight: 800;
font-style: normal;

Good Pro Wide
font-family: ff-good-web-pro-wide, sans-serif;
font-weight: 400;
font-style: normal;

Good Pro Wide Medium
font-family: ff-good-web-pro-wide, sans-serif;
font-weight: 600;
font-style: normal;

Good Pro Wide Bold
font-family: ff-good-web-pro-wide, sans-serif;
font-weight: 700;
font-style: normal;

Good Pro Comp Black
font-family: ff-good-web-pro-compressed, sans-serif;
font-weight: 800;
font-style: normal;

Good Pro Cond Bold
font-family: ff-good-web-pro-condensed, sans-serif;
font-weight: 700;
font-style: normal;

Good Pro XCond Black
font-family: ff-good-web-pro-extra-conden, sans-serif;
font-weight: 800;
font-style: normal;

***************/

/***************
Responsice widths
320px
480px
600px
700px
900px
1024px
1200px
***************/

/***************
Colors
***************/
:root {
  --black: #000;
  --white: #fff;
  --blue: #065590;
  --gray: #b3b0ad;

  --blue-80: rgba(6, 85, 144, 0.8);

  --bs-link-color-rgb: 9, 109, 186;
  --bs-link-hover-color-rgb: 12, 123, 206;
  --bs-border-radius: 0;

  --ff-header: ff-good-web-pro-compressed, sans-serif;
  --ff-body: ff-good-web-pro, sans-serif;

  --fade-transition-time: 0.5s;
}

.gform-field-label,
.gfield_description {
  font-size: 18px !important;
}

.gform_footer {
  justify-content: end;
}

#gform_submit_button_1 {
  width: 100px;
}

/* Override Bootstrap Utilities */

/* Loads too slowly with Bootstrap */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.current-menu-item a {
  font-style: italic;
  color: var(--gray) !important;
}

/***************
Blog Footer Navigation
***************/

/*Post Navigation*/
.navigation.pagination .nav-links,
.navigation.post-navigation .nav-links {
  padding: 1rem 0;
  width: 100%;
}

.navigation.pagination .nav-links .prev,
.navigation.post-navigation .nav-previous {
  float: left;
}

.navigation.pagination .nav-links .next,
.navigation.post-navigation .nav-next {
  float: right;
}

.navigation.pagination .page-numbers {
  display: none;
}

.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers {
  display: block;
}

#archives-dropdown-2 {
  display: block;
  width: 75%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Sidebar Fields*/

.widget_search {
  padding-bottom: 1rem;
}

.widget_search label span,
.widget_archive label {
  display: none;
}

.search .search-form {
  display: none;
}

.search-field,
#archives-dropdown-2 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-submit {
  /*color: #ffffff;*/
  /*background-color: #EEB81D;*/
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}

.search-submit:hover,
.search-submit:active,
.search-submit:focus {
  /*background-color: #004A7C;*/
  border: none;
}

@media (min-width: 768px) {
  .search .search-form {
    display: block;
  }
}

@media (min-width: 992px) {
  .widget_search .search-field,
  #archives-dropdown-2 {
    width: 15rem;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ============================================ */
/* GLOBAL */
/* ============================================ */
html {
}

body {
  height: 100%;
  position: relative;
  background-color: var(--blue);
  overflow-x: hidden;
}

h2,
.h2 {
  font-weight: 600;
}

a {
  font-weight: 600;
}

.lead {
  font-style: italic;
}

.container-w {
  width: 95rem;
  margin: 0 auto;
}
.top-border {
  background-color: var(--gray);
  width: 100%;
  height: 5px;
  position: relative;
  z-index: 100;
}
#page {
  /* display: flex;
    flex-direction: column;
    align-items: stretch; */
  height: 100%;
  display: grid;
  grid-template-rows: 5px auto minmax(80vh, 1fr) auto;
  grid-template-columns: 100%;
}

@media (max-width: 1250px) {
  #page {
    grid-template-rows: 5px minmax(85vh, 1fr) auto;
  }
}

.slash {
  position: absolute;
  z-index: 15;
  clip-path: polygon(0 0, 56% 0, 48% 100%, 0% 100%);
  height: 100%;
  width: 100%;
  background: var(--blue-80);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}
.inner-slash {
  position: absolute;
  top: 0;
  z-index: 0;
  clip-path: polygon(0 0, 36% 0, 32% 100%, 0% 100%);
  height: 100%;
  width: 100%;
  background: var(--blue-80);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}
.footer-slash {
  position: absolute;
  /* top: 0; */
  z-index: 0;
  clip-path: polygon(0 0, 36% 0, 32% 100%, 0% 100%);
  height: 200px;
  width: 100%;
  background: var(--blue);
  opacity: 0.8;
}
.page-container {
  margin-top: -10;
  background: var(--white);
  height: 100%;
}
.homepage-content {
  margin-top: -70px;
  position: relative;
  z-index: 500;
}

.page-items {
  position: relative;
  z-index: 20;
  padding-top: 50px;
}
.page-head {
  /* background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 500px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */
  width: 100%;
  margin-top: -70px;
  position: relative;
  z-index: 20;
  padding-top: 50px;
}
@media (max-width: 2100px) {
  .container-w {
    width: 70%;
  }
}
@media (max-width: 1450px) {
  /* .container-w {
        width: 60rem;
    } */
}
@media (max-width: 900px) {
  .slash {
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  }

  .container-w {
    width: 90%;
    width: clamp(16rem, 90vw, 30rem);
    /* padding-inline: 10px; */
  }
}

/* Mobile Menu */
.head-menu-mobile.menu-active {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0 !important;
  transition: 0.2s all;
}
.menu-not-active {
  position: fixed;
  z-index: 500px;
  left: 100%;
  transition: 0.2s all;
}
.mobile-menu i {
  color: var(--white);
  font-size: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu {
  background: rgba(6, 85, 144, 0.85);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: grayscale(1) blur(10.3px);
  backdrop-filter: grayscale(1) blur(10.3px);
}
.mobile-menu-content {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ========================================================================================================================================== */
/* HOME PAGE */
/* ========================================================================================================================================== */
.primary-bg {
  background-color: var(--blue);
}
#home-bg {
  position: relative;
  z-index: 0;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 500px
    ),
    url("assets/images/bth003.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -70px;
  padding-top: 70px;
  height: 100% !important;
  overflow: hidden;
  /* -webkit-animation: fade 7s infinite;
    -moz-animation: fade 7s infinite;
    -o-animation: fade 7s infinite;
    animation: fade 7s infinite; */
}

#change-text {
  text-transform: uppercase;

  /* -webkit-animation: fade 7s infinite;
    -moz-animation: fade 7s infinite;
    -o-animation: fade 7s infinite;
    animation: fade 7s infinite; */
}

.page-bg {
  /* background-color: var(--blue); */
  /* background-color: var(--black); */
  width: 100%;
  margin-top: -70px;
}

.site-container {
  position: relative;
  z-index: 15;
}
.left-hp-image {
  width: 95px;
  position: absolute;
  z-index: 100;
  top: 20rem;
  left: 10rem;
}
@media (max-width: 2100px) {
  .left-hp-image {
    left: 5rem;
  }
}
@media (max-width: 1250px) {
  .left-hp-image {
    display: none;
  }
}

/* ======================= */
/* HP menu, SP menu */
/* ======================= */
.head-menu {
  position: relative;
  z-index: 100;
}
.primary-nav ul {
  /* list-style: none; */
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: ff-good-web-pro-wide, sans-serif;
  font-style: normal;
  color: var(--white);
}
.primary-nav ul li:first-child {
  list-style: none;
}
.primary-nav ul li {
  margin: 10px 25px 10px 10px;
  padding-left: 5px;
}

/* Main Navigation Link Styles and Hover State */
.navigation-main a,
.mobile-navigation a {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: 0.2s border ease-in-out;
}
.navigation-main a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}

.hamburger-menu {
  display: none;
}
.hamburger-menu i {
  font-size: 36px;
  color: var(--white);
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100;
  right: 3rem;
  top: 10px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  clip-path: polygon(0 30%, 51% 12%, 100% 30%, 100% 70%, 50% 88%, 0 70%);
  width: 40px;
  height: 55px;
  font-size: 20px;
  color: var(--blue);
  text-decoration: none;
  margin: 0 10px;
  transform: scale(1);
  transition: all 0.2s linear;
}

.social a:hover {
  /* background-color: rgba(255,255,255, .8); */
  transform: translateY(5px);
}

@media (max-width: 2100px) {
}
@media (max-width: 1250px) {
  .hamburger-menu {
    display: block;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    rotate: 180deg;
  }
  .head-menu {
    display: none;
  }
}

/* ======================= */
/* HP: logo */
/* ======================= */
.logo img {
  width: 15rem;
  padding: 50px 0;
}

@media (max-width: 2100px) {
}
@media (max-width: 1250px) {
}
@media (max-width: 700px) {
  .logo img {
    width: 6rem;
  }
}
/* ======================= */
/* HP: hero */
/* ======================= */
.hero-content {
  color: var(--white);
}

.hero-change-text-grid {
  display: grid;
  place-items: center start;
  isolation: isolate;
}

.hero-change-text-grid > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.hero-content .hero-change-text {
  display: block;
  font-family: var(--ff-header);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(100px, 25vw, 350px);
  margin-bottom: 3rem;
  margin-left: -0.5vw;
  margin-inline-start: -0.5vw;
  line-height: 0.9em;
}

.ad-fade {
  transition: filter var(--fade-transition-time) ease-in-out;
}

.ad-fade.ad-visible {
  filter: opacity(1);
}

.ad-fade.ad-hidden {
  filter: opacity(0);
}

.hero-content h2 {
  font-family: ff-good-web-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, 3vw, 36px);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.hero-content p {
  width: 45%;
  font-family: var(--ff-body);
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 1450px) {
  /* .hero-content .hero-change-text {
        font-size: 200px;
        margin: -45px 0 -30px;
    } */
  /* .hero-content h2 {
        font-size: 30px;
    } */
}
@media (max-width: 1250px) {
}
@media (max-width: 900px) {
  /* .hero-content .hero-change-text {
        font-size: 180px;
        margin: -40px 0 -30px;
    } */

  .hero-content h2 {
    font-size: clamp(18px, 2.25vw, 36px);
  }

  .hero-content p {
    width: 100%;
  }
}
@media (max-width: 700px) {
  /* .hero-content .hero-change-text {
        font-size: 100px;
        margin: -15px 0 0;
    } */
  /* .hero-content h2 {
        font-size: 18px;
    } */
}

/* ======================= */
/* HP: featured projects */
/* ======================= */

.featured-projects-content {
  text-align: center;
  color: var(--white);
  padding: 10rem 0;
}

.featured-projects-content h2 {
  font-family: ff-good-web-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.featured-slider {
  margin-top: 50px;
}
.single-hp-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-hp-slide a {
  text-decoration: none;
  color: var(--white);
  text-transform: uppercase;

  font-family: var(--ff-body);
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.homepage-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 30%, 51% 12%, 100% 30%, 100% 70%, 50% 88%, 0 70%);
  padding: 3px;
  width: 300px;
  height: 455px;
  position: relative;
  background-color: white;
}

.single-hp-slide-content {
  display: grid;
  place-items: center;
  isolation: isolate;
  position: relative;

  filter: grayscale(1);

  clip-path: polygon(0 30%, 51% 12%, 100% 30%, 100% 70%, 50% 88%, 0 70%);
  /* border: 2px solid var(--white); */
}

.single-hp-slide-content > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.single-hp-slide-content > img {
  object-fit: cover;
  z-index: -1;
}

.single-hp-slide-content p {
  margin: 0;
  padding: 20px;
}

.splide__arrow {
  background: none;
  border-radius: 0;
  opacity: 1;
  width: auto;
  height: auto;
}

.splide__arrow .custom-splide-arrow {
  fill: var(--white);
  width: 5rem;
  height: 5rem;
  filter: drop-shadow(1px 1px 8px rgba(1, 1, 1, 0.85));
}

.splide__arrow--prev {
  left: -2rem;
}
.splide__arrow--next {
  right: -2rem;
}
.splide__list .is-active a .single-hp-slide-content {
  filter: grayscale(0) !important;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 1800px) {
  /* .single-hp-slide-content {
        width: 200px;
        height: 200px;
    } */
}
@media (max-width: 700px) {
  .featured-projects-content {
    /* padding: 3rem 0; */
  }
  .homepage-slide {
    width: 180px;
    height: 255px;
  }
  .single-hp-slide-content {
    /* width: 1 !important;
        height: 100% !important; */
  }
}
/* ======================= */
/* ONE PAGE: head */
/* ======================= */
.page-logo {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.page-logo h1 {
  color: var(--white);
  font-size: 150px;
  font-size: clamp(5rem, 10vw, 150px);
  text-transform: uppercase;
  font-family: ff-good-web-pro-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media (max-width: 700px) {
  .page-logo h1 {
    display: none;
  }
}

/* ======================= */
/* ONE PAGE: subhead */
/* ======================= */
.page-sub-head {
  /* position: relative;
    z-index: 50; */
  background: var(--gray);
  padding: 20px;
  position: relative;
  z-index: 1;
}

.page-sub-head.shadow {
  --shadow-style: 0px 8px 8px rgba(1, 1, 1, 0.35);
  -webkit-box-shadow: var(--shadow-style);
  -moz-box-shadow: var(--shadow-style);
  box-shadow: var(--shadow-style);
}

.page-sub-head.shadow-light {
  --shadow-style-light: 0px 4px 10px rgba(1, 1, 1, 0.2);
  -webkit-box-shadow: var(--shadow-style-light);
  -moz-box-shadow: var(--shadow-style-light);
  box-shadow: var(--shadow-style-light);
}

.page-sub-head-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-sub-head-content p {
  font-family: ff-good-web-pro-wide, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.mobile-page-title {
  display: none;
}
@media (max-width: 700px) {
  .page-sub-head-content {
    padding: 0px;
  }
  .page-sub-head-content p {
    letter-spacing: 2px;
    text-align: center;
  }

  .mobile-page-title h1 {
    margin: 0;
  }

  .mobile-page-title {
    font-size: 50px;
    display: block;
    color: var(--white);
    background-color: var(--blue);
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: ff-good-web-pro-compressed, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
}

/* ======================= */
/* ONE PAGE: projects */
/* ======================= */
.page-projects {
  --gap-size: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: var(--gap-size);
  padding-bottom: var(--gap-size);
  position: relative;
  z-index: 0;
}
.page-projects a {
  text-decoration: none;
}

/* Jake's Version */
/*
.page-project {
    width: 100%;
    height: 300px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
}
.page-project h4 {
    font-family: var(--ff-body);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    transition: .2s;
} */
/* .page-project:hover {
    box-shadow: none !important;
    transition: .2s;
} */

/* David's Version 1 */

/* .page-project {
    width: 100%;
    height: 300px;
    flex: 1;
    display: flex;
    align-items: end;
    justify-content: start;
    color: var(--white);
    text-decoration: none;
    padding: 1rem;
}
.page-project h4 {
    font-family: var(--ff-body);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-shadow: 0px 0px .8em rgba(1, 1, 1, .9);
    text-transform: uppercase;
}

.page-project:hover {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3) !important;
    justify-content: center;
    align-items: center;
    text-align: center;
} */

/* David's Version 2 */

.page-project {
  width: 100%;
  height: 300px;
  flex: 1;
  display: block;
  position: relative;
  isolation: isolate;
  color: var(--white);
  text-decoration: none;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}

.page-project h4 {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  font-family: var(--ff-body);
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-shadow: 0px 0px 0.8em rgba(1, 1, 1, 0.9);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.page-project:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.25) !important;
}

.page-project:hover h4 {
  transform: translate(0%, -1.5rem);
}

@media (max-width: 700px) {
  .page-projects {
    grid-template-columns: 1fr;
  }
}

/* ========================================================================================================================================== */
/* Button - Jones */
/* ========================================================================================================================================== */

.btn.btn-jones {
  --btn-blue: hsl(206, 92%, 29%);
  background-color: var(--btn-blue);
  color: var(--white);
  border-radius: 3px;
  padding-inline: 2rem;
}

.btn.btn-jones:hover {
  --btn-blue: hsl(206, 92%, 39%);
  color: var(--white);
}

/* ========================================================================================================================================== */
/* Card - Jones Style */
/* ========================================================================================================================================== */
[class^="card-jones"] {
  padding: 1.5rem;
}

.card-jones {
  background-color: var(--white);
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: grayscale(1) blur(4px);
  backdrop-filter: grayscale(1) blur(4px);
}

.card-jones--blue {
  background-color: rgba(6, 85, 144, 1);
  background-color: rgb(0 68 140 / 65%);
  color: var(--white);
  -webkit-backdrop-filter: grayscale(1) blur(2px);
  backdrop-filter: grayscale(1) blur(2px);
}

.card-jones--blue a {
  color: var(--white);
}

.card-jones--blue a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* ========================================================================================================================================== */
/* SINGLE PROJECT PAGE */
/* ========================================================================================================================================== */

.single-page-content {
  min-height: 65vh;
  position: relative;
  isolation: isolate;
}

.single-page-content::after {
  content: "";
  width: 100%;
  height: 65vh;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 42%
    ),
    url("/wp-content/themes/jc2022/assets/images/page-bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ========================================================================================================================================== */
/* SINGLE PROJECT PAGE */
/* ========================================================================================================================================== */
.upper-content {
  object-fit: cover;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 8px rgba(1, 1, 1, 0.35);
}
.detail-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-imgs img {
  margin: 0px 50px;
}
.featured-image img {
  width: 200px;
  height: 225px;
  object-fit: cover;
  clip-path: polygon(50% 0, 100% 26%, 100% 78%, 50% 100%, 0 78%, 0 26%);
}
.single-page-content,
.single-project-content {
  padding: 5rem 0;
  color: var(--blue);
}
.single-page-content,
.single-project-content p {
  font-family: var(--ff-body);
  font-weight: 500;
  font-style: normal;
}
.single-page-content-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.single-page-content-top h1 {
  font-family: ff-good-web-pro-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 100px;
  font-size: clamp(2.5rem, 8vw, 100px);
  color: var(--blue);
  text-transform: uppercase;
}
.single-project-title h4 {
  font-family: ff-good-web-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.single-page-content-bottom {
  display: grid;
  grid-template-columns: 60% 10% 30%;
  align-items: center;
  grid-template-rows: auto;
  padding-top: 10px;
}
.seperator-one {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.seperator-one img {
  height: 250px;
}
.spec-special {
  font-weight: bold;
  text-transform: uppercase;
}
.single-project-description {
  flex: 3;
}
.single-project-specs {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.single-project-specs h4 {
  font-family: ff-good-web-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
  /* padding-left: 1rem; */
  /* padding-inline-start: 1rem; */
}
.single-project-specs ul {
  margin: 0;
}

/* ======================= */
/* SPP: images */
/* ======================= */
#lightgallery {
  --gap-size: 2px;
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 200px !important; */
  gap: var(--gap-size);
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 300px !important;
  padding-bottom: var(--gap-size);
}
#lightgallery .project-image {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

#lightgallery .custom-selector:hover img {
  transform: scale(1.08);
}

#lightgallery .custom-selector img {
  --transition-time: 0.23s;
  transition: transform var(--transition-time) linear;
  position: relative;
}

/* #lightgallery .custom-selector img::after {
    content: '';
    
    position: absolute;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;

    background-color: rgba(0,0,0, 0.4);
    backdrop-filter: grayscale(1);
} */

#lightgallery .custom-selector {
  cursor: pointer;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 700px) {
  .single-page-content-top {
    display: flex;
    flex-direction: column;
  }
  .detail-imgs {
    display: none;
  }
  .single-page-content-bottom {
    display: flex;
    flex-direction: column;
  }
  .seperator-one img {
    rotate: 90deg;
    margin: -80px 0;
  }
  #lightgallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  #lightgallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================================================================================================================== */
/* Excerpts */
/* ========================================================================================================================================== */

.excerpt {
  display: grid;
  grid-template-columns: clamp(100px, 30%, 200px) 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: grayscale(1) blur(3px);
  backdrop-filter: grayscale(1) blur(3px);
  box-shadow: 1px 1px 8px rgba(1, 1, 1, 0.25);
  overflow: hidden;
  min-height: 175px;
}

.excerpt--image-container {
  background-color: var(--blue);
  background: linear-gradient(
    280deg,
    rgba(7, 86, 146, 1) 0%,
    rgb(15, 126, 211) 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.excerpt--content {
  padding: 1rem;
}

.excerpt--header h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.excerpt--posted-on {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.excerpt--body {
}

.excerpt--footer {
}

@media (max-width: 767px) {
  .excerpt {
    grid-template-columns: 1fr;
    grid-template-rows: 150px auto;
  }
}

/* ========================================================================================================================================== */
/* FOOTER */
/* ========================================================================================================================================== */
.site-footer {
  height: 200px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.footer-content {
  position: relative;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.home-footer-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--white);
}
.footer-address-head {
  font-family: var(--ff-body);
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}
.footer-address-body {
  font-family: var(--ff-body);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.footer-copyright {
  font-family: var(--ff-body);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.home-footer-right ul {
  /* list-style: none; */
  margin: 0;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: ff-good-web-pro-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--white);
}
.home-footer-right ul li:first-child {
  list-style: none;
}
.home-footer-right ul li {
  margin: 10px 25px 10px 10px;
  padding-left: 5px;
}
.home-footer-right ul li a {
  text-decoration: none;
  color: var(--white);
}
@media (max-width: 2100px) {
}
@media (max-width: 700px) {
  .home-footer-right ul {
    flex-direction: column;
    list-style: none;
    font-size: 14px;
  }
  .home-footer-right ul li {
    margin: 5px;
  }
  .home-footer-left {
    padding-right: 20px;
  }
}

/* TEXT FADE */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Utilities */

.box-shadow-sm {
  box-shadow: 2px 2px 8px rgba(1, 1, 1, 0.15);
}

/* HOME PAGE */

#primary.content-area {
}

/* AD Slideshow */
.ad-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: -1;
}

.ad-slideshow-polygon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(2px 4px 20px rgba(1, 1, 1, 0.5));
  z-index: 1;
}

.ad-slideshow-polygon {
  content: "";

  /* position */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  /* styles */
  clip-path: polygon(0 0, 56% 0, 48% 100%, 0% 100%);
  background: rgba(6, 85, 144, 0.8);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);

  /* size */
  height: 100%;
  width: 100%;
}

.ad-slideshow::before,
.ad-slideshow::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;

  height: 100%;
  width: 100%;
}

.ad-slideshow::after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 0;
}

.ad-slideshow::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.ad-slideshow-inner {
  width: 100%;
  height: 100%;
}

.ad-slideshow-item {
  width: 100%;
  height: 100%;

  /* background image */
  /* background-color: rgba(6, 85, 144, 1); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ad-load-background-image {
  /* filter */
  filter: blur(0);
  transition: 1s filter ease;
}

/* AD Slideshow Utilities */

.blur-small {
  filter: blur(15px);
}

.blur-medium {
  filter: blur(8px);
}

.blur-transition {
  transition: 1s filter ease;
}

.hp-featured-project-link {
  --clip-path: 50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%;

  display: grid;
  place-items: center;

  text-decoration: none;

  position: relative;
  isolation: isolate;
}

.hp-featured-project-link::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;

  width: calc(100% + 8px);
  height: calc(100% + 8px);

  background-color: white;

  -webkit-clip-path: polygon(var(--clip-path));
  clip-path: polygon(var(--clip-path));

  z-index: -1;
}

.hp-featured-project-link::after {
  content: "";

  -webkit-clip-path: polygon(var(--clip-path));
  clip-path: polygon(var(--clip-path));

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(1, 1, 1, 0.6);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);

  transition: all 0.3s ease-in-out;
}

.hp-featured-project-link-container {
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5)); */
}

.hp-featured-project-link-container:hover {
  cursor: pointer;
}

.hp-featured-project-link-container:hover .hp-featured-project-link::after,
.splide.is-focus-in .splide__slide:focus .hp-featured-project-link::after {
  background-color: rgba(1, 1, 1, 0.25);
  -webkit-backdrop-filter: grayscale(0);
  backdrop-filter: grayscale(0);
}

.hp-featured-project-link p {
  color: var(--white);
  font-family: var(--ff-body);
  font-size: clamp(16px, 2vw, 1.4rem);
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(1, 1, 1, 0.8);
  text-transform: uppercase;
  padding-inline: 2rem;
  margin: 0;
  z-index: 1;
}

.hp-featured-project-link > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.hp-featured-project-link img {
  object-fit: cover;
  -webkit-clip-path: polygon(var(--clip-path));
  clip-path: polygon(var(--clip-path));
  width: 100%;
  aspect-ratio: 1 / 1;
  z-index: -1;
}

.hp-featured-project-link img::before {
  content: "";

  -webkit-clip-path: polygon(var(--clip-path));
  clip-path: polygon(var(--clip-path));

  position: absolute;
  top: -2px;
  left: -2px;

  width: calc(100% + 4px);
  height: calc(100% + 4px);

  background-color: var(--white);

  z-index: -1;
}

#featured-projects-carousel {
  display: flex;
  justify-content: center;
}

#featured-projects-carousel .splide__track {
  width: calc(100% - 80px);
  padding-top: 5px;
  padding-bottom: 20px;
}
.accordion-expand {
  border: none;
  background: none;
  cursor: pointer;
}
.accordion-item {
  cursor: pointer;
  padding: 1rem;
  background: linear-gradient(to bottom, transparent 70%, rgb(0, 0, 0, 0.15));
  backdrop-filter: blur(2px);
}
.accordion > *:not(a) {
  pointer-events: none;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
}
.accordion-header > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.accordion-item.active {
  background: #ffffff22;
}
.accordion-item.active .accordion-body {
  padding-top: 2rem;
  max-height: 200rem;
}
@media (max-width: 900px) {
  .accordion-header > span {
    flex-direction: column-reverse;
    align-self: flex-end;
    margin-left: auto;
  }
  .accordion-header {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/*==== About Us Page ====*/
