/*------------------------------------------------------------------
Project:	Propper HTML Template
Version:	2.0-TRANSPARENT-MENU-UPDATED-20251125
Last change:	25.11.2024 19:30
Assigned to:	ThemeStarz

[Table of contents]

1. Header
2. Elements Styling
3. Universal classes
4. Classes
5. Forms
6. Responsive

[Color codes]

Default: #000;
Color White: #fff

[Typography]

Body copy:		'Montserrat', sans-serif; 13px;
Headers:		'Montserrat', sans-serif;

-------------------------------------------------------------------*/

/* Hide Privacy/Terms floating widget */
[aria-label*="privacy" i],
[aria-label*="terms" i],
div[class*="privacy" i],
div[class*="gdpr" i],
div[class*="consent" i],
.privacy-widget,
.terms-widget,
.gdpr-widget,
.consent-widget,
iframe[src*="privacy" i],
iframe[src*="terms" i],
iframe[src*="consent" i],
[data-privacy],
[data-terms],
[data-gdpr],
[data-consent] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}

/* 1. Header */
.navigation {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.navigation.show-background {
  background-color: rgba(0, 0, 0, 0.8);
}

.navigation.show-background:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.navigation.nav-btn-only .nav-btn {
  display: block;
}

.navigation.nav-btn-only .left {
  display: block;
}

.navigation.nav-btn-only .right {
  display: block;
  position: initial;
}

.navigation.nav-btn-only .right .navigation-links {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  top: 100px;
  text-align: center;
  right: 0px;
  position: absolute;
  width: 100%;
}

.navigation.nav-btn-only .right .navigation-links li {
  display: block;
  font-size: 48px;
}

.navigation.nav-btn-only .right .navigation-links li a {
  padding: 25px 0px;
  color: #ffffff;
}

.navigation.nav-btn-only .right .navigation-links li a:after {
  display: none;
}

.navigation.nav-btn-only .right .navigation-links li a.hover-effect {
  padding: 10px 0;
}

.navigation.nav-btn-only .right .navigation-links li a.hover-effect span .hover-element {
  padding: 15px 0;
}

.navigation.nav-btn-only .wrapper {
  padding: 20px 0;
  position: relative;
}

.navigation .brand {
  z-index: 101;
  position: relative;
  display: inline-block;
}

.navigation .wrapper {
  display: table;
  width: 100%;
}

.navigation .left {
  display: table-cell;
  vertical-align: middle;
}

.navigation .right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  position: relative;
}

.navigation .right .navigation-links {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
}

.navigation .right .navigation-links li {
  display: inline-block;
}

.navigation .right .navigation-links li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.navigation .right .navigation-links li.active a:after {
  width: 100%;
}

.navigation .right .navigation-links li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #ffffff;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  padding: 5px 8px;
}

.navigation .right .navigation-links li a:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
}

.navigation .right .navigation-links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #ffffff;
}

.navigation .right .navigation-links li a:hover:after {
  width: 100%;
}

.navigation .nav-btn {
  display: none;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 25px;
}

.navigation .nav-btn:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(0.2) translate3d(0, 0, 0);
  -ms-transform: scale(0.2) translate3d(0, 0, 0);
  -webkit-transform: scale(0.2) translate3d(0, 0, 0);
  transform: scale(0.2) translate3d(0, 0, 0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  background-color: #000;
  width: 200px;
  height: 200px;
  position: absolute;
  left: -87px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: -1;
}

.navigation .nav-btn:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  content: "\M";
  position: absolute;
  font-size: 27px;
  color: #fff;
  top: -3px;
  left: -1px;
}

.navigation .nav-btn figure {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 15px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
}

@-moz-document url-prefix() {
  .navigation .nav-btn:before {
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.navigation .nav>li>a {
  background-color: transparent;
  display: inline-block;
}

.navigation .nav>li>a:hover,
.navigation .nav>li>a:active,
.navigation .nav>li>a:focus {
  background-color: transparent;
}

.navigation .nav {
  margin: 15px 0;
}

.page-wrapper.loading-done .hero-slide .bg-transfer {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero-section {
  overflow: hidden;
  position: relative;
}

.hero-section:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .hero-section input[type="text"],
  .hero-section input[type="email"],
  .hero-section input[type="date"],
  .hero-section input[type="time"],
  .hero-section input[type="search"],
  .hero-section input[type="password"],
  .hero-section input[type="number"],
  .hero-section input[type="tel"],
  .hero-section textarea.form-control {
    padding-bottom: 12px;
  }
}

.hero-section.blog-title {
  height: 400px !important;
}

.hero-section.blog-title:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-section.blog-title .wrapper {
  padding-top: 20px;
}

.hero-section form.form-has-background-padding {
  padding: 30px 30px 10px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-section form.form-has-background-padding .btn {
  width: 100%;
  margin-bottom: 20px;
}

.hero-section form.form-has-background-padding .form-group,
.hero-section form.form-has-background-padding .input-group {
  margin-bottom: 20px;
}

.hero-section form .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 12px;
  outline: none !important;
  font-size: 16px;
  text-transform: none;
  width: 100%;
}

.hero-section form .btn i {
  font-size: 18px;
  vertical-align: middle;
}

.hero-section .wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-section .wrapper .hero-title {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.hero-section .wrapper .hero-title>.container {
  pointer-events: auto;
}

/* Mobile: Hero Title Container */
@media (max-width: 768px) {
  .hero-section .wrapper .hero-title {
    display: block !important;
    vertical-align: auto;
    padding: 0 20px 20px 20px;
  }

  .hero-section .wrapper .hero-title .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section .wrapper .hero-title .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .hero-section .wrapper .hero-title {
    padding: 0 16px 16px 16px;
  }
}

.hero-section .owl-carousel,
.hero-section .owl-stage-outer,
.hero-section .owl-stage,
.hero-section .owl-item {
  height: 100%;
}

.hero-section .owl-item,
.hero-section .hero-slide {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-section .hero-slide {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*@include transform( scale(1.2) ); @include transit;*/
}

.hero-section .hero-slide .bg-transfer {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.hero-section p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
}

.hero-section .video-tour {
  font-size: 16px;
}

.hero-section .video-tour i {
  margin-right: 15px;
}

.hero-section .space {
  height: 40px;
}

.page-wrapper:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 97;
}

.page-wrapper.show-navigation .nav-btn:before {
  visibility: visible;
  -moz-transform: scale(30);
  -ms-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
}

.page-wrapper.show-navigation .nav-btn:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.page-wrapper.show-navigation .nav-btn figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(5px) scaleX(1.3);
  -ms-transform: translateX(5px) scaleX(1.3);
  -webkit-transform: translateX(5px) scaleX(1.3);
  transform: translateX(5px) scaleX(1.3);
}

.page-wrapper.show-navigation .nav-btn figure:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.page-wrapper.show-navigation .nav-btn figure:nth-child(3) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@-moz-document url-prefix() {
  .page-wrapper.show-navigation .nav-btn:before {
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -webkit-transform: scale(400);
    transform: scale(400);
  }
}

.page-wrapper.show-navigation .navigation .right .navigation-links {
  visibility: visible;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.page-wrapper.show-navigation .hero-title,
.page-wrapper.show-navigation #page-content>div,
.page-wrapper.show-navigation #page-footer>div {
  pointer-events: none;
}

/* 2. Elements Styling */
body {
  color: #1f1f1f;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

/* Ensure about section paragraphs use 18px to match large-text */
#about p {
  font-size: 18px;
  line-height: 1.6;
}

body.has-loading-screen .pace {
  visibility: visible;
}

body.has-loading-screen .page-wrapper {
  position: relative;
  overflow: hidden;
}

body.has-loading-screen .page-wrapper:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}

body.has-loading-screen .page-wrapper.hide-loading-screen:after {
  display: none;
}

body.has-loading-screen.pace-done .page-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

body .pace {
  visibility: hidden;
}

body .page-wrapper {
  position: relative;
  overflow: hidden;
}

a {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #000;
}

a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
  color: #000;
}

a.link {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

a.arrow {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

a.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: -15px;
}

a.icon i {
  margin-left: 4px;
  margin-right: 4px;
}

img {
  max-width: 100%;
}

blockquote {
  padding: 0;
  font-size: 22px;
  border-left: none;
  margin: 10px 0;
  padding-left: 60px;
}

blockquote p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  line-height: 30px;
  position: relative;
}

blockquote p:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\{";
  font-size: 80px;
  position: absolute;
  left: -80px;
  bottom: -40px;
}

blockquote footer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
}

blockquote footer figure {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin-left: 13px;
}

dl {
  margin-bottom: 0;
}

dl dt {
  font-weight: 700;
  float: left;
  padding: 2px 0;
}

dl dd {
  text-align: right;
  padding: 2px 0;
}

h1 {
  font-size: 72px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 60px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

h4 {
  font-size: 16px;
}

h1.framed,
h2.framed,
h3.framed,
h4.framed,
h5.framed,
h6.framed,
a.framed {
  display: inline-block;
}

hr {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
  margin-bottom: 25px;
}

html,
body {
  height: 100%;
}

p,
address {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  line-height: 20px;
}

ul {
  padding-left: 12px;
  margin: 25px 0;
  line-height: 30px;
}

ul.check-marks {
  list-style: none;
  padding-left: 0;
  margin-left: 30px;
}

ul.check-marks li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e052";
  left: -15px;
  position: relative;
  margin-left: -15px;
}

/* 3. Universal classes */
.block {
  padding: 35px 0;
  overflow: hidden;
  position: relative;
}

.background-is-dark {
  color: #fff;
}

.background-is-dark a {
  color: #fff;
}

.background-is-dark a:hover,
.background-is-dark a:active,
.background-is-dark a:focus {
  color: #fff;
}

.background-is-dark a.btn-default {
  color: #000;
}

.background-is-dark hr {
  border-top-color: #fff;
}

.background-is-dark .owl-dots .owl-dot span {
  background-color: #fff;
}

.background-is-dark .panel-group {
  margin-top: 25px;
}

.background-is-dark .panel-group .panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .panel-group .panel .panel-heading:after {
  color: #fff;
}

.background-is-dark .stage {
  position: relative;
}

.background-is-dark .stage .icon {
  background-color: #fff;
  color: #000;
}

.background-is-dark .framed {
  border-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box.framed .price-box-footer {
  background-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box.promoted {
  background-color: rgba(255, 255, 255, 0.1);
}

.background-is-dark .pricing-boxes .price-box.promoted.framed {
  border: 15px solid rgba(255, 255, 255, 0.4);
}

.background-is-dark .pricing-boxes .price-box.promoted.framed .price-box-footer {
  background-color: rgba(255, 255, 255, 0.4);
}

.background-is-dark .pricing-table thead {
  border-bottom: 2px solid #fff;
}

.background-is-dark .pricing-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .input-group input[type="text"],
.background-is-dark .input-group input[type="email"],
.background-is-dark .input-group input[type="date"],
.background-is-dark .input-group input[type="time"],
.background-is-dark .input-group input[type="search"],
.background-is-dark .input-group input[type="password"],
.background-is-dark .input-group input[type="number"],
.background-is-dark .input-group input[type="tel"],
.background-is-dark .input-group textarea.form-control,
.background-is-dark .form-group input[type="text"],
.background-is-dark .form-group input[type="email"],
.background-is-dark .form-group input[type="date"],
.background-is-dark .form-group input[type="time"],
.background-is-dark .form-group input[type="search"],
.background-is-dark .form-group input[type="password"],
.background-is-dark .form-group input[type="number"],
.background-is-dark .form-group input[type="tel"],
.background-is-dark .form-group textarea.form-control {
  background-color: #fff;
}

.background-is-dark .input-group .btn,
.background-is-dark .form-group .btn {
  background-color: #fff;
  color: #000;
}

.background-is-dark form.inputs-underline input[type="text"],
.background-is-dark form.inputs-underline input[type="email"],
.background-is-dark form.inputs-underline input[type="date"],
.background-is-dark form.inputs-underline input[type="time"],
.background-is-dark form.inputs-underline input[type="search"],
.background-is-dark form.inputs-underline input[type="password"],
.background-is-dark form.inputs-underline input[type="number"],
.background-is-dark form.inputs-underline input[type="tel"],
.background-is-dark form.inputs-underline textarea.form-control {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.background-is-dark form.inputs-underline input[type="text"]:active,
.background-is-dark form.inputs-underline input[type="text"]:focus,
.background-is-dark form.inputs-underline input[type="email"]:active,
.background-is-dark form.inputs-underline input[type="email"]:focus,
.background-is-dark form.inputs-underline input[type="date"]:active,
.background-is-dark form.inputs-underline input[type="date"]:focus,
.background-is-dark form.inputs-underline input[type="time"]:active,
.background-is-dark form.inputs-underline input[type="time"]:focus,
.background-is-dark form.inputs-underline input[type="search"]:active,
.background-is-dark form.inputs-underline input[type="search"]:focus,
.background-is-dark form.inputs-underline input[type="password"]:active,
.background-is-dark form.inputs-underline input[type="password"]:focus,
.background-is-dark form.inputs-underline input[type="number"]:active,
.background-is-dark form.inputs-underline input[type="number"]:focus,
.background-is-dark form.inputs-underline input[type="tel"]:active,
.background-is-dark form.inputs-underline input[type="tel"]:focus,
.background-is-dark form.inputs-underline textarea.form-control:active,
.background-is-dark form.inputs-underline textarea.form-control:focus {
  border-bottom: 2px solid white;
}

.background-is-dark form.inputs-underline input[type="text"]:hover,
.background-is-dark form.inputs-underline input[type="email"]:hover,
.background-is-dark form.inputs-underline input[type="date"]:hover,
.background-is-dark form.inputs-underline input[type="time"]:hover,
.background-is-dark form.inputs-underline input[type="search"]:hover,
.background-is-dark form.inputs-underline input[type="password"]:hover,
.background-is-dark form.inputs-underline input[type="number"]:hover,
.background-is-dark form.inputs-underline input[type="tel"]:hover,
.background-is-dark form.inputs-underline textarea.form-control:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}

.background-is-dark form.inputs-underline .input-group .btn {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.background-is-dark .time-line .time-line-item:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .time-line .time-line-item .date:before {
  border: 5px solid #333333;
  background-color: #000;
}

.background-is-dark .read-more {
  position: relative;
}

.background-is-dark .read-more:after {
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.background-wrapper img {
  width: 100%;
  height: auto;
}

.background-wrapper .map {
  height: 100%;
}

.background-wrapper .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.background-wrapper .background-color.background-color-white {
  background-color: #fff;
}

.background-wrapper .background-color.background-color-black {
  background-color: #000;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}

.bg-transfer img {
  display: none !important;
}

.bg-transfer.bg-fixed {
  background-attachment: fixed;
  background-size: 100%;
  background-position: top center;
}

.box {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  padding: 20px;
  position: relative;
}

.center {
  text-align: center;
}

.container .block {
  padding: 40px;
}

.framed {
  border: 15px solid rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.has-overlay {
  position: relative;
}

.has-overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: black;
  display: block;
  height: 2px;
  width: 25px;
  margin: 10px 0;
}

.font-color-white {
  color: #fff;
}

.font-color-black {
  color: #000;
}

.font-color-dark {
  color: #1f1f1f;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  margin: 5px 0;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.shadow {
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.stick-to-footer {
  margin-bottom: -60px;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-19 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=19);
  opacity: 0.19;
}

.opacity-18 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
}

.opacity-17 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  opacity: 0.17;
}

.opacity-16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=16);
  opacity: 0.16;
}

.opacity-15 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.opacity-14 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=14);
  opacity: 0.14;
}

