@charset "UTF-8";
@font-face {
  font-family: "Optima";
  src: local("Optima"), url("../fonts/OPTIMA.woff") format("woff");
}
@font-face {
  font-family: "Optima Medium";
  src: local("Optima Medium"), url("../fonts/Optima Medium.woff") format("woff");
}
@font-face {
  font-family: "Optima Bold";
  src: local("Optima Bold"), url("../fonts/OPTIMA_B.woff") format("woff");
}
@font-face {
  font-family: "Optima Extra Black";
  src: url("../fonts/OptimaExtraBlack.woff2") format("woff2"), url("../fonts/OptimaExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.animated {
  animation-duration: 1.5s;
}

.text-green {
  color: #0B342A;
}

.text-mid-green {
  color: #24A887;
}

.text-light-green {
  color: #e5fffd;
}

.text-white {
  color: #FCFCFC;
}

.gray-gradient {
  background: linear-gradient(180deg, #202020 0%, #141414 100%);
}

.gray-bg-with-border, .main-menu .menu-item-has-children .sub-menu {
  background: linear-gradient(180deg, #373737 0%, #313131 100%);
  border-image: linear-gradient(to right, #5C5C5C 0%, #343434 100%) 1;
  border-width: 2px;
  border-style: solid;
}

.bg-dark {
  background-color: #171717 !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #171717;
}

::-webkit-scrollbar-thumb {
  background: #0B342A;
}

::selection {
  background: #e5fffd;
  color: #0B342A;
}

body {
  color: #FCFCFC;
  background: #141414;
  font-family: "Optima", sans-serif, sans-serif;
  overflow-x: hidden;
}

.font-x-bold {
  font-family: "Optima Extra Black", sans-serif;
}

.font-bold {
  font-family: "Optima Bold", sans-serif;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.mt-100 {
  margin-top: clamp(50px, 10vw, 100px);
}

.mt-80 {
  margin-top: clamp(40px, 10vw, 80px);
}

.py-100 {
  padding-block: clamp(50px, 10vw, 100px);
}

.pb-100 {
  padding-block-end: clamp(50px, 10vw, 100px);
}

.pt-100 {
  padding-block-start: clamp(50px, 10vw, 100px);
}

.fz40 {
  font-size: clamp(34px, 3vw, 40px);
}

.fz36 {
  font-size: clamp(30px, 3vw, 36px);
}

.fz32 {
  font-size: clamp(26px, 3vw, 32px);
}

.fz24 {
  font-size: clamp(20px, 3vw, 24px);
}

.fz20 {
  font-size: clamp(18px, 3vw, 20px);
}

.fz18 {
  font-size: clamp(16px, 3vw, 18px);
}

.fz14 {
  font-size: clamp(12px, 3vw, 14px);
}

.lh28 {
  line-height: 28px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.bg-none {
  background-image: none !important;
}

.py-64 {
  padding-block: 64px;
}

.btn-1 {
  background-color: #0B342A;
  color: white;
  padding: 6px 33px;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 14px;
    padding: 6px 25px;
  }
}
.btn-1:hover {
  background-color: #24A887;
  color: white;
}
.btn-1.bordered {
  border: 1px solid #125444;
}

.btn-2 {
  background-color: #24A887;
  color: white;
  padding: 13px 30px;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s;
}
.btn-2:hover {
  background-color: #171717;
  color: white;
}

header.main-header {
  padding-block: 20px;
  position: sticky;
  top: 0;
  transition: 0.3s;
  z-index: 20;
  background-color: #171717;
}
header.main-header.home-header {
  position: fixed;
  left: 0;
  right: 0;
  background: none;
}
header.main-header.header-fixed {
  background-color: #171717;
}

.search-form-wrapper {
  background-color: #F8F4EC;
  border-radius: 30px;
  padding: 0 25px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
}
.search-form-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-form-wrapper .search-form .search-btn {
  border: none !important;
  color: #171717;
  font-size: 20px;
  transition: 0.3s;
}
.search-form-wrapper .search-form .search-btn:hover {
  color: #171717;
}
.search-form-wrapper .search-form .form-control {
  padding-block: 10px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #171717;
  font-size: 25px;
  box-shadow: none;
}
.search-form-wrapper .search-form .form-control::placeholder {
  color: #171717;
  font-size: 16px;
  opacity: 0.5;
}
.search-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  max-height: 100px;
  margin-top: 5px;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img img {
  max-width: 135px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .logo-img img {
    max-width: 95px;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
}

.main-menu > li {
  margin-inline-end: 70px;
}
.main-menu > li > a {
  color: white;
  font-size: 16px;
  padding: 14px 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Optima Bold", sans-serif;
  transition: 0.3s;
  display: block;
}
.main-menu > li:hover > a, .main-menu > li.active > a, .main-menu > li.current-menu-item > a {
  color: white;
  background: #0B342A;
}

.order-now a {
  text-transform: capitalize !important;
}
.order-now:hover a {
  background-color: #24A887 !important;
}

.main-menu > li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  left: auto !important;
  right: 100% !important;
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .main-menu .menu-item-has-children {
    flex-wrap: wrap;
  }
}
.main-menu .menu-item-has-children > a {
  column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}
.main-menu .menu-item-has-children > a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  transition: 0.3s;
}
.main-menu .menu-item-has-children:hover > a::after {
  color: inherit;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 0px;
  z-index: 12;
  background: linear-gradient(180deg, #373737a6 0%, #31313196 100%) !important;
  border-image: linear-gradient(to right, #5C5C5C 0%, rgba(49, 49, 49, 0) 100%) 1 !important;
  position: absolute;
  top: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 0;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 18px;
  border-radius: 0;
  line-height: 1.5;
  color: #FCFCFC;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  width: 100%;
  column-gap: 10px;
}
.main-menu .menu-item-has-children .sub-menu a:hover {
  color: white;
  background: #0B342A;
}
@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
    margin-inline-start: auto;
    content: "";
  }
}
.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .sub-menu {
    margin: 10px;
    padding: 10px;
    margin-inline-start: 10px;
  }
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;
}
.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 1.2px;
  background-color: white;
  transition: all 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(0px) translateY(0px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
}
.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #F8F4EC;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px #0000001A;
  padding: 12px;
  transition: all 0.4s;
}
.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 18px;
  color: #171717;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  column-gap: 10px;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a:hover {
  color: #171717;
}
.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }

  .main-menu > li {
    margin-inline-end: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }

  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }

  .logo-img {
    margin-inline-end: auto;
  }

  .header-main-content {
    height: auto;
    justify-content: flex-end;
    column-gap: 25px;
  }

  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .main-menu > li {
    margin-inline-end: 0;
    margin-bottom: 0;
  }

  .main-menu > li > a {
    font-size: 18px;
    font-weight: 500;
  }

  header.main-header {
    padding: 20px 0;
  }

  .bars {
    display: flex;
  }

  .navigation {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 70px;
    bottom: 0;
    inset-inline-start: -100%;
    width: 100%;
    height: auto;
    transition: 0.3s;
    z-index: 20;
  }
  .navigation .main-menu {
    background: linear-gradient(180deg, #373737 0%, #313131 100%);
    border-image: linear-gradient(to right, #5C5C5C 0%, #343434 100%) 1;
    border-width: 2px;
    border-style: solid;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
  }

  .open-sidebar {
    opacity: 1;
    visibility: visible;
    inset-inline-start: 0;
  }

  .main-menu .menu-item-has-children > a::after {
    font-size: 14px;
    transition: 0.3s;
    color: white;
  }

  .main-menu .menu-item-has-children > a.icon-rotate::after {
    transform: rotate(180deg);
  }

  .main-menu .menu-item-has-children > a::after {
    font-size: 15px;
  }

  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 18px;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-inline-start: 14px;
  }
  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #FCFCFC;
    font-size: 14px;
    transition: 0.3s;
  }
  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    margin-bottom: 17px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
  }

  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: max-content;
  }

  .main-menu .menu-item-has-children {
    width: 100%;
    padding: 0;
  }

  .main-menu .menu-item-has-children > a {
    justify-content: space-between;
    cursor: pointer;
  }

  .main-menu .menu-item-has-children {
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .navigation .container {
    padding-inline: 20px;
  }

  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #171717;
  }

  .main-menu .menu-item-has-children {
    padding: 0;
  }
}
:target::before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0 0;
}

