/* Stella Orr'e - Interior and Home Renovation HTML Template  */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

@import url("fontawesome-all.css");

@import url("animate.css");

@import url("flaticon.css");

@import url("scrollbar.css");

* {
  margin: 0rem;
  padding: 0rem;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  font-size: 20px;
  color: #787878;
  line-height: 1.65;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.dark-layout {
  background-color: #1a1a1a;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #dfb162;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h2,
h3 {
  position: relative;
  font-weight: normal;
  margin: 0rem;
  background: none;
  line-height: 1.2rem;
  letter-spacing: -0.02rem;
  font-family: "Playfair Display", serif;
}

button {
  outline: none !important;
  cursor: pointer;
}

p {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
  color: #555555;
}

.text {
  font-size: 20px;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.card-copy {
  color: #c9c9c9;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.widget-content .text {
  color: #a8a8a8;
}

.auto-container {
  position: static;
  max-width: 1450px;
  padding: 0rem 1.25rem;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 18.75rem;
  overflow: hidden;
  z-index: 9;
}

ul,
li {
  list-style: none;
  padding: 0rem;
  margin: 0rem;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  color: #242424;
  padding: 0.5rem 1.625rem;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1875rem;
  background-color: #dfb162;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: #242424;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.fa {
  line-height: inherit;
}

.scroll-to-top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #1b1a1c;
  display: none;
  border-radius: 0.3125rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #dfb162;
}

.main-header {
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  display: block;
  z-index: 99999;
}

.main-header .header-upper {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 5;
  background-color: rgba(15, 15, 15, 0.85);
}

.main-header .header-upper .logo-outer {
  position: relative;
  float: left;
  z-index: 25;
  padding: 0.3125rem 0rem;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

img[src$="alpmilano-logo.png"],
.alp-logo-image {
  display: block;
  width: clamp(2.75rem, 4vw, 3.5rem);
  max-width: 100%;
  height: auto;
  aspect-ratio: 892 / 1007;
  object-fit: contain;
}

.mobile-menu .nav-logo .alp-logo-image {
  width: clamp(3rem, 16vw, 4rem);
}

.main-footer .logo-widget .logo .alp-logo-image {
  width: clamp(4.5rem, 9vw, 8.75rem);
}

.main-header .header-upper .nav-outer {
  position: relative;
  float: right;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0rem;
}

.main-menu .navigation {
  position: relative;
  margin: 0rem;
  font-family: "Inter", sans-serif;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 1.375rem 0rem;
  margin-right: 1.75rem;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0rem;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 2.1875rem;
  font-weight: 400;
  opacity: 1;
  color: #ffffff;
  padding: 0rem;
  text-transform: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Inter", sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #dfb162;
}

.main-header .outer-box {
  position: relative;
  float: right;
}

.main-header .outer-box .search-box-btn {
  position: relative;
  float: right;
  color: #ffffff;
  padding: 1.8125rem 0rem;
  margin-left: 1.5625rem;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.main-header .outer-box .search-box-btn .icon {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #888989;
}

.fixed-header .header-upper .logo-outer {
  padding: 0rem 0rem;
}

.fixed-header .main-menu .navigation > li {
  padding: 1.0625rem 0rem;
}

.fixed-header .outer-box .search-box-btn {
  padding: 1.5rem 0rem;
}

.header-style-two {
  position: relative;
  margin-bottom: 5rem;
}

.header-style-two .header-upper {
  position: fixed;
  width: 100%;
  background: #1a1a1a;
}

.header-style-two .outer-container {
  padding: 0rem 5.625rem 0rem;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  cursor: pointer;
  color: #dfb162;
  padding: 1.25rem 0rem 0rem;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 18.75rem;
  padding-right: 1.875rem;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 0.3125rem;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 1.875rem 1.5625rem;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #dfb162;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0rem 0rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0rem;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  line-height: 1.875rem;
  width: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  color: #dfb162;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  font-family: "Inter", sans-serif;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5rem;
  padding: 0.625rem 1.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 0.3125rem solid #dfb162;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #dfb162;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 1.875rem 1.5625rem;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0rem 0.625rem 0.625rem;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 2rem;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #dfb162;
}

.sec-title {
  position: relative;
  margin-bottom: 3.125rem;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2rem;
  color: #242424;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  color: #797979;
  font-size: 20px;
  line-height: 1.9rem;
  margin-top: 0.75rem;
}

.dark-layout .sec-title .text {
  color: #cccccc;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  background: rgba(0, 0, 0, 0.8);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .close-search {
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-popup .close-search:hover {
  opacity: 0.7;
}

.search-popup .search-form {
  position: relative;
  padding: 0rem 0.9375rem 0rem;
  max-width: 64rem;
  margin: 0 auto;
  margin-top: 12.5rem;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.home-hero,
.plan-cards-section,
.plan-contact,
.intro-section {
  scroll-margin-top: 6rem;
}

.home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(42rem, 88vh, 64rem);
  padding: 9.5rem 0rem 7.5rem;
  background-image:
    linear-gradient(
      115deg,
      rgba(11, 11, 11, 0.84) 0%,
      rgba(11, 11, 11, 0.66) 20%,
      rgba(11, 11, 11, 0.48) 40%
    ),
    url("../images/gallery/optimized/hero.jpg");
  background-position: center 24%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0) 38%,
    rgba(0, 0, 0, 0.35) 100%
  );
}

.home-hero .auto-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1450px;
  display: flex;
  justify-content: center;
}

.home-hero__content {
  max-width: 52rem;
  text-align: center;
}

.home-hero__content h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.12rem;
}

.home-hero__eyebrow {
  margin-top: 1rem;
  color: #f0f0f0;
  font-size: 20px;
  line-height: 1.9rem;
  letter-spacing: 0.02rem;
}

.home-hero__lead {
  max-width: 44rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 1.3125rem;
  line-height: 2.15rem;
}

.home-hero__support {
  margin-top: 1.25rem;
  color: #dfb162;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0;
  text-transform: none;
}

.home-hero__actions {
  margin-top: 2.25rem;
}

.positioning-strip {
  position: relative;
  background-color: #171717;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.08);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}

.positioning-strip .auto-container,
.offerings-section .auto-container {
  max-width: 1450px;
}

.positioning-strip__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.positioning-strip__item {
  padding: 1.375rem 1.25rem;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.16rem;
  text-align: center;
  text-transform: uppercase;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.08);
}

.positioning-strip__item:first-child {
  border-left: none;
}

.story-section,
.plan-cards-section {
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 1201px) {
  .plan-cards-section .auto-container {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }
}

.section-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: #dfb162;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.intro-section {
  padding: 5.5rem 0rem;
}