.opacity-13 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
  opacity: 0.13;
}

.opacity-12 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  opacity: 0.12;
}

.opacity-11 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=11);
  opacity: 0.11;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.text-color-white {
  color: #fff !important;
}

.text-color-white a {
  color: #fff;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}

.height-200px {
  height: 200px !important;
}

.height-250px {
  height: 250px !important;
}

.height-300px {
  height: 300px !important;
}

.height-350px {
  height: 350px !important;
}

.height-400px {
  height: 400px !important;
}

.height-450px {
  height: 450px !important;
}

.height-500px {
  height: 500px !important;
}

.height-550px {
  height: 550px !important;
}

.height-600px {
  height: 600px !important;
}

.height-650px {
  height: 650px !important;
}

.height-700px {
  height: 700px !important;
}

.height-750px {
  height: 750px !important;
}

.height-800px {
  height: 800px !important;
}

.height-850px {
  height: 850px !important;
}

.height-900px {
  height: 900px !important;
}

.height-950px {
  height: 950px !important;
}

.height-1000px {
  height: 1000px !important;
}

.space {
  height: 60px;
}

.vertical-aligned-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-aligned-wrapper .vertical-aligned-element {
  display: table-cell;
}

.vertical-aligned-wrapper .vertical-aligned-element.top {
  vertical-align: top;
}

.vertical-aligned-wrapper .vertical-aligned-element.middle {
  vertical-align: middle;
}

.vertical-aligned-wrapper .vertical-aligned-element.bottom {
  vertical-align: bottom;
}

/* 4. Classes */
.animate {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.animate.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.big-gallery .slide .description {
  text-align: left;
}

.big-gallery .slide .description h3 {
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-right: 80px;
  margin-left: 20px;
}

.big-gallery .slide img {
  width: 100%;
}

.blog-post {
  border-bottom: 1px solid #f6f6f4;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.blog-post iframe {
  margin-bottom: 20px;
}

.blog-post img {
  max-width: 100%;
}

.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}

.blog-post p {
  margin-bottom: 20px;
}

.blog-post ul {
  padding-left: 25px;
}

.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.blog-post .meta .link-icon:first-child .fa {
  margin-left: 0;
}

.blog-post .meta .tags {
  display: inline-block;
  float: right;
}

.blog-post .meta .tags .tag {
  margin-left: 5px;
}

#sidebar aside {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item img {
  height: 100%;
}

.blog-item .image {
  position: relative;
  height: 140px;
  display: block;
  overflow: hidden;
}

.blog-item .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.blog-item .image h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  margin: 0;
  z-index: 1;
}

.blog-item .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin: 15px 0;
  font-size: 12px;
  font-weight: bold;
}

.blog-item .date i {
  margin-right: 10px;
}

.blog-item p {
  margin-bottom: 20px;
}

.comments {
  list-style: none;
  padding-left: 0;
}

.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}

.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}

.comments .comment figure .image {
  background-color: #1f1f1f;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}

.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}

.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}

.comments .comment figure .image img {
  height: 100%;
}

.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}

.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}

.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}

.comments .comment .reply {
  color: #1f1f1f;
}

.comments .comment .reply .fa {
  color: #1f1f1f;
  margin-right: 10px;
}

.contact h3 {
  margin-bottom: 20px;
}

.contact .person .image {
  width: 150px;
  height: 150px;
}

.contact .social a {
  display: block;
  padding: 3px 0;
}

.contact .social a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact .map {
  height: 170px;
  width: 100%;
  margin-bottom: 20px;
}

.count-down {
  text-align: center;
  margin-bottom: 50px;
}

.count-down .countdown-row {
  width: 100%;
}

.count-down .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}

.count-down .countdown-row.countdown-show3 .countdown-section {
  width: 33%;
}

.count-down .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}

.count-down .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}

.count-down .countdown-row .countdown-section {
  display: inline-block;
  position: relative;
}

.count-down .countdown-row .countdown-section:first-child:after {
  display: none;
}

.count-down .countdown-row .countdown-section:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  background-color: #fff;
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.count-down .countdown-row .countdown-amount {
  font-size: 140px;
  font-weight: bold;
  display: block;
  margin-bottom: -30px;
  position: relative;
}

.count-down .countdown-row .countdown-period {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}

.detail {
  margin-bottom: 80px;
}

.detail:last-child {
  margin-bottom: 30px;
}

.detail.left-align .gallery {
  padding-left: 70px;
}

.detail.left-align .title {
  text-align: left;
}

.detail.left-align .title .framed {
  padding-right: 100px;
}

.detail.right-align .gallery {
  padding-right: 70px;
}

.detail.right-align .title {
  text-align: right;
}

.detail.right-align .title .framed {
  padding-left: 100px;
}

.detail .description h4 {
  margin-top: 0;
}

.detail .description p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

.detail .title {
  z-index: 2;
  position: relative;
}

.detail .title h3 {
  margin-top: 0px;
  margin-bottom: -80px;
}

.detail .title .framed {
  padding-bottom: 100px;
}

.feature {
  position: relative;
  margin-bottom: 30px;
}

.feature h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.feature p {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
}

.feature.has-icon i {
  position: absolute;
  top: 0;
  left: 0;
}

.feature.has-icon .description {
  padding-left: 50px;
  padding-top: 20px;
}

.feature.has-image img {
  max-width: 100%;
}

.floor-selector {
  margin-bottom: 30px;
}

.floor-selector h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.floor-selector .right {
  float: right;
}

.floor-selector .left {
  float: left;
}

.floor-selector .description {
  margin-bottom: 7px;
  display: table;
  width: 100%;
}

.floor-selector .floor {
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  width: 100%;
  padding: 5px 10px;
  color: #000;
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.floor-selector .floor:hover {
  color: #000;
  background-color: white;
}

.floor-selector .floor.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  pointer-events: none;
}

.floor-selector .floor .left {
  font-weight: bold;
}

.floor-selector .floor .right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.floor-selector .floor.hover-effect span {
  display: block;
}

.floor-selector .floor.hover-effect span .hover-element:nth-child(2) {
  width: 100%;
}

.floor-selector .building {
  display: table-cell;
  vertical-align: bottom;
}

.floor-selector .floor-selector-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  border-top: 2px dotted #000;
}

.gallery .gallery-item {
  height: 220px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery .gallery-item:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -webkit-transform: scale(5);
  transform: scale(5);
}

.gallery .gallery-item:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -webkit-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}

.gallery .gallery-item:before {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: scale(1.5) rotate(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  -webkit-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: "\P";
  position: absolute;
  font-size: 48px;
  color: #fff;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.gallery .gallery-item:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}

.gallery .gallery-item img {
  max-width: 100%;
}

.hover-effect:hover span .hover-element {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.hover-effect:hover span .hover-element:nth-child(2) {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.hover-effect span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}

.hover-effect span .hover-element {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  position: relative;
  overflow: hidden;
  /*padding: 2px 0; */
}

.hover-effect span .hover-element:nth-child(2) {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hover-effect span {
    top: 0;
  }
}

.hover-effect.underline span .hover-element {
  text-decoration: underline;
}

.owl-dots {
  margin-top: 5px;
}

.owl-dots .owl-dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.owl-dots .owl-dot span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #000;
  width: 5px;
  height: 5px;
  margin: 3px 5px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 24px;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.owl-nav .owl-next:before {
  content: "\$";
}

.owl-nav .owl-prev:before {
  content: "\#";
}

[data-owl-dots="0"] .owl-dots {
  display: none !important;
}

[data-owl-nav="0"] .owl-nav {
  display: none !important;
}

[data-owl-dots="1"] .owl-dots {
  display: block !important;
}

[data-owl-nav="1"] .owl-nav,
[data-owl-nav="1"] #big-gallery-nav {
  display: block !important;
}

[data-owl-nav="1"] .owl-nav .owl-next,
[data-owl-nav="1"] .owl-nav .owl-prev,
[data-owl-nav="1"] #big-gallery-nav .owl-next,
[data-owl-nav="1"] #big-gallery-nav .owl-prev {
  display: inline-block !important;
}

/* Hero section carousel - hide nav arrows, center dots at bottom */
.hero-section [data-owl-nav="1"] .owl-nav {
  display: none !important;
}

.hero-section [data-owl-dots="1"] .owl-dots {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  width: auto !important;
  margin-top: 0 !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  pointer-events: auto !important;
}

.hero-section [data-owl-dots="1"] .owl-dots .owl-dot {
  display: inline-block !important;
  margin: 0 6px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  padding: 5px !important;
}

.hero-section [data-owl-dots="1"] .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50% !important;
  display: inline-block !important;
  transition: background-color 0.3s ease, transform 0.3s ease !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.hero-section [data-owl-dots="1"] .owl-dots .owl-dot span:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.hero-section [data-owl-dots="1"] .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 1) !important;
  transform: scale(1.2) !important;
}

.owl-nav-wrapper {
  position: relative;
}

.owl-nav-wrapper #big-gallery-nav {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: 1;
}

.owl-nav-wrapper #big-gallery-nav .owl-next,
.owl-nav-wrapper #big-gallery-nav .owl-prev {
  display: inline-block !important;
  cursor: pointer;
  padding: 3px;
  height: 30px;
  width: 30px;
}

.logos .owl-carousel .owl-item img {
  max-width: 100%;
  width: inherit;
}

.logos .logo {
  padding-left: 20px;
}

.logos .logo a {
  display: inline-block;
}

.logos .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin: auto;
  height: 25px;
  top: 0px;
  z-index: -1;
}

.logos .owl-prev {
  position: absolute;
  left: 0;
}

.logos .owl-next {
  position: absolute;
  right: 0;
}

.logos .owl-stage-outer {
  margin: 0 30px;
}

.logos .owl-stage {
  height: 100%;
}

.logos .owl-stage .owl-item {
  height: 100%;
  display: table;
}

.logos .owl-stage .owl-item .logo {
  display: table-cell;
  vertical-align: middle;
}

.marketing-banner h2 {
  margin: 15px 0;
}

.mfp-bg {
  z-index: 1051;
}

.mfp-wrap {
  z-index: 1052;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.apartment-selector .modal-dialog {
  width: 780px;
}

.modal.apartment-selector .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.modal.apartment-selector .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.modal.apartment-selector .modal-content .modal-header {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}

.modal.apartment-selector .modal-content .modal-header h1 {
  font-size: 30px;
  margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 18px;
  margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 16px;
  margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
  font-size: 10px;
  text-transform: uppercase;
}

.modal.apartment-selector .modal-content .modal-header .title {
  padding: 30px;
}

.modal.apartment-selector .modal-body {
  padding: 0;
  padding-bottom: 30px;
}

.modal.apartment-selector .modal-body h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.modal.apartment-selector .modal-body h3:first-child {
  margin-top: 8px;
}

.modal.apartment-selector .modal-body img {
  max-width: 100%;
}

.modal.apartment-selector .modal-body .left,
.modal.apartment-selector .modal-body .right {
  display: inline-block;
  height: 100%;
  width: 60%;
  vertical-align: top;
  padding: 10px 15px 0px 30px;
}

.modal.apartment-selector .modal-body .right {
  width: 38%;
}

.modal.apartment-selector .modal-body dl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.modal.apartment-selector .modal-body dl dt {
  font-weight: normal;
}

.modal.apartment-selector .modal-body dl dd {
  font-weight: bold;
}

.modal.apartment-selector .modal-body .tab-content {
  padding-top: 20px;
}

.modal.apartment-selector .nav-tabs {
  border: none;
  margin-top: 0;
}

.modal.apartment-selector .nav-tabs li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-right: 5px;
  background-color: transparent;
}

.modal.apartment-selector .nav-tabs li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-bottom: 2px solid #000;
}

.modal.apartment-selector .nav-tabs li.active a {
  color: #000;
}

.modal.apartment-selector .nav-tabs>li>a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px;
}

.modal.apartment-selector .nav-tabs>li>a:hover,
.modal.apartment-selector .nav-tabs>li>a:focus,
.modal.apartment-selector .nav-tabs>li>a:active {
  border: none;
  background-color: transparent;
}

.modal.apartment-selector .selector {
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 40px 30px;
  text-align: right;
}

.modal.apartment-selector .play-icon {
  color: #000;
  font-size: 18px;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal.apartment-selector .play-icon:before {
  border: 3px solid #000;
  padding: 8px;
}

.number {
  position: relative;
}

.number:last-child:after {
  display: none;
}

.number:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 5px;
  height: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.number figure {
  font-size: 36px;
}

.number p {
  font-size: 14px;
  margin-bottom: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  overflow: hidden;
}

.pace .pace-progress {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  display: none;
}

#page-footer {
  padding: 50px 0px;
  position: relative;
}

#page-footer.background-is-dark:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#page-footer:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  width: 100%;
  height: 150px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
}

#page-footer h2 {
  font-size: 24px;
  margin: 20px 0;
}

#page-footer .brand {
  margin-bottom: 20px;
  display: block;
}

#page-footer .numbers {
  margin-top: 250px;
}

#page-footer .number figure {
  font-size: 30px;
}

#page-footer .to-top {
  position: relative;
}

#page-footer .to-top span {
  display: none;
}

