.test {
  display: block;
  height: 100vh;
}

.no-js .top-bar {
  display: none;
}

body {
  background-color: #EFEFEF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}
.sr-only {
  display: none;
}
a:hover, a:focus {
    color: #1C1C1C;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
h1 {font-size: 42px; font-weight: 800;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}

.grid-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.title-bar {
  padding: 1.125rem 1.25rem;
  background: #fff;
  color: #1C1C1C;
}
.menu-icon::after,
.menu-icon:hover::after {
  background: #1C1C1C;
  -webkit-box-shadow: 0 6px 0 #1C1C1C, 0 12px 0 #1C1C1C;
  box-shadow: 0 6px 0 #1C1C1C, 0 12px 0 #1C1C1C;
}
.top-bar {
  padding: 0;
  border-bottom: 1px solid #F5F5F5;
}
.top-bar, .top-bar ul {
  background-color: #fff;
}
.top-bar .grid-container {
  display: flex;
}
.top-bar {height: calc(100vh - 70px);}
.top-bar .cell, .top-bar .grid-container, .top-bar-right, .menu-wrapper {height: 100%}

.top-bar-left {
  display: flex;
}

.top-bar-left img {
  align-self: center;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-wrapper .menu:nth-child(2),
.menu-wrapper .menu:nth-child(2) li {
  width: 100%;
  align-self: center;
  margin-bottom: .625rem;
}

.menu-wrapper .menu:nth-child(1) {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.menu a {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  color: #1C1C1C;
  font-size: 1.125rem;
  padding: 1.25rem 0;
  margin: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.button {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #0B7876;
  position: relative;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  content: '';
  display: none;
}

.button.hollow {
  border: 1px solid #1C1C1C;
  color: #1C1C1C;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button.secondary {
	border: 1px solid #042423;
	overflow: hidden;
	color: #fff;
  transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button.secondary {
	border: 1px solid #042423;
  background-color: #042423;
	overflow: hidden;
	color: #fff;
  transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #042423;
    color: #fff;
}

.button.hollow span, .button.secondary span {
	position: relative;
  transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button.hollow::before, .button.secondary::before {
	background: #1C1C1C;
  transform: translate3d(-100%,0,0);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button.secondary::before {
  background: #042423;
  transform: translate3d(0,0,0);
}

footer {
  background-color: #042423;
  color: #fff;
}

.footer-top {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

form {
  margin-bottom: 1.5rem;
}
.footer-top h2 {
  margin-bottom: 1.5rem;
}
.footer-top .no-bullet {
  margin: 1.5rem 0;
}
.footer-top a, .footer-bottom a {
  color: #fff;
}
.footer-top a:hover, .footer-bottom a:hover {
  text-decoration:underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.footer-top .small {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #fff;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  outline: none;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

::-webkit-input-placeholder {
  color: rgba(255,255,255,.4);
}

::-moz-placeholder {
  color: rgba(255,255,255,.4);
}

:-ms-input-placeholder {
  color: rgba(255,255,255,.4);
}

::-ms-input-placeholder {
  color: rgba(255,255,255,.4);
}

::placeholder {
  color: rgba(255,255,255,.4);
}

.footer-top fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
}

fieldset label {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
  margin-left: .5rem;
}

.checkmark {
  display: none;
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNTQ2ODggOC4yMDI5MUw2LjQzMDMxIDExLjE5M0wxMi40NTMxIDQuODA3MDQiIHN0cm9rZT0iI0ZERkJGNCIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4K);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -1px;
}

[type=checkbox]:checked + .checkmark {
  display: block;
}

.checklabel {
  margin-right: 0rem;
  line-height: 1.2;
  font-size: 13px;
  margin-left: 2rem;
}

[type=checkbox] {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  z-index: 0;
}

[type=checkbox]::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color:transparent;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 30;
  }

.footer-top .submit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 2rem;
}

.footer-top .submit .button {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.footer-bottom {
  padding-bottom: 1.125rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.875rem;
}

.footer-bottom .fb {
  background-image: url(../img/facebook.svg);
  text-indent: -3000px;
  width: 24px;
  height: 24px;
  margin-bottom: 1.125rem;
}

header  {
  position: relative;
  height: 65vh;
  min-height: 400px;
  background-color: rgba(4,36,35,.2);
  
}
header .grid-container,
header .grid-x,
header .cell {
  height: 100%;
}
header .cell {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header .cell .button.hollow {
  border-color: #fff;
  color: #fff;
  margin-top: 2rem;
}
header::before {
  background-image: url(../img/bedroom-header.jpg);
  background-repeat: no-repeat;
  background-size: 180%;
  background-position: 50% 40%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-wrapper {
    align-self: flex-end;
    padding: 1.25rem;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .7);
    width: 100%;
    max-width: 640px;
    margin-bottom: 2rem;
}


.services-wrapper figure {
  margin-bottom: 15px;
  margin-top: 15px;
}
.accordion {
  background: none;
}
.accordion-item {
  text-align: center;
}

.accordion-title {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  border-bottom: 0;
  font-size: 15px;
  line-height: 1;
  color: #1C1C1C;
  font-family: 'Poppins';
  text-align: center;}

.accordion-title::before,
.is-active > .accordion-title::before {
  content: '';
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #EFEFEF;
}

:last-child:not(.is-active) > .accordion-title,
:last-child > .accordion-title {
  border-bottom: 1px solid #1c1c1c;
  border-radius: 0 0 0 0;
  padding-bottom: 2px;
}

.accordion-content {
  padding: .5rem;
  border: none;
  border-bottom: 0;
  background-color: #EFEFEF;
  color: #1C1C1C;
}
.accordion-content > p:last-child {
  margin-bottom: 0;
}

figure.about {
    width: 100%;
    margin-bottom: 30px;
}

.about-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.subtitle {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 0;
}

section {padding: 3rem 0;}

.carousel-container { 
  margin: 20px 0;
  padding-bottom: 50px; 
}

.project.swiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.project .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
}

.project .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: auto!important;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding-right: 10px;
  box-sizing: border-box;
  align-self: center;
  cursor: none;
}

.project .swiper-slide img {
  width: auto;
  object-fit: cover;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
} */


.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px!important;;
  height: 40px!important;;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #042423!important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: inherit;
  font-size: 18px!important;
  font-weight: bold!important;;
  color: #FFF!important;;
}

.swiper-button-prev::after {
  content: '‹';
}

.swiper-button-next::after {
  content: '›';
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.swiper-button-next:active,
.swiper-button-prev:active {
  transform: scale(0.95);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-disabled {
  opacity: 0!important;
  cursor: not-allowed;
}
      
/* Mobile Optimizations */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    font-size: 16px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 16px;
  }
  
  .swiper-button-prev {
    left: 5px;
  }
  
  .swiper-button-next {
    right: 5px;
  }
  
  .swiper-slide img {
    max-height: 400px;
    max-width: 320px;
  }
  
  .swiper-slide {
    padding-right: 5px;
  }
}

@media (max-width: 320px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    font-size: 14px;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
}

/* Loading state */
.swiper-slide img {
  background: #EFEFEF;
  transition: opacity 0.3s ease;
}

.swiper-slide img[loading] {
  opacity: 0.7;
}
     
.logo-banner {
  padding: 2.5rem 0;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.logo-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.logo-item:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.logo-item img {
  height: 50px;
  width: auto;
  display: block;
}
.es-widget-background-content {
    max-height: 206px;
    overflow-y: clip;
}

.gallery-section { padding: 4rem 1.5rem; text-align: center; }
 
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 12px;
    margin-top: 2rem;
  }
 
  .gallery-item {
    display: block;
    aspect-ratio: 1 / 1;      
    overflow: hidden;
    border-radius: 6px;
  }
 
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;         
    display: block;
    transition: transform 0.3s ease;
  }
 
  .gallery-item:hover img { transform: scale(1.05); }
 
  .gallery-item--extra { display: none; }
  .gallery-item--extra.is-visible { display: block; }
 
  .gallery-load-more {
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    border: 1px solid #1a1a1a;
    background: transparent;
    cursor: pointer;
    font-size: 0.95rem;
  }
  .gallery-load-more:hover { background: #1a1a1a; color: #fff; }
  .gallery-load-more.is-hidden { display: none; }
      

@media screen and (min-width: 40em) {

  .top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .button::before,
  .button::after {
    display: block;
  }

  .button:hover {
    background-color: rgba(11,120,118,.6);
  }

  .button.hollow:hover::before {
    transform: translate3d(0,0,0);
  }

  .button.secondary:hover::before, .button.primary:hover::before {
    transform: translate3d(-100%,0,0);
  }
  .button.secondary:hover {
    background: #EFEFEF;
    transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .button.hollow:hover span {
    color: #fff;
    transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .button.secondary:hover span {
    color: #1C1C1C;
    transition: 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .footer-bottom .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-top h2 {
    margin-bottom: 3rem;
  }

  .footer-top h4 {
    margin-top: 6.5rem;
  }

  .footer-bottom .fb {
    margin-bottom: 0;
  }

  figure.about {
    width: 85%;
    margin-bottom: 0;
  }

  section {padding: 4rem 0;}
}

@media screen and (min-width: 64em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
  h1 {font-size: 60px;}
  h2 {font-size: 36px;}
  h3 {font-size: 28px;}
  h4 {font-size: 24px;}
  .top-bar .top-bar-left, .top-bar .top-bar-right{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }

  .grid-container {
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .top-bar {height: auto;}

  .menu-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .menu-wrapper .menu:nth-child(2),
  .menu-wrapper .menu:nth-child(2) li {
    width: auto;
    margin-bottom: 0;
  }

  .menu-wrapper .menu:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }

  .menu a {
    padding: 2.563rem .25rem;
    margin-left: 1.5rem;
    border-bottom: none;
    width: auto;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }

  .is-stuck .menu a:not(.button) {
    padding: 2rem .25rem;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }

  .menu a:not(.button)::before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: -1px;
    height: 2px;
    background-color: #1C1C1C;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }

  .menu a:not(.button):hover::before {
    width: 100%;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
  }
  
  .footer-top .submit {
    margin-top: 0;
  }
  header .cell {
    flex-direction: row;
  }
  header::before  {
    background-size: cover;
    background-position: 0 30%;
  }
  .hero-wrapper p {
    font-size: 1rem;
  }
  .hero-wrapper .subtitle {
    font-size: 2rem;
  }

  #services h2 {
    max-width: 320px;
  }
  
  section#services {
    padding-top: 6rem;
  }
  .services-wrapper figure {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .custom-cursor {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #042423;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none!important;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

