@charset "UTF-8";
@font-face {
  font-family: poppins;
  src: url("../fonts/poppins/Poppins-Light.woff") format("woff"), url("../fonts/poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Light.woff") format("woff"), url("../fonts/open-sans-hebrew/OpenSansHebrew-Light.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Regular.woff") format("woff"), url("../fonts/open-sans-hebrew/OpenSansHebrew-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Bold.woff") format("woff"), url("../fonts/open-sans-hebrew/OpenSansHebrew-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}

html {
  margin: 0 !important;
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance),
:root {
  --font-size-24: clamp(18px, 1.5vw, 24px);
  --font-size-32: clamp(26px, 2.8vw, 32px);
  --font-size-42: clamp(28px, 3.4vw, 42px);
  --font-size-48: clamp(32px, 2.9vw, 48px);
  --error-bg-color: rgb(222 193 128 / 10%);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}
::-moz-selection {
  background: #DEC180;
  color: #1a2c2c;
  -webkit-text-fill-color: #1a2c2c;
}

::selection {
  background: #DEC180;
  color: #1a2c2c;
  -webkit-text-fill-color: #1a2c2c;
}

:focus-visible {
  outline: 2px solid #2C4A47;
  outline-offset: 2px;
  border-radius: 3px;
}

.dooble {
  font-family: poppins;
}

::-webkit-input-placeholder {
  color: #DEC180;
  opacity: 1;
}

:-moz-placeholder {
  color: #DEC180;
  opacity: 1;
}

p {
  margin: 13px 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.wpcf7 {
  direction: rtl;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form br {
  display: none;
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=date],
input[type=time],
input[type=email],
input[type=search],
input[type=submit],
input[type=password],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  direction: inherit;
  border-radius: var(--inputs-border-radius, 0);
  text-align: right;
}

input[type=submit] {
  text-align: center;
}

input[type=url],
input[type=tel],
input[type=date],
input[type=time],
input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=email] {
  direction: ltr;
  text-align: right;
}

input[type=url][value=""],
input[type=tel][value=""],
input[type=date][value=""],
input[type=time][value=""],
input[type=email][value=""],
.wpcf7 input[type=url][value=""],
.wpcf7 input[type=tel][value=""],
.wpcf7 input[type=email][value=""] {
  direction: rtl;
}

input[type=submit],
input[type=button],
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  content-visibility: visible !important;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0 !important;
}

.sr-zones-nav-a {
  background: yellow;
  color: #000;
  text-decoration: none;
  padding: 7px 20px;
  outline: 2px solid #000;
  font-weight: 700;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: -1;
}

.sr-zones-nav-a:focus {
  z-index: 20;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  opacity: 1;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only.sr-only-focusable {
  top: 10%;
  left: 20px;
  z-index: 11;
  text-decoration: none;
}

.sr-only.sr-only-focusable:focus {
  width: auto;
  height: auto;
  font-size: 24px;
  padding: 5px 20px;
  clip: unset;
}

a,
[role=tab],
[role=button],
.wpcf7-acceptance label,
.wpcf7-checkbox label,
button:not(:disabled),
input[type=button]:not(:disabled),
input[type=submit]:not(:disabled),
input[type=image]:not(:disabled),
input[type=reset]:not(:disabled),
select:not(:disabled) {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  cursor: pointer;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

figure {
  margin: 0;
  font-size: 0;
  line-height: 1px;
}

svg,
img {
  vertical-align: top;
}

hr,
svg,
img,
embed,
object,
iframe {
  max-width: 100%;
}

textarea {
  overflow: auto;
  resize: vertical;
}

form,
blockquote {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: underline;
  color: #DEC180;
}

a:hover {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  min-height: 1px;
  margin: 0 0 -1px 0;
}

.clear {
  display: block;
  clear: both;
  min-height: 1px;
}

.hide {
  display: none !important;
}

.list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cover-img,
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
}

.swiper:not(.swiper-vertical) .swiper-slide {
  height: auto !important;
}

html #wpadminbar {
  white-space: nowrap;
}

#wp-toolbar {
  display: flex;
  justify-content: space-between;
}

#wpadminbar .quicklinks > ul {
  display: flex;
}

@media all and (max-width: 782px) {
  #wp-admin-bar-wpseo-menu,
  #wp-admin-bar-my-account {
    overflow: hidden;
  }
  #wp-admin-bar-edit ~ li {
    display: none !important;
  }
}
.animate-zoom-bg {
  transform: scale(1.5);
  transition: all 3s ease;
}

.waypoint.active .animate-zoom-bg {
  transform: scale(1);
}

.animate-to-top {
  transform: translate(0, 30px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.waypoint.active .animate-to-top {
  transform: none;
  opacity: 1;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.delay12 {
  transition-delay: 1.2s;
}

html,
body {
  height: 100%;
}

body {
  font-family: "open sans", arial;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: #003A3B;
  text-align: right;
  direction: rtl;
  word-wrap: break-word;
}

/* ============================================
   HEADER
   ============================================ */
#page-header {
  width: 1616px;
  max-width: calc(100% - 40px);
  padding: 8px 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}

.admin-bar #page-header {
  top: 32px;
}

#contact-popup :focus-visible,
#page-header :focus-visible {
  outline-color: #DEC180;
}

#contact-popup,
#page-header {
  --y-select-display-outline-color: #DEC180;
  --y-select-display-border-focus: #DEC180;
  --wpcf7-checkbox-label-outline-color: #DEC180;
}

#page-header::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  border-radius: 54px 54px 0 0;
  transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px -1px;
}

#page-header.focus::before {
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}

.header-inner {
  display: flex;
  width: 100%;
  height: 96px;
  gap: 20px;
  align-items: center;
  padding: 0 24px;
  background: #2C4A47;
  border-radius: 100px;
}

.logo-link {
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  width: auto;
  height: auto;
  max-width: 261px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ============================================
   NAV
   ============================================ */
#page-nav {
  display: inline-flex;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px -7px;
}

#page-nav > ul {
  display: flex;
  gap: 22px;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

#page-nav > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
}

#page-nav > ul > li > a {
  color: #DEC180;
  text-decoration: none;
  border-radius: 20px;
  padding: 4px 13px 6px;
  transition: all 0.2s ease;
}

#page-nav > ul > li.current-menu-item > a {
  background: rgba(222, 193, 128, 0.15);
}

.nav-projects-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 -10px 0 0;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.nav-projects-arrow-img {
  transition: transform 0.25s ease;
}

.menu-item-has-children.focus .nav-projects-arrow-img {
  transform: rotate(180deg);
}

/* ============================================
   SUBMENU
   ============================================ */
.nav-submenu {
  background: #fff;
  width: 1616px;
  max-width: calc(100% - 40px);
  border-radius: 0 0 54px 54px;
  padding: 32px 40px;
  margin: 0 auto;
  position: fixed;
  top: 104px;
  right: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px -7px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s ease 0.2s;
}

.menu-item-has-children.focus .nav-submenu {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s ease 0s;
}