#page-footer .to-top .arrow-up {
  position: absolute;
  bottom: 0;
  right: 0;
}

#page-footer .to-top .arrow-up i {
  font-size: 24px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 25px;
  width: 24px;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-group .panel .panel-heading {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
}

.panel-group .panel .panel-heading:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  content: "L";
  position: absolute;
  right: 0;
  font-size: 18px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.panel-group .panel .panel-heading h4 {
  font-size: 16px;
}

.panel-group .panel .panel-heading h4 a {
  display: block;
  padding: 10px 0;
  padding-right: 20px;
}

.panel-group .panel .panel-heading h4 a:hover {
  padding-left: 5px;
}

.panel-group .panel .panel-heading h4 a.hover-effect:hover {
  padding-left: 0;
}

.panel-group.background-solid .panel {
  border-bottom: none;
  margin-bottom: 10px;
}

.panel-group.background-solid .panel:last-child {
  margin-bottom: 0;
}

.panel-group.background-solid .panel .panel-heading:after {
  right: 10px;
}

.panel-group.background-solid .panel .panel-heading h4 a {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  padding-right: 30px;
}

.panel-group.background-solid .panel .panel-heading h4 a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}

.panel-group.background-solid .panel .panel-heading h4 a.hover-effect:hover {
  padding-left: 15px;
}

.panel-group.background-solid .panel .panel-collapse {
  background-color: rgba(0, 0, 0, 0.05);
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border: none;
}

.person {
  margin-bottom: 30px;
}

.person .image-wrapper {
  text-align: center;
}

.person .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.person img {
  width: 100%;
}

.person h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.person .contact-data {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin: 25px 0;
}

.person .social {
  margin-top: 10px;
}

.person .social a {
  display: inline-block;
  padding: 3px;
}

.person .social a i {
  font-size: 18px;
  vertical-align: middle;
}

.pagination li a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  border-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.pagination li a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.pagination li.active a {
  pointer-events: none;
  background-color: #1f1f1f;
  color: #fff;
}

.pagination li.previous a,
.pagination li.next a {
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background-color: #f6f6f4;
  color: inherit;
  padding: 7px 10px;
}

.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.pricing-boxes .price-box h3 {
  font-size: 24px;
}

.pricing-boxes .price-box .price {
  font-size: 18px;
}

.pricing-boxes .price-box .price.old {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 12px;
}

.pricing-boxes .price-box .values {
  margin: 20px 0;
}

.pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}

.pricing-boxes .price-box .values figure:last-child {
  border-bottom: none;
}

.pricing-boxes .price-box .values figure i {
  font-size: 18px;
}

.pricing-boxes .price-box .values figure.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.pricing-boxes .price-box .values figure.available {
  color: #50aa8d;
}

.pricing-boxes .price-box .price-box-footer {
  padding-top: 25px;
  padding-bottom: 10px;
}

.pricing-boxes .price-box.framed .price-box-footer {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 20px -25px -25px -25px;
}

.pricing-boxes .price-box.promoted {
  background-color: rgba(0, 0, 0, 0.05);
}

.pricing-boxes .price-box.promoted.framed {
  background-color: transparent;
  border: 15px solid rgba(0, 0, 0, 0.2);
}

.pricing-boxes .price-box.promoted.framed .price-box-footer {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px -25px -25px -25px;
}

.pricing-boxes .price-box .promotion-title {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}

.pricing-boxes .price-box .promotion-title span {
  font-size: 11px;
  color: #fff;
  background-color: #50aa8d;
  padding: 8px 10px;
}

.pricing-boxes .price-box.description {
  text-align: left;
  padding-top: 40px;
}

.pricing-table {
  width: 100%;
}

.pricing-table thead {
  border-bottom: 2px solid #000;
  font-size: 14px;
}

.pricing-table thead th {
  padding-bottom: 15px;
}

.pricing-table tbody tr {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.pricing-table tbody tr.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}

.pricing-table tbody tr td {
  padding: 10px 0;
}

.pricing-table tbody tr td:last-child {
  text-align: right;
}

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.post-author header {
  color: #1f1f1f;
  margin-bottom: 10px;
}

.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.read-more {
  position: relative;
}

.read-more:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.read-more-btn {
  text-align: center;
}

.read-more-btn a {
  margin: 10px 0;
}

.shortcode-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
}

.stage {
  position: relative;
  margin-bottom: 20px;
}

.stage.in-progress .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.stage.not-completed .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.stage.not-completed .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.stage .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 0;
}

.stage .icon i {
  font-size: 28px;
}

.stage .description {
  padding-left: 70px;
}

.stage .description h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.stage .description h2 {
  font-size: 20px;
  margin-bottom: 3px;
}

.stage .description figure {
  font-size: 14px;
}

.tag {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 3px 6px;
  display: inline-block;
}

.time-line .time-line-item {
  position: relative;
  padding-bottom: 10px;
}

.time-line .time-line-item:last-child:before {
  display: none;
}

.time-line .time-line-item:before {
  height: 100%;
  width: 2px;
  left: 7px;
  top: 13px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.time-line .time-line-item .date {
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.time-line .time-line-item .date:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #e5e5e5;
  left: 0px;
  top: 2px;
  position: absolute;
}

.time-line .time-line-item .description {
  margin-left: 150px;
}

.time-line .time-line-item .additional-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 10px;
  margin-top: 15px;
}

.time-line .time-line-item .additional-info i {
  margin-right: 10px;
}

.time-line .time-line-item .additional-info .text-uppercase {
  font-weight: bold;
}

.time-line .time-line-item .new-window-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}

.time-line .time-line-item .new-window-link:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  content: "\f24d";
  font-size: 12px;
}

.time-line .time-line-item .new-window-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.version-selector .logo {
  text-align: center;
  margin: 60px 0;
}

.version-selector h3 {
  margin-bottom: 0;
}

.version-selector h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.version-selector .description {
  margin-left: 25px;
  padding-bottom: 5px;
}

.version-selector .versions {
  padding: 40px 0;
  display: table;
}

.version-selector .version {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
  margin-bottom: 60px;
  padding: 15px 5px;
}

.version-selector .version:hover {
  background-color: #f0f0f0;
}

.version-selector .version[href="shortcodes.html"] .description {
  margin-left: 0;
}

.video-player {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.video-player:hover .has-overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.video-player .has-overlay:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.video-player .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.video-background,
.fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background iframe,
.fluid-width-video-wrapper iframe {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}

.play-icon {
  color: #fff;
  font-size: 64px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

.play-icon:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #fff;
  padding: 10px;
}

.testimonials .owl-controls {
  text-align: center;
  margin-bottom: -10px;
}

/* 5. Forms */
button.btn.arrow:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: inherit;
  font-size: inherit;
  right: inherit;
  vertical-align: middle;
  margin-left: 5px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  outline: none !important;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  height: inherit;
  font-size: 16px;
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
textarea.form-control:active,
textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.15);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1);
}

textarea {
  resize: vertical;
}

.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.btn:hover,
.btn:active,
.btn:active:hover,
.btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:active:hover,
.btn.btn-primary:focus {
  background-color: var(--secondary-color);
}

.btn.btn-primary.btn-framed {
  color: #000;
}