.inner-breadcrumbs {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 50%;
  padding-block: 100px 150px;
  position: relative;
}
.inner-breadcrumbs.single-project-header {
  padding-block: 180px 150px;
}
@media only screen and (max-width: 768px) {
  .inner-breadcrumbs {
    padding-block: 60px 100px;
  }
}
@media only screen and (max-width: 480px) {
  .inner-breadcrumbs {
    padding-block: 40px;
  }
}
.inner-breadcrumbs.extra-padding {
  padding-block: 150px 300px;
}
@media only screen and (max-width: 768px) {
  .inner-breadcrumbs.extra-padding {
    padding-block: 100px 150px;
  }
}
@media only screen and (max-width: 480px) {
  .inner-breadcrumbs.extra-padding {
    padding-block: 60px 100px;
  }
}
.inner-breadcrumbs.half-breadcrumbs {
  background-size: 50% 100%;
  background-position: 100% center;
  padding-block: 50px 300px;
}
.inner-breadcrumbs.half-breadcrumbs .page-title {
  font-size: clamp(24px, 5vw, 57px);
}
.inner-breadcrumbs.half-breadcrumbs .inner-breadcrumbs-wrapper {
  width: 50%;
}
.inner-breadcrumbs.half-breadcrumbs .scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  color: #e5fffd;
}
.inner-breadcrumbs.half-breadcrumbs .scroll i {
  animation: bounce 2s infinite;
}
@media only screen and (max-width: 768px) {
  .inner-breadcrumbs.half-breadcrumbs {
    padding-block: 50px 150px;
    background-size: 100% 100%;
  }
  .inner-breadcrumbs.half-breadcrumbs .inner-breadcrumbs-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .inner-breadcrumbs.half-breadcrumbs {
    padding-block: 40px 100px;
    background-size: 100% 100%;
  }
}
.inner-breadcrumbs:after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/breadcrumb-shadow.webp") no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.inner-breadcrumbs.no-shadow:after {
  display: none;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.inner-breadcrumbs ul li {
  color: #e5fffd;
  font-weight: 700;
}
.inner-breadcrumbs ul li a {
  color: white;
  font-size: 16px;
}
.inner-breadcrumbs ul li a:hover {
  color: #e5fffd;
}
.inner-breadcrumbs ul li:not(:last-of-type) {
  position: relative;
}
.inner-breadcrumbs ul li:not(:last-of-type)::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #fff;
  font-size: 5px;
  margin-inline-start: 10px;
}
.inner-breadcrumbs .page-title {
  color: white;
  font-weight: 700;
  font-size: clamp(24px, 72px, 7vw);
}