.nav-submenu-inner {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-submenu-inner > li {
  flex: 1;
  display: flex;
}

.nav-submenu-card {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  gap: 24px;
  border: 1px solid #F4EDDE;
  border-radius: 16px;
  padding: 16px;
  text-decoration: none;
  color: #2C4A47;
  transition: all 0.2s ease;
}

.nav-submenu-card:has(a:hover),
.nav-submenu-inner.current-menu-item .nav-submenu-card,
.nav-submenu-card.current-menu-item {
  background: #F4EDDE;
}

.nav-submenu-card-title {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #2C4A47;
  margin: 0 0 8px 0;
  text-align: right;
  position: relative;
  z-index: 0;
}

.nav-submenu-card-subtitle {
  font-size: 12px;
  color: #888;
  text-align: right;
}

.nav-submenu-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.nav-submenu-card-list li {
  font-size: 18px;
  display: inline-flex;
  gap: 16px;
}

.nav-submenu-card-list li a {
  color: #2C4A47;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

a.nav-submenu-card-title::before,
.nav-submenu-card-list li a::before {
  content: "";
  position: absolute;
  inset: 0px -13px -2px;
  border-radius: 20px;
  z-index: -1;
  transform: translate(-10px, 0);
  transition: all 0.2s ease;
}

a.nav-submenu-card-title:focus-visible,
.nav-submenu-card-list li a:focus-visible {
  outline: none;
}

a.nav-submenu-card-title.current-menu-item::before,
.current-menu-item a.nav-submenu-card-title::before,
a.nav-submenu-card-title:hover::before,
a.nav-submenu-card-title:focus-visible::before,
.nav-submenu-card-list li a.current-menu-item::before,
.nav-submenu-card-list li.current-menu-item a::before,
.nav-submenu-card-list li a:hover::before,
.nav-submenu-card-list li a:focus-visible::before {
  transform: translate(0, 0);
  background: #dec180;
}

.nav-submenu-card-icon-wrap {
  background: #fff;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #DEC180;
  flex-shrink: 0;
  padding: 10px;
}

.nav-submenu-card-icon {
  max-height: 100%;
  margin: auto;
}

/* ============================================
   HEADER ACTIONS
   ============================================ */
.header-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.header-action-btn {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

#top-search-btn {
  background: url(../images/search.svg) center center no-repeat;
}

.header-lang {
  font-size: 20px;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #DEC180;
  padding: 0 32px;
  height: 48px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* ============================================
   SEARCH HEADER
   ============================================ */
#header-search-area {
  display: flex;
  background: #2C4A47;
  position: absolute;
  inset: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0s ease 0.2s;
  z-index: 5;
}

.mobile-menu-is-open #header-search-area,
body.search-is-open #header-search-area {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s ease 0s;
}

.header-search-form {
  width: 100%;
  position: relative;
  margin: auto 0;
}

.header-search-form .label-error {
  background: #F4EDDE;
  width: auto;
  position: absolute;
  bottom: -10px;
  right: 19px;
  padding: 2px 14px;
  border-radius: 20px;
}

.header-search-field {
  background: none;
  width: 100%;
  height: 64px;
  --inputs-border-radius: 32px;
  border: 1.5px solid rgba(222, 193, 128, 0.5);
  padding: 0 32px 0 64px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

input.error,
textarea.error,
select.error {
  --error-text-color: #DEC180;
  --error-border-color: #DEC180;
}

.header-search-close {
  background: url(../images/close-search.svg) center center no-repeat;
  width: 64px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.header-search-close--submit {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7383 12.7383L12.3397 13.0809C11.1337 14.1177 9.57087 14.7401 7.87004 14.7401C4.07564 14.7401 1 11.6644 1 7.87004C1 4.07564 4.07564 1 7.87004 1C11.6644 1 14.7401 4.07564 14.7401 7.87004C14.7401 9.57087 14.1177 11.1337 13.0809 12.3397L12.7383 12.7383ZM14.3185 14.3185H14.7193L16.5873 16.1945L16.1945 16.5873L14.3185 14.7193V14.3185Z' stroke='%23DEC180' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 20px 20px;
}

/* ============================================
   HAMBURGER
   ============================================ */
#menu-btn {
  display: none;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -5px;
}

.menu-btn-inner {
  width: 22px;
  height: 16px;
  position: relative;
}

.menu-btn-inner:before,
.menu-icon-spans {
  background: #DEC180;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.3s ease;
}

.menu-icon-span1 {
  top: 0;
}

.menu-icon-span2,
.menu-btn-inner:before {
  content: "";
  top: 7px;
}

.menu-icon-span3 {
  top: 14px;
}

body.mobile-menu-is-open .menu-icon-span1 {
  transform: translate(0, 5px);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
}

body.mobile-menu-is-open .menu-icon-span2 {
  transform: rotate(45deg);
}

body.mobile-menu-is-open .menu-btn-inner:before {
  transform: rotate(-45deg);
}

body.mobile-menu-is-open .menu-icon-span3 {
  transform: translate(0, -5px);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  opacity: 0;
}

/* Transitions helper */
.tran02,
.tran02 svg,
.tran02 path,
.tran02::before,
.tran02::after {
  transition: all 0.2s ease;
}

.tran03,
.tran03 svg,
.tran03 path,
.tran03::before,
.tran03::after {
  transition: all 0.3s ease;
}

.tran04,
.tran04 svg,
.tran04 path,
.tran04::before,
.tran04::after {
  transition: all 0.4s ease;
}

.container1600,
.container {
  width: 1640px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container1200 {
  width: 1240px;
}

.container1296 {
  width: 1336px;
}

/* ============================================
   FOOTER
   ============================================ */
#page-footer {
  background: #F4EDDE;
  padding: 30px;
  position: relative;
}

.footer-inner {
  background: #2C2C2C;
  border: 1px solid #003A3B;
  border-radius: 10px;
}

.footer-inner-top {
  display: flex;
  width: 100%;
  padding: 30px 0 50px 0;
}

.footer-links-wrap {
  display: flex;
  margin: 0 85px 0 0;
  padding: 0 85px 0 0;
  border-right: 1px solid rgba(222, 193, 128, 0.3);
}

.footer-logo-link {
  text-decoration: none;
}

.footer-logo-img {
  width: auto;
  height: auto;
  max-width: 261px;
  max-height: 60px;
}

.footer-col:nth-child(1) {
  width: 160px;
}

.footer-col-title {
  color: #DEC180;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.footer-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col:nth-child(2) .footer-col-list {
  display: flex;
  flex-wrap: wrap;
}

.footer-col-list li {
  padding: 0 0 0 20px;
  width: 260px;
  max-width: 100%;
}

.footer-col:nth-child(2) .footer-col-list li {
  max-width: 33.333%;
}

.footer-col:nth-child(2) .footer-col-list li:nth-child(3n) {
  padding: 0;
}

.footer-col-list a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.footer-bullet {
  color: #DEC180;
  font-size: 8px;
}

.footer-inner-bottom {
  display: flex;
  border-top: 1px solid rgba(222, 193, 128, 0.3);
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 300;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #DEC180;
}

.footer-inner-bottom-list {
  gap: 7px;
}

.footer-inner-bottom-list > li {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.footer-inner-bottom-list > li::before {
  content: "";
  background: #DEC180;
  width: 1px;
  height: 10px;
}

.footer-inner-bottom a {
  text-decoration: none;
  transition: color 0.2s ease;
}

/* ============================================
   CONTACT POPUP
   ============================================ */
#contact-popup {
  width: 1200px;
  max-width: 100%;
  position: relative;
  padding: 30px 24px;
}

.contact-popup-ybox .insertYboxAjaxHere {
  padding: 0;
}

.contact-popup-ybox .closeYbox,
.contact-popup-ybox .closeYbox[type=button] {
  --ybox-close-bg: #003A3B;
  --ybox-close-line-color: #DEC180;
  right: auto;
  left: 24px;
  top: 24px;
}

.popup-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.popup-form-side {
  width: 550px;
  max-width: 100%;
  padding: 48px;
  color: #fff;
  border-radius: 16px;
  background: rgba(0, 58, 59, 0.7);
  backdrop-filter: blur(50px);
}

.popup-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 48px 0;
}

.popup-form-side {
  --error-text-color: #DEC180;
  --error-border-color: #DEC180;
  --error-label-color: #DEC180;
}

:root {
  --y-select-display-height: 45px;
  --y-select-display-padding: 0 32px 0 70px;
  --y-select-display-border: 1px solid #F4EDDE;
  --y-select-display-radius: 32px;
  --y-select-display-color: #DEC180;
  --y-select-display-font-size: 20px;
  --y-select-display-bg: transparent;
  --y-select-arrow-bg: url(../images/combo-arrow.svg) center no-repeat;
  --y-select-arrow-right: auto;
  --y-select-arrow-left: 32px;
  --y-select-list-bg: #1a4946;
  --y-select-list-border: 1px solid #F4EDDE;
  --y-select-list-radius: 16px;
  --y-select-item-hover-bg: #dec18033;
  --y-select-item-hover-color: #fff;
  --y-select-item-selected-bg: #DEC180;
  --y-select-item-selected-color: #1a4946;
  --y-select-item-selected-weight: 600;
  --y-select-item-color: #F4EDDE;
}

.popup-form-side input.error,
.popup-form-side textarea.error,
.popup-form-side select.error {
  border-width: 2px !important;
}

.label-error {
  padding: 5px 32px 0;
}

.submit-btn-wrap {
  width: 100%;
}

.wpcf7-submit {
  background: #DEC180;
  display: inline-flex;
  width: 100%;
  height: 64px;
  gap: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #003A3B;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.pa-btn-dark::after,
.header-cta-btn::after,
.wpcf7-submit::after {
  content: "";
  background: url(../images/submit-arrow.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease;
}

/* ============================================
   hp-hero-section
   ============================================ */
.hp-hero-section {
  display: block;
  width: 100%;
  height: 100vh;
}

.hp-hero-sticky-inner {
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 0 0 80px 0;
  align-items: flex-end;
  position: fixed;
  top: 0;
  overflow: hidden;
  will-change: transform;
}

.hp-hero-bg-wrap {
  position: absolute;
  z-index: 0;
  inset: 0;
  will-change: transform;
}

.hp-hero-bg-wrap::after {
  background: linear-gradient(71deg, rgb(227, 233, 233) 0%, rgba(227, 233, 233, 0) 14%, rgba(227, 233, 233, 0) 60%, rgba(227, 233, 233, 0.5) 73%, rgba(227, 233, 233, 0.8) 80%, rgb(227, 233, 233) 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.hp-hero-bg-img {
  width: 100%;
  height: 140%;
  position: absolute;
  top: -20%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-hero-front-wrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1600px;
  pointer-events: none;
  will-change: transform;
}

.hp-hero-front-img {
  width: 974px;
  position: absolute;
  bottom: 0;
  left: 4%;
  max-width: 60%;
  height: auto;
}

.hp-hero-section .container {
  position: relative;
  z-index: 3;
}

.hp-hero-title {
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  color: #003A3B;
  margin: 0 0 20px 0;
}

.hp-hero-title-light {
  font-weight: 300;
}

.hp-hero-title-bold {
  font-weight: 700;
}

.hp-hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.18;
  color: #003A3B;
}

.yBoxMSG {
  padding: 10px 20px 20px;
  text-align: center;
  color: #003A3B;
  font-size: 24px;
}

.y-btn-arrow,
.y-btn {
  background: transparent;
  display: inline-flex;
  min-height: 64px;
  font-size: 24px;
  color: #003A3B;
  align-items: center;
  gap: 8px;
  justify-content: center;
  text-align: center;
  padding: 4px 32px 7px;
  border: 1px solid #DEC180;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.y-btn-arrow::after {
  background: url(../images/submit-arrow.svg) center center/contain no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  transition: all 0.3s ease;
}

.bg-green {
  background: #003A3B;
  border-color: #003A3B;
  color: #fff;
}

.bg-beige {
  background: #F4EDDE;
}

.y-btn-arrow.bg-green::after {
  background-image: url(../images/btn-arrow-white.svg);
}

/* ============================================
   HP ABOUT SECTION
   ============================================ */
section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

#page-main section:last-child {
  padding-bottom: 0;
}

body:not(.single-projects) #page-main section:last-child::after {
  content: "";
  background-color: var(--after-bg, #fff);
  display: block;
  height: clamp(100px, 14vw, 165px);
}

.top-banner-section + section {
  padding-top: 96px;
}

.hp-about-section {
  position: relative;
  padding: 0;
}

.hp-about-section::before {
  content: "";
  background: url(../images/about-section-bg0.svg) right 1px/contain no-repeat;
  display: block;
  width: 67.6%;
  aspect-ratio: 1287/368;
}

.hp-about-section-content {
  background: #fff;
  display: flex;
  width: 100%;
  padding: 0 0 90px 0;
  position: relative;
}

.hp-about-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: clamp(50px, 5.6vw, 90px);
}

.hp-about-img-wrap {
  width: 39.4%;
  max-width: 640px;
  position: relative;
  margin: -24px 0 0 0;
  flex-shrink: 0;
}

.hp-about-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hp-about-img-wrap::after {
  content: "";
  background: url(../images/about-img-clip.png) center center/100% 100% no-repeat;
  position: absolute;
  inset: 0;
}

.hp-about-content {
  flex-grow: 1;
  padding: clamp(60px, 5.9vw, 113px) 0 0 0;
}

.section-small-title {
  display: inline-block;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 2px solid #DEC180;
  padding: 5px 0;
  margin: 0 0 35px 0;
}

.section-title {
  line-height: 1.1;
  font-size: var(--font-size-42);
  font-weight: 300;
  margin: 0 0 30px 0;
}

.hp-about-text {
  font-weight: 300;
  margin: 0 0 35px 0;
}

/* ============================================
   HP VALUES SECTION
   ============================================ */
.our-values-section {
  /* padding: 0; */
  background: #fff;
}

.our-values-section-inner {
  display: flex;
  width: 100%;
  min-height: 750px;
  padding: 60px 0;
  position: relative;
  align-items: center;
  z-index: 0;
  color: #fff;
  text-align: center;
}

.our-values-bg-wrap {
  background: #003A3B;
  position: absolute;
  z-index: -1;
  inset: 0;
}

.our-values-bg-wrap::after {
  content: "";
  background: rgba(0, 58, 59, 0.8) url(../images/our-values-bg-logo.svg) center center/cover no-repeat;
  position: absolute;
  z-index: 2;
  inset: 0;
}

.our-values-bg-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  transition: opacity 0.4s ease;
}

.our-values-bg-video.active {
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}

.our-values-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
}