.btn.btn-primary.btn-framed:hover,
.btn.btn-primary.btn-framed:active,
.btn.btn-primary.btn-framed:active:hover,
.btn.btn-primary.btn-framed:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn.btn-primary.btn-framed.btn-light-frame {
  border-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-primary.btn-framed.btn-light-frame:hover,
.btn.btn-primary.btn-framed.btn-light-frame:active,
.btn.btn-primary.btn-framed.btn-light-frame:active:hover,
.btn.btn-primary.btn-framed.btn-light-frame:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.btn.btn-default {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:active:hover,
.btn.btn-default:focus {
  background-color: #fff;
}

.btn.btn-default.btn-framed {
  color: #fff;
}

.btn.btn-default.btn-framed:hover,
.btn.btn-default.btn-framed:active,
.btn.btn-default.btn-framed:active:hover,
.btn.btn-default.btn-framed:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn.btn-default.btn-framed.btn-light-frame {
  border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-default.btn-framed.btn-light-frame:hover,
.btn.btn-default.btn-framed.btn-light-frame:active,
.btn.btn-default.btn-framed.btn-light-frame:active:hover,
.btn.btn-default.btn-framed.btn-light-frame:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.btn.btn-rounded {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn.btn-framed {
  background-color: transparent;
}

.btn.arrow {
  padding-right: 30px;
}

.btn.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: 10px;
}

.btn.roll-effect {
  padding-bottom: 4px;
}

.input-group .btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 11px 12px;
  outline: none !important;
}

.input-group i {
  font-size: 18px;
  vertical-align: middle;
}

.input-group-btn:last-child>.btn {
  margin-left: 0;
}

form label {
  margin-bottom: 15px;
  font-size: 16px;
}

form label.error {
  position: absolute;
  bottom: -100%;
  left: 0;
}

form.inputs-underline input[type="text"],
form.inputs-underline input[type="email"],
form.inputs-underline input[type="date"],
form.inputs-underline input[type="time"],
form.inputs-underline input[type="search"],
form.inputs-underline input[type="password"],
form.inputs-underline input[type="number"],
form.inputs-underline input[type="tel"],
form.inputs-underline textarea.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-left: 0;
}

form.inputs-underline input[type="text"]:active,
form.inputs-underline input[type="text"]:focus,
form.inputs-underline input[type="email"]:active,
form.inputs-underline input[type="email"]:focus,
form.inputs-underline input[type="date"]:active,
form.inputs-underline input[type="date"]:focus,
form.inputs-underline input[type="time"]:active,
form.inputs-underline input[type="time"]:focus,
form.inputs-underline input[type="search"]:active,
form.inputs-underline input[type="search"]:focus,
form.inputs-underline input[type="password"]:active,
form.inputs-underline input[type="password"]:focus,
form.inputs-underline input[type="number"]:active,
form.inputs-underline input[type="number"]:focus,
form.inputs-underline input[type="tel"]:active,
form.inputs-underline input[type="tel"]:focus,
form.inputs-underline textarea.form-control:active,
form.inputs-underline textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

form.inputs-underline input[type="text"]:hover,
form.inputs-underline input[type="email"]:hover,
form.inputs-underline input[type="date"]:hover,
form.inputs-underline input[type="time"]:hover,
form.inputs-underline input[type="search"]:hover,
form.inputs-underline input[type="password"]:hover,
form.inputs-underline input[type="number"]:hover,
form.inputs-underline input[type="tel"]:hover,
form.inputs-underline textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

form.inputs-underline .input-group .btn {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 12px 12px;
}

form.submitted .status {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

form.submitted .form-group,
form.submitted .input-group {
  pointer-events: none;
}

form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}

form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

form .status .status-icon.valid {
  background-color: #50aa8d;
}

form .status .status-icon.invalid {
  background-color: #e45544;
}

form .status i {
  font-size: 18px;
}

/* 6. Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    line-height: 18px;
  }

  .block {
    padding: 60px 0;
  }

  .feature h3 {
    font-size: 16px;
  }

  .framed {
    padding: 20px;
  }

  .stage .description h2 {
    font-size: 18px;
  }

  .stage .description h3 {
    font-size: 11px;
  }

  .stage .description figure {
    font-size: 12px;
  }

  .pricing-boxes .price-box h3 {
    font-size: 20px;
  }

  .pricing-boxes .price-box .price {
    font-size: 16px;
  }

  .pricing-boxes .price-box.framed .price-box-footer,
  .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }

  .contact .person .image {
    width: 120px;
    height: 120px;
  }

  .person .image {
    width: 140px;
    height: 140px;
  }

  .person.framed {
    padding: 20px 5px;
  }

  .blog-item .image {
    height: 100px;
  }

  .count-down .countdown-row .countdown-amount {
    font-size: 100px;
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  blockquote {
    font-size: 18px;
  }

  blockquote p {
    line-height: 22px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    line-height: 1.6;
  }

  .block {
    padding: 40px 0;
  }

  .count-down .countdown-row .countdown-amount {
    font-size: 80px;
    margin-bottom: -10px;
  }

  .detail {
    margin-bottom: 40px;
  }

  .detail.left-align .gallery {
    padding-left: 50px;
  }

  .detail.left-align .title .framed {
    padding-right: 70px;
  }

  .detail.right-align .gallery {
    padding-right: 50px;
  }

  .detail.right-align .title .framed {
    padding-left: 70px;
  }

  .feature h3 {
    font-size: 14px;
  }

  .framed {
    padding: 20px;
  }

  .logos .logo {
    padding-left: 0px;
  }

  .stage .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }

  .stage .icon i {
    font-size: 20px;
  }

  .stage .description {
    padding-left: 60px;
  }

  .stage .description h2 {
    font-size: 13px;
  }

  .stage .description h3 {
    font-size: 10px;
  }

  .stage .description figure {
    font-size: 11px;
  }

  .panel-group .panel .panel-heading h4 {
    font-size: 16px;
  }

  .pricing-boxes .price-box h3 {
    font-size: 20px;
  }

  .pricing-boxes .price-box .price {
    font-size: 16px;
  }

  .pricing-boxes .price-box.framed .price-box-footer,
  .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }

  .contact .person .image {
    width: 100px;
    height: 100px;
  }

  .person .image {
    width: 140px;
    height: 140px;
  }

  .person.framed {
    padding: 20px 5px;
  }

  .blog-item .image {
    height: 100px;
  }

  .marketing-banner h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  blockquote {
    padding-left: 0;
  }

  blockquote p:before {
    display: none;
  }

  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    line-height: 1.6;
  }

  ul {
    line-height: 20px;
  }

  ul li {
    margin-bottom: 10px;
  }

  .block {
    padding: 30px 0;
  }

  .big-gallery .slide {
    width: 100%;
  }

  .big-gallery .slide .container {
    padding: 0;
    margin: 0;
  }

  .big-gallery .slide .description h3 {
    margin-top: -80px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-right: 40px;
    margin-left: 10px;
  }

  .count-down .countdown-row .countdown-section:after {
    display: none;
  }

  .count-down .countdown-row .countdown-amount {
    font-size: 22px;
    margin-bottom: 0px;
  }

  .count-down .countdown-row .countdown-period {
    font-size: 9px;
  }

  .container .block {
    padding: 20px;
  }

  .owl-nav-wrapper #big-gallery-nav {
    top: -55px;
  }

  .detail {
    margin-bottom: 40px;
  }

  .detail .title {
    margin-bottom: 40px;
  }

  .detail.left-align .gallery {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .detail.left-align .title .framed {
    padding: 10px;
  }

  .detail.right-align .gallery {
    padding-right: 0px;
  }

  .detail.right-align .title {
    text-align: left;
  }

  .detail.right-align .title .framed {
    padding: 10px;
  }

  #page-footer .contact-data {
    text-align: left;
  }

  #page-footer .numbers {
    margin-top: 40px;
  }

  .feature.has-icon .description {
    padding-left: 30px;
  }

  .panel-group.background-solid .panel:last-child {
    margin-bottom: 20px;
  }

  .pricing-boxes .price-box.framed .price-box-footer,
  .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }

  .framed {
    padding: 20px;
  }

  .stage {
    margin-bottom: 40px;
  }

  .stage .description h2 {
    font-size: 16px;
  }

  .stage .description h3 {
    font-size: 11px;
  }

  .stage .description figure {
    font-size: 12px;
  }

  thead th {
    padding-left: 8px;
    padding-right: 8px;
  }

  tbody tr td,
  .pricing-table tbody tr td {
    padding: 10px 8px;
  }

  .logos .owl-stage .owl-item .logo,
  .logos .owl-stage .owl-item {
    display: inline-block;
  }

  .logos .logo {
    padding-left: 0px;
  }

  .time-line .time-line-item .description {
    margin-left: 30px;
  }

  .time-line .time-line-item .date {
    position: relative;
  }

  .navigation.nav-btn-only .right .navigation-links {
    top: 50px;
    text-align: right;
  }

  .navigation.nav-btn-only .right .navigation-links li {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 28px;
    padding: 0;
  }

  .navigation.nav-btn-only .right .navigation-links li a {
    padding: 5px 0px;
  }

  .navigation.nav-btn-only .right .navigation-links li a.hover-effect {
    padding: 0;
  }

  .navigation .nav-btn {
    display: block;
  }

  .navigation .right .navigation-links {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
  }

  .navigation .right .navigation-links li {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 28px;
  }

  .navigation .right .navigation-links li a {
    padding: 5px 0px;
  }

  .navigation .wrapper {
    padding: 20px 0;
    position: relative;
  }

  .navigation .left {
    display: block;
  }

  .navigation .right {
    display: block;
    position: relative;
  }

  .navigation-links {
    position: absolute;
    right: 5px;
    width: 100%;
    margin-top: 10px !important;
  }

  .floor-selector h2 {
    font-size: 14px;
  }

  .floor-selector .description {
    font-size: 9px;
  }

  .floor-selector .floor {
    padding: 3px 5px;
    font-size: 9px;
  }

  .hero-section .video-player,
  .hero-section .gallery {
    margin-top: 20px;
  }

  .hero-section p {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-section form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .number {
    text-align: center;
    margin-bottom: 20px;
  }

  .owl-nav-wrapper {
    position: absolute;
    width: 100%;
    right: 5px;
  }

  .navigation .right .navigation-links li a.roll-effect {
    padding: 0;
  }

  .roll-effect span figure {
    padding: 5px 0;
  }

  .navigation.nav-btn-only .right .navigation-links li a.roll-effect {
    padding: 0;
  }

  .navigation.nav-btn-only .right .navigation-links li a.roll-effect span figure {
    padding: 5px 0;
  }

  .width-10 {
    width: 100%;
  }

  .width-20 {
    width: 100%;
  }

  .width-25 {
    width: 100%;
  }

  .width-30 {
    width: 100%;
  }

  .width-33 {
    width: 100%;
  }

  .width-40 {
    width: 100%;
  }

  .width-50 {
    width: 100%;
  }

  .width-60 {
    width: 100%;
  }

  .width-70 {
    width: 100%;
  }

  .width-80 {
    width: 100%;
  }

  .width-90 {
    width: 100%;
  }

  .version-selector .version {
    text-align: center;
    display: block;
  }

  .version-selector .version .description {
    margin-left: 0;
  }
}

/* =========================================
   CSS EXTRACTED FROM INDEX.CSHTML
   ========================================= */

/* Hero Section Styles */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero .lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero .btn {
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hero .btn-outline-light {
  border: 2px solid white;
  color: white;
}

.hero .btn-outline-light:hover {
  background-color: white;
  color: #365523;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Project Card Styles */
.project-card {
  background: white;
  border-radius: 0 18px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.project-card .card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-card:hover .card-img-top {
  transform: scale(1.05);
}

.project-card .card-body {
  padding: 1.5rem;
}

.project-card .project-title {
  color: #365523;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.project-card .project-location {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.project-card .project-location i {
  margin-right: 5px;
}

.project-card .project-price {
  color: #365523;
  font-weight: 700;
  font-size: 1.1rem;
}

.project-card .btn-outline-primary {
  border-color: #365523;
  color: #365523;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.project-card .btn-outline-primary:hover {
  background-color: #365523;
  border-color: #365523;
  transform: translateY(-2px);
}

/* Filter Navigation */
.filter-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 1rem;
  margin: 2rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.filter-nav .nav-pills .nav-link {
  color: #365523;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.filter-nav .nav-pills .nav-link.active {
  background-color: #365523;
  color: white;
}

.filter-nav .nav-pills .nav-link:hover:not(.active) {
  background-color: rgba(54, 85, 35, 0.1);
  transform: translateY(-2px);
}

/* About Section */
.about-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 5rem 0;
}

.about-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
}

.about-section .feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #365523 0%, #4a7229 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: white;
  box-shadow: 0 5px 15px rgba(54, 85, 35, 0.3);
}

.about-section .feature-title {
  color: #365523;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Lifestyle Section */
.lifestyle-section {
  padding: 5rem 0;
  background: white;
}

.lifestyle-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
}

.lifestyle-column {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.lifestyle-column:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.lifestyle-column img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lifestyle-column:hover img {
  transform: scale(1.05);
}

.lifestyle-column .card-body {
  padding: 2rem;
}

.lifestyle-column .card-title {
  color: #365523;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Navigation Dropdown */
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 1rem 0;
  min-width: 280px;
}

.dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  color: #365523;
  transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(54, 85, 35, 0.1);
  color: #365523;
  padding-left: 25px;
}

/* Base Dropdown Menu Styling - For All Screen Sizes */
.dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu .dropdown-header {
  padding: 12px 20px;
  font-weight: 600;
  color: #365523;
  font-size: 14px;
  margin-top: 10px;
}

.dropdown-menu .dropdown-header:first-child {
  margin-top: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 12px 20px !important;
  color: #365523 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.dropdown-menu li a:hover {
  background-color: rgba(54, 85, 35, 0.1);
  padding-left: 25px !important;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(54, 85, 35, 0.2);
}

/* Desktop Dropdown Menu Styling */
@media (min-width: 769px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}

/* Mobile Dropdown Menu Styling */
@media (max-width: 768px) {
  .dropdown-menu {
    display: none !important;
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0;
    border: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.95);
    max-height: 60vh;
    overflow-y: auto;
  }

  .dropdown-menu.show,
  .dropdown-menu[style*="display: block"] {
    display: block !important;
  }

  /* Ensure dropdown toggle doesn't have ::after on mobile */
  .navigation-links .dropdown-toggle::after {
    display: none;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .filter-nav {
    text-align: center;
  }

  .filter-nav .nav-pills .nav-link {
    margin: 5px;
    font-size: 0.9rem;
  }

  .project-card .card-img-top {
    height: 200px;
  }

  .about-section,
  .lifestyle-section {
    padding: 3rem 0;
  }

  .feature-icon {
    width: 60px !important;
    height: 60px !important;
    font-size: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 60vh;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero .btn {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .project-card .card-body {
    padding: 1rem;
  }

  .lifestyle-column .card-body {
    padding: 1.5rem;
  }
}

/* =========================================
   CSS EXTRACTED FROM PROJECT.CSHTML
   ========================================= */

/* Minisite Top Header */
.minisite-top-header {
  background: #365523;
  color: white;
  padding: 8px 0;
  font-size: 0.9rem;
}

.minisite-top-header a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

.minisite-top-header a:hover {
  text-decoration: underline;
}

/* Minisite Navbar */
.minisite-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.minisite-navbar .navbar-brand img {
  max-height: 50px;
}

.minisite-navbar .nav-link {
  color: #365523 !important;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 15px !important;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.minisite-navbar .nav-link:hover,
.minisite-navbar .nav-link.active {
  background-color: rgba(54, 85, 35, 0.1);
  color: #365523 !important;
}

/* Project Hero Section */
.project-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 6rem 0 4rem;
  position: relative;
}

.project-hero .hero-content {
  position: relative;
  z-index: 2;
}

.project-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.project-hero .lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.project-hero .btn-outline-light {
  border: 2px solid white;
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.project-hero .btn-outline-light:hover {
  background: white;
  color: #365523;
  transform: translateY(-2px);
}

/* Overview Section */
.overview-section {
  padding: 4rem 0;
  background: white;
}

.overview-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 2rem;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.overview-item {
  text-align: center;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.overview-item:hover {
  transform: translateY(-5px);
}

.overview-item i {
  font-size: 2.5rem;
  color: #365523;
  margin-bottom: 1rem;
}

.overview-item h5 {
  color: #365523;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* House Types Section */
.house-types-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.house-types-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.house-type-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.house-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.house-type-card .card-img-top {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.house-type-card:hover .card-img-top {
  transform: scale(1.05);
}

.house-type-card .card-body {
  padding: 2rem;
}

.house-type-card .card-title {
  color: #365523;
  font-weight: 700;
  margin-bottom: 1rem;
}

.house-type-specs {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 10px;
}

.house-type-specs .spec-item {
  text-align: center;
  flex: 1;
}

.house-type-specs .spec-item i {
  color: #365523;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.house-type-specs .spec-value {
  font-weight: 700;
  color: #365523;
}

.house-type-specs .spec-label {
  font-size: 0.8rem;
  color: #6c757d;
}

/* Gallery Section */
.gallery-section {
  padding: 4rem 0;
  background: white;
}

.gallery-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Facilities Section */
.facilities-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.facilities-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.facility-card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.facility-card i {
  font-size: 3rem;
  color: #365523;
  margin-bottom: 1rem;
}

.facility-card h5 {
  color: #365523;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Location Section */
.location-section {
  padding: 4rem 0;
  background: white;
}

.location-section h2 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.map-container {
  margin-bottom: 3rem;
}

.location-map {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 500px;
}

.location-map iframe,
.location-map img {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}

/* Optimized map sizing for different screen sizes */
@media (min-width: 1200px) {
  .location-map {
    max-height: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .location-map {
    max-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .location-map {
    max-height: 350px;
  }
}

.nearby-places {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.nearby-place {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #365523;
}

.nearby-place h6 {
  color: #365523;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.nearby-place .distance {
  color: #6c757d;
  font-size: 0.9rem;
}

/* Contact Section */
.contact-section {
  padding: 4rem 0;
  background: #365523;
  color: white;
}

.contact-section h2 {
  color: white;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.contact-form {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-form h4 {
  color: #365523;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.contact-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #365523;
  box-shadow: 0 0 0 0.2rem rgba(54, 85, 35, 0.25);
}

.contact-form .btn-primary {
  background-color: #365523;
  border-color: #365523;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  width: 100%;
  transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
  background-color: #2d4a1d;
  border-color: #2d4a1d;
  transform: translateY(-2px);
}

.contact-info {
  padding: 2rem 0;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.contact-info-item i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: white;
}

.contact-info-item div h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.contact-info-item div p {
  margin-bottom: 0;
  opacity: 0.9;
}

/* Responsive Design for Project Page */
@media (max-width: 768px) {
  .minisite-navbar .navbar-brand img {
    max-height: 40px;
  }

  .project-hero {
    padding: 4rem 0 3rem;
  }

  .project-hero h1 {
    font-size: 2.2rem;
  }

  .project-hero .lead {
    font-size: 1rem;
  }

  .overview-grid,
  .gallery-grid,
  .nearby-places {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .house-type-specs {
    flex-direction: column;
    gap: 1rem;
  }

  .house-type-specs .spec-item {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .house-type-specs .spec-item i {
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .contact-form {
    padding: 2rem 1.5rem;
  }

  .contact-info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-item i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .minisite-top-header {
    text-align: center;
    font-size: 0.8rem;
  }

  .minisite-navbar {
    padding: 0.5rem 0;
  }

  .project-hero {
    padding: 3rem 0 2rem;
  }

  .project-hero h1 {
    font-size: 1.8rem;
  }

  .overview-section,
  .house-types-section,
  .gallery-section,
  .facilities-section,
  .location-section,
  .contact-section {
    padding: 2rem 0;
  }

  .overview-item,
  .facility-card {
    padding: 1rem;
  }

  .house-type-card .card-body {
    padding: 1.5rem;
  }

  .contact-form {
    padding: 1.5rem 1rem;
  }

  .gallery-item img,
  .house-type-card .card-img-top {
    height: 200px;
  }

  .location-map {
    max-height: 250px;
  }

  .location-map iframe {
    height: 100%;
  }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {

  .hero h1,
  .project-hero h1 {
    font-size: 1.6rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .facility-card i {
    font-size: 2rem;
  }

  .overview-item i {
    font-size: 2rem;
  }

  .contact-info-item i {
    font-size: 1.2rem;
  }

  /* Optimize map size for small phones */
  .location-map {
    max-height: 200px;
  }
}

/* Project Tab Button Styles - Exact Reference Design */
.project-categories {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-tabs {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 50px auto;
  background: #f8f9fa;
  border-radius: 50px;
  padding: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: fit-content;
}

.tab-btn {
  background: #ffffff;
  border: none;
  border-radius: 40px;
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: 'Sarabun', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 90px;
  position: relative;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tab-btn:hover {
  background: rgba(54, 85, 35, 0.06);
  color: #365523;
}

.tab-btn.active {
  background: #365523;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(54, 85, 35, 0.3);
}

.tab-btn.active .tab-icon {
  stroke: #ffffff;
}

.tab-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  stroke: currentColor;
  transition: all 0.2s ease;
}

.tab-btn span {
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Responsive adjustments for tabs */
@media (max-width: 768px) {
  .category-tabs {
    gap: 10px;
  }

  .tab-btn {
    padding: 12px 20px;
    font-size: 14px;
    min-width: 100px;
  }

  .tab-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .category-tabs {
    flex-direction: column;
    align-items: center;
  }

  .tab-btn {
    width: 200px;
    max-width: 90vw;
  }
}

/* ========== PROJECT THEME SYSTEM ========== */
/* Clean architecture: Static theme configuration */

/* Default theme (Brand Green) */
.theme-default .tab-btn.active {
  background: #365523 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(54, 85, 35, 0.3) !important;
}

.theme-default .btn-primary {
  background-color: #365523 !important;
  border-color: #365523 !important;
}

.theme-default .btn-primary:hover {
  background-color: #4A7030 !important;
  border-color: #4A7030 !important;
}

/* Magenta theme (Ricco Residence Hathairat) */
.theme-magenta .tab-btn.active {
  background: #AF017F !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(175, 1, 127, 0.3) !important;
}

.theme-magenta .btn-primary {
  background-color: #AF017F !important;
  border-color: #AF017F !important;
}

.theme-magenta .btn-primary:hover {
  background-color: #D91E6F !important;
  border-color: #D91E6F !important;
}

.theme-magenta .section-bg-light {
  background-color: #F8D9E9 !important;
}

/* Red theme (Ricco Residence Chatuchot) */
.theme-red .tab-btn.active {
  background: #B71C1C !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(183, 28, 28, 0.3) !important;
}

.theme-red .btn-primary {
  background-color: #B71C1C !important;
  border-color: #B71C1C !important;
}

.theme-red .btn-primary:hover {
  background-color: #D32F2F !important;
  border-color: #D32F2F !important;
}

.theme-red .section-bg-light {
  background-color: #FFEBEE !important;
}

/* Blue theme (Ricco Residence Prime Projects) */
.theme-blue .tab-btn.active {
  background: #1976D2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.3) !important;
}

.theme-blue .btn-primary {
  background-color: #1976D2 !important;
  border-color: #1976D2 !important;
}

.theme-blue .btn-primary:hover {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}

.theme-blue .section-bg-light {
  background-color: #E3F2FD !important;
}

/* Maroon theme (Ricco Town Projects) */
.theme-maroon .tab-btn.active {
  background: #8D1537 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(141, 21, 55, 0.3) !important;
}

.theme-maroon .btn-primary {
  background-color: #8D1537 !important;
  border-color: #8D1537 !important;
}

.theme-maroon .btn-primary:hover {
  background-color: #AD1457 !important;
  border-color: #AD1457 !important;
}

.theme-maroon .section-bg-light {
  background-color: #F8BBD9 !important;
}


/* ==========================================================
   Project Minisite Layout
   ========================================================== */
.project-minisite {
  font-family: 'Prompt', 'Kanit', 'Montserrat', sans-serif;
  color: #1f1f1f;
  background-color: #ffffff;
  /* CSS variables now set inline from Project.cshtml to support dynamic theme colors */
  /* --primary-color: #365523; */
  /* --secondary-color: #4A7030; */
  /* --light-bg: #f4f6f3; */
}

.project-minisite .container {
  max-width: 1160px;
}

.project-minisite a {
  color: inherit;
}

.project-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  opacity: 0;
  transition: opacity .3s ease;
}

.project-mobile-overlay.is-active {
  display: block;
  opacity: 1;
}

.project-top-bar {
  background: #61676d;
  padding: 18px 0;
  color: #ffffff;
}

.project-top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.project-top-bar__inner img {
  height: 40px;
  width: auto;
}

.project-top-bar__left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-top-bar__name {
  font-size: 1.2rem;
  font-weight: 600;
}

.project-top-bar__location {
  font-size: .95rem;
  opacity: .8;
}

.project-top-bar__right img {
  height: 40px;
  width: auto;
}

.project-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.project-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.project-nav__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.project-nav__logo img {
  height: 54px;
  width: auto;
}

.project-nav__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.project-nav__brand-text .brand-title {
  font-weight: 700;
  color: #1f1f1f;
}

.project-nav__brand-text .brand-location {
  font-size: .85rem;
  color: rgba(0, 0, 0, 0.55);
}

.project-nav__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 18px;
  align-items: center;
}

.project-nav__link {
  font-weight: 600;
  text-decoration: none;
  color: #1f1f1f;
  padding: 10px 16px;
  border-radius: 24px;
  transition: background .2s ease, color .2s ease;
  font-size: 16px;
  /* 16px - matches project details card text */
}

/* Removed hover effect for regular navigation links */

.project-nav__cta {
  background: var(--primary-color) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;

  /* Alignment Fixes */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 24px !important;
  border-radius: 50px !important;
  white-space: nowrap !important;
}

.project-nav__cta:hover {
  background: var(--secondary-color) !important;
  color: #FFEB3B !important;
}

/* Project page nav-btn - position it correctly in project navigation */
.project-nav .nav-btn {
  display: block;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 25px;
  width: 30px;
  z-index: 999;
}

.project-nav .nav-btn figure {
  display: block;
  background-color: #69656a;
  height: 3px;
  width: 100%;
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 2px;
  border: none;
}

/* Project mobile menu close button */
.project-mobile-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.project-mobile-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.project-mobile-close span {
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  transition: color 0.3s ease;
}

.project-mobile-close:hover span {
  color: #228B22;
}


/* REMOVED: Conflicting hamburger rules - now using pseudo-elements approach below */

.project-hamburger.is-active figure {
  opacity: 0;
  transform: translateX(5px) scaleX(1.3);
}

.project-hamburger.is-active figure:nth-child(2) {
  transition-delay: 0.1s;
}

.project-hamburger.is-active figure:nth-child(3) {
  transition-delay: 0.2s;
}

.project-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 400px;
  height: 80vh;
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.project-hero__overlay {
  display: none;
}

.project-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .85rem;
  opacity: .75;
}

.hero-title {
  font-size: 1.15rem;
  margin: 12px 0;
  line-height: 1.15;
}

/* Adjust project name font size for better readability */
#hero-main-title {
  font-size: 2.5rem !important;
  margin-bottom: 8px !important;
}

/* Ensure subtitle is visible and properly styled */
#hero-sub-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  margin: 15px 0 25px 0 !important;
  line-height: 1.4 !important;
  z-index: 10 !important;
  position: relative !important;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 10px 15px !important;
  border-radius: 6px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  max-width: none !important;
  width: auto !important;
  min-height: auto !important;
}

.hero-subtitle {
  font-size: 1.15rem;
  margin-bottom: 8px;
  max-width: 520px;
  opacity: .9;
}

/* ===== MOBILE OPTIMIZATION FOR HERO BANNER ===== */

/* Mobile: Hero Section Height */
@media (max-width: 768px) {
  .hero-section {
    min-height: 350px;
    height: auto;
  }

  .hero-section .wrapper {
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 30px;
  }

  /* Balanced mobile font sizing for project hero */
  .project-hero__title,
  .project-hero h1,
  .project-hero .project-hero__title,
  .project-hero__content .project-hero__title,
  .project-hero__content h1,
  #hero-main-title,
  .hero-title,
  .hero-section h1,
  .hero-section .hero-title {
    font-size: 4.2rem !important;
    margin-bottom: 15px !important;
    line-height: 1.1 !important;
    word-break: break-word;
    font-weight: 700 !important;
    text-shadow: none !important;
  }

  .project-hero__subtitle,
  .project-hero p,
  .project-hero .project-hero__subtitle,
  .project-hero__content .project-hero__subtitle,
  .project-hero__content p,
  #hero-description,
  .hero-subtitle,
  .hero-section p,
  .hero-section .hero-subtitle {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    opacity: 0.95 !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
  }

  /* Optimize hero CTA button on mobile */
  .hero-cta {
    display: inline-block;
    margin-top: 4px;
  }

  .hero-cta .btn-primary-cta {
    padding: 10px 20px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }
}

/* Extra small phones (< 480px) */
@media (max-width: 480px) {
  .hero-section {
    min-height: 300px;
  }

  .hero-section .wrapper {
    padding-bottom: 20px;
  }

  /* Balanced mobile font sizing for project hero */
  .project-hero__title,
  .project-hero h1,
  .project-hero .project-hero__title,
  .project-hero__content .project-hero__title,
  .project-hero__content h1,
  #hero-main-title,
  .hero-title,
  .hero-section h1,
  .hero-section .hero-title {
    font-size: 3.2rem !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-shadow: none !important;
  }

  .project-hero__subtitle,
  .project-hero p,
  .project-hero .project-hero__subtitle,
  .project-hero__content .project-hero__subtitle,
  .project-hero__content p,
  #hero-description,
  .hero-subtitle,
  .hero-section p,
  .hero-section .hero-subtitle {
    font-size: 2.2rem !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
  }

  .hero-cta .btn-primary-cta {
    padding: 10px 18px !important;
    font-size: 14px !important;
  }
}

/* Ensure no black borders or backgrounds on hero content */
.hero-content * {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.hero-content h1,
.hero-content p,
.hero-content .hero-title,
.hero-content .hero-subtitle,
.hero-content .hero-location {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Hero Content Styling */
.project-hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px 20px;
}

.project-hero__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.project-hero__subtitle {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.95;
  margin: 0;
  line-height: 1.4;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  max-width: 600px;
}

/* Override any possible black elements in project hero - BUT NOT OUR CONTENT */
.project-hero>.container>*:not(.project-hero__content),
.project-hero *::before,
.project-hero *::after {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Specifically target project hero overlay and grid */
.project-hero__overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.project-hero__grid * {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: grid;
  gap: 12px;
}

.hero-highlights li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-right: 12px;
}

.hero-highlights li {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-text-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-text-enter {
  opacity: 1;
  transform: translateY(0);
}

/* Smooth fade-in animation for hero text changes */
@keyframes heroTextFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Smooth fade-out animation for hero text transitions */
@keyframes heroTextFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Smooth fade-in animation for subtitle */
.hero-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out,
    transform 0.6s ease-in-out !important;
}

/* Smooth fade-in animation for main title */
#hero-main-title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-in-out,
    transform 0.6s ease-in-out !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary {
  background: var(--primary-color);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: var(--secondary-color);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-secondary {
  background: #fff;
  color: var(--primary-color);
  border: none;
}

.btn-secondary:hover {
  background: #f7f7f7;
}

.btn-block {
  width: 100%;
}

.price-card {
  background: rgba(255, 255, 255, 0.92);
  color: #1f1f1f;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.price-card__label {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .75rem;
  margin: 0 0 12px 0;
  color: rgba(0, 0, 0, 0.55);
}

.price-card__value {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--primary-color);
}

.price-card__meta {
  font-size: .95rem;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 18px;
}

.project-section {
  padding: 80px 0;
  position: relative;
  scroll-margin-top: 100px;
  /* Account for sticky navigation */
}

.project-section:nth-of-type(even) {
  background: var(--light-bg);
}

.section-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(54, 85, 35, 0.1);
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 16px;
}

.section-title {
  margin: 0;
  font-size: 3.5rem;
}

.section-lead {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.pillar-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.pillar-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 16px;
  background: rgba(54, 85, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 1.5rem;
}

.pillar-card h4 {
  margin: 0 0 12px 0;
}

.pillar-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}

.project-details__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}

.project-details__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.details-eyebrow {
  font-size: 1rem;
  letter-spacing: .3em;
  color: var(--primary-color);
  text-transform: uppercase;
}

.details-heading {
  font-size: 2.6rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.details-definition {
  margin: 0;
  display: grid;
  gap: 20px;
}

.details-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  font-size: 1rem;
}

.details-row dt {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
}

.details-row dd {
  margin: 0;
  font-weight: 700;
  color: #b62891;
}

.project-details__visual {
  width: 100%;
  border-radius: 24px;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .project-details__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .project-details__visual {
    min-height: 280px;
  }

  .details-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}


.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.plan-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.plan-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.plan-card__body {
  padding: 24px;
}

.plan-card__desc {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 18px;
}

.plan-card__specs {
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0 0 18px 0;
  list-style: none;
}

.plan-card__specs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .85rem;
  color: rgba(0, 0, 0, 0.6);
}

.plan-card__specs strong {
  font-size: 1.4rem;
  color: var(--primary-color);
}

.plan-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: .9rem;
  color: rgba(0, 0, 0, 0.6);
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.facility-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}

.facility-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(54, 85, 35, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.facility-body h4 {
  margin: 0 0 8px 0;
}

.facility-body p {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.12);
}

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

.project-register {
  background: #ffffff;
  padding-bottom: 120px;
  margin: 0 -9999px;
  padding-left: 9999px;
  padding-right: 9999px;
}

.register-card {
  background: #ffffff;
  border-radius: 0;
  padding: 64px 72px;
  box-shadow: none;
  border: none;
}

.register-card__header {
  text-align: center;
  margin-bottom: 32px;
}

.register-card__header h3 {
  margin: 0 0 12px 0;
  font-size: 3.5rem;
  /* 56px - matches .section-title in project details */
}

.register-card__header p {
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
  font-size: 1.25rem;
  /* 16px - body text size, consistent with project details */
}

.register-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 20px;
}

.social-btn {
  min-width: 160px;
  border-radius: 999px;
  font-weight: 600;
  padding: 12px 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  letter-spacing: .02em;
  background: #ffffff;
  color: #1f1f1f;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.social-btn--google {
  background: #ffffff;
}

.social-btn--facebook {
  background: linear-gradient(90deg, #1877f2 0%, #1a5fd8 100%);
  color: #fff;
  border-color: transparent;
}

.social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  /* increased from .92rem for better readability */
}

.form-group label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px !important;
  /* 16px - standard label size - using px to override responsive rem changes */
}

.form-fieldset {
  border: none;
  margin: 0 0 36px 0;
  padding: 0;
}

.form-fieldset legend {
  font-weight: 700;
  font-size: 20px !important;
  /* increased from 1rem to 20px - more prominent and using px for consistency */
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.form-hint {
  font-size: .75rem;
  color: rgba(0, 0, 0, 0.45);
}

.form-group input,
.form-group select,
.form-group textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 4px;
  font-size: 1.25rem;
  background: transparent;
  border-radius: 0;
  transition: border-color .2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}

.form-group--full {
  grid-column: 1 / -1;
}

.form-extra {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.recaptcha-placeholder {
  min-width: 320px;
  min-height: 78px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.45);
  font-size: .85rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
}

.form-footer {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px !important;
}

.checkbox input {
  width: 18px;
  height: 18px;
}

/* Default registration button styling (shared across themes) */
.project-register .btn-primary {
  border: none;
  padding: 16px 36px;
  border-radius: 999px;
  min-width: 220px;
  font-size: 16px !important;
}

/* Theme-specific registration button colors */
.theme-magenta .project-register .btn-primary {
  background: #AF017F;
}

.theme-magenta .project-register .btn-primary:hover {
  background: #D91E6F;
}

.theme-red .project-register .btn-primary {
  background: #B71C1C;
}

.theme-red .project-register .btn-primary:hover {
  background: #D32F2F;
}

.theme-blue .project-register .btn-primary {
  background: #1976D2;
}

.theme-blue .project-register .btn-primary:hover {
  background: #2196F3;
}

.theme-dark-red .project-register .btn-primary {
  background: #580709;
}

.theme-dark-red .project-register .btn-primary:hover {
  background: #b9834c;
}

.theme-maroon .project-register .btn-primary {
  background: #8D1537;
}

.theme-maroon .project-register .btn-primary:hover {
  background: #AD1457;
}

.theme-default .project-register .btn-primary {
  background: #365523;
}

.theme-default .project-register .btn-primary:hover {
  background: #4A7030;
}

.project-contact .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  justify-items: flex-start;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: grid;
  gap: 16px;
}

.contact-list li {
  display: flex;
  gap: 18px;
  font-size: 1rem;
  align-items: center;
}

.contact-list span {
  font-weight: 600;
  color: var(--primary-color);
}

.contact-list a {
  text-decoration: none;
  color: inherit;
}

.contact-map img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .project-top-bar__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .project-top-bar__right img {
    height: 32px;
  }

  .register-card {
    padding: 44px 28px;
  }

  .form-footer {
    gap: 20px;
  }

  .project-nav__menu {
    position: fixed;
    top: 64px;
    right: -100%;
    width: 100%;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 60px 40px;
    gap: 32px;
    transition: right .3s ease;
    z-index: 10000;
    list-style: none;
    margin: 0;
    backdrop-filter: blur(10px);
  }

  .project-nav__menu.is-open {
    right: 0;
  }

  .project-nav__menu li {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .project-nav__menu .project-nav__link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 24px;
    transition: all 0.3s ease;
    text-align: right;
    font-family: 'Prompt', sans-serif;
  }

  .project-nav__menu .project-nav__link:hover {
    color: #228B22 !important;
    transform: scale(1.05);
    transition: color 0.3s ease, transform 0.3s ease;
  }

  /* NUCLEAR OPTION: Maximum specificity for green hover effect */
  @media (max-width: 768px) {

    html body .project-nav .project-nav__menu .project-nav__link:hover,
    html body .project-nav__menu .project-nav__link:hover,
    body .project-nav__menu .project-nav__link:hover,
    .project-nav__menu li a:hover,
    .project-nav__menu .project-nav__link:hover,
    #projectNavMenu .project-nav__link:hover,
    #projectNavMenu li a:hover {
      color: #228B22 !important;
      background: transparent !important;
      text-shadow: none !important;
      border: none !important;
    }

    /* Force green color on any link inside project menu */
    .project-nav__menu a:hover,
    .project-nav__menu li:hover a {
      color: #228B22 !important;
    }
  }

  .project-nav__menu .project-nav__cta {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    border-radius: 30px !important;
    text-align: right !important;
    border: none !important;
    margin-top: 20px !important;
    font-size: 18px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
  }

  .project-nav__menu .project-nav__cta:hover {
    background: var(--secondary-color) !important;
    transform: scale(1.05) !important;
  }

  .project-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 30px !important;
    height: 24px !important;
    padding: 4px 0 !important;
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    align-items: center !important;
  }

  .project-hamburger figure {
    display: block !important;
    width: 20px !important;
    height: 3px !important;
    margin: 0 !important;
    background: #69656a !important;
    background-color: #69656a !important;
    border: none !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    border-radius: 1px !important;
  }

  /* Mobile Filter Cards - Make them smaller and responsive */
  .house-type-filters,
  .gallery-filters,
  .location-filters {
    padding: 6px 12px !important;
    margin: 0 auto 32px !important;
    max-width: 95% !important;
    width: fit-content !important;
  }

  .filter-buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 6px !important;
    justify-content: center !important;
    align-items: stretch !important;
    max-width: 350px !important;
    margin: 0 auto !important;
  }

  .filter-btn {
    font-size: 12px !important;
    padding: 12px 18px !important;
    min-width: auto !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    border-radius: 12px !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .filter-btn i {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
  }

  /* For house type filters with only 2 buttons */
  .house-type-filters .filter-buttons {
    grid-template-columns: 1fr 1fr !important;
    max-width: 280px !important;
  }

  /* For gallery filters with 4 buttons - 2x2 grid */
  .gallery-filters .filter-buttons {
    grid-template-columns: 1fr 1fr !important;
    max-width: 300px !important;
  }

  /* For location filters with 2 buttons */
  .location-filters .filter-buttons {
    grid-template-columns: 1fr 1fr !important;
    max-width: 260px !important;
  }

  .project-nav__logo {
    flex: 1;
  }

  .project-nav__inner {
    justify-content: space-between;
  }

  body.nav-open {
    overflow: hidden;
  }

  .project-hero__grid {
    grid-template-columns: 1fr;
  }

  .project-details__layout,
  .project-contact .contact-grid {
    grid-template-columns: 1fr;
  }

  .project-details__image {
    min-height: 260px;
  }

  .register-card {
    padding: 36px 24px;
  }

  .form-extra {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .project-hero {
    padding: 90px 0 70px;
  }

  .hero-title {
    font-size: 12.4rem;
  }

  .hero-highlights li {
    font-size: .95rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .register-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .register-social {
    flex-direction: column;
  }

  .form-extra {
    margin-top: 24px;
  }

  .recaptcha-placeholder {
    width: 100%;
  }
}

.project-location__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: flex-start;
}

.project-location__info {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.project-location__address {
  margin: 18px 0 24px 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
}

.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.location-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.75);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.location-list li:last-child {
  border-bottom: none;
}

.place-name {
  font-weight: 500;
  flex: 1;
  margin-right: 12px;
  line-height: 1.3;
}

.place-distance {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 0.95rem;
  white-space: nowrap;
}

.location-list strong {
  color: var(--primary-color);
}

.project-location__map {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.12);
  background: #f1f3f0;
}

.project-location__map img,
.project-location__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: none;
}

@media (max-width: 991px) {
  .project-location__layout {
    grid-template-columns: 1fr;
  }
}

.location-group {
  margin-bottom: 2rem;
}

.location-group h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 0.5rem;
}

.location-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-group li {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f8f9fa;
}

.location-group li:last-child {
  border-bottom: none;
}

.location-group .icon {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  color: #6c757d;
  width: 20px;
  text-align: center;
}

.location-group .place-name {
  font-weight: 500;
  color: #333;
  flex: 1;
}

.location-group .distance {
  font-size: 0.9rem;
  color: #6c757d;
  margin-left: auto;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-star::before {
  content: "\2605";
}

.icon-location::before {
  content: "\1F4CD";
}

.project-location__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  color: rgba(0, 0, 0, 0.5);
  font-size: .95rem;
}

/* Homepage Projects Showcase */
.projects-showcase {
  padding: 100px 0;
  background: #f4f6f4;
}

.projects-showcase .section-header-center {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.projects-heading {
  font-family: 'Prompt', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 16px;
}

.projects-subheading {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}


.projects-filter {
  display: inline-flex;
  justify-content: center;
  padding: 20px 24px;
  border-radius: 0 32px 0 0;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(47, 64, 32, 0.12);
}

.projects-filter-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
}

.projects-filter__inner {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.projects-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px !important;
  border-radius: 999px;
  border: 1px solid #d6dccf;
  background: #ffffff;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7b8274;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: auto;
  justify-content: center;
  box-shadow: inset 0 -1px 3px rgba(180, 190, 176, 0.18);
  white-space: nowrap;
  text-decoration: none;
}

.projects-filter__btn .filter-icon {
  width: 14px;
  height: 14px;
}

.projects-filter__btn.active {
  background: #2f4f23;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 26px 40px rgba(47, 79, 35, 0.35);
}

.projects-filter__btn:not(.active):hover {
  border-color: #c7d0c2;
  color: #4c5d3f;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

/* Project card fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card {
  background: #fff;
  border-radius: 0 18px 0 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  /* Initially hidden for animation */
  opacity: 0;
  transform: translateY(30px);
  max-width: 100%;
}

.project-card.animate-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.12);
}

.project-card__media {
  position: relative;
  padding-bottom: 62%;
  overflow: hidden;
}

.project-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease, transform 0.3s ease !important;
}

.project-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #e53935;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.project-card__badge--highlight {
  background: #f39c12;
}