.hero-section {
  position: relative;
  height: 100vh;
}
.hero-section:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
  background-size: 100% 100%;
  display: block;
  pointer-events: none;
}
.hero-section video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-section .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: max(calc((100vw - 1440px) / 2 + max(3%, 70px)), 55px);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content {
    width: 100%;
    padding-inline-start: 16px;
  }
}
.hero-section .hero-content .title-1 {
  color: #FFF;
  font-size: 96px;
  font-family: "Optima Extra Black", sans-serif;
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-content .title-1 {
    font-size: 60px;
  }
}
.hero-section .hero-content .title-2 {
  position: relative;
  font-size: 96px;
  font-weight: 400;
  margin-inline-start: 60px;
  padding-inline-start: 30px;
  margin-top: -40px;
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-content .title-2 {
    font-size: 60px;
  }
}
.hero-section .hero-content .title-2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background: white;
}

.home-cta {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .home-cta {
    padding: 50px 0;
  }
}
.home-cta .cta-wrapper {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-cta .cta-wrapper {
    width: 100%;
  }
}
.home-cta .cta-wrapper .cta-img {
  position: absolute;
  left: 0;
  width: 500px;
  max-width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .home-cta .cta-wrapper .cta-img {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .home-cta .cta-wrapper .cta-img {
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .home-cta .cta-wrapper .cta-img {
    display: none;
  }
}
.home-cta .context-wrapper {
  background: url("../images/cta-bg.webp") no-repeat;
  background-size: 100% 100%;
  height: 100%;
  margin-inline-start: 250px;
  padding-inline: 310px 60px;
  padding-block: 130px;
}
@media only screen and (max-width: 1024px) {
  .home-cta .context-wrapper {
    margin-inline-start: 240px;
    padding-inline: 200px 30px;
    padding-block: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home-cta .context-wrapper {
    margin-inline-start: 220px;
    padding-inline: 100px 30px;
    padding-block: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .home-cta .context-wrapper {
    margin-inline-start: 0;
    padding: 20px;
    background: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border-image: linear-gradient(to right, #5c5c5c6e 0%, #34343400 100%) 1;
    border-width: 2px;
    border-style: solid;
  }
}
.home-cta .context-wrapper .cta-title {
  color: #FFF;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-cta .context-wrapper .cta-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .home-cta .context-wrapper .cta-title {
    font-size: 24px;
  }
}
.home-cta .context-wrapper .cta-description {
  background: linear-gradient(270deg, #8F8F8F 0%, #D7D7D7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-cta .context-wrapper .btn {
  margin-top: 40px;
}

.stats {
  background: #171717;
  padding-block: 100px;
}
@media only screen and (max-width: 768px) {
  .stats {
    padding-block: 50px;
  }
}
.stats .stat {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .stats .stat {
    height: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .stats .stat {
    border: 0 !important;
    margin-bottom: 25px;
  }
}
.stats .stat .stat-value {
  color: #EBF7FD;
  font-family: Arial;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 768px) {
  .stats .stat .stat-value {
    font-size: 44px;
  }
}
@media only screen and (max-width: 600px) {
  .stats .stat .stat-value {
    font-size: 34px;
  }
}
.stats .stat .stat-title {
  color: #E5FFFD;
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
}
.stats .col:not(:last-of-type) .stat {
  border-inline-end: 1px solid white;
}

.bg-gradient-wrapper {
  background: linear-gradient(180deg, rgba(226, 226, 226, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  padding-block: 72px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .bg-gradient-wrapper {
    padding-block: 40px;
    margin-top: 0px;
  }
}

.section-title {
  color: white;
  text-align: center;
  font-size: 60px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 30px;
  }
}

.section-subtitle {
  color: #86AC9F;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.625px;
}

.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.shine::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  /* Start further off-screen to ensure full coverage */
  width: 30%;
  /* Wider shine for better visibility */
  height: 200%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: rotate(45deg);
  transition: none;
  /* Instant reset to avoid sticking */
}

.shine:hover::after {
  animation: shine 0.6s linear forwards;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
  /* Move fully across to the right */
}
.single-service-card {
  border-radius: 1.934px;
  border: 0.967px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 -7.736px 19.341px 0 rgba(255, 255, 255, 0.11) inset;
  display: flex;
  padding: 32px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.single-service-card img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 30px;
}
.single-service-card .service-title {
  color: #FFF;
  font-size: 21px;
  font-family: "Optima Bold", sans-serif;
  line-height: 32.88px;
  /* 137% */
  letter-spacing: -0.484px;
  margin-bottom: 24px;
  transition: 0.3s;
}
.single-service-card .service-description {
  color: #FFF;
  font-size: 15.473px;
  line-height: 25.144px;
  /* 162.5% */
  letter-spacing: -0.097px;
}
.single-service-card:hover {
  background: rgba(255, 255, 255, 0.1);
}
.single-service-card:hover .service-title {
  color: #C3D5CF;
}

.projects-section {
  margin-top: 90px;
}

.projects-categories {
  margin-top: 45px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .projects-categories {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.projects-categories a {
  background: #C3D5CF;
  color: #637381;
  font-size: 16px;
  padding: 10px 30px;
}
@media only screen and (max-width: 600px) {
  .projects-categories a {
    font-size: 14px;
    padding: 5px 12px;
  }
}
.projects-categories a:hover, .projects-categories a.active {
  background: #3E5B51;
  color: #C3D5CF;
}

.blogs-section {
  margin-top: 100px;
}
.blogs-section .blogs-section-title {
  background: linear-gradient(180deg, rgba(226, 226, 226, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  width: 80%;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .blogs-section .blogs-section-title {
    height: auto;
  }
}
.blogs-section .blogs-section-title .title {
  font-size: 60px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  .blogs-section .blogs-section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .blogs-section .blogs-section-title .title {
    font-size: 30px;
  }
}
.blogs-section .blogs-section-title .title:before {
  content: "";
  height: 3px;
  width: 20vw;
  background: #fff;
  display: inline-block;
  margin-inline-end: 20px;
}

.testimonials-section {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .testimonials-section {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .testimonials-section .testimonials-slider-wrapper {
    padding-inline: 20px;
  }
}
.testimonials-section .label-subtitle {
  border-radius: 23.5px;
  border: 1px solid #7B7B7B;
  background: #0B0B0B;
  display: inline-flex;
  padding: 5px 15px;
}
.testimonials-section .section-title {
  margin-bottom: 80px;
}

.testimonials-swiper {
  padding-bottom: 120px;
}
.testimonials-swiper .swiper-button-next, .testimonials-swiper .swiper-button-prev {
  left: unset;
  right: unset;
  top: calc(100% - 40px);
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #A4C1B7;
  color: #A4C1B7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.testimonials-swiper .swiper-button-next:after, .testimonials-swiper .swiper-button-prev:after {
  font-size: 18px;
}
.testimonials-swiper .swiper-button-next {
  inset-inline-end: calc(50% - 50px);
}
.testimonials-swiper .swiper-button-prev {
  inset-inline-start: calc(50% - 50px);
}

.single-testimonial {
  background: linear-gradient(259deg, rgba(42, 60, 54, 0.5) 11.25%, rgba(42, 60, 54, 0.5) 96.82%);
  border-radius: 20px;
  border: 1px solid #2A3C36;
  padding: 30px;
  position: relative;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.69);
  filter: blur(30px);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-author img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-author .author-info .author-name {
  color: #FFF;
  font-size: 18px;
  font-family: "Optima Bold", sans-serif;
  line-height: 28.88px;
  /* 156.25% */
  letter-spacing: -0.484px;
}
.testimonial-author .author-info .author-job {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -0.077px;
}

.partner-section {
  margin-top: 100px;
  background: url("../images/partners-bg.webp") center top repeat-x;
  padding-block: 100px;
  background-size: 100%;
}
@media (max-width: 1024px) {
  .partner-section {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .partner-section {
    padding-block: 50px;
  }
}
.partner-section .section-subtitle {
  background: linear-gradient(95deg, rgba(255, 255, 255, 0) 7.94%, #FFF 28.75%, #FFF 70.36%, rgba(255, 255, 255, 0) 91.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partner-section .section-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .partner-section .section-subtitle {
    font-size: 12px;
    color: #e5fffd;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}

:root {
  --marquee-gap: 40px;
  --edge-fade: 24px;
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
  /* Edge fade */
  -webkit-mask-image: linear-gradient(to right, transparent 0, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black var(--edge-fade), black calc(100% - var(--edge-fade)), transparent 100%);
}

.marquee__track {
  display: flex;
  align-items: center;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}

.marquee__group {
  display: inline-flex;
  align-items: center;
  gap: var(--marquee-gap);
  flex-shrink: 0;
  min-width: max-content;
  /* Better performance */
  will-change: auto;
}

.marquee__item {
  flex: 0 0 auto;
  border-radius: 12.121px;
  background: #252525;
  padding: 8px 12px;
  text-align: center;
  /* Prevent layout shifts */
  contain: layout style paint;
}

.marquee__item img {
  width: 90%;
  object-fit: contain;
  display: block;
}

/* Smoother animation keyframes */
@keyframes marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* Pause on hover (optional) */
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none !important;
  }

  .marquee {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: auto;
  }
}
.after-breadcrumbs {
  margin-top: -50px;
}

.common-section {
  position: relative;
  z-index: 9;
}

.single-service-block .block-img {
  overflow: hidden;
}
.single-service-block .block-img img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.single-service-block .block-title a {
  color: white;
}
.single-service-block:hover .block-title a {
  color: #e5fffd;
}
.single-service-block:hover .block-img img {
  transform: scale(1.1);
}

.team-work-section {
  padding-bottom: 100px;
}
.team-work-section .slider-wrapper {
  position: relative;
}
.team-work-section .team-slider.swiper {
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}
.team-work-section .member-img img {
  height: 323px;
  object-fit: cover;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .team-work-section .member-img img {
    height: 250px;
  }
}
.team-work-section .member-info {
  transition: 0.3s;
}
.team-work-section .member-name {
  font-size: clamp(16px, 24px, 3vw);
  margin-top: 20px;
  transition: 0.3s;
}
.team-work-section .team-member:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.team-work-section .team-member:hover .member-name {
  color: #24A887;
}
.team-work-section .team-member:hover .member-info {
  transform: translateY(-70px);
}
.team-work-section .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .team-work-section .swiper-pagination {
    margin-top: 20px;
  }
}
.team-work-section .swiper-pagination .swiper-pagination-bullet {
  width: 67px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.32);
  opacity: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .team-work-section .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.team-work-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #24A887;
}

footer {
  background: #000 url("../images/footer-bg.webp") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
footer .subscription-form {
  gap: 24px;
  padding-block: 40px 40px;
}
@media only screen and (max-width: 768px) {
  footer .subscription-form {
    flex-direction: column;
  }
}
footer .subscription-form i {
  color: #24A887;
  font-size: 29px;
  background: rgba(214, 248, 240, 0.08);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .subscription-form input:not([type=submit]) {
  background: #FFFFFF08;
  border: 1px solid #333333;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  min-width: clamp(250px, 30vw, 500px);
  padding-block: 8px;
}
footer .subscription-form input:not([type=submit])::placeholder {
  color: #fff;
}
footer .subscription-form input:not([type=submit]):focus {
  border-color: #e5fffd;
}
footer .subscription-form .btn-1 {
  border: 1px solid #125444;
}
footer .subscription-context {
  gap: 16px;
}
footer hr {
  margin: 0;
  background: #333333;
  border: 0;
  opacity: 1;
  height: 1px;
}

.footer-content {
  padding-block: 35px;
}
.footer-content .footer-brief img {
  margin-bottom: 40px;
}
.footer-content .footer-social {
  margin-top: 27px;
}
.footer-content .footer-social ul {
  gap: 15px;
}
.footer-content .footer-social a {
  font-size: 30px;
  color: #E1EAE7;
}
.footer-content .footer-social a:hover {
  color: #e5fffd;
}

.footer-menu-title {
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-menu li {
  line-height: 2.5;
}
.footer-menu li a {
  color: #fff;
}
.footer-menu li a:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #E1EAE7;
  font-size: 12px;
  margin-inline-end: 10px;
}
.footer-menu li a:hover {
  color: #e5fffd;
  margin-inline-start: 5px;
}
.footer-menu.contact-info li {
  line-height: normal;
  margin-bottom: 15px;
}
.footer-menu.contact-info li a i {
  margin-inline-end: 10px;
}
.footer-menu.contact-info li a:before {
  display: none;
}
.footer-menu.contact-info li a:hover {
  margin-inline-start: 0;
}

.copyrights {
  border-top: 1px solid #333333;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyrights li a {
  color: #fff;
}
.copyrights li a:hover {
  color: #e5fffd;
}

.up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #0B342A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  border: 1px solid #125444;
}
.up-btn:hover {
  background-color: #24A887;
}
.up-btn.show {
  opacity: 1;
  pointer-events: all;
}

.floating-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-icons .whatsapp-icon {
  backdrop-filter: blur(15.0000009537px);
  background: linear-gradient(174.69deg, #2FC14C -6.39%, rgba(19, 252, 98, 0) 201.03%);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
}
.floating-icons .phone-icon {
  background: linear-gradient(174.69deg, #2FC14C -6.39%, rgba(19, 252, 98, 0) 201.03%);
  backdrop-filter: blur(15.0000009537px);
  font-size: 18px;
  font-family: "Optima Bold", sans-serif;
  border-radius: 18px 18px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 5px;
  color: #fff;
}
.floating-icons a:hover {
  box-shadow: inset 0px 0px 0px 30px #e5fffd;
  color: #3e9150;
}

@media only screen and (max-width: 768px) {
  .footer-brief {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-social ul {
    justify-content: center;
  }

  header.main-header.header-fixed {
    padding-block: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .inner-breadcrumbs {
    background-size: cover;
  }

  .about-us-section .description {
    margin-top: 30px;
  }

  .team-work-section .slider-wrapper {
    padding-left: 10px;
  }

  .footer-menu-title {
    position: relative;
  }
  .footer-menu-title::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #E1EAE7;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    transition: 0.3s;
  }
  .footer-menu-title.active::after {
    transform: rotate(180deg);
  }

  .footer-logos {
    justify-content: center;
    margin-top: 40px;
  }

  footer {
    padding-bottom: 20vw;
  }
}
.contact-us-tabs .nav-tabs {
  border: 0;
  border-bottom: 1px solid #e5fffd;
  display: inline-flex;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .contact-us-tabs .nav-tabs {
    gap: 10px;
  }
}
.contact-us-tabs .nav-tabs .nav-link {
  color: #B6B6B6;
  background: none;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  border-bottom: 5px solid transparent;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-us-tabs .nav-tabs .nav-link path {
  transition: 0.3s;
}
.contact-us-tabs .nav-tabs .nav-link.active, .contact-us-tabs .nav-tabs .nav-link:hover {
  background: none;
  color: #e5fffd;
  border-bottom: 5px solid #e5fffd;
}
.contact-us-tabs .nav-tabs .nav-link.active path, .contact-us-tabs .nav-tabs .nav-link:hover path {
  fill: #e5fffd;
}

.contact-us-form label {
  font-size: 18px;
  font-weight: bold;
  color: #B6B6B6;
}
.contact-us-form .form-control {
  background: transparent;
  border: 0;
  padding-inline: 0;
  color: white;
  box-shadow: 0 1px 0 0 #2C2C2C;
  border-radius: 0;
}
.contact-us-form .form-control :-webkit-autofill {
  transition-delay: 3600s;
}
.contact-us-form .form-control:focus {
  box-shadow: 0 1px 0 0 #24A887;
}
.contact-us-form .form-control::placeholder {
  color: #B6B6B66E;
}
.contact-us-form .btn {
  font-weight: bold;
  padding: 15px 30px;
  min-width: 200px;
}

.order-now-wrapper .contact-us-form label {
  color: #141414;
  cursor: pointer !important;
  transition: 0.3s;
}
.order-now-wrapper .contact-us-form .form-control {
  box-shadow: 0 1px 0 0 #14141426;
}
.order-now-wrapper .contact-us-form .form-control::placeholder {
  color: #1414146E;
}
.order-now-wrapper .contact-us-form .form-control:focus {
  box-shadow: 0 1px 0 0 #0B342A;
}
.order-now-wrapper .contact-us-form .wpcf7-list-item {
  margin-bottom: 30px;
  display: block;
  min-height: 1.5rem;
  padding: 0;
  margin-inline: 0;
}
.order-now-wrapper .contact-us-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-now-wrapper .contact-us-form input[type=radio] {
  border: 1px solid #2A3C36 !important;
  width: 24px;
  height: 24px;
  border-radius: 40% !important;
  margin-inline-end: 8px;
  transition: 0.3s;
  outline: none !important;
  margin: 0;
  appearance: none;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.order-now-wrapper .contact-us-form .form-check-input:checked, .order-now-wrapper .contact-us-form input[type=radio]:checked {
  background-color: transparent;
  border: 1px solid #e5fffd;
  box-shadow: inset 0 0 0 5px white, inset 0 0 0 15px #2A3C36 !important;
}
.order-now-wrapper .contact-us-form .form-check-input:checked + label, .order-now-wrapper .contact-us-form .form-check-input:checked + span, .order-now-wrapper .contact-us-form input[type=radio]:checked + label, .order-now-wrapper .contact-us-form input[type=radio]:checked + span {
  color: #2A3C36;
}
.order-now-wrapper .wpcf7-response-output {
  color: black;
}

.map-wrapper {
  height: 100%;
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-info .contact-info-item {
  margin-bottom: 30px;
}
.contact-info .contact-info-item .title {
  position: relative;
  padding-inline-start: 40px;
  color: #A5A5A5;
}
.contact-info .contact-info-item .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  display: inline-flex;
  background: #FCFCFC;
  border-radius: 50%;
}
.contact-info .contact-info-item p {
  padding-inline-start: 40px;
}
.contact-info .contact-info-item p a {
  color: #fff;
}
.contact-info .contact-info-item p:hover a {
  color: #e5fffd;
}
.contact-info.bg-white .contact-info-item p a {
  color: #141414;
}
.contact-info.bg-white .contact-info-item p a:hover {
  color: #24A887;
}
.contact-info.bg-white .contact-info-item .title {
  color: #141414;
}
.contact-info.bg-white .contact-info-item .title:before {
  background: #141414;
}

.faq-wrapper {
  margin-top: clamp(50px, 10vw, 130px);
}
@media only screen and (max-width: 768px) {
  .faq-wrapper.gray-gradient.py-100 {
    background: none;
    padding: 0 !important;
    margin: 0;
  }
}
.categories-content:hover .single-category-wrapper:not(:hover) img {
  filter: brightness(0.5);
}

.single-category-wrapper {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.single-category-wrapper img {
  transition: 0.3s;
  width: 100%;
  height: clamp(250px, 25vw, 300px);
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}
.single-category-wrapper .category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  font-weight: bold;
  font-size: clamp(25px, 2vw, 48px);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.8));
}
.single-category-wrapper:hover img {
  filter: brightness(1);
}

.pagination {
  margin-top: 40px;
  flex-wrap: wrap;
}
.pagination ul {
  gap: 12px;
  flex-wrap: wrap;
}
.pagination a, .pagination span {
  background: #F6F6F6;
  color: #000;
  font-size: 18px;
  font-family: "Optima Medium", sans-serif;
  border-radius: 5px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination a.current, .pagination a:hover, .pagination span.current, .pagination span:hover {
  background: #3E5B51;
  color: #F6F6F6;
}
.pagination li.active a {
  background: #3E5B51;
  color: #F6F6F6;
}
.pagination .next, .pagination .prev {
  padding-inline: 10px;
}

.single-filter-wrapper {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #353535;
}
.single-filter-wrapper .filter-title {
  color: #FCFCFC;
  font-family: "Optima Extra Black", sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
.single-filter-wrapper .filter-title i {
  transition: 0.3s;
}
.single-filter-wrapper .filter-title.collapsed i {
  transform: rotate(180deg);
}

.filter-content {
  padding-top: 16px;
}
.filter-content label {
  font-size: 16px;
  color: #FCFCFC;
  cursor: pointer;
  font-weight: 700;
}

.single-checkbox-wrapper {
  padding-block: 5px;
  cursor: pointer;
}

.form-check-input {
  background-color: transparent;
  border: 1px solid #e5fffd !important;
  width: 20px;
  height: 20px;
  box-shadow: none !important;
  outline: none !important;
  margin: 0;
}
.form-check-input:checked {
  background-color: #3E5B51;
  border: 1px solid #e5fffd;
}
.form-check-input:checked + label {
  color: #e5fffd;
}

.single-project-item {
  position: relative;
  overflow: hidden;
}
.single-project-item img {
  width: 100%;
  height: clamp(200px, 25vw, 222px);
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.single-project-item .project-title {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto -50px;
  justify-content: center;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
.single-project-item:hover img {
  filter: brightness(0.5);
  transform: scale(1.1);
}
.single-project-item:hover .project-title {
  opacity: 1;
  top: 50%;
}

.filters-sidebar {
  width: 265px;
}
.filters-sidebar .filters-wrapper {
  border-image: linear-gradient(to right, #353535 0%, #000000 100%) 1;
  background: #000;
}
@media only screen and (max-width: 1024px) {
  .filters-sidebar {
    position: fixed;
    left: -200px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 70px;
    z-index: 9999;
    transition: 0.3s;
  }
  .filters-sidebar .filters-wrapper {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
}
.filters-sidebar.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.filter-trigger-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0B342A;
  border: 1px dotted #e5fffd;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.single-category-page-wrapper .floating-icons, .single-category-page-wrapper .up-btn {
  display: none;
}

.dynamic-grid {
  display: grid;
  gap: 50px;
  /* Define the grid pattern: 2-3-1-3 repeating */
  grid-template-columns: repeat(6, 1fr);
  /* Row 1: Items 1-2 (2 columns, each spans 3 grid columns) */
  /* Row 2: Items 3-5 (3 columns, each spans 2 grid columns) */
  /* Row 3: Item 6 (1 column, spans all 6 grid columns) */
  /* Row 4: Items 7-9 (3 columns, each spans 2 grid columns) */
  /* Responsive design */
}
.dynamic-grid .grid-item {
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.dynamic-grid .grid-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.dynamic-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-grid .grid-item:nth-child(9n+1) {
  grid-column: span 3;
}
.dynamic-grid .grid-item:nth-child(9n+1) img {
  max-height: 800px;
}
.dynamic-grid .grid-item:nth-child(9n+2) {
  grid-column: span 3;
}
.dynamic-grid .grid-item:nth-child(9n+2) img {
  max-height: 800px;
}
.dynamic-grid .grid-item:nth-child(9n+3) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+3) img {
  max-height: 590px;
}
.dynamic-grid .grid-item:nth-child(9n+4) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+4) img {
  max-height: 590px;
}
.dynamic-grid .grid-item:nth-child(9n+5) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+5) img {
  max-height: 590px;
}
.dynamic-grid .grid-item:nth-child(9n+6) {
  grid-column: span 6;
}
.dynamic-grid .grid-item:nth-child(9n+6) img {
  max-height: 800px;
}
.dynamic-grid .grid-item:nth-child(9n+7) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+7) img {
  max-height: 590px;
}
.dynamic-grid .grid-item:nth-child(9n+8) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+8) img {
  max-height: 590px;
}
.dynamic-grid .grid-item:nth-child(9n+9) {
  grid-column: span 2;
}
.dynamic-grid .grid-item:nth-child(9n+9) img {
  max-height: 590px;
}
.dynamic-grid .grid-item h3 {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .dynamic-grid {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 15px;
  }
  .dynamic-grid .grid-item:nth-child(n) {
    grid-column: span 1 !important;
  }
  .dynamic-grid .grid-item {
    min-height: 120px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .dynamic-grid {
    padding: 15px;
  }
}

.blog-card {
  transition: 0.3s;
}
.blog-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.3s;
}
.blog-card .card-date {
  flex-shrink: 0;
}
.blog-card .card-img {
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
.blog-card a {
  color: #fff;
}
.blog-card:hover img {
  filter: brightness(0.8);
  transform: scale(1.1);
}
.blog-card:hover a {
  color: #e5fffd;
}

.single-recent-blogs {
  border-top: 1px solid #D5DFF0;
  padding-block: 20px;
}
.single-recent-blogs a {
  color: #fff;
}
.single-recent-blogs:hover a {
  color: #e5fffd;
}

.mc4wp-form-fields {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.filter-results-wrapper {
  position: relative;
}

.filter-results-wrapper .pf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 5;
}

.filter-results-wrapper.loading .pf-overlay {
  display: block;
}

.pf-spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-top-color: transparent;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: pfspin 0.8s linear infinite;
}

@keyframes pfspin {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@media (max-width: 768px) {
  .archive.tax-section .up-btn, .post-type-archive-project .up-btn {
    bottom: 80px;
  }
}
@media (max-width: 600px) {
  li.order-now {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