.our-values-small-title {
  border-bottom-color: #DEC180;
  margin: 0 0 20px 0;
}

.our-values-title {
  margin: 0 0 100px 0;
}

.our-values-boxes {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 40px;
}

.our-values-box {
  max-width: 320px;
  flex: 1;
}

.our-values-box-num {
  font-size: 30px;
  font-weight: 300;
  color: #DEC180;
  margin: 0 0 24px 0;
  line-height: 1;
}

.our-values-box-sub1 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px 0;
}

.our-values-box-sub2 {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.our-values-box-text {
  line-height: 1.35;
  font-weight: 300;
}

/* ============================================
   PROJECTS CAROUSEL SECTION (GLOBAL)
   ============================================ */
.projects-section {
  background: #fff;
  width: 100%;
  /* padding: 120px 0; */
  overflow: hidden;
}

.projects-title-wrap {
  text-align: center;
  margin: 0 0 60px 0;
}

.projects-small-title {
  display: inline-block;
  color: #003A3B;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  transition: all 0.2s ease;
}

.projects-small-title::after {
  content: "";
  background: #DEC180;
  height: 2px;
  position: absolute;
  inset: auto 0 0 0;
  transition: all 0.2s ease;
}

.projects-swiper {
  width: 100%;
  padding: 0 0 60px 0;
}

.swiper-slide.projects-slide {
  width: 55.572vw;
  transition: opacity 0.4s ease;
}

.projects-slide-img-wrap {
  width: 100%;
  aspect-ratio: 1067/600;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 24px 0;
  background: #E3E9E9;
}

.projects-slide-img {
  transition: all 3s ease;
}

.projects-slide:hover .projects-slide-img {
  transform: scale(1.1);
}

.projects-slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
}

.projects-slide-logo {
  display: flex;
  max-width: 26%;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.projects-logo-name {
  width: auto;
  height: auto;
  max-height: 50px;
}

.projects-slide-text {
  flex: 1;
  font-weight: 300;
  text-align: right;
  font-size: clamp(16px, 1.1vw, 20px);
}

.projects-slide-bottom .y-btn {
  min-width: clamp(100px, 11.7vw, 224px);
  min-height: clamp(52px, 3.4vw, 64px);
  padding-right: clamp(20px, 1.7vw, 32px);
  padding-left: clamp(20px, 1.7vw, 32px);
  font-size: clamp(18px, 1.3vw, 24px);
  flex-shrink: 0;
}

.projects-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 76px 0 0 0;
}

.projects-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #003A3B;
  border-radius: 100px;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.projects-pagination .swiper-pagination-bullet-active {
  width: 48px;
  background: #DEC180;
}

.services-section {
  background: #fff;
}

.services-section-inner {
  background: #F4EDDE;
  text-align: center;
  padding: 110px 0 200px 0;
}

.services-section:last-child .services-section-inner {
  padding-bottom: 40px;
}

.services-section-head {
  margin: 0 0 65px 0;
}