.project-card__body {
  padding: 26px 28px 0;
  flex: 1;
}

.project-card__body h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1f1f1f;
}

.project-card__location {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  margin: 0 0 10px 0;
}

.project-card__description {
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 18px 0;
  line-height: 1.6;
  font-size: 13px;
}

.project-card__amenities {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0 0 26px 0;
  color: rgba(0, 0, 0, 0.6);
}

.project-card__amenities li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

.project-card__amenities i {
  color: #365523;
  font-size: 1rem;
  width: 16px;
  text-align: center;
}

.project-card__amenities strong {
  color: #365523;
  font-size: 1.1rem;
}

.project-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.project-card__price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1f1f1f;
}

.project-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #365523;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s ease;
}

.project-card__cta:hover {
  background: #4a7030;
}

/* Project Card Hover Effects */
.project-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease !important;
}

.project-card__name-en {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0 20px;
  line-height: 1.3;
}

.project-card:hover .project-card__media img {
  filter: blur(3px) !important;
  transform: scale(1.05) !important;
}

.project-card:hover .project-card__overlay {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .projects-filter {
    max-width: 100%;
    padding: 16px 20px;
    border-radius: 0 28px 0 0;
  }

  .projects-filter__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .projects-filter__btn {
    flex: 0 1 auto;
    padding: 10px 12px !important;
    min-width: auto;
    font-size: 0.85rem;
  }

  .project-card__body h3 {
    font-size: 1.6rem;
  }

  .project-card__description {
    font-size: 1.25rem;
  }

  .project-card__amenities li {
    font-size: 0.95rem;
  }

  .project-card__price {
    font-size: 1.3rem;
  }
}