.intro-section__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(5rem, 8vw, 7.5rem);
}

.intro-section p {
  margin: 0 auto;
  /* max-width: 42ch; */
  color: #e8dcc6;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.story-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 26rem;
  margin-bottom: 3.5rem;
  padding: 3rem 3.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-image:
    linear-gradient(
      115deg,
      rgba(10, 10, 10, 0.88) 0%,
      rgba(10, 10, 10, 0.74) 46%,
      rgba(10, 10, 10, 0.58) 100%
    ),
    url("../images/main-slider/milan-galleria.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:
    inset 0 0 0 0.0625rem rgba(0, 0, 0, 0.42),
    0 1rem 1.75rem rgba(0, 0, 0, 0.28);
}

.story-intro:before {
  position: absolute;
  content: "";
  inset: -0.125rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.22) 0%,
    rgba(0, 0, 0, 0.18) 35%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.story-intro > * {
  position: relative;
  z-index: 1;
}

.story-intro p {
  max-width: 42rem;
  color: #f2f2f2;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
}

.story-intro p + p {
  margin-top: 1rem;
}

.split-card-set {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.story-section .auto-container,
.plan-cards-section .auto-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.plan-cards-section .split-card-set {
  gap: 0;
}

.split-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: clamp(32rem, 50vw, 44rem);
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 0;
}

.split-card:hover {
  transform: none;
  box-shadow: none;
}

.split-card--reverse {
  flex-direction: row-reverse;
}

.split-card__media,
.split-card__content {
  flex: 1 1 50%;
}

.split-card__media {
  position: relative;
  min-height: 100%;
  background-color: transparent;
}

.split-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.split-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin: 0;
  padding: clamp(5rem, 7vw, 7.5rem) clamp(5rem, 8vw, 7.5rem);
  text-align: left;
}