.buying-process-section-title {
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.content-section-p .buying-process-section-title {
  margin: 0;
}

.services-section-head .y-btn {
  font-weight: 600;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.service-item {
  width: calc(25% - 30px);
  text-decoration: none;
  color: #003A3B;
}

.service-item-img-wrap {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 320/360;
  margin: 0 auto 38px;
  position: relative;
  overflow: hidden;
}

.service-item-img {
  will-change: transfom;
}

.service-item-img-wrap::after {
  content: "";
  background: url(../images/services-img-mask-1.png) center center/100% 100% no-repeat;
  position: absolute;
  inset: 0;
}

.service-item:nth-child(5n+2) .service-item-img-wrap::after {
  background-image: url(../images/services-img-mask-2.png);
}

.service-item:nth-child(5n+3) .service-item-img-wrap::after {
  background-image: url(../images/services-img-mask-3.png);
}

.service-item:nth-child(5n+4) .service-item-img-wrap::after {
  background-image: url(../images/services-img-mask-4.png);
}

.service-item-title {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.service-item-short-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
}

.top-banner-section {
  background: #F4EDDE;
  display: flex;
  width: 100%;
  min-height: 560px;
  position: relative;
  z-index: 0;
  padding: 134px 0 30px 0;
  text-align: center;
  overflow: hidden;
}

.hero-shapes {
  position: absolute;
  inset: auto 0 -1px 0;
  z-index: 3;
}

.hero-shapes::before {
  content: "";
  background: url(../images/projects-archive-top-shape-right.png) center center/100% 100% no-repeat;
  width: 341px;
  aspect-ratio: 341/157;
  position: absolute;
  bottom: 100%;
  right: 0;
  border-bottom: 1px solid #fff;
}

.hero-shapes::after {
  content: "";
  background: url(../images/projects-archive-top-shape-left.png) center center/100% 100% no-repeat;
  width: 125px;
  aspect-ratio: 125/52;
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 1px solid #fff;
}

.top-banner-section.white-text a,
.top-banner-section.white-text {
  color: #fff;
}

.top-banner-section.white-text::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.top-banner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.top-banner-bg-img {
  height: 130%;
  position: absolute;
  left: 0;
  top: -15%;
  z-index: -1;
  pointer-events: none;
}

.top-banner-bg-img,
.top-banner-container {
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.breadcrumb-list {
  gap: 8px;
  justify-content: center;
  font-size: 16px;
}

.breadcrumb-list > li {
  display: inline-flex;
  gap: 8px;
}

.footer-col-list a::before,
.nav-submenu-card-list li:not(:first-child)::before,
.breadcrumb-list > li:not(:first-child)::before {
  content: "";
  background: url(../images/breadcrumbs-separator.svg) center center no-repeat;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto 0;
}

.breadcrumb-list a {
  text-decoration: none;
  color: #003A3B;
  transition: all 0.2s ease;
}

.breadcrumb-list a:hover {
  color: #DEC180;
}

.main-title {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.top-banner-short-text {
  font-size: 24px;
  line-height: 1.25;
}

.top-banner-short-text p {
  margin: 0;
}

/* ============================================
   404 ERROR PAGE
   ============================================ */
.top-banner-section.error-hero {
  padding-bottom: 60px;
}

.top-banner-section.error-hero .hero-shapes::before {
  background: url(../images/error-hero-shape-right.png) center center/100% 100% no-repeat;
  width: clamp(130px, 19%, 311px);
  aspect-ratio: 311/234;
}

.top-banner-section.error-hero .hero-shapes::after {
  background: url(../images/error-hero-shape-left.png) center center/100% 100% no-repeat;
  width: 192px;
  aspect-ratio: 192/298;
}

.error-hero-small-title {
  font-size: 24px;
  line-height: 1.25;
}

.error-hero-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.error-hero-btns-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 24px 0 0 0;
}

.projects-archive-section {
  background: #fff;
  z-index: 5;
  padding: 96px 0 56px 0;
}

.projects-filters {
  display: flex;
  width: 100%;
  margin: 0 0 60px 0;
}

.projects-filters-form {
  display: flex;
  width: 100%;
  gap: 24px;
  justify-content: space-between;
}

.projects-filters-right {
  display: flex;
  gap: 24px;
}

.projects-filters-form .projects-filter-item {
  width: 240px;
}

.projects-filters-form .projects-filters-left .projects-filter-item {
  width: auto;
}

.projects-filters-form .y-select-display {
  background: #F4EDDE;
  height: 64px;
  color: #003A3B;
  border-width: 2px;
  padding-left: 70px;
}

.projects-filters-form {
  --y-select-item-color: #003A3B;
  --y-select-item-hover-color: #003A3B;
}

.projects-filters-form .y-select-display::after {
  background-image: url(../images/combo-arrow-green.svg);
}

.projects-filters-form .y-select-list {
  background: #fff;
}

.projects-filters-form .y-select-wrap.is-open .y-select-display {
  background: #fff;
}

.projects-filters-left {
  gap: 24px;
}

.projects-filters-left {
  display: flex;
  gap: 24px;
  align-items: center;
}

.projects-search-wrap {
  position: relative;
}

.projects-search-inner {
  display: flex;
  height: 64px;
  align-items: center;
}

.projects-search-input {
  background: #F4EDDE;
  width: 0;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  --inputs-border-radius: 0 32px 32px 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  visibility: hidden;
  transition: width 0.5s ease, padding 0.5s ease, background 0.3s ease, opacity 0.5s ease, visibility 0s ease 0.5s;
}

.projects-search-wrap.is-open .projects-search-input {
  width: 236px;
  padding: 0 20px 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  visibility: visible;
  transition: width 0.5s ease, padding 0.5s ease, background 0.3s ease, opacity 0.5s ease, visibility 0s ease 0s;
}

.projects-search-input::-webkit-input-placeholder {
  color: #003A3B;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
}

.projects-search-input:-moz-placeholder {
  color: #003A3B;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -khtml-opacity: 0.8;
}

.projects-search-btn {
  background: #F4EDDE url(../images/search-green.svg) center center no-repeat;
  display: flex;
  width: 64px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 32px;
  transition: border-radius 0.3s ease 0.3s, background-color 0.3s ease;
}

.projects-search-wrap.has-text .projects-search-btn {
  background-image: url(../images/close-search-green.svg);
  background-size: 16px;
}

.projects-search-input:hover,
.projects-search-input:focus-visible,
.projects-search-input:hover ~ .projects-search-btn,
.projects-search-input:focus-visible ~ .projects-search-btn {
  background-color: #EDE2CB;
}

.projects-search-wrap.is-open .projects-search-btn {
  border-radius: 32px 0 0 32px;
  transition: border-radius 0.3s ease 0s, background-color 0.3s ease;
}

.projects-grid {
  display: flex;
  width: calc(100% + 32px);
  flex-wrap: wrap;
  gap: 40px 24px;
  margin: 0 -16px 80px;
}

.projects-loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.project-card {
  display: flex;
  width: calc(33.333% - 16px);
  text-decoration: none;
}

.project-card-inner {
  flex-direction: column;
  border-radius: 24px;
  padding: 16px;
  color: #003A3B;
  transition: all 0.3s ease;
}

.project-card:hover .project-card-inner,
.project-card:focus-visible .project-card-inner {
  background: #F4EDDE;
}

.project-card-img-wrap {
  width: 100%;
  aspect-ratio: 480/320;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px 0;
}

.project-card-tags {
  display: flex;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  gap: 8px;
}

.project-card-tag {
  background: #fff;
  height: 28px;
  line-height: 26px;
  padding: 0 12px;
  border-radius: 32px;
  font-size: 18px;
}

.project-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.project-card-title {
  font-size: 22px;
  font-weight: 400;
  color: #003A3B;
  margin: 0 0 8px 0;
}

.project-card-text {
  font-size: 20px;
  font-weight: 300;
  color: #003A3B;
  padding: 0 0 0 45px;
}

.project-card-arrow {
  background: url(../images/submit-arrow.svg) center center/16px no-repeat;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DEC180;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}

.project-card:hover .project-card-arrow,
.project-card:focus-visible .project-card-arrow {
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}

.projects-pagination-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
}

.projects-pagination-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.projects-page-dots,
.projects-page-num {
  background: #F4EDDE;
  display: inline-flex;
  width: 46px;
  height: 46px;
  color: #003A3B;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #F4EDDE;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.projects-page-num.current {
  background: #fff;
  border-color: #DEC180;
}

/* ============================================
   PROJECT TABS (STICKY)
   ============================================ */
.project-tabs-sections {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 0 0 119px 0;
}

.project-tabs-wrap {
  background: #fff;
  display: flex;
  width: 100%;
  padding: 124px 0 20px 0;
  position: sticky;
  top: 0;
  z-index: 9;
}

.project-tabs-list {
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 2px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.project-tab-link {
  background: #F4EDDE;
  display: inline-block;
  min-width: 150px;
  height: 64px;
  line-height: 62px;
  text-align: center;
  padding: 0 32px;
  border: 1px solid #F4EDDE;
  border-radius: 32px;
  font-size: 20px;
  color: #003A3B;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.project-tab-link.active {
  background: #fff;
  border-color: #DEC180;
}

/* ============================================
   PROJECT ABOUT (CONTENT + IMAGE)
   ============================================ */
.project-about-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.project-about-content {
  display: flex;
  width: 774px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
}

.project-about-section .section-small-title {
  margin: 0 0 20px 0;
  align-self: flex-start;
}

.project-about-title {
  font-size: var(--font-size-42);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px 0;
}

.project-about-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 30px 0;
}

.project-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 35px 0;
}

.pa-btn-waze {
  border-color: #003A3B;
}

.project-about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.pa-stat-box {
  background: #FCF9F2;
  border-radius: 16px;
  padding: 32px;
  width: calc(33.333% - 16px);
}

.pa-stat-box-large {
  width: calc(50% - 12px);
}

.pa-stat-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.pa-stat-val {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

.project-about-img-wrap {
  width: 612px;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

/* ============================================
   PROJECT SPECIFICATIONS
   ============================================ */
.project-specifications-section .section-small-title {
  margin: 0 0 48px 0;
}

.spec-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.spec-col {
  flex: 1;
}

.spec-col-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 8px 0;
}

.spec-list {
  display: block;
  font-size: 20px;
  font-weight: 300;
}

.project-gallery-section .section-small-title {
  margin: 0 0 48px 0;
}

.pg-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.pg-item {
  background: #E3E9E9;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.pg-item-img {
  will-change: transform;
}

.pg-item:nth-child(5n+1),
.pg-item:nth-child(5n) {
  width: calc(34.9% - 24px);
  aspect-ratio: 534/573;
}

.pg-item:nth-child(5n+2),
.pg-item:nth-child(5n+4) {
  width: calc(65.1% - 24px);
  aspect-ratio: 1018/573;
}

/* ============================================
   PROJECT APARTMENTS (SWIPER)
   ============================================ */
.project-apartments-section {
  overflow-x: hidden;
}

.swiper.apts-swiper {
  overflow: visible;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.apt-card-content {
  flex-direction: row;
  gap: 16px;
}

.apt-specs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 16px;
}

.apt-spec-item {
  line-height: 1;
}

.apt-spec-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.apt-spec-val {
  font-size: 34px;
  font-weight: 300;
}

.project-card-tag.tag-dark {
  background: #003A3B;
  color: #fff;
}

.apt-download-icon {
  background: url(../images/icons/download.svg) center center no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #DEC180;
  flex-shrink: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}

.apt-card:hover .apt-download-icon {
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}

/* ============================================
   PROJECT SURROUNDINGS (NEARBY SWIPER)
   ============================================ */
.project-surroundings-section {
  overflow: hidden;
}

.project-surroundings-section .projects-title-wrap {
  margin: 0 0 50px 0;
}

.project-surroundings-section .section-small-title {
  margin: 0;
}

.nearby-card {
  display: block;
  text-decoration: none;
  color: #003A3B;
  transition: all 0.3s ease;
}

.nearby-img-wrap {
  width: 100%;
  aspect-ratio: 502/375;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 24px 0;
}

.nearby-card img {
  will-change: transform;
}

.nearby-card:hover .nearby-img-wrap img,
.nearby-card:focus-visible .nearby-img-wrap img {
  transform: scale(1.05);
}

.nearby-content {
  text-align: center;
  padding: 0 10px;
}

.nearby-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 8px 0;
}

.nearby-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.similar-projects-section {
  background: #F4EDDE;
  padding: 100px 0;
  overflow: hidden;
}

.similar-projects-section .projects-title-wrap {
  margin: 0 0 40px 0;
}

.similar-projects-section .section-small-title {
  margin: 0;
}

.similar-projects-section .nearby-img-wrap {
  position: relative;
}

.similar-projects-section .nearby-content {
  text-align: right;
}

.project-contact-section {
  background: #F4EDDE;
  padding: 50px 0 214px 0;
}

.project-contact-box {
  background: #fff;
  border-radius: 16px;
  padding: 48px;
}

.project-contact-title-wrap {
  margin: 0 0 48px 0;
}

.project-contact-title {
  font-size: 38px;
  font-weight: 400;
  margin: 0 0 8px 0;
  color: #003A3B;
  line-height: 1.2;
}

.project-contact-text {
  font-size: 18px;
  line-height: 1;
  color: #003A3B;
}

.project-contact-form {
  gap: 16px 20px;
}

.project-contact-form .pc-col-3 {
  width: calc(25% - 12px);
}

.project-contact-form .pc-col-12 {
  width: 100%;
}

.project-contact-form .pc-col-3 > .inputs-label,
.project-contact-form .pc-col-12 > .inputs-label {
  display: none;
}

.project-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
  border-color: #DEC180;
  height: 64px;
  color: #003A3B;
  font-weight: 400;
}

.project-contact-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #003A3B;
  opacity: 1;
}

.project-contact-form .wpcf7-form-control:-moz-placeholder {
  color: #003A3B;
  opacity: 1;
}