.sticky-social-buttons {
  position: fixed;
  right: 24px;
  bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 2000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

.sticky-social-button {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aeb4aa;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, filter .2s ease;
}

.sticky-social-button svg {
  width: 22px;
  height: 22px;
  color: #ffffff;
}

.sticky-line,
.sticky-facebook {
  background: #aeb4aa;
}

.btn-back-to-top {
  background: #aeb4aa;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.sticky-social-button:hover {
  background: #2f4f23;
}

@media (max-width: 767px) {
  .sticky-social-buttons {
    right: 16px;
    bottom: 120px;
  }
}


.navigation .right .navigation-links li a {
  color: #ffffff;
}

.navigation.background-is-dark .right .navigation-links li a {
  color: #ffffff;
}

.project-location__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
}

.project-location__primary {
  display: grid;
  gap: 24px;
}

.project-location__map-embed iframe {
  width: 100%;
  height: 360px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.12);
}

.project-location__graphic img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.1);
}

.project-location__lists {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.location-list-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08);
}

.location-list-card h4 {
  margin: 0 0 18px 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #b62891;
}

.location-list-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.location-list-card li {
  display: flex;
  justify-content: space-between;
  font-size: .95rem;
  color: rgba(0, 0, 0, 0.7);
}

.location-list-card li strong {
  font-weight: 600;
  color: #381d75;
}

@media (max-width: 991px) {
  .project-location__grid {
    grid-template-columns: 1fr;
  }

  .project-location__map-embed iframe {
    height: 300px;
  }
}

/* Hero Banner CTA Button */
.btn-primary-cta {
  background-color: #ffffff !important;
  color: #365523 !important;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}

.btn-primary-cta:hover {
  background-color: #365523 !important;
  /* Primary Brand Green */
  color: #ffffff !important;
  /* White text */
  text-decoration: none !important;
  transform: translateY(-3px);
  /* Lift effect */
  box-shadow: 0 6px 15px rgba(54, 85, 35, 0.3);
  /* Green-tinted shadow */
}

.btn-primary-cta:focus,
.btn-primary-cta:active {
  background-color: #ffffff !important;
  color: #365523 !important;
  text-decoration: none !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(54, 85, 35, 0.2);
}

/* Removed overly broad font fix - register form has correct sizing */

/* Project Details Layout - Details Left with Image Right and Triangle Border */
.project-details__layout {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 60vh;
}

.project-details__content-left {
  flex: 1;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
}

.project-details__content-left .details-definition {
  width: 100%;
}

.project-details__visual-right {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}

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

.project-details__visual-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100% 0 0 60px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .project-details__layout {
    flex-direction: column;
  }

  .project-details__visual-left {
    flex: none;
    min-height: 250px;
  }

  .project-details__visual-left::after {
    display: none;
  }

  .project-details__content-right {
    padding: 1.5rem;
  }
}

/* House Type Filter Styles */
.house-type-filters {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  padding: 8px 18px;
  width: fit-content;
  border-radius: 0 32px 0 0;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(47, 64, 32, 0.12);
}

/* Location Filter Styles - Separate from House Type Filters */
.location-filters {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  padding: 8px 18px;
  width: fit-content;
  border-radius: 0 32px 0 0;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(47, 64, 32, 0.12);
}

.filter-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid #d6dccf;
  background: #ffffff;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7b8274;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: auto;
}