.split-card__content h3 {
  color: #ffffff;
  font-size: clamp(3rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1.5rem;
}

.split-card__content .plan-title {
  font-size: clamp(3rem, 4.5vw, 4rem);
  line-height: 1.12;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.split-card__content .plan-title.plan-title--center {
  text-align: left;
}

.split-card__content .plan-title.plan-title--what {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 4.5vw, 4rem);
  line-height: 1.12;
  text-align: left;
}

.split-card__content p {
  color: #c9c9c9;
  max-width: 36ch;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.56;
  margin: 0;
}

.split-card__content p + p {
  margin-top: 1.25rem;
}

.split-card__content .what-we-are-copy {
  margin: 0.5rem 0 0;
  color: #c9c9c9;
  max-width: 36ch;
  font-family: inherit;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.56;
  text-align: left;
}

.split-card__content .what-we-are-copy + .what-we-are-copy {
  margin-top: 0.75rem;
}

.offerings-section {
  position: relative;
  padding: 1.25rem 0rem 5.5rem;
}

.offerings-section .sec-title {
  margin-bottom: 3rem;
}

.offerings-section .sec-title .text {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.offerings-section .split-card__content {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.main-footer {
  position: relative;
  background-color: #242424;
}

.plan-contact {
  position: relative;
  background-color: #151515;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
}

.plan-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 9, 9, 0.58) 0%,
    rgba(9, 9, 9, 0.64) 55%,
    rgba(9, 9, 9, 0.72) 100%
  );
  z-index: 0;
}

.plan-contact .auto-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0 clamp(5rem, 8vw, 7.5rem);
}

.plan-contact__inner {
  max-width: 56rem;
  margin: 0;
  padding: 6rem 0rem;
  text-align: left;
}

.plan-contact__inner h2 {
  color: #ffffff;
  font-size: clamp(3rem, 4.5vw, 4rem);
  line-height: 1.12;
  letter-spacing: 0.03rem;
}

.plan-contact__name,
.plan-contact__role {
  color: #d7d7d7;
  margin: 0;
}

.plan-contact__name {
  margin-top: 1.5rem;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.56;
}

.plan-contact__role {
  max-width: 34ch;
  margin-top: 1rem;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.56;
}

.plan-contact__item {
  margin-top: 1rem;
}

.plan-contact__phone,
.plan-contact__mail {
  display: block;
  width: auto;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.56;
}

.plan-contact__phone {
  margin-top: 1.5rem;
  font-weight: 600;
}

.plan-contact__mail {
  margin-top: 0.5rem;
}

.main-footer .widgets-section {
  position: relative;
  padding: 5rem 0rem 1.875rem;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 1.875rem;
}

.main-footer .footer-widget h2 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}

.main-footer .footer-widget h2:after {
  position: absolute;
  content: "";
  left: 0rem;
  bottom: 0rem;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #dfb162;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 0.75rem;
}

.main-footer .logo-widget .text {
  position: relative;
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 400;
  padding-right: 3.75rem;
  margin-bottom: 2.1875rem;
  line-height: 1.9rem;
}

.main-footer .logo-widget .social-icons {
  position: relative;
}

.main-footer .logo-widget .social-icons li {
  position: relative;
  margin-right: 0.625rem;
  display: inline-block;
}