.project-contact-form .wpcf7-form-control.error {
  --error-text-color: red;
  --error-border-color: red;
}

.project-contact-form .pc-submit-btn {
  background: #003A3B;
  color: #fff;
  width: 306px;
}

.project-contact-form .pc-submit-btn::after {
  background-image: url(../images/btn-arrow-white.svg);
}

.content-section-p,
.content-section-p-wrap {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.content-section-p h1:not(.buying-process-section-title), .content-section-p h2:not(.buying-process-section-title),
.content-section-p-wrap h1:not(.buying-process-section-title),
.content-section-p-wrap h2:not(.buying-process-section-title) {
  margin: 0;
  font-size: var(--font-size-32);
  font-weight: 500;
  line-height: 1;
}
.content-section-p p,
.content-section-p-wrap p {
  margin: 0;
}
.content-section-p h3, .content-section-p h4, .content-section-p h5, .content-section-p h6,
.content-section-p-wrap h3,
.content-section-p-wrap h4,
.content-section-p-wrap h5,
.content-section-p-wrap h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px 0;
}
.content-section-p ul:not(.content-links-boxs),
.content-section-p-wrap ul:not(.content-links-boxs) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}
.content-section-p ul:not(.content-links-boxs) > li,
.content-section-p-wrap ul:not(.content-links-boxs) > li {
  display: flex;
  gap: 8px;
}
.content-section-p ul:not(.content-links-boxs) > li::before,
.content-section-p-wrap ul:not(.content-links-boxs) > li::before {
  content: "";
  background: #DEC180;
  width: 8px;
  height: 8px;
  margin: 10px 0 0 0;
  border-radius: 50%;
}

.content-section-p-wrap {
  gap: 25px;
}

.content-section-p {
  gap: 32px;
  line-height: 1.3;
}

.content-section-title-wrap {
  margin: 0 0 32px 0;
  text-align: center;
}

.content-section-title-wrap:last-child {
  margin: 0;
}

.content-section-title,
.content-section-subtitle {
  font-size: var(--font-size-42);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.content-section-subtitle {
  font-weight: 300;
}

.content-section-p-main {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.content-section-p-title {
  margin: 0;
  font-size: var(--font-size-32);
  font-weight: 500;
  line-height: 1;
}

.content-section-p p {
  margin: 0;
}

.content-section-img {
  height: auto;
  border-radius: 16px;
}

.buying-process-section .section-small-title {
  margin: 0 0 40px 0;
}

.bp-list {
  display: flex;
  width: 100%;
  gap: 24px;
}

.bp-item {
  background: #FAF6EC;
  display: flex;
  width: calc(33.333% - 16px);
  border-radius: 16px;
  padding: 32px;
  gap: 16px;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.bp-num {
  font-size: 48px;
  font-weight: 300;
  color: #DEC180;
  line-height: 0.8;
  flex-shrink: 0;
}

.bp-content {
  display: flex;
  flex-direction: column;
}

.bp-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1;
}

.bp-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}

.content-section-quote {
  position: relative;
  font-size: var(--font-size-42);
  line-height: 1.3;
}

.content-section-quote::before {
  content: '"';
  color: #DEC180;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0 0 0 10px;
}

.content-section-quote .quotes {
  color: #DEC180;
  display: inline-block;
  font-size: 48px;
  line-height: 10px;
  vertical-align: bottom;
}

.content-section-quote-author {
  font-size: 20px;
  line-height: 1.25;
  margin: 8px 0 0 0;
}

.project-carousel-gallery-section {
  overflow: hidden;
}

.swiper.full-gallery-swiper {
  overflow: visible;
}

.gallery-slide-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 1200/675;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  will-change: transform;
  transition: transform 0.3s ease;
}

.project-carousel-gallery-section .full-gallery-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 48px 0 0 0;
}

.project-carousel-gallery-section .full-gallery-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  background: #DEC180;
  border-radius: 100px;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.project-carousel-gallery-section .full-gallery-pagination .swiper-pagination-bullet-active {
  width: 48px;
  background: #003A3B;
}

.content-links-boxs {
  flex-wrap: wrap;
  gap: 24px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-links-boxs > li {
  max-width: calc(33.333% - 16px);
}

.content-links-box-a {
  background: #FAF6EC;
  display: flex;
  border-radius: 16px;
  padding: 29px 32px;
  gap: 16px;
  color: #003A3B;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  align-items: center;
}

.content-links-box-type {
  font-size: 16px;
  font-weight: 300;
  margin: 8px 0 0 0;
}

.content-section-list-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 12px 0;
}

.content-section-list {
  flex-direction: column;
  gap: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.content-section-list > li {
  display: flex;
  gap: 8px;
}

.content-section-list > li::before {
  content: "";
  background: #DEC180;
  width: 8px;
  height: 8px;
  margin: 10px 0 0 0;
  border-radius: 50%;
}

.project-cta-banner-section {
  width: 100%;
}

.cta-banner-box {
  background: #F4EDDE;
  border-radius: 16px;
  padding: 48px;
  width: 100%;
}

.cta-banner-inner {
  width: 764px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 35px;
}

.project-cta-banner-section .section-small-title {
  font-size: 20px;
  margin: 0;
}

.cta-banner-title {
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.cta-banner-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}

.faq-title-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}

.faq-section .section-small-title {
  margin: 0 0 24px 0;
}

.faq-accordion-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.faq-accordion-item {
  width: 100%;
  border-bottom: 1px solid #DEC180;
}

.faq-accordion-btn {
  background: transparent;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 24px 0;
  gap: 20px;
  text-align: right;
  justify-content: space-between;
}

.faq-accordion-title {
  color: #003A3B;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  background: #003A3B;
  position: absolute;
  content: "";
  transition: transform 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-accordion-item.active .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-accordion-content {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.faq-accordion-item:not(.active) .faq-accordion-content {
  max-height: 0 !important;
}

.faq-content-inner {
  line-height: 1.3;
  font-weight: 300;
  padding: 8px 0 72px 0;
}

.related-pages-section {
  /* background-color: #F4EDDE; */
}

.related-pages-section-inner {
  background-color: #003A3B;
  padding: 90px 0 120px 0;
}

.related-pages-head {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 60px 0;
}

.related-pages-section .section-small-title {
  margin: 0 0 68px 0;
  color: #DEC180;
}

.related-pages-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 24px;
}

.related-page-card {
  width: calc(33.333% - 16px);
  max-width: 342px;
  color: #F4EDDE;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.related-page-title {
  color: #DEC180;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.related-page-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0 0 15px 0;
  flex-grow: 1;
}

.related-page-link {
  font-size: 16px;
  font-weight: 300;
  color: #ACB8B6;
}

.roots-section {
  width: 100%;
  position: relative;
}

.roots-flex {
  background: #fff;
  display: flex;
  gap: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 1;
}

.roots-flex.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.roots-content {
  flex-grow: 1;
}

.roots-section .section-small-title {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.roots-title {
  font-size: var(--font-size-48);
  font-weight: 600;
  color: #003A3B;
  line-height: 1.1;
  margin: 0 0 32px 0;
}

.roots-text {
  font-size: var(--font-size-24);
  font-weight: 300;
  line-height: 1.25;
}

.roots-text p {
  margin: 24px 0;
}

.roots-text p:first-child {
  margin-top: 0;
}

.roots-text p:last-child {
  margin-bottom: 0;
}

.roots-image-wrap {
  display: flex;
  width: 66.7%;
  flex-shrink: 0;
  position: relative;
}

.roots-image-wrap2 {
  max-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1067/920;
  position: absolute;
  inset: 0;
  margin: 0 auto 0 0;
}

.roots-swiper {
  width: 100%;
  height: calc(100vh - 120px);
  position: sticky;
  top: 114px;
  overflow: hidden;
}

.roots-swiper .swiper-slide {
  display: flex;
}

.roots-base-img {
  max-height: calc(100vh - 120px);
}

.roots-mask-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  mix-blend-mode: screen;
  display: flex;
  gap: 16px;
}

.roots-mask-col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
  gap: 16px;
}

.roots-mask-piece {
  background: #000;
  border-radius: 16px;
  width: 100%;
}

.rmp-1 {
  height: calc(65% - 8px);
}

.rmp-2 {
  height: calc(35% - 8px);
}

.rmp-3 {
  height: 100%;
}

.roots-swiper .roots-flex:nth-child(2) .rmp-1,
.roots-swiper .roots-flex:nth-child(2) .rmp-2 {
  height: calc(50% - 8px);
}

.roots-swiper .roots-flex:nth-child(3n) .rmp-1 {
  height: calc(35% - 8px);
}

.roots-swiper .roots-flex:nth-child(3n) .rmp-2 {
  height: calc(65% - 8px);
}

/* ============================================
   SEARCH PAGE (RESULTS)
   ============================================ */
.search-page-section {
  padding: 168px 0 0 0;
}

.search-page-head {
  margin: 0 0 100px 0;
  text-align: center;
}

.search-page-form {
  position: relative;
  width: 100%;
  max-width: 534px;
  margin: 0 auto 24px;
}

.search-page-input {
  width: 100%;
  height: 64px;
  border: 1px solid #DEC180;
  --inputs-border-radius: 32px;
  padding: 0 32px 0 64px;
  font-size: 22px;
  color: #003A3B;
  background: transparent;
  transition: all 0.3s ease;
}
.search-page-input::-webkit-input-placeholder {
  color: rgba(0, 58, 59, 0.5);
}
.search-page-input:-moz-placeholder {
  color: rgba(0, 58, 59, 0.5);
}
.search-page-input:focus-visible {
  border-color: #003A3B;
}