.filter-btn i {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.filter-btn.active {
  background: #2f4f23;
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 26px 40px rgba(47, 79, 35, 0.35);
}

.filter-btn:not(.active):hover {
  border-color: #c7d0c2;
  color: #4c5d3f;
}


/* House Type Display */
.house-type-display {
  margin-top: 3rem;
}

.house-type-item {
  margin-bottom: 4rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.house-type-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Image Container */
.house-image-container {
  position: relative;
}

.house-main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.house-image-thumbnails {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: center;
}

.thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  border-color: var(--primary-color, #365523);
  transform: scale(1.05);
}

/* Details Container */
.house-details-container {
  padding: 1rem 0;
}

.house-title-section {
  margin-bottom: 2rem;
}

.house-title {
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color, #365523);
  margin-bottom: 0.5rem;
}

.house-description {
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Specifications Grid */
.house-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.spec-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--primary-color, #365523);
  font-size: 18px;
  flex-shrink: 0;
}

.spec-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.spec-label {
  font-family: "Sarabun", sans-serif;
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
  margin: 0;
}

.spec-value {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}


/* Price Section */
.house-price {
  background: linear-gradient(135deg, var(--primary-color, #365523), var(--secondary-color, #4A7030));
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  color: #fff;
}

.price-label {
  display: block;
  font-family: "Sarabun", sans-serif;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.price-value {
  font-family: "Prompt", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

/* Responsive Design for House Type Filters */
@media (max-width: 1024px) {
  .house-type-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .house-specs-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .filter-btn {
    width: 100%;
    max-width: 280px;
  }

  .house-main-image {
    height: 250px;
  }

  .house-title {
    font-size: 1.5rem;
  }

  .house-image-thumbnails {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
  }

  .thumbnail {
    flex-shrink: 0;
  }
}

/* Responsive Design for House Type Filters */
@media (max-width: 768px) {
  .house-type-filters {
    padding: 22px 18px;
    border-radius: 0 28px 0 0;
  }

  .filter-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 12px);
    padding: 8px;
    min-width: auto;
  }
}

/* Additional responsive styles for house specifications */
@media (max-width: 768px) {
  .house-specs-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
  }

  .spec-item {
    gap: 0.5rem;
  }

  .spec-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

/* Gallery Filters Styling - Match House Type Filters */
.gallery-filters {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px;
  padding: 8px 18px;
  width: fit-content;
  background: #ffffff;
  border-radius: 0 32px 0 0;
  box-shadow: 0 20px 45px rgba(47, 64, 32, 0.12);
}

.gallery-filters .filter-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Gallery filters use the same .filter-btn styles as house type filters */


.project-gallery .gallery-card {
  position: relative !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: block !important;
  height: 200px !important;
  width: 100% !important;
  background: #f0f0f0 !important;
}

.project-gallery .gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.project-gallery .gallery-card img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.3s ease;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  vertical-align: top !important;
}

.project-gallery .gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 20px;
}

.project-gallery .gallery-card:hover .gallery-overlay {
  opacity: 1;
}

/* Gallery Filter Classes */
.project-gallery .gallery-card.gallery-hidden {
  display: none !important;
}

/* Ensure proper grid flow when items are hidden */
.project-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2rem;
  grid-auto-flow: row;
}

/* Responsive Design for Gallery */
@media (max-width: 1024px) {
  .project-gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* Responsive Design for Gallery Filters - Match House Type Filters */
@media (max-width: 768px) {
  .project-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-filters {
    padding: 22px 18px;
    border-radius: 0 28px 0 0;
  }

  .gallery-filters .filter-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .gallery-filters .filter-btn {
    flex: 1 1 calc(50% - 12px);
    padding: 8px;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .project-gallery .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-filters .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .gallery-filters .filter-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ========================================
   FLOOR PLAN MODAL STYLES
   ======================================== */

/* New Layout Container */
.house-type-layout-new {
  position: relative;
}

/* Floor Plan Modal */
.floor-plan-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.floor-plan-modal.active {
  display: flex;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Floor Plan Content Layout */
.floor-plan-content {
  display: flex;
  width: 100%;
  max-width: 1400px;
  height: 80vh;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  flex-direction: row;
}

/* Main Floor Plan Image (LEFT SIDE) */
.floor-plan-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  padding: 40px;
  order: 1;
}

.main-floor-plan {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Specifications Panel (RIGHT SIDE) */
.floor-plan-specs {
  width: 320px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dee2e6;
  order: 2;
}

.specs-header {
  margin-bottom: 30px;
}

.specs-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 15px;
  line-height: 1.4;
}

.floor-indicator {
  background: white;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
}

.floor-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color, #365523);
  margin-bottom: 4px;
}

.floor-subtitle {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

/* Specs Grid */
.specs-grid {
  margin-bottom: 25px;
}

.spec-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row .spec-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color, #365523);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.spec-row .spec-icon i {
  color: white;
  font-size: 16px;
}

.spec-info {
  flex: 1;
}


.spec-unit {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

/* Floor Details */
.floor-details {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-top: auto;
}

.detail-item {
  padding: 8px 0;
  font-size: 14px;
  color: #495057;
  border-bottom: 1px solid #f1f3f4;
}

.detail-item:last-child {
  border-bottom: none;
}

/* Floor Plan Thumbnails */
.floor-plan-thumbnails {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.floor-thumbnail {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.floor-thumbnail:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.floor-thumbnail.active {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: 3px solid var(--primary-color, #365523);
}

.floor-thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  display: block;
}

.thumbnail-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 8px 4px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.selected-indicator {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--primary-color, #365523);
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* House Preview Card (Trigger) */
.house-preview-card {
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.house-preview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: var(--primary-color, #365523);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .floor-plan-content {
    max-width: 95%;
    height: 85vh;
  }

  .floor-plan-specs {
    width: 280px;
    padding: 25px;
  }
}

@media (max-width: 968px) {
  .floor-plan-content {
    flex-direction: column;
    height: 90vh;
    max-height: none;
  }

  .floor-plan-main {
    flex: 1;
    padding: 20px;
    order: 1;
  }

  .floor-plan-specs {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    border-left: none;
    border-top: 1px solid #dee2e6;
    padding: 20px;
    order: 2;
  }

  .floor-plan-thumbnails {
    bottom: 20px;
    padding: 10px 15px;
    gap: 10px;
  }

  .floor-thumbnail img {
    width: 60px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .floor-plan-modal {
    padding: 10px;
  }

  .modal-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }

  .floor-plan-content {
    height: 95vh;
    border-radius: 12px;
  }

  .floor-plan-main {
    padding: 15px;
    order: 1;
  }

  .floor-plan-specs {
    padding: 15px;
    height: 250px;
    order: 2;
  }

  .specs-header h4 {
    font-size: 16px;
  }


  .floor-plan-thumbnails {
    bottom: 10px;
    padding: 8px 12px;
    gap: 8px;
  }

  .floor-thumbnail img {
    width: 50px;
    height: 38px;
  }

  .thumbnail-label {
    font-size: 9px;
    padding: 6px 2px 2px;
  }
}

/* ================================================= */
/* INLINE HOUSE TYPE LAYOUT STYLES */
/* ================================================= */

.house-type-card-inline {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  border: 2px solid #f8f9fa;
  transition: all 0.3s ease;
  width: 100%;
}

.house-type-card-inline:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.house-main-content {
  display: flex;
  flex-direction: row;
  min-height: 400px;
}

/* Floor Plan Section (LEFT SIDE) */
.house-floorplan-section {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  background: transparent;
  position: relative;
}

.main-floorplan-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: transparent;
}

.main-floorplan-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Thumbnail Navigation */
.floorplan-thumbnails {
  display: flex;
  gap: 8px;
  padding: 15px 20px;
  background: #ffffff;
  justify-content: center;
}

.floorplan-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 2px solid transparent;
  min-width: 70px;
}

.floorplan-thumb:hover {
  border-color: #365523;
  transform: translateY(-2px);
}

.floorplan-thumb.active {
  border-color: #365523;
  background: #f0f7ff;
}

.floorplan-thumb img {
  width: 50px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 4px;
}

.thumb-label {
  font-size: 10px;
  font-weight: 500;
  color: #666;
  text-align: center;
  line-height: 1.2;
}

.floorplan-thumb.active .thumb-label {
  color: #365523;
  font-weight: 600;
}

/* House Information Section (RIGHT SIDE) */
.house-info-section {
  flex: 0 0 30%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.house-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 20px;
}

.house-header .house-title {
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 12px;
  line-height: 1.3;
}

.floor-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
}

.floor-label {
  background: #365523;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.floor-subtitle {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* Specifications Grid */
.house-specs {
  margin-bottom: 25px;
}

.spec-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #365523;
  font-size: 18px;
  flex-shrink: 0;
}

.spec-details {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.spec-number {
  font-size: 16px;
  font-weight: normal;
  color: #2d3748;
}

.spec-unit {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* House Features */
.house-features {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.feature-item {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.5;
  margin-bottom: 8px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

/* Price Section */
.house-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.price-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.price-value {
  font-size: 22px;
  font-weight: 700;
  color: #365523;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .house-main-content {
    flex-direction: column;
    min-height: auto;
  }

  .house-floorplan-section {
    order: 1;
  }

  .house-info-section {
    order: 2;
    border-left: none;
    border-top: 1px solid #e9ecef;
    padding: 20px;
  }

  .main-floorplan-container {
    padding: 15px;
  }

  .house-header .house-title {
    font-size: 20px;
  }

  .spec-number {
    font-size: 14px;
  }

  .floorplan-thumbnails {
    padding: 10px 15px;
    gap: 6px;
  }

  .floorplan-thumb {
    min-width: 60px;
    padding: 6px;
  }

  .floorplan-thumb img {
    width: 40px;
    height: 32px;
  }
}

.validation-summary {
  color: #c53030;
  margin-bottom: 16px;
  font-size: .9rem;
}

.validation-summary ul {
  margin: 0;
  padding-left: 20px;
}

/* Enhanced Validation Summary Styles */
.validation-summary-container {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.1);
}

.validation-summary-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #721c24;
}

.validation-summary-header i {
  font-size: 1.2rem;
  margin-right: 8px;
  color: #dc3545;
}

.validation-summary-header strong {
  font-size: 1rem;
  font-weight: 600;
}

.validation-summary-content {
  margin-left: 24px;
}

.validation-summary-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.validation-summary-list li {
  color: #721c24;
  padding: 6px 0;
  font-size: 0.95rem;
  position: relative;
  padding-left: 20px;
}

.validation-summary-list li::before {
  content: "•";
  color: #dc3545;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 6px;
}

/* Responsive adjustments for validation summary */
@media (max-width: 768px) {
  .validation-summary-container {
    padding: 15px;
    margin-bottom: 20px;
  }

  .validation-summary-header {
    margin-bottom: 8px;
  }

  .validation-summary-content {
    margin-left: 20px;
  }
}

/* Features Section Styles - Modern Horizontal Layout */
.features-section {
  padding: 50px 0 0 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.features-section::before {
  display: none;
}

.features-section .section-header-center {
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.features-section.animate-in .section-header-center {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.features-heading {
  font-size: 2.8rem;
  color: #2c3e50;
  margin-bottom: 25px;
  font-weight: 700;
  font-family: 'Prompt', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.features-heading b {
  color: #365523;
  position: relative;
}

.features-heading b::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #365523, #4a7c2a);
  border-radius: 2px;
  opacity: 0.7;
}

.features-subheading {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Full-width Horizontal Grid Layout */
.features-horizontal-grid {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  height: 660px;
  border-radius: 0 !important;
  overflow: hidden;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  position: relative;
  box-shadow: none !important;
}

.features-horizontal-grid::before {
  display: none;
}

.feature-box {
  flex: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Animation when section comes into view */
.features-section.animate-in .feature-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Staggered animation for each feature box */
.features-section.animate-in .feature-box:nth-child(1) {
  transition-delay: 0.1s;
}

.features-section.animate-in .feature-box:nth-child(2) {
  transition-delay: 0.25s;
}

.features-section.animate-in .feature-box:nth-child(3) {
  transition-delay: 0.4s;
}

.features-section.animate-in .feature-box:nth-child(4) {
  transition-delay: 0.55s;
}

.feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(54, 85, 35, 0.2) 50%,
      rgba(74, 124, 42, 0.18) 100%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(1px);
}

.feature-box:hover .feature-overlay {
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(54, 85, 35, 0.15) 50%,
      rgba(74, 124, 42, 0.13) 100%);
  backdrop-filter: blur(2px);
}

.feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.1) 50%,
      transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  z-index: 2;
}

.feature-box:hover::before {
  transform: translateX(100%);
}

.feature-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Initially show only the title */
.feature-content h2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease;
}

/* Hide everything else initially */
.feature-content .feature-icon,
.feature-content p {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature-box:hover .feature-content {
  transform: translateY(0);
  opacity: 1;
}

/* Show hidden elements on hover */
.feature-box:hover .feature-content .feature-icon,
.feature-box:hover .feature-content p {
  transform: translateY(0);
  opacity: 1;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.feature-box:hover .feature-icon {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.feature-icon::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid #365523;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon::after {
  opacity: 0.3;
  transform: scale(1);
}

.feature-icon i {
  font-size: 1.8rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.feature-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: 'Montserrat', 'Prompt', sans-serif;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 1.8rem;
}

.feature-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.3));
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.feature-box:hover .feature-title::after {
  transform: scaleX(1);
}

.feature-description {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  font-family: 'Sarabun', sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 1.25rem;
  font-weight: 400;
}

.feature-content h3 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', 'Prompt', sans-serif;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 2.4rem;
}

.feature-content p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  margin: 0;
  font-family: 'Sarabun', sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 400;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 1199px) {
  .features-section {
    padding: 80px 0;
  }

  .features-heading {
    font-size: 2.4rem;
  }

  .features-horizontal-grid {
    height: 576px;
  }

  .feature-content {
    padding: 35px 15px;
  }

  .feature-title {
    font-size: 1.6rem;
  }

  .feature-content h3 {
    font-size: 2.0rem;
  }

  .feature-content p {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .features-section {
    padding: 70px 0;
  }

  .features-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .features-horizontal-grid {
    height: 504px;
    border-radius: 0 !important;
    gap: 0 !important;
    flex-direction: row;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
  }

  .feature-content {
    padding: 25px 12px;
  }

  .feature-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .feature-content h3 {
    font-size: 1.8rem;
  }

  .feature-description {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .feature-content p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .features-section {
    padding: 60px 0;
  }

  .features-section .section-header-center {
    margin-bottom: 50px;
    padding: 0 20px;
  }

  .features-heading {
    font-size: 2rem;
    margin-bottom: 18px;
    line-height: 1.3;
  }

  .features-subheading {
    font-size: 1rem;
    line-height: 1.5;
  }

  .features-horizontal-grid {
    /* Keep horizontal on mobile to match design */
    flex-direction: row;
    height: 300px;
    border-radius: 0 !important;
    gap: 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
  }

  .feature-box {
    height: 300px;
    min-height: 300px;
    width: 100%;
  }

  .feature-content {
    padding: 30px 25px;
    text-align: center;
  }

  .feature-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .feature-content h3 {
    font-size: 1.8rem;
  }

  .feature-description {
    font-size: 1.4rem;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto;
  }

  .feature-content p {
    font-size: 1.4rem;
  }
}

/* Extra small phones - Prime Location text fix */
@media (max-width: 480px) {
  .feature-content {
    padding: 25px 20px;
  }

  .feature-content h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .feature-content p {
    font-size: 1.6rem !important;
    line-height: 1.5;
    font-weight: 400;
  }

  .feature-description {
    font-size: 1.6rem !important;
  }
}

/* Nearby Locations Icon Styles */
.icon-nearby {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  background-color: #C2185B;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.category-icon i,
.category-icon .icon-nearby {
  font-size: 32px;
  color: white;
  width: auto;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.location-column {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  transform: translateY(0);
  opacity: 1;
  height: auto;
  justify-content: flex-start;
}

.location-column:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Animation for cards on load */
.location-grid {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

.location-column {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.location-grid.animate-in .location-column {
  opacity: 1;
  transform: translateY(0);
}

.location-grid.animate-in .location-column:nth-child(1) {
  transition-delay: 0.3s;
}

.location-grid.animate-in .location-column:nth-child(2) {
  transition-delay: 0.6s;
}

.location-grid.animate-in .location-column:nth-child(3) {
  transition-delay: 0.9s;
}

.location-grid.animate-in .location-column:nth-child(4) {
  transition-delay: 1.2s;
}

.location-grid.animate-in .location-column:nth-child(5) {
  transition-delay: 1.5s;
}

/* Removed old keyframes - now using CSS transitions for smoother animation */

.location-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}

.location-category .category-icon {
  width: 64px;
  height: 64px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.location-category .category-icon i {
  color: white;
  font-size: 1.76rem;
}

.location-category h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

.location-column {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .location-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .location-column {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .location-column {
    min-height: 240px;
  }
}

@media (max-width: 480px) {
  .location-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .location-column {
    min-height: 220px;
  }
}

/* Concept Section Typography */


.concept-row p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}

.concept-text-section {
  padding: 20px 0;
}

.concept-image-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .concept-row h3 {
    font-size: 20px;
  }

  .concept-row p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .concept-row h3 {
    font-size: 18px;
  }

  .concept-row p {
    font-size: 16px;
  }
}

/* Google Maps Info Window Styles */
.gmap-info-window {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px;
  font-size: 14px;
}

.gmap-info-window h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.gmap-info-window p {
  margin: 8px 0;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.gmap-info-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.gmap-info-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gmap-info-window a {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background-color: #FF6B35;
  color: white !important;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.gmap-info-window a:hover {
  background-color: #E55A24;
}

/* Map Container - Iframe styling */
.location-map {
  position: relative;
  width: 100%;
}

.location-map iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 4px;
}

/* Map Info Window Overlay */
.map-info-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  max-width: 320px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}

.map-info-overlay.hidden {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.info-window-popup {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.info-window-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #f0f0f0;
}

.info-window-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-window-content {
  padding: 15px;
  font-family: 'Sarabun', 'Prompt', sans-serif;
}

.info-window-content h3 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
}

.info-window-content .address {
  margin: 0 0 8px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.info-window-content .rating {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.info-window-content .rating .stars {
  color: #FFC107;
  font-size: 13px;
  letter-spacing: 1px;
}

.info-window-content .rating .reviews {
  font-size: 11px;
  color: #999;
}

.info-window-content .description {
  margin: 8px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.info-window-content .view-map-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background-color: #FF6B35;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.info-window-content .view-map-btn:hover {
  background-color: #E55A24;
}

@media (max-width: 768px) {
  .location-map iframe {
    height: 350px;
  }

  .map-info-overlay {
    top: 10px;
    left: 10px;
    max-width: 280px;
  }

  .info-window-image {
    height: 120px;
  }

  .info-window-content {
    padding: 12px;
  }

  .info-window-content h3 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .location-map iframe {
    height: 300px;
  }

  .map-info-overlay {
    top: 5px;
    left: 5px;
    max-width: calc(100% - 10px);
  }

  .info-window-popup {
    border-radius: 6px;
  }

  .info-window-image {
    height: 100px;
  }

  .info-window-content {
    padding: 10px;
  }

  .info-window-content h3 {
    font-size: 13px;
  }

  .info-window-content .address {
    font-size: 11px;
  }
}

/* Hero Slide Clickable Styles */
.hero-slide-clickable {
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
}

.hero-slide-clickable:hover {
  opacity: 0.85 !important;
}

.hero-slide-clickable::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hero-slide:hover .hero-slide-clickable::after {
  opacity: 1;
}

/* Dropdown Menu Styling for Project Structure - Two Column Layout */
.dropdown-menu-columns {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 900px !important;
  padding: 0 !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000 !important;
  gap: 0 !important;
}

.dropdown-column {
  display: block !important;
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  list-style: none !important;
  border-right: 1px solid #e0e0e0 !important;
}

.dropdown-column:last-child {
  border-right: none !important;
}

.column-header {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #365523;
  padding: 15px;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  width: 100%;
}

.dropdown-menu .dropdown-header.sub-header {
  font-weight: 600;
  font-size: 12px;
  color: #365523;
  padding: 10px 0 6px 0;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 8px 0 0 0;
  display: block;
}

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

.projects-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.projects-list li a {
  display: block;
  padding: 3px 5px;
  color: #CCCCCC;
  font-size: 5px !important;
  text-decoration: none;
  border-radius: 2px;
  margin: 2px 0;
}

.projects-list li a:hover {
  background-color: #f5f5f5;
  color: #365523;
  font-weight: 500;
}

.dropdown-menu li {
  list-style: none;
}

/* Professional Full-Screen Project Menu - Transparent Background */
.dropdown .dropdown-menu.dropdown-menu-columns {
  display: flex !important;
  flex-direction: row !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  padding: 0 !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  gap: 0 !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  margin: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: blur(2px) !important;
}

/* Left Content Area - Two Column Projects (ACTIVE) */
.dropdown-menu.dropdown-menu-columns>li.dropdown-column:first-child {
  width: 65% !important;
  flex: 0 0 65% !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-left: none !important;
  border-right: 1px solid rgba(224, 224, 224, 0.5) !important;
  overflow-y: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  order: 1 !important;
}

/* Right Sidebar - Categories (SOLD OUT) */
.dropdown-menu.dropdown-menu-columns>li.dropdown-column:last-child {
  width: 35% !important;
  flex: 0 0 35% !important;
  background-color: rgba(250, 250, 250, 0.9) !important;
  border-left: 1px solid rgba(224, 224, 224, 0.5) !important;
  border-right: none !important;
  overflow-y: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  list-style: none !important;
  order: 2 !important;
}

/* Column Headers - ACTIVE/SOLD OUT */
.dropdown-menu.dropdown-menu-columns .column-header {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #fff !important;
  background-color: #365523 !important;
  padding: 18px 30px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  display: flex !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
}

/* Hide close button from first column */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .column-header::after {
  display: none !important;
}

/* Add close button to second column */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:last-child .column-header::after {
  content: '×' !important;
  font-size: 28px !important;
  cursor: pointer !important;
  color: #fff !important;
  line-height: 1 !important;
  margin-left: auto !important;
}

/* Sub-headers for categories */
.dropdown-menu.dropdown-menu-columns .dropdown-header.sub-header {
  font-family: 'Sarabun', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #333 !important;
  padding: 16px 30px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f0f0f0 !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

/* Left side sub-headers (ACTIVE projects) */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .dropdown-header.sub-header {
  color: #365523 !important;
  font-weight: 700 !important;
  padding: 18px 30px !important;
}

.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .dropdown-header.sub-header:hover {
  background-color: #f5f5f5 !important;
}

/* Right side sub-headers (SOLD OUT categories) */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:last-child .dropdown-header.sub-header {
  color: #666 !important;
  font-weight: 500 !important;
  padding: 14px 30px !important;
  border-bottom: none !important;
}

.dropdown-menu.dropdown-menu-columns li.dropdown-column:last-child .dropdown-header.sub-header:hover {
  background-color: #f0f0f0 !important;
  color: #365523 !important;
}

/* Projects list - hide right sidebar lists */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:last-child .projects-list {
  display: none !important;
}

/* Projects list - left side two-column grid */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .projects-list {
  list-style: none !important;
  padding: 25px 30px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.dropdown-menu.dropdown-menu-columns .projects-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
}

.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .projects-list li a {
  display: block !important;
  padding: 14px 16px !important;
  color: #333 !important;
  font-family: 'Sarabun', sans-serif !important;
  font-size: 5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  margin: 0 !important;
  transition: all 0.25s ease !important;
  background-color: #fff !important;
  border: 1px solid #e8e8e8 !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}

.dropdown-menu.dropdown-menu-columns li.dropdown-column:first-child .projects-list li a:hover {
  background-color: #f9f9f9 !important;
  color: #365523 !important;
  border-color: #365523 !important;
  box-shadow: 0 2px 8px rgba(54, 85, 35, 0.1) !important;
}

/* Hide right sidebar projects */
.dropdown-menu.dropdown-menu-columns li.dropdown-column:last-child .projects-list li {
  display: none !important;
}

/* Scrollbar styling */
.dropdown-menu.dropdown-menu-columns::-webkit-scrollbar {
  width: 8px !important;
}

.dropdown-menu.dropdown-menu-columns::-webkit-scrollbar-track {
  background: transparent !important;
}

.dropdown-menu.dropdown-menu-columns::-webkit-scrollbar-thumb {
  background: #ccc !important;
  border-radius: 4px !important;
}

.dropdown-menu.dropdown-menu-columns::-webkit-scrollbar-thumb:hover {
  background: #999 !important;
}

/* ==================================================== */
/* LAZY LOADING ANIMATIONS */
/* ==================================================== */

/* Base state - elements start visible but can be animated */
.lazy-load {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

/* Hidden state when JS is loaded */
.lazy-animations-enabled .lazy-load:not(.loaded) {
  opacity: 0;
  transform: translateY(50px);
}

/* Active state when element becomes visible */
.lazy-load.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in animation variant */
.lazy-fade {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.lazy-animations-enabled .lazy-fade:not(.loaded) {
  opacity: 0;
}

.lazy-fade.loaded {
  opacity: 1;
}

/* Slide in from left */
.lazy-slide-left {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy-animations-enabled .lazy-slide-left:not(.loaded) {
  opacity: 0;
  transform: translateX(-100px);
}

.lazy-slide-left.loaded {
  opacity: 1;
  transform: translateX(0);
}

/* Slide in from right */
.lazy-slide-right {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lazy-animations-enabled .lazy-slide-right:not(.loaded) {
  opacity: 0;
  transform: translateX(100px);
}

.lazy-slide-right.loaded {
  opacity: 1;
  transform: translateX(0);
}

/* Scale in animation */
.lazy-scale {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lazy-animations-enabled .lazy-scale:not(.loaded) {
  opacity: 0;
  transform: scale(0.8);
}

.lazy-scale.loaded {
  opacity: 1;
  transform: scale(1);
}

/* Stagger animation for multiple elements */
.lazy-stagger {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lazy-animations-enabled .lazy-stagger:not(.loaded) {
  opacity: 0;
  transform: translateY(30px);
}

.lazy-stagger.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay classes */
.lazy-stagger:nth-child(1).loaded {
  transition-delay: 0.1s;
}

.lazy-stagger:nth-child(2).loaded {
  transition-delay: 0.2s;
}

.lazy-stagger:nth-child(3).loaded {
  transition-delay: 0.3s;
}

.lazy-stagger:nth-child(4).loaded {
  transition-delay: 0.4s;
}

.lazy-stagger:nth-child(5).loaded {
  transition-delay: 0.5s;
}

.lazy-stagger:nth-child(6).loaded {
  transition-delay: 0.6s;
}

/* Text reveal animation */
.lazy-text-reveal {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: opacity 0.8s ease, clip-path 1s ease;
}

.lazy-animations-enabled .lazy-text-reveal:not(.loaded) {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.lazy-text-reveal.loaded {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Section-specific animations */
.section-animate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lazy-animations-enabled .section-animate:not(.loaded) {
  opacity: 0;
  transform: translateY(40px);
}

.section-animate.loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Reduced motion preference support */
@media (prefers-reduced-motion: reduce) {

  .lazy-load,
  .lazy-fade,
  .lazy-slide-left,
  .lazy-slide-right,
  .lazy-scale,
  .lazy-stagger,
  .lazy-text-reveal,
  .section-animate {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* Success Page and Modal Styles */
.success-container {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.success-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.success-container .container {
  position: relative;
  z-index: 2;
}

.success-card {
  background: transparent;
  padding: 60px 40px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* Modal specific overrides */
.modal-content .success-card {
  padding: 20px;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #365523;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.success-icon i {
  color: white;
  font-size: 36px;
}

.success-title {
  color: #365523;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.success-message {
  color: #666;
  font-size: 18px;
  /* Slightly larger than body for emphasis, user requested "enhance font size" so keeping > 16px is good */
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.success-message p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

.success-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.success-actions .btn-primary {
  background: #365523;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  /* Ensure 16px */
}

.success-actions .btn-secondary {
  background: transparent;
  color: #666;
  /* Default text color */
  padding: 15px 30px;
  border: 2px solid #afb5b2;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  /* Ensure 16px */
}

.success-actions .btn-secondary:hover {
  background: #61676d;
  color: white;
  text-decoration: none;
}

/* Social Buttons */
.social-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 30px;
  flex-direction: row;
}

.btn-line,
.btn-facebook,
.btn-phone {
  background: #afb5b2;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  /* STANDARDIZED TO 16PX */
  transition: all 0.3s ease;
}

.btn-line:hover,
.btn-facebook:hover,
.btn-phone:hover {
  background: #9ba19e;
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .success-card {
    padding: 40px 20px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-message {
    font-size: 16px;
  }

  .success-actions {
    flex-direction: column;
    align-items: center;
  }

  .success-actions .btn-primary,
  .success-actions .btn-secondary {
    width: 100%;
    max-width: 300px;
  }

  .social-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-line,
  .btn-facebook,
  .btn-phone {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 15px 20px;
    font-size: 16px;
    /* Ensure 16px on mobile too */
  }
}

/* reCAPTCHA Styling */
.recaptcha-placeholder {
  font-size: 16px !important;
  /* Force 16px */
}

#recaptchaMessage {
  font-size: 16px !important;
  /* Force 16px */
}