/* =============== Custom Syles within boilerplate ================ */
.top-bar {
  transition: padding 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms ease, backdrop-filter 250ms ease, box-shadow 250ms ease;
  min-height: 6.5rem;
  height: 6.5rem;
  /* transparent initially */
  background: rgba(120, 120, 120, 0); /* transparent grey */
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
.top-bar .brand-logo {
  transform-origin: left center;
  transform: scale(1);
  transition: transform 0.4s ease;
  will-change: transform;
  display: block;
  width: 100%;
  /* Use max-height so it can shrink without fighting intrinsic size */
  max-height: 5rem;
  height: 5rem;
  transition: max-height 0.4s ease;
}
.top-bar.scrolled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: rgba(38, 38, 38, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.top-bar.scrolled .brand-logo {
  max-height: 5rem;
}
@media only screen and (min-width: 40.063em) {
  .top-bar {
    min-height: 6.5rem;
  }
  .top-bar .brand-logo {
    max-height: 6.875rem;
    height: 6.875rem;
  }
  .top-bar.scrolled {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .top-bar .brand-logo {
    max-height: 8.6875rem;
    height: 8.6875rem;
  }
  .top-bar.scrolled {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.page-template-template-projects-listing .top-bar {
  background-color: #262626;
}

.site-navigation {
  /* transparent initially */
  background: #262626;
}
.site-navigation.scrolled {
  padding-top: 6.8125rem;
}

.btn {
  border: 1px solid #fff;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  border-radius: 6.25rem;
}
.btn:hover {
  background-color: #EF4050;
  border-color: #EF4050;
}
@media only screen and (min-width: 1280px) {
  .btn {
    font-size: 1rem;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.pb-0 {
  padding-bottom: 0;
}

.w-100 {
  width: 100%;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.py-lg-9 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media only screen and (min-width: 1200px) {
  .py-lg-9 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.bg-image-wrap {
  position: relative;
  overflow: hidden;
}

.bg-image {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 0;
}
.bg-image > .bg-image-item {
  opacity: 0;
  object-fit: cover;
  height: 100%;
}

.elem-stacked, .has-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}

.has-overlay:before {
  content: "";
  background: #4A4747;
  background: linear-gradient(0deg, rgba(74, 71, 71, 0.15) 0%, rgba(38, 38, 38, 0.94) 100%);
  transition: opacity 0.3s ease-in-out;
}

.page-banner {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  min-height: 26.25rem;
}
.page-banner.is-sm {
  min-height: 26.25rem;
}
@media only screen and (min-width: 40.063em) {
  .page-banner {
    min-height: 34.375rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-sm {
    min-height: 46.1875rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner {
    min-height: 46.1875rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .page-banner.is-lg {
    min-height: 54.5rem;
  }
}
.page-banner .banner-title {
  z-index: 9;
  display: block;
  position: relative;
  max-width: 95%;
}
.page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.1875rem;
}
@media only screen and (min-width: 40.063em) {
  .page-banner .banner-title {
    max-width: 75%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .page-banner .banner-title {
    max-width: 50%;
  }
  .page-banner .banner-title h2, .page-banner .banner-title h3, .page-banner .banner-title h4 {
    font-size: 3.5rem;
  }
}

.is-invisible {
  display: none;
}

@keyframes logo-pulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
.ssc-circle, .ssc-head-line, .ssc-hr, .ssc-line, .ssc-square {
  background-color: rgba(80, 80, 80, 0.1) !important;
}

.ssc-square {
  height: 22.6875rem !important;
  border-bottom: 1px solid #EF4050;
}

.ssc-head-line.w-50 {
  width: 50%;
}
.ssc-head-line.w-30 {
  width: 30%;
}

.pagination-wrapper {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination-link,
.pagination-wrapper .pagination-next,
.pagination-wrapper .pagination-prev {
  border: 0.125rem solid #fff;
  width: 2.6875rem;
  height: 2.6875rem;
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3125rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination-wrapper .pagination-link:hover, .pagination-wrapper .pagination-link.active,
.pagination-wrapper .pagination-next:hover,
.pagination-wrapper .pagination-next.active,
.pagination-wrapper .pagination-prev:hover,
.pagination-wrapper .pagination-prev.active {
  background-color: #5D5D5D;
}
.pagination-wrapper .pagination-next svg path,
.pagination-wrapper .pagination-prev svg path {
  fill: #fff;
}

/* ================= Aspect ratios for responsive and smooth UX ================ */
.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio-36:after {
  padding-bottom: 36.036036036%;
}
.aspect-ratio-57:after {
  padding-bottom: 63%;
}
.aspect-ratio-66:after {
  padding-bottom: 66.6666666667%;
}

.aspect-ratio-item {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
.aspect-ratio-item.o-f-p {
  object-position: 0 0;
}
.aspect-ratio-item.o-f-t-c {
  object-position: 50% 0;
}

.project-content ::-moz-selection {
  background: #707070;
  text-shadow: none;
}
.project-content ::selection {
  background: #707070;
  text-shadow: none;
}

.nice-select.select-custom {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #262626 !important;
  color: #fff;
  border: 0.125rem solid #fff !important;
  padding: 0 1rem !important;
  border-radius: 3rem !important;
  font-size: 1rem !important;
  float: none !important;
  height: 2.625rem !important;
  font-size: 1rem !important;
  text-align: right !important;
}
.nice-select.select-custom .list {
  border: 0.125rem solid #fff;
  background-color: #262626 !important;
  border-radius: 1.25rem !important;
  width: max-content;
  padding: 1.125rem 0;
  margin-top: 1.25rem;
}
.nice-select.select-custom .list li {
  text-align: right;
  font-size: 1rem;
  color: #fff;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.nice-select.select-custom .list li:hover, .nice-select.select-custom .list li.selected, .nice-select.select-custom .list li.focus {
  background-color: #EF4050;
}
.nice-select.select-custom:after {
  left: 1rem !important;
  transform-origin: initial;
  transform: translateY(calc(-50% + 0.2rem)) rotate(0deg) skew(0deg);
  transition-duration: 0.35s;
  background-image: url("../../assets/img/svg/caret-down-light-full.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 1.125rem;
  height: 1.25rem;
  border: 0 !important;
}
.nice-select.select-custom.open:after {
  transform: translateY(calc(-50% + 0.375rem)) rotate(180deg) skew(0deg);
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .nice-select.select-custom {
    width: 15.9375rem !important;
    max-width: 15.9375rem;
  }
}

.footer-wrapper {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .footer-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer-logo img {
  width: 100%;
  height: auto;
  max-width: 15.625rem;
}
@media only screen and (min-width: 1025px) {
  .footer-logo img {
    width: 6.625rem;
    height: 6.625rem;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: max-content 1fr max-content;
    gap: 1.875rem;
    align-items: start;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-grid {
    grid-template-columns: max-content 1fr max-content;
    gap: 3.125rem;
    align-items: center;
  }
}

.f-content-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.625rem;
  column-gap: 1.25rem;
}
.f-content-grid p, .f-content-grid a {
  font-size: 1.125rem;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .f-content-grid {
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 0.625rem;
    column-gap: 1.875rem;
  }
}
.f-content-grid .instagram-ic > a {
  font-size: 3.3125rem;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.f-content-grid .instagram-ic > a:hover {
  color: #EF4050 !important;
}
.f-content-grid .f-contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .f-content-grid {
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 1.875rem;
    column-gap: 1.875rem;
  }
}
@media only screen and (min-width: 1280px) {
  .f-content-grid {
    grid-template-columns: max-content max-content max-content max-content;
  }
}

.footer-contents {
  display: flex;
  gap: 0.625rem;
  align-items: start;
  flex-direction: column;
  order: 3;
}
@media only screen and (min-width: 1024px) {
  .footer-contents {
    order: 0;
  }
}

.full-bleed {
  width: 50vw;
  margin-right: calc(-50vw + 50%);
  background-color: #262626;
}

.home-banner-content.content-area-x2 { 
	padding-top:calc(var(--content-padding) * 5); 
}
@media only screen and (min-width: 1024px) {
	.home-banner-content.content-area-x2 { 
		padding-top: max(150px, calc(var(--content-padding) * 5));
	}	
}

.home-banner-wrapper {
  background-color: #262626;
  overflow: hidden;
  height: 100%;
} 
@media only screen and (max-width: 1025px) {
  .home-banner-wrapper .banner-left-content {
    position: absolute;
    bottom: 0;
    z-index: 20;
  }
  .home-banner-wrapper .banner-content {
    padding: 2.8125rem;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(38, 38, 38, 0) 100%);
  }
  .home-banner-wrapper .banner-left-content,
  .home-banner-wrapper .banner-vid-wrap {
    width: 100%;
  }
  .home-banner-wrapper .banner-container {
    padding: 0;
  }
  .home-banner-wrapper .right-col-inner {
    margin-right: 0;
  }
  .home-banner-wrapper .hero-video {
    border-radius: 0;
    height: 80dvh;
  }
  .home-banner-wrapper .hero-video:after {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner-wrapper .hero-video {
    height: 85dvh;
  }
}
@media only screen and (max-width: 480px) {
  .home-banner-wrapper .hero-video {
    height: 85dvh;
  }
  .home-banner-wrapper .banner-content {
    padding: 2.8125rem 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .home-banner-wrapper {
    height: 99.5dvh;
	min-height: 99.5dvh;
    height: auto;
  }
}
 
.banner-vid-wrap {
  position: absolute;
  width: calc(100vw - (100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2);
  z-index: -1;
}


/* XLarge screens - min-width 1360px */
@media only screen and (min-width: 85em) {
	.banner-vid-wrap {
	  position: relative;
	}
}
/* Optional: make sure video fills */
.banner-vid-wrap,
.hero-video,
.hero-video__inner {
  height: 100%;
}

.hero-video {
  position: relative;
  min-height: 60vh;
  overflow: hidden;
  width: 100%;
  height: 99.5dvh;
  border-radius: 9.375rem 0 0 0;
}
.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--poster-url);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 2;
}
.hero-video::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  inset: 0;
  z-index: 9;
}
.hero-video.is-playing .hero-video__play {
  display: none;
}
.hero-video {
 /* When playing: hide poster + button */
}
.hero-video.is-playing::before {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* Video layer */
.hero-video__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 0;
  right: 0;
} 

/* Play button overlay */
.hero-video__play {
  position: absolute;
  z-index: 10;
  inset: 0;
  margin: auto;
  background-color: transparent;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  color: #fff;
  line-height: 3.9375rem;
  width: 4rem;
  height: 3.9375rem;
  margin-left: auto;
  margin-right: 50%;
}
.hero-video__play > svg {
  width: 4rem;
  height: 3.9375rem;
}
.hero-video__play > svg path {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.hero-video__play > svg:hover > path {
  opacity: 0.6;
}

.home-banner-grid {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.right-col-inner {
  margin-right: calc(50% - 37vw);
}

.home-banner-content h1 {
  font-size: clamp(2.75rem, 4.4vw + 1rem, 3.5rem);
}

.home-banner-content .padding-right-x2 { 
	padding-right: calc(var(--divider) * 3);
}


/*
.banner-content {
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-top: 20%;
  padding-bottom: 10%;
  padding-right: 2.5rem;
  font-size: 1.125rem;
}
.banner-content h2 {
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}
.banner-content h3 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5625rem;
}
.banner-content p {
  margin-top: 0;
  font-size: 1rem;
  margin-bottom: 2.1875rem;
}
.banner-content .banner-left-content {
  order: 2;
}
.banner-content .banner-vid-wrap {
  order: 1;
}
@media only screen and (min-width: 600px) {
  .banner-content h2 {
    font-size: 2.1875rem;
  }
  .banner-content h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-content {
    padding-right: 5.625rem;
  }
  .banner-content .banner-left-content {
    order: 1;
  }
  .banner-content .banner-vid-wrap {
    order: 2;
  }
  .banner-content p {
    font-size: 1.125rem;
  }
} */

  /* Small Laptop (1366px x 768px)
}
@media screen and (min-width: 1367px) {
  .banner-content {
    font-size: 1.125rem;
  }
  .banner-content > h2 {
    font-size: 2.875rem;
    margin-bottom: 2.8125rem;
  }
  .banner-content > h3 {
    font-size: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1441px) {
  .banner-content {
    font-size: 1.25rem;
  }
  .banner-content > h2 {
    font-size: 3.5rem;
    margin-bottom: 3.125rem;
  }
  .banner-content > h3 {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-height: 600px) and (min-width: 1025px) {
  .banner-content > h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .banner-content > h3 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .banner-content p {
    font-size: 1rem;
  }
}
*/

.featured-projects {
  border-top: 2px solid #EF4050;
}

.f-projects-wrapper {
  padding-top: 5.625rem;
  padding-bottom: 1.875rem;
  background-color: #262626;
}
.f-projects-wrapper .f-projects-grid {
  margin-bottom: 1.5625rem;
}

.f-project-item img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
.f-project-item .f-project-details {
  margin-top: 1.25rem;
  border-top: 0.125rem solid #EF4050;
  padding: 0.75rem 0 0.75rem 0;
}
.f-project-item .f-project-details .project-title {
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 50%;
}
@media screen and (min-width: 75em) {
  .f-project-item .f-project-details .project-title {
    font-size: 1.125rem;
  }
}

.view-all-wrap {
  max-width: 11rem;
  margin: 0 auto;
  text-align: center;
}
.view-all-wrap a {
  text-decoration: none;
  font-size: 1.125rem;
  color: #fff;
  transition: color 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.view-all-wrap a svg {
  width: 2.6875rem;
  height: 2.6875rem;
}
.view-all-wrap a svg path {
  transition: all 0.3s ease-in-out;
}
.view-all-wrap a:hover {
  color: #EF4050;
}
.view-all-wrap a:hover svg path {
  fill: #EF4050;
}

.services-row {
  background-color: #262626;
  padding: 5.625rem 0 5.625rem 0;
}
.services-row .services-listing {
  max-width: 95rem;
  margin: 1.5625rem auto 0 auto;
}
.services-row .services-listing .service-item {
  border-bottom: 2px solid #EF4050;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  padding: 1rem 0;
}

.sec-heading {
  margin-bottom: 1.875rem;
}
.sec-heading h1, .sec-heading h2, .sec-heading h3, .sec-heading h4, .sec-heading h5, .sec-heading h6 {
  font-weight: 400;
  text-transform: uppercase;
}
.sec-heading.has-border {
  border-bottom: 2px solid #fff;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 1200px) {
  .sec-heading h2 {
    font-size: 2.1875rem;
  }
}

.swiper-button {
  transition: all 0.2s ease-in-out;
  color: #fff;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  z-index: 9;
}
.swiper-button:hover {
  color: #EF4050 !important;
  border-color: #EF4050 !important;
}
.swiper-button.js-swiper-button-next {
  right: 0;
}
.swiper-button.js-swiper-button-prev {
  left: 0;
}

.testimonials-swiper {
  max-width: 76.25rem;
  margin: 0 auto;
  width: 100%;
}
.testimonials-swiper .quote-content {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .testimonials-swiper .quote-content {
    font-size: 1.25rem;
  }
}
.testimonials-swiper .swiper-content-wrap {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 1200px) {
  .testimonials-swiper .swiper-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-swiper .t-name-position {
  color: #EF4050;
}
.testimonials-swiper .swiper-slide {
  padding-top: 2.1875rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .testimonials-swiper .swiper-slide {
    padding-bottom: 2.1875rem;
  }
}

.swiper-container-wrap {
  position: relative;
}
.swiper-container-wrap .js-swiper-button-next,
.swiper-container-wrap .js-swiper-button-prev {
  position: absolute;
}

.testimonials-slider {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.s-main-content {
  max-width: 72.8125rem;
  margin: 0 auto;
}

.swiper-pagination.mt-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.contact-us {
  margin-top: 7.5rem;
  min-height: 70dvh;
}
@media only screen and (min-width: 1024px) {
  .contact-us {
    margin-top: 11.6875rem;
  }
}

.contact-form,
.contact-details {
  max-width: 50.9375rem;
  margin: 0 auto;
}

.ginput_container {
  font-size: 1.25rem;
}
.ginput_container::-webkit-input-placeholder, .ginput_container::-moz-placeholder,
.ginput_container :-ms-input-placeholder {
  color: #fff;
  font-size: 1.25rem px;
}
.ginput_container input,
.ginput_container textarea {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: #EF4050 !important;
}

.gform-footer .gform_button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 6.25rem;
}
.gform-footer .gform_button:hover {
  background-color: #EF4050;
  color: #fff;
  border-color: #EF4050;
}

.gform_confirmation_message {
  font-size: 1.25rem;
  text-align: center;
}

.gform_fields {
  padding: 0 0;
  list-style: none;
}
.gform_wrapper .gform_fields {
  margin: 0 pxToRem(-12px);
}
.gform_fields > .gfield {
  margin-bottom: 1.5rem;
  padding-right: pxToRem(12px);
  padding-left: pxToRem(12px);
  line-height: 1;
}
.gform_fields > .gfield.gfield_html {
  line-height: inherit;
}

.contact-bot-content {
  border-top: 1px solid #fff;
  padding-top: 3.75rem;
}
.contact-bot-content .c-details-label {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .contact-bot-content .c-details-label.mb-30 {
    margin-bottom: 0.9375rem;
  }
}

.key-sectors-row {
  background-color: #393939;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.ac-grid-sectors {
  margin-top: 3.125rem;
}
.ac-grid-sectors .ac-sectors-img-wrap {
  overflow: hidden;
}
.ac-grid-sectors .sectors-img-wrap {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .ac-grid-sectors {
    margin-top: 5.625rem;
  }
  .ac-grid-sectors .ac-sectors-wrap {
    padding-right: 2.5rem;
    padding-left: 0;
  }
  .ac-grid-sectors .ac-sectors-img-wrap {
    padding-left: 2.5rem;
    padding-right: 0;
    overflow: hidden;
  }
}

.img-placeholder {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

@keyframes imgPopIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.ac-sectors-img-wrap #outside-img.animate {
  animation: imgPopIn 0.4s ease both;
}

.f-post-title {
  position: absolute;
  bottom: 0px;
  padding: 1rem;
  width: 100%;
  font-size: 1rem;
  background: #262626;
  background: linear-gradient(273deg, rgb(74, 71, 71) 0%, rgb(38, 38, 38) 100%);
}

.page-template-template-projects-listing {
  background-color: #262626;
}

.projects-listing {
  margin-top: 7.5rem;
  background-color: #262626;
  min-height: 70dvh;
}
.projects-listing .page-title {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .projects-listing {
    margin-top: 11.6875rem;
  }
}

.dropdown-filter {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .dropdown-filter {
    position: relative;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 900px) {
  .dropdown-filter {
    position: absolute;
    max-width: 15.9375rem;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

/* initial state */
.project-card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* when activated */
.project-card.is-enter {
  opacity: 1;
  transform: translateY(0);
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .project-card {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
.single-projects .footer-wrapper {
  border-top: 0;
}

.project-top-details .listing-info {
  background-color: #262626;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.project-top-details .grid-listing {
  border-bottom: 1px solid #fff;
  padding-bottom: 3.125rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  justify-content: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .project-top-details .grid-listing {
    gap: 3.125rem;
    row-gap: 2.5rem;
    flex-direction: row;
  }
}
.project-top-details .short-description {
  padding-top: 3.125rem;
}
.project-top-details .short-description .sd-content {
  max-width: 75.625rem;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .project-top-details .short-description .sd-content {
    font-size: 1.25rem;
  }
}

.project-details .pr-d-item {
  max-width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 0.125rem solid #262626;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .project-details .pr-d-item {
    max-width: 70%;
    font-size: 1.125rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.project-content {
  background-color: #EF4050;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.project-content .pr-content {
  color: #fff;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .project-content {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .project-content .pr-content {
    font-size: 1.25rem;
  }
}

.c-label {
  color: #262626;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .c-label {
    font-size: 1.125rem;
  }
}

/* 1. Force the main swiper container to fill the parent */
.home-banner-swiper {
    height: 100%;
    width: 100%;
	border-radius: 9.375rem 0 0 0;
	min-height: 99.5dvh;
	height: auto;
}
.home-banner-swiper::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  inset: 0;
  z-index: 9;
}

/* 2. Force the internal wrapper to fill the swiper */
.home-banner-swiper .swiper-wrapper {
    min-height: 750px;
	height: auto;
}
@media only screen and (min-width: 1024px) {

	.home-banner-swiper .swiper-wrapper {
    	min-height: 99.5dvh;
	}
}

/* XLarge screens - min-width 1360px */
@media only screen and (min-width: 85em) {
	.home-banner-swiper::after {
		opacity: 0.4;
	}	
}

/* 3. Ensure the individual slide is full height */
.home-banner-swiper .swiper-slide {
    height: 100%;
    overflow: hidden; /* Keeps the image from spilling out */
	min-height: 99.5dvh;
	height: auto;
}

/* 4. The Magic: Make the image behave like a background */
.home-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This prevents the image from looking stretched */
    object-position: center; /* Keeps the focus on the middle of the photo */
	min-height: 100dvh;
}
.home-banner-swiper .swiper-pagination {
	padding-bottom: calc(var(--divider) * 2 );
}