.search-page-clear {
  background: url(../images/search-green.svg) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
}
.search-page-clear:focus-visible {
  opacity: 1;
  outline-offset: 2px;
}

.search-page-form.has-text .search-page-clear {
  background: url(../images/close-search-green.svg) center center no-repeat;
}

.search-page-count {
  font-size: 20px;
}

/* html/assets/css/responsive.css */
@media all and (min-width: 768px) {
  .show-in-mobile,
  .show-on-mobile {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .show-in-tablet,
  .show-on-tablet {
    display: none !important;
  }
  .header-action-btn:hover,
  .header-action-btn:focus-visible {
    background-color: rgba(222, 193, 128, 0.15) !important;
    color: #DEC180;
  }
  .wpcf7-submit:hover,
  .header-cta-btn:hover,
  .header-cta-btn:focus-visible {
    background: #c9a85a;
  }
  .header-search-close:hover,
  .header-search-close:focus-visible {
    transform: rotate(90deg);
  }
  .header-search-close--submit:hover,
  .header-search-close--submit:focus-visible {
    transform: scale(1.15) !important;
  }
  .footer-col-list a:hover,
  .footer-col-list a:focus-visible {
    color: #DEC180;
  }
  .footer-inner-bottom a:hover,
  .footer-inner-bottom a:focus-visible {
    color: #fff;
  }
  .pa-btn-dark:hover::after,
  .header-cta-btn:hover::after,
  .wpcf7-submit:hover::after {
    transform: translate(-2px, -2px);
  }
  .y-btn-arrow:hover,
  .y-btn-arrow:focus-visible,
  .y-btn:hover,
  .y-btn:focus-visible {
    background: rgba(222, 193, 128, 0.15);
  }
  .y-btn-arrow:hover::after,
  .y-btn-arrow:focus-visible::after {
    transform: translate(-2px, -2px);
  }
  .project-contact-form .pc-submit-btn:hover,
  .project-contact-form .pc-submit-btn:focus-visible,
  .bg-green:hover,
  .bg-green:focus-visible {
    background: #022;
  }
  .bg-beige:hover,
  .bg-beige:focus-visible {
    background: #F1E7D0;
  }
  .pa-btn-waze:hover,
  .pa-btn-waze:focus-visible {
    background: rgba(0, 58, 59, 0.05);
  }
  #page-nav > ul > li > a:hover,
  #page-nav > ul > li > a:focus-visible,
  .nav-projects-arrow:hover,
  .nav-projects-arrow:focus-visible {
    background: rgba(222, 193, 128, 0.15);
  }
  .nav-submenu-card:hover,
  .nav-submenu-card:focus-visible {
    background: #F4EDDE;
  }
  .projects-small-title:hover,
  .projects-small-title:focus-visible {
    transform: translate(0, -3px);
  }
  .projects-small-title:hover::after,
  .projects-small-title:focus-visible::after {
    transform: translate(0, 3px) scale(0.8, 1);
  }
  .service-item:hover .service-item-title {
    color: #baa16b;
  }
  .service-item:hover .service-item-img-wrap {
    transform: translate(0, -5px);
  }
  .project-card:hover .project-card-inner {
    transform: translate(0, -3px);
  }
  .pg-item:hover .pg-item-img,
  .pg-item:focus-visible .pg-item-img,
  .project-card:hover .project-card-img {
    transform: scale(1.03);
  }
  .projects-search-btn:hover,
  .projects-search-btn:focus-visible,
  .projects-filters-form .y-select-display:hover,
  .projects-filters-form .y-select-display:focus-visible {
    background-color: #EDE2CB;
    border-color: #EDE2CB;
    --y-select-display-border-focus: #EDE2CB;
    --y-select-display-outline-color: #2C4A47;
  }
  .projects-page-num:not(.current):hover,
  .projects-page-num:not(.current):focus-visible {
    background-color: #EDE2CB;
    border-color: #EDE2CB;
  }
  .project-tab-link:not(.active):hover,
  .project-tab-link:not(.active):focus-visible {
    background: #EDE2CB;
    border-color: #EDE2CB;
  }
  .bp-item:hover {
    transform: translateY(-5px);
  }
  .content-links-box-a:hover {
    background: #F2E9D0;
  }
  .gallery-slide-wrap:hover .gallery-slide-img {
    transform: scale(1.03);
  }
  .faq-accordion-btn:hover .faq-accordion-title,
  .faq-accordion-btn:focus-visible .faq-accordion-title {
    color: #DEC180;
  }
  .faq-accordion-btn:hover .faq-icon::before,
  .faq-accordion-btn:hover .faq-icon::after,
  .faq-accordion-btn:focus-visible .faq-icon::before,
  .faq-accordion-btn:focus-visible .faq-icon::after {
    background: #DEC180;
  }
  .related-page-card:hover,
  .related-page-card:focus-visible {
    transform: translateY(-5px);
  }
}
@media all and (max-width: 1639px) {
  .nav-submenu {
    padding: 28px 24px;
  }
  .projects-filters-form {
    flex-direction: column;
  }
  .projects-filters-form .projects-filter-item {
    width: calc(25% - 18px);
  }
  .projects-filters-left {
    margin: 0 auto 0 0;
  }
  .nearby-swiper.swiper {
    overflow: visible;
  }
}
@media all and (max-width: 1440px) {
  .nav-submenu-inner {
    gap: 16px;
  }
  .nav-submenu-card-list li,
  .nav-submenu-card-list {
    gap: 6px;
  }
  #page-nav > ul,
  .header-actions {
    gap: 16px;
  }
  .logo-img {
    max-width: 200px;
    max-height: 50px;
  }
  .footer-links-wrap {
    margin: 0 40px 0 0;
    padding: 0 40px 0 0;
  }
  .hp-hero-title {
    font-size: 54px;
  }
  .hp-hero-front-img {
    max-width: 52%;
  }
  .section-title {
    font-size: 36px;
  }
  .our-values-section-inner {
    min-height: 670px;
  }
  .hero-shapes::before {
    width: 23%;
  }
  .pa-stat-val {
    font-size: 2.2vw;
  }
  .project-gallery-section .section-small-title {
    margin: 0 0 32px 0;
  }
  .pg-grid {
    gap: 32px;
  }
  .pg-item:nth-child(5n+1),
  .pg-item:nth-child(5n) {
    width: calc(34.9% - 16px);
  }
  .pg-item:nth-child(5n+2),
  .pg-item:nth-child(5n+4) {
    width: calc(65.1% - 16px);
  }
}
@media all and (max-width: 1280px) {
  .header-cta-btn {
    padding: 0 22px;
  }
  .nav-submenu,
  #page-header {
    max-width: calc(100% - 16px);
  }
  .nav-submenu {
    padding: 8px;
  }
  .nav-submenu-inner {
    gap: 14px;
  }
  .nav-submenu-inner > li:first-child .nav-submenu-card {
    border-radius: 16px 16px 54px 16px;
  }
  .nav-submenu-inner > li:last-child .nav-submenu-card {
    border-radius: 16px 16px 16px 54px;
  }
  .nav-submenu-card {
    gap: 12px;
  }
  .nav-submenu-card-list {
    gap: 0 6px;
  }
  #page-footer {
    padding: 20px;
  }
  .footer-logo-img {
    max-height: 46px;
    max-width: 200px;
  }
  .projects-slide-bottom {
    flex-wrap: wrap;
  }
  .projects-slide-logo {
    width: 100%;
    max-width: 100%;
  }
  .projects-logo-name {
    max-width: 34%;
  }
  .projects-slide-text {
    font-size: 18px;
  }
  .projects-slide-bottom .y-btn {
    min-width: clamp(120px, 15vw, 186px);
    min-height: clamp(52px, 4.5vw, 56px);
    padding-right: clamp(24px, 3.7vw, 32px);
    padding-left: clamp(24px, 3.7vw, 32px);
  }
  .top-banner-section {
    min-height: 500px;
  }
  .project-about-title {
    font-size: 32px;
  }
  .project-about-text {
    font-size: 20px;
  }
  .project-about-stats {
    gap: 16px;
  }
  .pa-stat-box {
    width: calc(33.333% - 11px);
    padding: 24px;
  }
  .pa-stat-box.pa-stat-box-large {
    width: calc(50% - 8px);
  }
  .content-section-quote {
    padding: 0 30px 0 0;
  }
  .content-section-quote::before {
    margin: 0;
    left: auto;
    right: 0;
  }
  .error-hero-title {
    font-size: 54px;
  }
}
@media all and (max-width: 1200px) {
  #top-search-btn {
    display: none;
  }
  .header-cta-btn::after {
    margin: auto;
  }
  #page-nav > ul > li > a {
    font-size: 18px;
  }
  .hp-hero-title {
    font-size: 46px;
  }
  .hp-hero-front-img {
    max-width: 48%;
  }
  .hp-hero-bg-wrap::after {
    background: linear-gradient(71deg, rgb(227, 233, 233) 0%, rgba(227, 233, 233, 0) 24%, rgba(227, 233, 233, 0) 40%, rgba(227, 233, 233, 0.5) 53%, rgba(227, 233, 233, 0.8) 60%, rgb(227, 233, 233) 70%);
  }
  #menu-btn {
    display: flex;
  }
  #page-nav {
    background: #fff;
    display: flex;
    min-height: 86px;
    max-height: calc(100dvh - 74px);
    height: auto;
    flex-direction: column;
    position: fixed;
    top: 104px;
    left: 8px;
    overflow: auto;
    right: 8px;
    border-radius: 0 0 54px 54px;
    padding: 20px 16px;
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, border-radius 0.2s ease, visibility 0s ease 0.2s;
  }
  .mobile-menu-is-open #page-nav {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, border-radius 0.2s ease, visibility 0s ease 0s;
  }
  #page-header.focus #page-nav {
    border-radius: 0;
  }
  #header-search-area {
    background: none;
    width: 400px;
    max-width: 100%;
    position: relative;
  }
  .header-search-field {
    border-color: #2C4A47;
    height: 46px;
    padding: 0 22px 0 46px;
    color: #2C4A47;
  }
  .header-search-field::-webkit-input-placeholder {
    color: #2C4A47;
    opacity: 1;
  }
  .header-search-field:-moz-placeholder {
    color: #2C4A47;
    opacity: 1;
  }
  .header-search-close {
    background: url(../images/search-green.svg) center center no-repeat;
    width: 46px;
  }
  .header-search-close.y-btn-loading {
    position: absolute !important;
  }
  #page-nav > ul {
    margin: 20px 0 0 0;
  }
  #page-nav > ul > li > a {
    color: #2C4A47;
  }
  .mobile-menu-is-open #page-header::before {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
  }
  .nav-submenu {
    top: 246px;
  }
  .nav-submenu-inner > li {
    min-width: calc(50% - 7px);
  }
  .nav-submenu-inner > li:last-child .nav-submenu-card,
  .nav-submenu-inner > li:first-child .nav-submenu-card {
    border-radius: 16px;
  }
  .nav-submenu {
    padding: 8px 16px 16px;
    border-radius: 0 0 32px 32px;
  }
  .header-actions {
    margin: 0 auto 0 0;
  }
  .hp-about-wrap {
    gap: 40px;
  }
  .section-title {
    font-size: 36px;
  }
  .y-btn {
    font-size: 22px;
    padding: 4px 26px 7px;
  }
  .swiper-slide.projects-slide {
    width: 75vw;
  }
  .service-item-title {
    font-size: 20px;
  }
  .service-item-short-text {
    font-size: 16px;
  }
  .project-about-flex {
    gap: 20px;
  }
  .project-about-img-wrap {
    width: 50%;
  }
  .project-about-actions {
    gap: 12px 24px;
  }
  .pg-grid {
    gap: 22px;
  }
  .pg-item:nth-child(5n+1),
  .pg-item:nth-child(5n) {
    width: calc(34.9% - 11px);
  }
  .pg-item:nth-child(5n+2),
  .pg-item:nth-child(5n+4) {
    width: calc(65.1% - 11px);
  }
  .apt-spec-val {
    font-size: 22px;
  }
  .project-contact-form .pc-col-3 {
    width: calc(50% - 10px);
  }
  .bp-item {
    padding: 30px 20px;
    gap: 16px;
  }
  .bp-num {
    font-size: 54px;
  }
  .bp-title {
    font-size: 22px;
  }
  .bp-text {
    font-size: 16px;
  }
  .related-pages-section .section-small-title {
    margin: 0 0 40px 0;
  }
  .roots-image-wrap {
    width: 62%;
  }
}
@media all and (max-width: 1024px) {
  #page-header::before {
    border-radius: 40px 40px 0 0;
  }
  .top-banner-section {
    padding-top: 104px;
  }
  .header-inner {
    height: 66px;
    padding: 0 16px;
    gap: 16px;
  }
  .nav-submenu {
    top: 216px;
    border-radius: 0 0 40px 40px;
  }
  .nav-submenu-inner > li:first-child .nav-submenu-card {
    border-radius: 16px 16px 40px 16px;
  }
  .nav-submenu-inner > li:last-child .nav-submenu-card {
    border-radius: 16px 16px 16px 40px;
  }
  .logo-img {
    max-width: 170px;
  }
  .footer-links-wrap {
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
  }
  .footer-inner-top {
    padding-bottom: 30px;
  }
  .popup-title {
    font-size: 46px;
  }
  #page-nav {
    top: 74px;
  }
  .our-values-section-inner {
    min-height: 570px;
  }
  .our-values-title {
    margin: 0 0 70px 0;
  }
  .our-values-box-sub1,
  .our-values-box-sub2 {
    font-size: 20px;
  }
  .our-values-box-text {
    font-size: 18px;
  }
  .main-title {
    font-size: 54px;
  }
  .top-banner-short-text {
    font-size: 22px;
  }
  .top-banner-section {
    min-height: 450px;
  }
  :root {
    --y-select-display-padding: 0 24px 0 50px;
    --y-select-arrow-left: 22px;
  }
  .project-tabs-sections {
    gap: 80px;
  }
  .y-btn-arrow,
  .y-btn {
    min-height: 60px;
    font-size: 22px;
  }
  .project-card-title {
    font-size: 20px;
  }
  .project-card-text {
    font-size: 18px;
  }
  .project-tabs-wrap {
    top: 0;
    padding: 84px 0 10px 0;
  }
  .project-tabs-list {
    gap: 16px;
  }
  .project-tab-link {
    height: 54px;
    line-height: 54px;
  }
  .apt-specs {
    gap: 10px;
  }
  .apt-card .apt-download-icon {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
  }
  .project-contact-section {
    padding-bottom: 150px;
  }
  .roots-swiper {
    height: calc(100vh - 94px);
  }
  .error-hero-title {
    font-size: 44px;
  }
  .top-banner-section.error-hero .top-banner-short-text {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .hide-in-tablet,
  .hide-on-tablet {
    display: none !important;
  }
  #page-footer {
    padding: 8px;
  }
  .footer-inner-top {
    flex-direction: column;
  }
  .footer-links-wrap {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-right: none;
    border-top: 1px solid rgba(222, 193, 128, 0.3);
  }
  .hp-hero-section {
    align-items: flex-end;
    padding: 0 0 60px 0;
  }
  .hp-hero-title {
    font-size: 38px;
  }
  .hp-hero-subtitle {
    font-size: 20px;
  }
  .hp-hero-front-img {
    max-width: 55%;
    left: 0;
  }
  .hp-hero-content {
    max-width: 45%;
  }
  .hp-hero-bg-wrap::after {
    background: linear-gradient(110deg, rgb(227, 233, 233) 3%, rgba(227, 233, 233, 0) 24%, rgba(227, 233, 233, 0) 40%, rgba(227, 233, 233, 0.5) 63%, rgba(227, 233, 233, 0.8) 70%, rgb(227, 233, 233) 80%);
  }
  .hp-about-wrap {
    flex-direction: column;
  }
  .hp-about-img-wrap {
    width: 500px;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }
  .hp-about-content {
    padding: 0;
  }
  .hp-about-section::before {
    width: 77%;
  }
  .projects-slide-logo {
    order: 1;
    width: auto;
    max-width: 45%;
  }
  .projects-logo-name {
    max-width: 100%;
  }
  .projects-slide-text {
    width: 100%;
    order: 3;
    flex: none;
  }
  .projects-slide-bottom .y-btn {
    order: 2;
  }
  .projects-section,
  .services-section-inner {
    padding: 80px 0;
  }
  .services-section:last-child .services-section-inner {
    padding-bottom: 0;
  }
  .service-item-title {
    font-size: 17px;
  }
  .projects-filters-form {
    flex-direction: column;
    gap: 20px;
  }
  .projects-filters-right {
    flex-wrap: wrap;
  }
  .projects-filter-item {
    width: calc(50% - 8px);
  }
  .projects-filters-form .projects-filter-item {
    width: calc(50% - 12px);
  }
  .projects-grid {
    width: 100%;
    margin: 0 0 40px 0;
    gap: 24px;
  }
  .project-card {
    width: calc(50% - 12px);
  }
  .swiper.apts-swiper {
    width: 100%;
    margin: 0;
  }
  .project-card-inner {
    background: #F4EDDE;
  }
  .project-card .project-card-arrow {
    filter: alpha(opacity=100);
    opacity: 1;
    -khtml-opacity: 1;
  }
  .project-card-tags {
    right: 8px;
    bottom: 8px;
  }
  .top-banner-section.error-hero .hero-shapes::after,
  .hero-shapes::after {
    width: 15%;
  }
  /* העלמת פס הגלילה במובייל */
  .project-tabs-list::-webkit-scrollbar {
    display: none;
  }
  .spec-grid {
    flex-wrap: wrap;
    gap: 50px 30px;
  }
  .spec-col {
    width: calc(50% - 15px);
    flex: none;
  }
  .project-about-flex {
    flex-direction: column;
  }
  .project-about-img-wrap {
    width: 100%;
    height: 450px;
    order: -1;
  }
  .pa-stat-box {
    width: calc(50% - 8px);
  }
  .pa-stat-box-large {
    width: 100%;
  }
  .project-tabs-sections {
    gap: 60px;
  }
  .pa-stat-val {
    font-size: 34px;
  }
  .project-tabs-sections {
    padding: 0 0 100px 0;
  }
  .nearby-swiper {
    padding: 0 0 40px 0;
  }
  .similar-projects-section {
    padding: 60px 0;
  }
  .project-contact-section {
    padding-bottom: 100px;
  }
  .bp-list {
    flex-direction: column;
    gap: 20px;
  }
  .bp-item {
    width: 100%;
  }
  .cta-banner-box {
    padding: 40px 24px;
  }
  .related-pages-list {
    justify-content: center;
    gap: 40px 24px;
  }
  .content-links-boxs > li {
    max-width: calc(50% - 12px);
  }
  .related-page-card {
    width: calc(50% - 12px);
  }
  .roots-flex {
    flex-direction: column;
    gap: 24px;
  }
  .roots-content {
    flex-grow: 0;
  }
  .roots-image-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    flex-grow: 1;
  }
  .roots-image-wrap2 {
    margin: 0 auto;
  }
  .search-page-section {
    padding: 100px 0 0 0;
  }
  .search-page-head {
    margin: 0 0 50px 0;
  }
}
@media all and (max-width: 782px) {
  .admin-bar #page-header {
    top: 54px;
  }
}
@media all and (max-width: 767px) {
  .hide-in-mobile,
  .hide-on-mobile {
    display: none !important;
  }
  #page-nav > ul {
    flex-direction: column;
  }
  .footer-col:nth-child(2) .footer-col-list li {
    max-width: 50%;
  }
  .footer-inner-bottom,
  .footer-bottom-links {
    flex-direction: column;
    align-items: center;
    gap: 7px;
  }
  .footer-inner-bottom-list > li:first-child::before {
    display: none;
  }
  .header-cta-btn {
    font-size: 18px;
  }
  .logo-img {
    max-width: 140px;
  }
  .header-actions {
    gap: 8px;
  }
  #page-nav > ul > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-submenu {
    position: static;
    width: 100%;
    padding: 8px 0 0 0;
    box-shadow: none;
  }
  .menu-item-has-children:not(.focus) .nav-submenu {
    display: none;
  }
  #page-header.focus #page-nav {
    border-radius: 0 0 32px 32px;
  }
  .header-lang {
    width: auto;
    height: auto;
  }
  .header-lang {
    font-size: 18px;
  }
  #contact-popup {
    padding: 0;
  }
  .contact-popup-ybox {
    --ybox-frame-radius: 16px;
  }
  .popup-form-side {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }
  .popup-title {
    font-size: 32px;
    margin: 0 0 28px 0;
  }
  .contact-popup-ybox .closeYbox,
  .contact-popup-ybox .closeYbox[type=button] {
    left: 16px;
    top: 16px;
  }
  .wpcf7-submit {
    height: 46px;
    font-size: 20px;
  }
  .hp-hero-section {
    align-items: flex-end;
    padding: 0 0 40px 0;
    min-height: 500px;
  }
  .hp-hero-title {
    font-size: 30px;
  }
  .hp-hero-subtitle {
    font-size: 17px;
  }
  .hp-hero-front-img {
    max-width: 60%;
  }
  .hp-hero-content {
    max-width: 55%;
  }
  .section-title {
    font-size: 28px;
  }
  .project-about-actions {
    gap: 12px;
  }
  .y-btn-arrow,
  .y-btn {
    font-size: 18px;
    min-height: 52px;
    padding: 0 24px;
  }
  .our-values-boxes {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .projects-section,
  .services-section-inner {
    padding: 60px 0;
  }
  .services-section:last-child .services-section-inner {
    padding-bottom: 0;
  }
  .project-surroundings-section .projects-title-wrap,
  .projects-title-wrap {
    margin: 0 0 40px 0;
  }
  .projects-slide-logo {
    max-width: 56%;
  }
  .projects-pagination.swiper-pagination-bullets {
    margin: 40px 0 0 0;
  }
  .services-list {
    gap: 40px 20px;
  }
  .service-item {
    width: calc(50% - 10px);
  }
  .service-item-img-wrap {
    margin-bottom: 20px;
  }
  .top-banner-section {
    min-height: 350px;
  }
  .top-banner-container {
    gap: 16px;
  }
  .main-title {
    font-size: 34px;
  }
  .top-banner-short-text {
    font-size: 18px;
  }
  .projects-archive-section {
    padding: 70px 0 80px 0;
  }
  .project-card-title {
    font-size: 20px;
  }
  .project-card-text {
    font-size: 18px;
  }
  .pa-stat-box.pa-stat-box-large,
  .projects-filter-item,
  .pa-stat-box,
  .projects-search-wrap.is-open,
  .projects-search-wrap.is-open .projects-search-inner {
    width: 100%;
  }
  .project-tab-link {
    min-width: 100px;
    height: 44px;
    line-height: 41px;
    font-size: 16px;
    padding: 0 24px;
  }
  .project-specifications-section .section-small-title {
    margin: 0 0 40px 0;
  }
  .project-about-title {
    font-size: 28px;
  }
  .project-about-text {
    font-size: 18px;
  }
  .pa-stat-val {
    font-size: 28px;
  }
  .project-tabs-sections {
    padding: 0 0 80px 0;
  }
  .pg-grid {
    gap: 8px;
  }
  .pg-item {
    border-radius: 8px;
  }
  .pg-item:nth-child(5n+1),
  .pg-item:nth-child(5n) {
    width: calc(34.9% - 4px);
  }
  .pg-item:nth-child(5n+2),
  .pg-item:nth-child(5n+4) {
    width: calc(65.1% - 4px);
  }
  .project-apartments-section .section-small-title {
    margin: 0 0 40px 0;
  }
  .project-card-tag {
    font-size: 16px;
  }
  .nearby-img-wrap {
    border-radius: 12px;
  }
  .nearby-title {
    font-size: 20px;
  }
  .nearby-text {
    font-size: 18px;
  }
  .project-contact-section {
    padding-bottom: 70px;
  }
  .project-contact-box {
    padding: 30px 20px;
  }
  .project-contact-title {
    font-size: 28px;
  }
  .project-contact-title-wrap {
    margin: 0 0 32px 0;
  }
  .project-contact-form .pc-col-3 {
    width: 100%;
  }
  .project-contact-form .wpcf7-submit,
  .project-contact-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
    height: 55px;
  }
  .project-contact-form .submit-btn-wrap {
    justify-content: center;
  }
  .project-contact-form .pc-submit-btn {
    width: 100%;
  }
  .buying-process-section .section-small-title {
    margin: 0 0 32px 0;
  }
  .bp-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .content-section-p-main {
    font-size: 18px;
  }
  .gallery-slide-wrap {
    border-radius: 8px;
  }
  .gallery-slide-img {
    border-radius: 8px;
  }
  .project-carousel-gallery-section .full-gallery-pagination.swiper-pagination-bullets {
    margin: 32px 0 0 0;
  }
  .content-section-p,
  .content-section-p-wrap {
    gap: 30px;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-banner-section + section {
    padding-top: 60px;
  }
  .hp-about-section-content {
    padding: 0 0 60px 0;
  }
  .cta-banner-box {
    padding: 32px 16px;
    border-radius: 12px;
  }
  .cta-banner-inner {
    gap: 24px;
  }
  .faq-accordion-btn {
    padding: 24px 0;
  }
  .faq-accordion-title {
    font-size: 16px;
  }
  .faq-content-inner {
    font-size: 16px;
    padding: 0 0 24px 0;
  }
  .related-pages-section-inner {
    padding: 60px 0;
  }
  .related-pages-head {
    margin: 0 0 40px 0;
  }
  .related-page-title {
    font-size: 22px;
  }
  .related-page-text {
    font-size: 16px;
  }
  .roots-mask-overlay,
  .roots-mask-col {
    gap: 8px;
  }
  .roots-mask-col {
    width: calc(50% - 4px);
  }
  .roots-image-wrap2,
  .roots-mask-piece {
    border-radius: 8px;
  }
  .rmp-1 {
    height: calc(65% - 4px);
  }
  .rmp-2 {
    height: calc(35% - 4px);
  }
  .roots-swiper .roots-flex:nth-child(2) .rmp-1,
  .roots-swiper .roots-flex:nth-child(2) .rmp-2 {
    height: calc(50% - 4px);
  }
  .roots-swiper .roots-flex:nth-child(3n) .rmp-1 {
    height: calc(35% - 4px);
  }
  .roots-swiper .roots-flex:nth-child(3n) .rmp-2 {
    height: calc(65% - 4px);
  }
  .roots-title {
    font-size: 28px;
    margin: 0 0 16px 0;
  }
  .cta-banner-text {
    font-size: 18px;
  }
  .roots-text p {
    margin: 13px 0;
  }
  .roots-text p:first-child {
    margin-top: 0;
  }
  .roots-text p:last-child {
    margin-bottom: 0;
  }
  .search-page-input {
    height: 54px;
    font-size: 16px;
    padding: 0 24px 0 54px;
  }
  .search-page-clear {
    width: 54px;
    height: 54px;
  }
  .search-page-count {
    font-size: 18px;
  }
}
@media all and (max-width: 599px) {
  .footer-links-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .footer-col-list li {
    width: 100%;
    padding: 0;
  }
  .footer-col:nth-child(2) .footer-col-list li,
  .nav-submenu-inner > li,
  .projects-slide-logo {
    min-width: 100%;
    max-width: 100%;
  }
  .projects-slide-bottom .y-btn {
    order: 4;
    width: 100%;
  }
  .spec-col,
  .project-card,
  .projects-filters-left,
  .projects-filters-form .projects-filters-left .projects-filter-item,
  .projects-filters-form .projects-filter-item {
    width: 100%;
  }
  .projects-filters-left {
    flex-direction: column-reverse;
  }
  .projects-search-wrap.is-open .projects-search-input {
    width: 495px;
    max-width: calc(100% - 64px);
  }
  .projects-filters-form .projects-filter-item.projects-search-wrap {
    width: auto;
    max-width: 100%;
    margin: 0 auto 0 0;
  }
  .spec-grid {
    gap: 40px 0;
  }
  .apt-specs {
    flex-wrap: wrap;
  }
  .apt-specs {
    gap: 24px 16px;
  }
  .apt-spec-item {
    width: calc(50% - 8px);
  }
  .content-links-boxs > li {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .hp-hero-section {
    display: flex;
    height: auto;
    min-height: 100vh;
    padding: 120px 0 70px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-hero-front-wrap {
    bottom: 30%;
  }
  .hp-hero-front-img,
  .hp-hero-content {
    max-width: 100%;
  }
  .hp-hero-title {
    font-size: 36px;
  }
  .related-page-card {
    width: 100%;
  }
}