.main-footer .logo-widget .social-icons li a {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 50%;
  line-height: 2.125rem;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .logo-widget .social-icons li a:hover {
  color: #dfb162;
  border-color: #dfb162;
}

.links-widget {
  position: relative;
}

.links-widget .list {
  position: relative;
}

.links-widget .list li {
  position: relative;
  margin-bottom: 0.75rem;
}

.links-widget .list li a {
  position: relative;
  color: #a8a8a8;
  font-size: 0.9375rem;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.links-widget .list li a:hover {
  color: #ffffff;
}

.contact-widget .contact-number {
  position: relative;
  color: #a8a8a8;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0.625rem 0;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-widget .contact-number:hover {
  color: #ffffff;
}

.contact-widget ul {
  position: relative;
}

.contact-widget ul li {
  position: relative;
  color: #a8a8a8;
  font-size: 0.9375rem;
  line-height: 1.9rem;
  margin-bottom: 0.375rem;
}

.contact-widget ul li a {
  position: relative;
  color: #a8a8a8;
  font-size: 0.9375rem;
  line-height: 1.9rem;
  margin-left: 0.25rem;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-widget ul li a:hover {
  color: #ffffff;
}

.newsletter-widget .text {
  position: relative;
  color: #a8a8a8;
  font-size: 20px;
  line-height: 1.9rem;
  margin-bottom: 0.9375rem;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}

.contact-modal.modal-visible {
  display: block;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.contact-modal-dialog {
  position: relative;
  max-width: 34rem;
  margin: 5vh auto 0;
  background-color: #242424;
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
  padding: 1.5rem;
  max-height: 90vh;
  overflow-y: auto;
}

.contact-modal-dialog h2 {
  color: #ffffff;
  font-size: 1.625rem;
  margin-bottom: 1rem;
}

.contact-modal-close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  font-size: 1.125rem;
  color: #ffffff;
  background: transparent;
}

.contact-modal-form .form-group {
  margin-bottom: 0.75rem;
}

.contact-modal-form .form-group label {
  display: block;
  color: #d0d0d0;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}

.contact-modal-form .form-group input,
.contact-modal-form .form-group textarea {
  width: 100%;
  background-color: #1d1d1d;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.625rem 0.75rem;
  border-radius: 0.1875rem;
}

.contact-modal-form .form-group textarea {
  resize: vertical;
}

.contact-modal-form .form-group input:focus,
.contact-modal-form .form-group textarea:focus {
  border-color: #dfb162;
}

.contact-modal-form .btn-style-one {
  margin-top: 0.375rem;
}

.contact-modal-form .btn-style-one:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-modal-form .form-status {
  margin-top: 0.625rem;
  min-height: 1.5rem;
  font-size: 0.875rem;
  color: #a8a8a8;
}

.contact-modal-form .form-status.success {
  color: #8bcf8b;
}

.contact-modal-form .form-status.error {
  color: #f18a8a;
}

.contact-modal-open {
  overflow: hidden;
}

@media only screen and (max-width: 47.9375rem) {
  .contact-modal-dialog {
    margin: 1rem;
    padding: 1.125rem;
    max-height: calc(100vh - 2rem);
  }
}

.main-footer .footer-bottom {
  position: relative;
  padding: 1.5625rem 0rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .copyright {
  position: relative;
  color: #767676;
  font-size: 0.875rem;
}

.plan-contact .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.plan-contact .footer-bottom .copyright {
  color: #9d9d9d;
}

.plan-contact .footer-bottom .pull-left,
.plan-contact .footer-bottom .pull-right {
  float: none;
}

.featured-section {
  position: relative;
  padding: 4.6875rem 0rem 3.125rem;
  background-attachment: fixed;
  background-size: cover;
}

.featured-section:before {
  position: absolute;
  content: "";
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background-color: rgba(31, 34, 37, 0.9);
}

.featured-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 3.125rem;
}

.featured-section .title-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.feature-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.feature-block .inner-box {
  position: relative;
  text-align: center;
}

.feature-block .inner-box .icon-outer {
  position: relative;
  display: inline-block;
}

.feature-block .inner-box .icon-outer .icon-box {
  position: relative;
  width: 8.5rem;
  height: 8.5rem;
  color: #404040;
  font-size: 3.75rem;
  margin: 0 auto;
  line-height: 8.5rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block .inner-box:hover .icon-outer .icon-box {
  background-color: #e0b262;
  color: #ffffff;
}

.feature-block .inner-box .icon-outer .feature-number {
  position: absolute;
  right: 0rem;
  bottom: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #000000;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 3.125rem;
  font-weight: 600;
  background-color: #e0b262;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block .inner-box:hover .icon-outer .feature-number {
  background-color: #ffffff;
}

.feature-block .inner-box .lower-content {
  position: relative;
  padding-top: 2.125rem;
}

.feature-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: 0.0625rem;
}

.feature-block .inner-box .lower-content h3 a {
  position: relative;
  color: #e4b563;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.feature-block .inner-box .lower-content .text {
  position: relative;
  color: #cdcdcd;
  font-size: 20px;
  line-height: 1.8rem;
  margin-top: 0.875rem;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.feature-block .inner-box:hover .lower-content h3 a {
  color: #ffffff;
}

.services-section-three {
  position: relative;
  padding: 5.9375rem 0rem 3.75rem;
}

.services-section-three .auto-container {
  max-width: 1450px;
}

.services-section-three .row {
  margin: 0rem -0.625rem;
}

.services-section-three .service-block-three {
  padding: 0rem 0.625rem;
}

.services-section-three .row {
  align-items: stretch;
}

.services-section-three .service-block-three {
  display: flex;
}

.services-section-three .service-block-three .inner-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.services-section-three .service-block-three .inner-box .lower-content {
  flex: 1 1 auto;
}

.service-block-three {
  position: relative;
  margin-bottom: 1.875rem;
}

.service-block-three .inner-box {
  position: relative;
}

.service-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
}

.service-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.service-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.service-block-three .inner-box .image a {
  position: relative;
  display: block;
}

.service-block-three .inner-box .lower-content {
  position: relative;
  padding: 2.125rem 1.25rem 3.125rem;
  text-align: center;
  background-color: #222222;
}

.service-block-three .inner-box .lower-content h3 {
  position: relative;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.service-block-three .inner-box .lower-content h3 a {
  position: relative;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three .inner-box .lower-content h3 a:hover {
  color: #dfb162;
}

.service-block-three .inner-box .lower-content .card-copy {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.project-section-two {
  position: relative;
  padding: 2.5rem 0rem 3.75rem;
}

.project-section-two .outer-container {
  padding: 0rem 4.375rem;
}

.project-section-two .outer-container .row {
  margin: 0rem -0.625rem;
}

.project-section-two .cards-row {
  margin: 0rem -0.625rem;
}

.project-section-two .service-card {
  padding: 0rem 0.625rem;
  margin-bottom: 1.25rem;
}

.project-section-two .card-inner {
  background-color: #23282d;
  border: 0.0625rem solid rgba(255, 255, 255, 0.08);
  border-radius: 0.375rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}

.project-section-two .card-inner:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 1rem 1.75rem rgba(0, 0, 0, 0.35);
}

.project-section-two .card-media {
  position: relative;
  width: 100%;
  height: 15.625rem; /* Fixed height for consistency */
  overflow: hidden;
}

.project-section-two .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-section-two .card-body {
  padding: 1.125rem 1.125rem 1.25rem;
}

.project-section-two .card-body h3 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.interior-section {
  position: relative;
  padding: 1.25rem 0rem 0rem;
}

.interior-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #282d31;
}

.interior-section .image-column {
  position: relative;
}

.interior-section .image-column .inner-column {
  position: relative;
}

.interior-section .image-column .inner-column .image {
  position: relative;
}

.interior-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.interior-section .content-column {
  position: relative;
}

.interior-section .content-column .inner-column {
  position: relative;
  padding: 4.6875rem 3.75rem 2.5rem;
}

.interior-section .content-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.interior-section .content-column .text {
  position: relative;
  color: #cccccc;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7rem;
  margin-top: 1rem;
  margin-bottom: 3.125rem;
}

.dark-layout .interior-section .content-column .text {
  color: #cccccc;
}

.interior-block {
  position: relative;
  margin-bottom: 1.875rem;
}

.interior-block .block-inner {
  position: relative;
  text-align: center;
}

.interior-block .block-inner .icon-box {
  position: relative;
  color: #797979;
  font-size: 3.75rem;
  line-height: 1rem;
}

.interior-block .block-inner h3 {
  position: relative;
  color: #e3e3e3;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 1.5rem;
  font-family: "Playfair Display", serif;
}

.outer-container {
  display: block;
}

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

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.95);
  transform: translate3d(0, 100%, 0);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.search-popup.popup-visible {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.search-popup .close-search {
  position: absolute;
  right: 3.125rem;
  top: 3.125rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.875rem;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  max-width: 50rem;
  padding: 0 0.9375rem;
}

.search-popup .form-group {
  position: relative;
  margin: 0;
}

.search-popup .form-group input[type="search"] {
  position: relative;
  height: 4.375rem;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.875rem;
  padding: 0.625rem 3.75rem 0.625rem 0;
  background: transparent;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.search-popup .form-group input[type="search"]:focus {
  outline: none;
  border-color: #ffffff;
}

.search-popup .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 4.375rem;
  width: 3.75rem;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 4.375rem;
}

.search-highlight {
  background-color: yellow;
  color: black;
  font-weight: bold;
}
