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

 01. Basics style
 02. Helper style
 03. Selection style 
 04. Preloader style
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider-fade style (Homepage Slider)
 10. Slider style (Inner Page Slider)
 11. Kenburns Slider style
 12. Slider Grid Background style
 13. Page Banner Header style
 14. Video Background style
 15. Team style
 16. Rooms 2 style
 17. Rooms 3 style
 18. Rooms Page style
 19. Services style
 20. Restaurant Menu style
 21. Facilties style
 22. Clients style
 23. Gallery style
 24. Promo Video and Testimonials style
 25. Booking style

 27. Careers style
 28. Accordion Box (for Faqs) style
 29. News 1 style
 30. News 2 style
 31. Post style
 32. Contact style
 33. Buttons style
 34. Coming Soon
 35. 404 Page style
 36. Footer style
 37. toTop Button style
 38. Overlay Effect Bg image style
 39. Responsive (Media Query)
 
------------------------------------------------------- */

/* ======= Custom Fonts ======= */
@font-face {
    font-family: 'Rustico';
    src: url('../fonts/Rustico-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255,255,255,0.6);
    overflow-x: hidden !important;
    background: #1b1b1b;
}
p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rustico', serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #593630;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    background-image: none;
    border: none;
    border: 1px solid rgba(89, 54, 48, 0.2);
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #593630;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}

table, th, tr, td {
    border: 1px solid rgba(89, 54, 48, 0.2);
} 


th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: 'Rustico', serif;
    text-transform: uppercase;
    background: #593630;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.alert-success {
    background: transparent;
    color: rgba(255,255,255,0.6);
    border: 1px solid #593630;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
::-moz-placeholder {
    color: rgba(255,255,255,0.6);
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #222;
    overflow: hidden;
    margin: 35px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255,255,255,0.6);
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: rgba(255,255,255,0.6);
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 15px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #593630;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #593630;
}


/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Rustico', serif;;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}

:root { scroll-behavior: auto; }

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

/* background & color */


.bg-darkgray {
    background: #222;
}

.color-1 {
color: #fff;
}
.color-2 {
color: rgba(255,255,255,0.6);
}
.color-3 {
color: rgba(255,255,255,0.6);
}
.color-4 {
color: #222;
}
.color-5 {
color: #593630;
}

.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}
/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #593630;
}
::-moz-selection {
    color: #fff;
    background: #593630;
}
::selection {
    color: #fff;
    background: #593630;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 65px;
    height: 65px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #593630;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #593630;
    border: 1px solid #593630;
}




/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav,
.services .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav {
    position: absolute!important;
    top: 35%!important;
    bottom: auto!important;
    width: 100%
}
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav,
.services .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.clients .owl-theme .owl-prev,
.team .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev,
.services .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-prev {
    left: 10px!important
}
.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.news .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-next,
.rooms1 .owl-theme .owl-next,
.services .owl-theme .owl-next,
.rooms2 .owl-theme .owl-next {
    right: 10px!important
}
.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.team .owl-theme .owl-prev,
.team .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-next,
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next,
.services .owl-theme .owl-prev,
.services .owl-theme .owl-next,
.rooms2 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-next {
    color: #fff;
    position: absolute!important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #272727;
    border: 1px solid #272727;
    line-height: 0;
    text-align: center;
    font-size: 16px
}
.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.team .owl-theme .owl-prev>span,
.team .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.rooms-page .owl-theme .owl-prev>span,
.rooms-page .owl-theme .owl-next>span,
.rooms1 .owl-theme .owl-prev>span,
.rooms1 .owl-theme .owl-next>span,
.services .owl-theme .owl-prev>span,
.services .owl-theme .owl-next>span,
.rooms2 .owl-theme .owl-prev>span,
.rooms2 .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.clients .owl-theme .owl-nav [class*=owl-],
.team .owl-theme .owl-nav [class*=owl-],
.news .owl-theme .owl-nav [class*=owl-],
.testimonials .owl-theme .owl-nav [class*=owl-],
.rooms-page .owl-theme .owl-nav [class*=owl-],
.rooms1 .owl-theme .owl-nav [class*=owl-],
.services .owl-theme .owl-nav [class*=owl-],
.rooms2 .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.clients .owl-theme .owl-nav [class*=owl-]:hover,
.team .owl-theme .owl-nav [class*=owl-]:hover,
.news .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover,
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover,
.rooms1 .owl-theme .owl-nav [class*=owl-]:hover,
.services .owl-theme .owl-nav [class*=owl-]:hover,
.rooms2 .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
}
@media screen and (max-width: 768px) {
    .clients .owl-theme .owl-nav,
    .team .owl-theme .owl-nav,
    .news .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .rooms-page .owl-theme .owl-nav,
    .rooms1 .owl-theme .owl-nav,
    .services .owl-theme .owl-nav,
    .rooms2 .owl-theme .owl-nav {
        display: none;
    }
}


.news .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.news .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: #593630;
    font-size: 20px;
    margin-bottom: 20px;
}

/* ======= Availability Section Background Style ======= */
.availability {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    min-height: 100vh;
    position: relative;
}

.availability .container {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #593630;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.section-subtitle span {
 color: #593630;
}
.section-title {
    font-size: 45px;
    font-family: 'Rustico', serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}
.section-title span {
    color: #593630;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 1px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    white-space: nowrap;
}

/* Navigation underline effects */
.navbar .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    border-radius: 50px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover {
    font-weight: 600;
    letter-spacing: 3px;
}

.navbar .navbar-nav .nav-link:hover::before {
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(89, 54, 48, 0.8), transparent);
    height: 2px;
}

.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #593630;
}
.navbar .navbar-nav .active {
    color: #593630 !important;
}
.navbar .navbar-nav .active i {
    color: #593630;
}
.nav-scroll {
    background: #222;
    padding: 15px 0 25px 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: auto;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #593630;
}
.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}
.nav-scroll .navbar-nav .active {
    color: #593630 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 160px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Rustico', serif;
    font-size: 36px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #593630;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/* Ensure nav-scroll has proper bottom spacing universally */
.nav-scroll .container {
    padding-bottom: 15px !important;
}

/* Force nav-scroll padding for problematic 768px-991px breakpoint - AGGRESSIVE FIX */
@media (min-width: 768px) and (max-width: 991px) {
    body .navbar.nav-scroll {
        padding: 5px 0 15px 0 !important;
        height: auto !important;
        background: #1b1b1b !important;
    }
    
    body .nav-scroll .container {
        padding-bottom: 5px !important;
        padding-top: 0 !important;
    }
    
    body .nav-scroll .logo-wrapper {
        padding: 15px 0 5px 15px !important;
    }
}

/* Address line break control - prevent unwanted breaks */
.logo-wrapper .logo span {
    white-space: nowrap; /* Prevent natural word wrapping */
}

.address-break {
    display: none; /* Hide the break by default */
}

/* Show controlled break only in the tablet range where desktop nav is still visible */
@media (min-width: 992px) and (max-width: 1200px) {
    .logo-wrapper .logo span {
        white-space: normal; /* Allow wrapping but only at our break point */
    }
    .address-break {
        display: block;
    }
}

/* Keep address on single line below 992px (mobile hamburger menu gives us room) */
@media (max-width: 991px) {
    .logo-wrapper .logo span {
        white-space: nowrap !important; /* Force single line on mobile */
    }
    .address-break {
        display: none !important; /* Hide break on mobile */
    }
}

/* Prevent navigation menu items from wrapping */
.navbar .navbar-nav .nav-link {
    white-space: nowrap;
    position: relative;
    overflow: visible;
}



/* Align navigation menu with logo */
.navbar .navbar-collapse {
    margin-top: -40px;
}

.navbar .navbar-nav.ms-auto {
    margin-top: -20px;
}

/* Ensure logo and nav alignment on larger screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }
    .logo-wrapper {
        margin-top: 0;
        flex-shrink: 0; /* Prevent logo from shrinking */
        max-width: 60%; /* Give logo more space */
    }
    .navbar-collapse {
        margin-top: -50px !important;
        margin-left: 20px; /* Push nav further right */
    }
    .navbar-nav.ms-auto {
        margin-top: -10px !important;
    }
    /* Make navigation more compact at this breakpoint */
    .navbar .navbar-nav .nav-link {
        font-size: 14px !important;
        letter-spacing: 1.8px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .navbar .navbar-nav .nav-link:hover {
        letter-spacing: 2.2px !important;
    }
}

/* Navigation alignment for screens 1200px and above */
@media (min-width: 1200px) {
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }
    .logo-wrapper {
        margin-top: 0;
    }
    .navbar-collapse {
        margin-top: -45px !important;
    }
    .navbar-nav.ms-auto {
        margin-top: -5px !important;
    }
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    /* Remove float to work with flexbox */
    /* float: left; */
}
.logo-wrapper .logo h2 {
    font-family: 'Rustico', serif;
    font-size: 36px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #593630;
    margin-bottom: 0;
    padding: 5px 0;
    letter-spacing: 1px;
    text-align: left;
}
.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 20px 0;
    width: 160px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.7);
}
.nav-scroll .dropdown .nav-link i {
    color: rgba(255, 255, 255, 0.7);
}
.nav-scroll .navbar-nav .active i {
    color: #593630;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
    color: rgba(255, 255, 255, 0.7);
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #593630;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 1%);
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(89, 54, 48, 0.1);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 190px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #222;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 90px;
    }
    .nav-scroll {
        background: #1b1b1b;
    }
    .logo-wrapper {
        float: left;
        padding: 26px 0 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 160px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 160px;
        padding: 0;
    }
    .navbar button {
        margin-right: 15px;
        outline: none !important;
        background: transparent;
        margin-top: -60px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 32px;
    }
    
    .navbar button .navbar-toggler-icon {
        width: 22px;
        height: 18px;
        margin: 0;
        background-size: 100% 100%;
        vertical-align: middle;
    }
    .navbar button:hover {
        background: rgba(89, 54, 48, 0.1);
        border: 1px solid #593630;
    }
    .navbar button:active,
    .navbar button:focus {
        background: rgba(89, 54, 48, 0.1);
        outline: none;
        border: 1px solid #593630;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    
    .navbar .navbar-nav .nav-item {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .navbar .navbar-nav {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    /* Mobile menu header with title and address - positioned at top */
    .navbar .navbar-nav {
        position: relative !important;
    }
    
    .navbar .navbar-nav::before {
        content: "THE COMPOUND" !important;
        display: block !important;
        text-align: center !important;
        padding: 30px 20px 8px 20px !important;
        margin: -20px -20px 0px -20px !important;
        background: rgba(0, 0, 0, 0.2) !important;
        font-family: 'Rustico', serif !important;
        font-size: 32px !important;
        font-weight: 400 !important;
        color: #593630 !important;
        letter-spacing: 3px !important;
        text-transform: uppercase !important;
        order: -2 !important;
    }
    
    .navbar .navbar-nav::after {
        content: "962 & 972 BUSHWICK AVENUE, BROOKLYN, NY 11221" !important;
        display: block !important;
        text-align: center !important;
        padding: 0px 20px 20px 20px !important;
        margin: 0px -20px 10px -20px !important;
        background: rgba(0, 0, 0, 0.2) !important;
        border-bottom: 2px solid rgba(89, 54, 48, 0.3) !important;
        font-family: 'Barlow Condensed', sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #fff !important;
        letter-spacing: 1px !important;
        line-height: 1.3 !important;
        order: -1 !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #fff;
        font-size: 18px !important;
        font-weight: 500 !important;
        letter-spacing: 2.5px !important;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5) !important;
        padding: 15px 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        transition: all 0.4s ease !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #593630 !important;
    }
    
    /* Mobile navigation hover effects - Full width highlighting */
    .navbar .navbar-nav .nav-link:hover {
        color: #fff !important;
        font-weight: 600 !important;
        letter-spacing: 3px !important;
        background: rgba(89, 54, 48, 0.4) !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding-left: 40px !important;
        padding-right: 20px !important;
        border-radius: 0 !important;
        box-shadow: inset 4px 0 0 #593630 !important;
    }
    
    .navbar .navbar-nav .nav-link:active,
    .navbar .navbar-nav .nav-link.active {
        color: #593630 !important;
        background: rgba(89, 54, 48, 0.1) !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #1b1b1b;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.7);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(255, 255, 255, 0.7);
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #593630;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #1b1b1b;
        text-align: left;
        padding: 20px;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        margin-top: 0 !important;
    }
}



/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption h4 {
    font-family: 'Barlow Condensed', serif;;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;
    font-size: 65px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;;
    font-size: 56px;
    line-height: 1.25em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}


/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.6);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #593630;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important
}
.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}
.slider-fade .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid rgba(255,255,255, 0.7);
    display: block;
    margin-bottom: 10px;
    border-radius: 50%
}
.slider-fade .owl-dots .owl-dot.active {
    border-color: #593630;
    background: #593630;
}




/* reservation field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
} 

.header div.reservation .call span {
       font-family: 'Rustico', serif;
    font-size: 24px;
    color: #593630;
    letter-spacing: 1px;
} 

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.6);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
.header div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
.header div.reservation a .icon:hover {
    border: 1px solid #593630;
}
@media screen and (max-width: 992px) {
    .header div.reservation {
        display: none;
    }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption{
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #593630;
    border: 1px solid #593630;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}

.header .arrow i:hover {
    border: 1px solid #593630;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}



/* ===== Kenburns Slider style ===== */
.kenburns-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kenburns-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #000;
}
.kenburns-inner {
  position: relative;
  z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption h4 {
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.kenburns-inner .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;
    font-size: 65px;
    line-height: 1.25em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
}

.kenburns-inner .caption h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
}
#kenburnsSliderContainer .vegas-overlay {}
@media screen and (max-width: 767px) {
.kenburns-inner .caption h4 {
    font-size: 12px;
}   
.kenburns-inner .caption h1 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 5px;
    line-height: 1.35em;
}
    .kenburns-inner .caption h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 5px;
    line-height: 1.35em;
}
    
    .kenburns-inner .caption {
    text-align: center;
    }
}
/* reservation field for Kenburns slider */
.kenburns-section div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}
.kenburns-section div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
} 
.kenburns-section div.reservation .call span {
       font-family: 'Rustico', serif;
    font-size: 24px;
    color: #593630;
    letter-spacing: 1px;
} 
.kenburns-section div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.6);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
.kenburns-section div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
.kenburns-section div.reservation a .icon:hover {
    border: 1px solid #593630;
}

/* bounce */
.kenburns-section .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 80;
}
.kenburns-section .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.kenburns-section .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}

.kenburns-section .arrow i:hover {
    border: 1px solid #593630;
}
.kenburns-section .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

@media screen and (max-width: 992px) {
    .kenburns-section div.reservation {
        display: none;
    }
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 60vh;
}

.banner-header.full-height{
    min-height: 100vh;
    background-position: center;
}
.banner-header.full-height h4 {
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}
.banner-header.full-height h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;
    font-size: 65px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 400;
}
.banner-header h1 {
    font-size: 60px;
    color: #fff;
    position: relative;
}

.banner-header.full-height h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Rustico', serif;
    font-size: 65px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 400;
}

.banner-header .caption {
    position: relative;
}

.banner-header h5 {
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.banner-header h5 a {
    color: #593630;
}
.banner-header p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #593630;
}
/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

/* bounce */
.banner-header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.banner-header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.banner-header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}
.banner-header .arrow i:hover {
    border: 1px solid #fff;
}
.banner-header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

@media screen and (max-width: 767px) {
    .banner-header {}
    .section-title {
    font-size: 32px;
    }
    .banner-header.full-height h1 {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.35em;
    }
    
    .banner-header.full-height h3 {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 10px;
    line-height: 1.35em;
    }
    .banner-header.full-height h4 {
        font-size: 13px;
        letter-spacing: 3px;
    }
    
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 45px;
    }
}


/* =======  Video Background  ======= */
.video-fullscreen-wrap {
  height: 100vh;
  overflow: hidden;
}

.video-fullscreen-wrap .caption {
    position: relative;
}
.video-fullscreen-wrap .caption.textleft {
    text-align: left;
}
.video-fullscreen-wrap h3 {
    position: relative;
    font-family: 'Libre Caslon Display', serif;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
}
.video-fullscreen-wrap h3 span {
    display: block;
    font-size: 30px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    color: #C19D60;
}
.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
    
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .overlay {
/*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.video-fullscreen-wrap .butn-dark a {
    color: #fff;
}
.position-relative {
  position: relative !important;
}


/* ======= About style ======= */
.about .img {
  position: relative;
    overflow: hidden;
}
.about .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.about .img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.about .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.about .img img {
    position: relative;
    z-index: 2;
    background: transparent;
}
.about .img img:hover {
    transform: scale(0.95);
}
.about .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #593630;
}
.about .content {
  width: 100%;
  padding: 30px;
}
.about .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.about .content .cont h4 {
    margin: 0 0 20px 0;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
}
.about .content .cont h6 {
font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #593630;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.about .content .cont p {
    color: #999;
}
@media screen and (max-width: 991px) {
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}


/* ======= Team style ======= */
.team .item {
    margin-bottom: 30px;
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    background: #222;
}
.team .info h6 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.team .info p {
    margin-bottom: 0px;
    color: rgba(255,255,255,0.6);
}
.team .info .social {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #593630;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team .info .social a {
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}
.team .info .social a:hover {
    color: #fff;
}
.team .info .social p {
    margin-bottom: 0px;
    color: #fff;
}


/* ======= rooms2 style ======= */
.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms2 .item:hover .con {
    bottom: -40px;
}
.rooms2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms2 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: #593630;
    border: 1px solid #593630;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.rooms2 .item .category a {
    color: #fff;
}
.rooms2 .item .category:hover {
    color: #fff;
}
.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.rooms2 .item .con h6,
.rooms2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.rooms2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms2 .item .con h5,
.rooms2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}
.rooms2 .item .con p {
    color: #fff;
    font-size: 20px;
}
.rooms2 .item .con i {
    color: #fff;
    font-size: 18px;
}
.rooms2 .item .con i:hover {
    color: #fff;
}
.rooms2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: rgba(255,255,255,0.6);
    padding: 11px 30px;
}
.rooms2 .item .con .butn-light:hover {
    border-color: #593630;
}
/* line animation */
.rooms2 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
}
.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.rooms2 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms2 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
}
.rooms2 .facilities ul li i {
  margin-right: 10px;
}
/* permalink */
.rooms2 .item .con .permalink {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
}
.rooms2 .item .con .permalink a {
    color: #fff;
    text-align: right;
}
.rooms2 .item .con .permalink i {
   font-size: 10px;
    text-align: right;
}
.rooms2 .item .con .permalink a:hover,
.rooms2 .item .con .permalink i:hover {
color: #593630;
}


/* ======= Services style  ======= */
/* ======= Services style ======= */
.services .img {
  position: relative;
    overflow: hidden;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .content {
  width: 100%;
  padding: 30px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h1 {
    font-size: 80px !important;
    font-weight: 400;
    margin-bottom: 0px;
    color: transparent;
    -webkit-text-stroke: 1px #593630;
    font-family: 'Barlow Condensed', sans-serif;
}
.services .content .date h6 {
    color: #999;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
	padding-right: 3px;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.services .content .cont h5 {
    margin: 15px 0;
    font-size: 30px;
    color: #fff;
}
.services .content .cont .more {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  padding-left: 50px;
  position: relative;
}
.services .content .cont .more:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #593630;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
   color: #593630; 
}
.services .content .info h6 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #999;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}
.services .content .info .tags {
  color: #593630;
}
@media screen and (max-width: 991px) {
    .services .content {
    padding: 0 30px;
    margin-top: 40px;
    }
    .services .content .cont h4 {
        line-height: 1.2em;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services .content {
    padding: 0 15px;
  }
    .services .content .date {
    width: 60px;
  }
    .services .content .info .tags {
    margin: 5px 0 0;
  }
    .services .content .date h3 {
    font-size: 40px;
  }
}


/* ======= Rooms 3 ======= */
.rooms1 {
    color: rgba(255,255,255,0.6);
}
.rooms1 .square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.rooms1 .square-flip {
    min-height: 450px;
    margin-bottom: 30px;
}
.rooms1 .square,
.rooms1 .square2 {
    width: 100%;
    height: 100%;
}
.rooms1 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rooms1 .square .category {
  position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: #593630;
    border: 1px solid #593630;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.rooms1 .square .category a {
    color: #fff;
}
.rooms1 .square .category:hover {
    color: #fff;
}
.rooms1 .square h4 {
    color: #fff;
    font-size: 27px;
    text-align: left;
    margin-bottom: 0;
    display: inline-flex;
}
.rooms1 .square h6, .rooms1 .square h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rooms1 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.rooms1 .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.rooms1 .square2 {
    background: #222;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rooms1 .square2.bg-white {
    background: #222;
}


.rooms1 .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}
.rooms1 .square2 h4 {
    font-size: 30px;
    color: #fff;
}
.rooms1 .square2 h6 {
    position: relative;
    color: #593630;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rooms1 .square2 p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}
.rooms1 .square2 .icon img {
    width: 60px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.rooms1 .btn-line a {
    border-bottom: 1px solid #ccc;
    color: rgba(255,255,255,0.6);
}
.rooms1 .btn-line a:hover {
    border-bottom: 1px solid #593630;
    color: rgba(255,255,255,0.6);
}
.rooms1 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.rooms1 .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.rooms1 .square-container {
    padding: 30px;
    text-align: right;
    height: 450px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.rooms1 .square-container .box-title {
    /*	width: 100%;*/
}
.rooms1 .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}
.rooms1 .square-container2 {
    padding: 30px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.rooms1 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.rooms1 .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}
@media screen and (max-width: 991px) {
    .rooms1 .square-flip {
        margin-bottom: 30px;
    }
    .rooms1 {
        padding-bottom: 70px;
    }
}


/* ======= Rooms Page style ======= */
.rooms-page h6 {
    position: relative;
    font-family: 'Rustico', serif;
    font-size: 24px;
    color: #fff;
}
/* page list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list li+li {
    margin-top: 10px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 18px;
    color: #593630;
}
.page-list-text {
    margin-left: 15px;
}
.page-list-text p {
    font-size: 15px;
    margin: 0;
}
/* owl-nav next and prev */
.rooms-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.rooms-page .owl-prev {
    float: left;
}
.rooms-page .owl-next {
    float: right;
}
.rooms-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #b19777;
}
@media screen and (max-width: 768px) {
    .rooms-page .owl-nav {
        display: none;
    }
}


/* ======= Facilties style ======= */
.facilties .single-facility {
    background: transparent;
    padding: 40px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border: 1px solid rgba(89, 54, 48, 0.2);
    text-align: center;
}
.facilties .single-facility h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.facilties .single-facility:hover h5 {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}
/*
.facilties .facility-shape:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
*/
.facilties .single-facility span {
  font-size: 45px;
  color: #593630;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}
.facilties .single-facility p {
    margin: 0;
    color: rgba(255,255,255,0.6);
}
.facilties .single-facility .facility-shape {
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: 15px;
    left: 120px;
}
.facilties .single-facility .facility-shape span {
  font-size: 140px;
  color: #222;
}
/* hr */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.25);
}
/* room facilities */
.room-facilities .wrap {
    background: #222;
    padding: 30px;
}
.room-facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.room-facilities ul li {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  padding-bottom: 10px;
}
.room-facilities ul li i {
    margin-right: 10px;
    color: #593630;
    font-size: 20px;
}


/* =======  Restaurant Menu style ======= */
.restaurant-menu .owl-carousel .owl-stage-outer {
    padding: 20px 0 60px 0;
}
.restaurant-menu .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    background: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #593630;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.restaurant-menu .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #593630;
}
.restaurant-menu .bg-img .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
}
.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.restaurant-menu .owl-carousel .owl-nav .owl-next span,
.restaurant-menu .owl-carousel .owl-nav .owl-prev span {
    font-size: 12px;
}
.restaurant-menu .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.restaurant-menu .tabs-icon .item {
    padding: 15px 5px;
    cursor: pointer;
}
.restaurant-menu .tabs-icon .item h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.restaurant-menu .tabs-icon .owl-item.actived .item,
.restaurant-menu .tabs-icon .item.active {
    color: #fff;
    position: relative;
    background: transparent;
    padding: 15px;
    border: 1px solid #593630;
}
.restaurant-menu .tabs-icon .owl-item.actived .item .icon,
.restaurant-menu .tabs-icon .item.active .icon {
    color: #593630;
}
.restaurant-menu .restaurant-menu-content .cont {
    display: none;
}
.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
    text-align: right;
}
.restaurant-menu .restaurant-menu-content .cont h5 {
    font-size: 20px;
    color: #593630;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed #593630;
    line-height: 2em;
}
.restaurant-menu .restaurant-menu-content .cont p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}
.restaurant-menu .restaurant-menu-content .cont h5 .price {
    color: rgba(255,255,255,0.6);
    float: right;
}
.restaurant-menu .restaurant-menu-content .active {
    display: block;
}
.restaurant-menu .owl-theme .owl-nav [class*=owl-] {
    top: 15%;
}
.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.restaurant-menu .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.restaurant-menu .owl-carousel .owl-nav .owl-next {
    right: -60px;
}
.restaurant-menu .restaurant-menu-content .cont .restaurant-menu-info {
    text-align: center;
    margin-bottom: 20px;
}


/* ======= Clients style ======= */
.clients {
    background-color: #fff;
    padding: 15px 0;
}
.clients .owl-carousel {
    margin: 15px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
    border: 1px solid rgba(89, 54, 48, 0.2);
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: Rgba(0, 0, 0, 0.4);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: #222;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #222;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(0,0,0, 0.2);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video and Testimonials style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #593630;
}
.play-button.color .circle-fill circle {
    fill: #593630;
}
/* video section */
.video-wrapper {
    min-height: 500px;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #593630;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 3px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #593630;
    border-radius: 50%;
    border: 1px solid #593630;
    color: #fff;
    line-height: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
}
.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #593630;
}


/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 90px;
}
.testimonials .head-box {
    position: relative;
    margin: 0 auto 20px;
}
.testimonials .head-box .subtitle {
    color: #91765a;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.testimonials .head-box .title {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
.testimonials .head-box .title span {
    color: #14100c;
}
.testimonials .head-box .backtitle {
    position: absolute;
    font-family: 'Pinyon Script', cursive;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 130px;
    opacity: .1;
    line-height: 65px;
    z-index: -2;
    color: #fff;
}
.testimonials h5 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .testimonials {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 0px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item h5 {
    font-size: 24px;
    color: #fff;
}
.testimonials .item p {
    color: #fff;
}
.testimonials .item .info {
    margin: 20px 0 0 0;
}
.testimonials .item .info img {
    border-radius: 100%;
}
.testimonials .item .info .author-img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #593630;
}
.testimonials .item .info .cont {
    margin-top: 0px;
}
.testimonials .item .info h6 {
    font-size: 17px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #fff;
    line-height: 1em;
}
.testimonials .item .info span {
    font-size: 13px;
    color: #fff;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #14100c;
    font-size: 6px;
}
@media screen and (max-width: 767px) {
    .testimonials {
        padding: 0px;
    }
}



/* ======= Booking style ======= */
.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}
.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.booking-inner {
    position: relative;
    border-radius: 0;
}
.form1 {
    display: block;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 20%;
}
.form1 .col2 {
    float: left;
    width: 14%;
}
.form1 .col3 {
    float: left;
    width: 18%;
}
.form1 .c1 {
    border-right: 1px solid rgba(89, 54, 48, 0.2);
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c2 {
    border-right: 1px solid rgba(89, 54, 48, 0.2);
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c3 {
    border-right: 1px solid rgba(89, 54, 48, 0.2);
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c4 {
    border-right: 1px solid rgba(89, 54, 48, 0.2);
    height: 62px;
    margin-bottom: 15px;
}
.form1 .c5 {
    border-right: 1px solid rgba(89, 54, 48, 0.2);
    height: 62px;
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-header {
    background: #593630;
    border: #593630;
    color: #fff;
}
.ui-datepicker {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    background: #222;
    z-index: 100 !important;
    border: 1px solid #222;
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #222;
    background: rgba(89, 54, 48, 0.05);
    color: rgba(255,255,255,0.6);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #593630;
    background: #593630;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: #fff;
    float: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}
.btn-form1-submit {
    display: block;
    padding: 0;
    border: 2px solid #593630;
    margin: 0;
    width: 100%;
    background: #593630;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 58px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.3);
}
.btn-form1-submit:hover {
    background: #fff;
    color: #593630;
    border-color: #593630;
    box-shadow: 0 6px 25px rgba(89, 54, 48, 0.4);
    transform: translateY(-2px);
}
.btn-form1-submit:focus {
    outline: none;
    background: #fff;
    color: #593630;
    border-color: #593630;
    box-shadow: 0 6px 25px rgba(89, 54, 48, 0.4);
}

.btn-form1-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(89, 54, 48, 0.3);
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.input1_inner {
    position: relative;
    position: relative;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 15px;
    color: #593630;
    line-height: 1;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    padding: 19.5px 40px 20px 19.5px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid rgba(89, 54, 48, 0.2);
}
.input1_inner input::placeholder {
    font-size: 15px;
    color: rgba(255,255,255,0.6) !important;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #222;
    color: rgba(255,255,255,0.6) !important;
    border: 1px solid #593630;
}
.select1_wrapper {
    margin-bottom: 0;
}
.select1_inner {
    position: relative;
}
.select1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #593630;
    font-weight: normal;
    line-height: 15px;
}
.select2 {
    width: 100%;
    background: transparent;
    margin-bottom: 15px;
    border: 1px solid rgba(89, 54, 48, 0.2);
}
.select2 *:focus {
    outline: none !important;
    border: 1px solid #593630;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px;
}
.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}
.selection {
    display: inline-flex;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 28px;
    padding: 16px 49px 16px 20px;
    color: rgba(255,255,255,0.6);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #222;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #222;
}
.select2-results__option {
    padding: 10px 30px;
    background: #222;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
    border-top: 1px solid rgba(89, 54, 48, 0.2);
    text-align: center;
}
.select2-results__option:first-child {
    border-top: none;
}
.small .select2-results__option {
    padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #593630;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #593630;
    color: #fff;
}
/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }
    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid #222;
    }
    .form1 .c2 {
        border-right: none;
    }
    .form1 .col2 {
        width: 25%;
    }
    .form1 .col3 {
        width: 25%;
    }
    
     .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #1b1b1b;
    }
}
@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #222;
    }
    .form1 .col2 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #222;
    }
    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }
    .btn-form1-submit:after {
        background: none;
    }
   
}
/* booking form */
.booking-box {
    position: relative;
    background: #1b1b1b;
    padding: 45px;
}
.booking-box .head-box h6 {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #593630;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.booking-box .head-box h4 {
    font-family: 'Rustico', serif;
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    text-align: center;
}
.booking-box .head-box h4 span {
    color: #222;
}
@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}

.reservation h5 {
    font-size: 24px;
    line-height: 1.5em;
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
    padding: 0;
}
.accordion-box .block {
  position: relative;
  background: #222;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion-box .block.active-block {
  background-color: #593630;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
    padding: 30px 40px;
    padding-right: 60px;
    color: #fff;
    transition: all 500ms ease;
    font-family: 'Rustico', serif;
}
.accordion-box .block .acc-btn .count {
  color: #593630;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
    right: 35px;
    top: 28px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #593630;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: #593630;
    color: #fff;
}
.accordion-box .block .acc-btn.active:before {
  color: #fff;
  font-family: "Themify";
  content: "\e622";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
    padding: 0px 40px 30px;
    background-color: #593630;
    color: #fff;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  display: block;
}


/* ======= News style ======= */
.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news .item:hover .con {
    bottom: 0;
}
.news .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #593630;
    border: 1px solid #593630;
    color: #fff;
    padding: 8px 10px 4px 10px;
    text-align: center;
}
.news .item .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.25em;
}
.news .item .date i {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 27px;
    font-style: normal;
    color: #fff;
}
.news .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #222 !important;
    border: 1px solid #222;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}
.news .item .con .category {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.news .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #593630;
}
.news .item .con .category a:hover {
    color: #593630;
}
.news .item .con .category a:last-child {
    margin-right: 0;
}
.news .item .con .category a:last-child:after {
    display: none;
}
.news .item .con h5,
.news .item .con h5 a {
    color: #fff;
    font-size: 24px;
    font-family: 'Rustico', serif;;
    font-weight: 400;
    margin-bottom: 0px;
}
.news .item .con h5:hover,
.news .item .con h5 a:hover {
    color: #fff;
}
.news .item .con p {
    color: #fff;
    font-size: 17px;
}
.news .item .con i {
    color: #fff;
    font-size: 20px;
}


/* ======= News 2 style ======= */
.news2 .item {
    margin-bottom: 30px;
}
.news2 .post-img {
    position: relative;
    overflow: hidden;
}
.news2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.news2 .post-img a {
    display: block;
}
.news2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #593630;
    border: 1px solid #593630;
    color: #fff;
    padding: 7px 14px;
    text-align: center;
}
.news2 .post-img .date span {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news2 .post-img .date i {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    font-size: 27px;
    font-style: normal;
    color: #fff;
}

.news2 .post-cont {
    padding: 30px 0;
}
.news2 .post-cont .tag {
    display: block;
    font-weight: 400;
	font-size: 12px;
    letter-spacing: 3px;
    color: #593630;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.news2 .post-cont h5 {
    font-size: 30px;
}
.news2 .post-cont h5 a {
    color: #fff;
}
.news2 .post-cont h5 a:hover {
    color: #fff;
}
.news2 .post-cont .date {
    font-family: 'Barlow', sans-serif;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.news2 .post-cont .date a {
    color: #593630;
}
.news2 .post-cont i {
    color: #ccc;
	margin: 0 10px;
	font-size: 12px;
}
/* news sidebar */
.news2-sidebar .widget {
    background: #222;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.news2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.news2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    line-height: 1.5em;
}
.news2-sidebar .widget ul li a {
    color: rgba(255,255,255,0.6);
}
.news2-sidebar .widget ul li a.active {
    color: #593630;
}
.news2-sidebar .widget ul li a:hover {
    color: #593630;
}
.news2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.news2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.news2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.news2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.news2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.news2-sidebar .widget-title {
    margin-bottom: 20px;
}
.news2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(89, 54, 48, 0.2);
    font-size: 24px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #fff;
}
.news2-sidebar .search form {
    position: relative;
}
.news2-sidebar .search form input {
    width: 100%;
    padding: 15px;
    border: 0;
    background: #1b1b1b;
	margin-bottom: 0;
}
.news2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #593630;
    border: 0;
    padding: 13px;
    cursor: pointer;
}
.news2-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid rgba(89, 54, 48, 0.2);
    color: rgba(255,255,255,0.6) !important;
    float: left;
}
.news2-sidebar ul.tags li a {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.news2-sidebar ul.tags li:hover,
.news2-sidebar ul.tags li:hover a {
    background-color: #593630;
    color: #fff;
}
/* pagination */
.news-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.news-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.news-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border: 1px solid rgba(89, 54, 48, 0.2);
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    border-radius: 100%;
}
.news-pagination-wrap li a i {
    font-size: 11px;
}
.news-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #593630;
    color: #593630;
}
.news-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #593630;
    color: #593630;
}
@media screen and (max-width: 768px) {
    .news-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.news-post-section {
    padding-top: 120px;
}
.post-comment-section {
    margin-top: 60px;
}
.post-comment-section h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Rustico', serif;
    margin-bottom: 15px;
}
.post-comment-section h3 span {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-left: 15px;
}
.news-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}
.post-repay {
    font-size: 14px;
    color: #593630;
    margin: 0;
    font-weight: 400;
}


/* ======= Contact style ======= */
.contact h3 {
    font-size: 27px;
    color: #fff;
}

.contact .reservations .text a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
}

.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 500;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #593630;
    color: #fff;
    padding: 18px 30px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 3px;
    border-radius: 3px;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    background: #b95c47;
    color: #fff;
    border-radius: 3px;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.butn-dark a span {
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.butn-dark a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(89, 54, 48, 0.4);
}

/* Mobile Button Layout - Below 480px */
@media screen and (max-width: 480px) {
    .about .row.mt-60 .col-md-12 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    .about .row.mt-60 .d-inline-block {
        display: block !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 !important;
    }
    
    .about .butn-dark a {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
        letter-spacing: 2px !important;
        display: block !important;
    }
}

/* Reduce spacing between About section and Amenities section */
.services.section-padding {
    padding-top: 60px !important;
}

/* Make "The Compound" text in Amenities section use accent color */
.services .section-subtitle span {
    color: #b95c47 !important;
}

/* Make "The Compound" text in Availability section use accent color */
.availability .section-subtitle {
    color: #b95c47 !important;
}

/* Interactive Building Overlays */
.building-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.building-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
}

.building-left-overlay {
    left: 0;
    width: 50%;
}

.building-right-overlay {
    right: 0;
    width: 50%;
}

.building-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0), rgba(255, 215, 0, 0));
    transition: all 0.4s ease;
    pointer-events: none;
}

.building-overlay:hover .building-highlight,
.building-overlay.auto-active .building-highlight {
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.3), rgba(255, 193, 7, 0.2));
    box-shadow: inset 0 0 50px rgba(255, 215, 0, 0.4);
}

.building-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    opacity: 0.9;
    transition: all 0.4s ease;
    pointer-events: none;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 35px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.building-label h4 {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-family: 'Rustico', serif;
}

/* Mobile optimizations for building labels */
@media screen and (max-width: 768px) {
    .building-label {
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 25px;
    }
    
    .building-label h4 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .building-label span {
        font-size: 15px;
    }
    
    .building-wing {
        font-size: 18px;
        margin: 6px 0;
    }
}

.building-label span {
    font-size: 16px;
    color: #f0f0f0;
    font-style: italic;
    margin-top: 5px;
    display: block;
}

.building-wing {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 8px 0;
}

.building-overlay:hover .building-label,
.building-overlay.auto-active .building-label {
    opacity: 1;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Mobile responsiveness for building overlays - Now enabled on all devices */
.building-overlay-container {
    display: block;
}

/* Mobile Building Selection Cards */
.mobile-building-selection {
    margin-top: 20px;
}

.mobile-building-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.mobile-building-card:hover,
.mobile-building-card:active {
    background: rgba(255, 255, 255, 1);
    border-color: #b95c47;
    box-shadow: 0 8px 25px rgba(185, 92, 71, 0.2);
    transform: translateY(-2px);
}

.mobile-building-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #593630;
    font-family: 'Rustico', serif;
}

.mobile-building-info span {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.mobile-building-arrow {
    color: #b95c47;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mobile-building-card:hover .mobile-building-arrow {
    transform: translateX(5px);
}

/* Hide mobile cards - using interactive overlays on all devices now */
.mobile-building-selection {
    display: none !important;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    transform: translateX(0);
}
.butn-dark a:hover span {
    color: #fff;
    letter-spacing: 4px;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,1);
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #222;
}


/* dark2 */
.butn-dark2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #593630;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.butn-dark2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    color: #1b1b1b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark2 span {
    position: relative;
    z-index: 2;
}
.butn-dark2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark2:hover span {
    color: #1b1b1b;
}
/* light2 */
.butn-light2 {
    position: relative;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,0.6);
}
.butn-light2:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light2 span {
    position: relative;
    z-index: 2;
}
.butn-light2:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light2:hover span {
    color: #222;
}


/* reservation button */
.reservations {
    display: flex;
    align-items: center;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .icon span {
    font-size: 40px;
    color: #593630;
}
.reservations .icon.color-1 span {
    font-size: 40px;
    color: #fff;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
    
}
.reservations .text a {
    font-size: 27px;
    color: #fff;
}
.reservations .text a.color-1 {
    color: #fff;
}


/* ====== Coming Soon ======= */
.comming{
	min-height: 100vh;
	height: auto;
	position: relative;
	background-blend-mode: overlay;
	background: rgba(0,0,0,.6);
	background-image: url("../img/slider/1.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
@media (max-width: 767px){
	.comming{
		min-height: 120vh;
	}
}
.comming .item {
    background: transparent;
    border: 1px solid #593630;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.comming h6 {
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.comming h3 {
    font-size: 48px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.comming h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    position: relative;
     margin-bottom: 10px;
}
.comming h1 {
    font-size: 200px;
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    color: #fff;
    line-height: 160px;
}
.comming p {
	color: #fff;
	font-size: 15px;
}
/* coming form */
.comming form {
  margin-top: 30px;
  position: relative;
}
.comming form input {
    width: 100%;
    padding: 15px 50px 15px 15px;
    background-color: transparent;
    border: 1px solid #593630;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.comming form input::placeholder {
    color: #fff;
}
.comming form button {
    background-color: #593630;
    padding: 10px 20px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    outline: none;
}
.comming form button:hover {
  background-color: #fff;
  color: #1b1b1b;
	outline: none;
}
/* go home */
.go-back{
	margin-top: 45px;
}
.go-back a {
	color: #fff;
	display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
	letter-spacing: 3px;
}
.go-back a:hover {
	color: #593630;
}
.go-back a span{
	transition: all .5s;
}
.go-back a span i {
	color: #fff;
	font-size: 12px;
}
.go-back a:hover span{
	padding-right: 15px;
}


/* ======= 404 Page style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;
 font-family: 'Barlow', sans-serif;
  font-size: 15px;
  background: #f4f4f4;
  color: rgba(255,255,255,0.6);
  border-radius: 7px;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #f4f4f4;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #f4f4f4;
}
.error-form .form-group .theme-btn {
      position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: rgba(255,255,255,0.6);
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}


/* ======= Footer style ======= */
.footer {
  position: relative;
  display: block;
}
.footer-top {
  position: relative;
  display: block;
  background-color: #1b1b1b;
  padding: 90px 0 60px 0;
  z-index: 1;
}
.footer-top .footer-column {
    margin-bottom: 30px;
}
.footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-about-text {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-about-social-list a + a {
  margin-left: 15px;
}
.footer-about-social-list a:hover {
  background-color: transparent;
  color: #593630;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #593630;
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #593630;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}
.footer-contact {
  position: relative;
  display: block;
}
.footer-contact .footer-title {
  margin-bottom: 20px;
}
.footer-contact-text {
  font-size: 15px;
  margin: 0;
  color: rgba(255,255,255,0.7);
  padding-bottom: 20px;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-phone {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-contact-phone span {
    color: #593630;
    margin-right: 5px;
}

.footer-contact-phone:hover {
  color: #fff;
}
.footer-contact-mail {
  font-size: 15px;
  line-height: 3em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover {
  color: #fff;
}
.footer-contact-mail:before {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #593630;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-mail:hover:before {
  background-color: #593630;
}


/* language */
.footer-language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
}
.footer-language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
}
.footer-language select {
    height: 50px;
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(89, 54, 48, 0.7);
    border-radius: 0px;
}
.footer-language select option {
    color: #fff;
}
select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
}


.footer-bottom {
  position: relative;
  display: block;
  background-color: #1b1b1b;
  padding: 32px 0;
  border: none;
  border-top: 1px solid rgba(89, 54, 48, 0.2);
}
.footer-bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}
.footer-bottom-copy-right {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-bottom-copy-right a:hover {
  color: #593630;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255,255,255, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.2);
}
.progress-wrap::after {
    color: #593630;
}
.progress-wrap svg.progress-circle path {
    stroke: #593630;
}



/* ======= Pricing style ======= */
.price {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none; 
}
.price .img {
  position: relative;
    overflow: hidden;
}
.price .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.price .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.price .wrapper {
  width: 100%;
  padding: 30px 90px;
}
.price .wrapper .list {
    margin: 15px 0;
}
.price .wrapper .list .item {}
.price .wrapper .list .flex .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
}
.price .wrapper .list .dots {
  width: 100%;
  position: relative;
  margin: 0;
}
.price .wrapper .list .dots:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(89, 54, 48, 0.2);
}
.price .wrapper .list .flex .money {
    margin-left: auto;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .video-fullscreen-wrap .booking-box,
    .kenburns-inner .booking-box,
    .banner-header .booking-box {
        display: none;
    }
    
    .services .content .cont {
    padding-left: 0;
    }
    
    .price .wrapper {
    padding: 30px 30px;
    }
    
    .price .img {
        display: none;
    }
    
    
}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .header .caption h3 {
    font-size: 32px;
    margin-bottom: 15px;
    }
    .header .caption h4 {
        font-size: 13px;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }

    .post-comment-section h3 span {
        margin-left: 0px;
    }
    .banner-header .caption {
    text-align: center;
    }
    .video-fullscreen-wrap .caption.textleft,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }
}


/* ======= CUSTOM COMPOUND STYLES ======= */

/* About Section - Reduce excessive spacing */
body section#amenities.about.rooms2.section-padding {
    margin-top: 0px !important;
    padding-top: 40px !important;
}

/* Force reduced spacing with even higher specificity */
html body section#amenities.about.rooms2.section-padding {
    margin-top: 0px !important;
    padding-top: 40px !important;
}

/* About The Compound subtitle - Make it bigger and use accent color */
#amenities .section-subtitle {
    font-size: 24px !important;
    color: #b95c47 !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    margin-bottom: 15px !important;
}







/* Brand Name Highlighting */
.brand-highlight {
    font-weight: 700 !important;
    color: #b95c47 !important;
    letter-spacing: 1px;
}
  
  
  /* Navigation Logo - Make Bolder */
  .navbar .logo-wrapper .logo h2,
  .nav-scroll .logo-wrapper .logo h2,
  .logo-wrapper .logo h2 {
      font-weight: bold !important;
  }
  
  .navbar .logo-wrapper .logo h2 span,
  .nav-scroll .logo-wrapper .logo h2 span,
  .logo-wrapper .logo h2 span {
      font-weight: bold !important;
  }


  
  /* Amenities Section - Black Background */
  .services {
      background-color: #000000 !important;
  }
  
  /* About Section - Modern Split Typography Design */
.compound-title {
    position: relative;
    margin-top: 50px !important;
    margin-bottom: 60px !important;
}

.compound-title .title-line1 {
    display: block;
    font-size: 24px !important;
    font-weight: 300 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.compound-title .title-line2 {
    display: block;
    font-size: 52px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #ffffff !important;
    line-height: 1.1;
    position: relative;
    margin-bottom: 30px;
}

.compound-title .title-line2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
}

/* Large screens - even more dramatic */
@media (min-width: 1260px) {
    .compound-title {
        margin-top: 60px !important;
        margin-bottom: 70px !important;
    }
    
    .compound-title .title-line1 {
        font-size: 26px !important;
        letter-spacing: 5px !important;
        margin-top: 25px;
    }
    
    .compound-title .title-line2 {
        font-size: 58px !important;
        margin-bottom: 35px;
    }
    
    .compound-title .title-line2::after {
        width: 120px;
        height: 5px;
    }
}

/* Tablet responsiveness */
@media screen and (max-width: 992px) {
    .compound-title {
        margin-top: 40px !important;
        margin-bottom: 50px !important;
    }
    
    .compound-title .title-line1 {
        font-size: 20px !important;
        letter-spacing: 3px !important;
        margin-top: 18px;
    }
    
    .compound-title .title-line2 {
        font-size: 42px !important;
        letter-spacing: 1px !important;
        margin-bottom: 25px;
    }
    
    .compound-title .title-line2::after {
        width: 80px;
        height: 3px;
    }
}

/* Mobile responsiveness */
@media screen and (max-width: 767px) {
    .compound-title {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }
    
    .compound-title .title-line1 {
        font-size: 16px !important;
        letter-spacing: 2px !important;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    
    .compound-title .title-line2 {
        font-size: 32px !important;
        letter-spacing: 1px !important;
        margin-bottom: 20px;
    }
    
    .compound-title .title-line2::after {
        width: 60px;
        height: 2px;
        bottom: -10px;
    }
}

/* Hero Headline Base Styles */
.header .caption .hero-headline {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    text-align: left !important;
}

/* Large Display Breakpoint (1260px+) */
@media (min-width: 1260px) {
    .header .caption .hero-headline {
        font-size: 52px !important;
        line-height: 1.2 !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }
}

/* Tablet Breakpoint (992px and below) */
@media screen and (max-width: 992px) {
    .header .caption .hero-headline {
        font-size: 36px !important;
        margin-bottom: 20px !important;
        text-align: left !important;
    }
    
    /* Align hero text with logo at tablet/mobile */
    .header .caption .container {
        padding-left: 0 !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        max-width: none !important;
    }
    .header .caption .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header .caption .col-lg-8,
    .header .caption .col-md-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
    }
}

/* Navigation fix for mobile */
@media screen and (max-width: 991px) {
    .logo-wrapper {
        padding: 10px 0 10px 15px !important;
    }
    .nav-scroll .logo-wrapper {
        padding: 10px 0 10px 15px !important;
    }
}

/* No Animation Class - Ultra Aggressive */
.no-animate,
.no-animate *,
.no-animate.animate-box,
.no-animate.animated,
.no-animate.fadeInUp,
.no-animate.fadeIn,
.no-animate.fadeInLeft,
.no-animate.fadeInRight,
span.category.no-animate,
div.con.no-animate,
span.category.no-animate *,
div.con.no-animate *,
span.category.no-animate a,
div.con.no-animate h5,
div.con.no-animate h5 a {
    animation: none !important;
    -webkit-animation: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    animation-name: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-fill-mode: none !important;
}

/* Override any animate.css classes */
.no-animate.animated,
.no-animate .animated,
span.category.no-animate.animated,
div.con.no-animate.animated {
    animation-name: none !important;
    animation-duration: 0s !important;
}



/* Mobile Breakpoint (767px and below) */
@media screen and (max-width: 767px) {
    .header .caption .hero-headline {
        font-size: 24px !important;
        margin-bottom: 12px !important;
        text-align: left !important;
    }
    
    .header .caption .butn-dark {
        margin-top: 15px !important;
    }
    
    .header .caption .butn-dark a {
        padding: 15px 25px !important;
        font-size: 16px !important;
    }
    
    /* Shrink "The Compound" logo and address for mobile */
    .logo-wrapper .logo h2 {
        font-size: 28px !important;
        padding: 3px 0 !important;
        letter-spacing: 0.5px !important;
    }
    
    .logo-wrapper .logo span {
        font-size: 14px !important;
        letter-spacing: 3px !important;
        line-height: 1.1em !important;
    }
}

/* Hamburger menu positioning for ALL mobile/tablet screens (991px and below) */
@media screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        margin-top: -25px !important;
    }
}

/* Small Mobile Breakpoint (576px and below) */
@media screen and (max-width: 576px) {
    .header .caption .hero-headline {
        font-size: 20px !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }
    
    .header .caption .butn-dark {
        margin-top: 12px !important;
    }
    
    .header .caption .butn-dark a {
        padding: 14px 22px !important;
        font-size: 15px !important;
    }
    
    /* Smaller "The Compound" logo and address for small mobile */
    .logo-wrapper .logo h2 {
        font-size: 24px !important;
        padding: 2px 0 !important;
        letter-spacing: 0.3px !important;
    }
    
    .logo-wrapper .logo span {
        font-size: 12px !important;
        letter-spacing: 1px !important;
        line-height: 1.0em !important;
    }
    
    /* Push hero content down on small screens */
    .header .caption {
        padding-top: 40px !important;
    }
}

/* Extra Small Mobile - Keep Hero Text Visible with Smaller Sizing (575px and below) */
@media screen and (max-width: 575px) {
    /* Use extra small mobile-optimized background image for availability section */
    #availability.availability.section-padding {
        background-image: url('../img/building-availability-480.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
        padding: 5px 0 120px 0 !important;
    }
    
    /* Move title and subtitle higher on the page */
    #availability .container:first-child {
        position: absolute !important;
        top: 10px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
    
    /* Make building cards smaller for extra small mobile */
    .building-label {
        padding: 10px 18px !important;
        border-radius: 5px !important;
        min-width: 160px !important;
        max-width: 220px !important;
    }
    
    .building-label h4 {
        font-size: 16px !important;
        margin: 0 0 4px 0 !important;
        line-height: 1.1 !important;
    }
    
    .building-wing {
        font-size: 12px !important;
        margin: 3px 0 !important;
        letter-spacing: 1px !important;
    }
    
    .building-label span {
        font-size: 11px !important;
        margin-top: 2px !important;
    }
}

/* Extra Small Mobile - 480px and below */
@media screen and (max-width: 480px) {
    .header .caption .hero-headline {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }
    
    .header .caption .butn-dark {
        margin-top: 10px !important;
    }
    
    .header .caption .butn-dark a {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
    
    /* Smaller "The Compound" logo and address for extra small mobile - clean styling and higher positioning */
    .logo-wrapper {
        margin-top: -15px !important;
    }
    
    .logo-wrapper .logo h2 {
        font-size: 22px !important;
        padding: 1px 0 !important;
        letter-spacing: 0.2px !important;
        margin-bottom: 2px !important;
    }
    
    .logo-wrapper .logo span {
        font-size: 10px !important;
        letter-spacing: 0.5px !important;
        line-height: 0.9em !important;
    }
    
    /* Push hero content down even more on extra small screens */
    .header .caption {
        padding-top: 50px !important;
    }
    
    /* Ensure hero section stays visible */
    #hero-text-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
    }
}

/* DESKTOP SIZING - SUPER SPECIFIC */
@media screen and (min-width: 768px) {
    body .navbar .logo-wrapper .logo h2,
    body .logo-wrapper .logo h2,
    body h2 {
        font-size: 36px !important;
        line-height: normal !important;
    }
    
    body .navbar .logo-wrapper .logo span,
    body .logo-wrapper .logo span,
    body .logo span {
        font-size: 18px !important;
        line-height: normal !important;
    }
    
    body .header .caption .hero-headline,
    body .header h1,
    body h1 {
        font-size: 36px !important;
        line-height: normal !important;
    }
}

/* Wait List Form Custom Dropdowns */
.custom-select-container {
    position: relative;
}

.custom-select {
    position: relative;
    cursor: pointer;
}

.custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid rgba(89, 54, 48, 0.2);
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1b1b1b;
    transition: all 0.3s ease;
    height: 62px;
}

.custom-select-trigger:hover {
    border-color: #593630;
}

.custom-arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #593630;
    transition: transform 0.3s ease;
}

.custom-select.open .custom-arrow {
    transform: rotate(180deg);
}

.custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(89, 54, 48, 0.2);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.custom-select.open .custom-options {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.custom-option {
    display: block;
    padding: 15px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(89, 54, 48, 0.1);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    color: #1b1b1b;
}

.custom-option:hover {
    background-color: rgba(89, 54, 48, 0.05);
    color: #593630;
}

.custom-option:last-child {
    border-bottom: none;
}

.custom-option[data-value=""] {
    color: rgba(27, 27, 27, 0.6);
}

/* Custom Dropdown Styling for Wait List Form */
.custom-dropdown-wrapper {
    position: relative;
}

.custom-dropdown {
    position: relative;
    cursor: pointer;
}

.custom-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid rgba(89, 54, 48, 0.2);
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1b1b1b;
    transition: all 0.3s ease;
    height: 62px;
    user-select: none;
}

.custom-dropdown-trigger:hover {
    border-color: #593630;
}

.custom-dropdown.active .custom-dropdown-trigger {
    border-color: #593630;
    box-shadow: 0 0 0 0.2rem rgba(89, 54, 48, 0.25);
}

.dropdown-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.custom-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.custom-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(89, 54, 48, 0.2);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-dropdown.active .custom-dropdown-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-option {
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(89, 54, 48, 0.1);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    color: #1b1b1b;
}

.dropdown-option:hover {
    background-color: rgba(89, 54, 48, 0.08);
    color: #593630;
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option[data-value=""] {
    color: rgba(27, 27, 27, 0.6);
}

/* Wait List Section Header Styling */
#waitlist .section-subtitle {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
    margin-bottom: 18px !important;
}

#waitlist .section-title {
    font-size: 58px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
}

#waitlist .section-title + p {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin-bottom: 45px !important;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer Spacing Override */
.footer {
    padding: 40px 0 30px 0 !important;
}

.footer-top {
    padding: 0 !important;
}

.footer-bottom {
    padding: 20px 0 !important;
}

/* Footer Column Height Alignment */
.footer-column {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    height: 120px;
}

.footer-column.footer-about {
    align-items: center;
}

.footer-column.footer-explore {
    align-items: center;
}

.footer-column.footer-contact {
    align-items: center;
}

/* Footer Navigation Grid */
.footer-nav-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.footer-nav-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav-row a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.footer-nav-row a:hover {
    color: #593630;
    text-decoration: none;
}

/* Responsive footer nav */
@media (max-width: 768px) {
    .footer-nav-row {
        gap: 15px;
        justify-content: center;
    }
    
    .footer-nav-row a {
        font-size: 14px;
    }
}

/* Doorway Logo Hover Effect - Subtle */
.doorway-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 10px;
}

.doorway-logo-link:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.08);
}

.doorway-logo-link img {
    transition: all 0.3s ease;
}

/* Wait List Form Background with Ultra Low Opacity */
.apply-form.bg-white {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

/* Availability Section */
#availability {
    background-color: #2a2a2a !important;
    background-image: 
        linear-gradient(to bottom, 
            rgba(42, 42, 42, 0.3) 0%, 
            rgba(42, 42, 42, 0.15) 3%, 
            transparent 10%, 
            transparent 90%, 
            rgba(42, 42, 42, 0.15) 97%, 
            rgba(42, 42, 42, 0.3) 100%),
        url('../img/building-availability-1400.png') !important;
    background-size: cover, contain !important;
    background-position: center center, center center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-attachment: scroll !important;
    min-height: 800px !important;
    padding: 20px 0 120px 0 !important;
    display: flex;
    align-items: center;
}

/* Override for large screens - Move title higher */
@media (min-width: 768px) and (max-width: 991px) {
    #availability {
        padding: 10px 0 120px 0 !important;
        position: relative !important;
        /* Use tablet-optimized background image */
        background-image: url('../img/building-availability-991.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
    }
    
    /* Force title to top with absolute positioning */
    #availability .container:first-child {
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
    
    /* Make building cards smaller and more compact */
    .building-label {
        padding: 24px 32px !important;
        border-radius: 10px !important;
    }
    
    .building-label h4 {
        font-size: 24px !important;
        margin: 0 0 8px 0 !important;
        line-height: 1.2 !important;
    }
    
    .building-wing {
        font-size: 19px !important;
        margin: 6px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .building-label span {
        font-size: 15px !important;
        margin-top: 5px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #availability {
        padding: 10px 0 120px 0 !important;
        position: relative !important;
        /* Use 576px-optimized background image */
        background-image: url('../img/building-availability-576.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
    }
    
    /* Force title to top with absolute positioning */
    #availability .container:first-child {
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
    
    /* Make building cards smaller (less tall) but wider for mobile */
    .building-label {
        padding: 12px 30px !important;
        border-radius: 6px !important;
        min-width: 200px !important;
        max-width: 280px !important;
    }
    
    .building-label h4 {
        font-size: 22px !important;
        margin: 0 0 5px 0 !important;
        line-height: 1.1 !important;
    }
    
    .building-wing {
        font-size: 16px !important;
        margin: 4px 0 !important;
        letter-spacing: 1.2px !important;
    }
    
    .building-label span {
        font-size: 15px !important;
        margin-top: 3px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #availability {
        padding: 10px 0 120px 0 !important;
        position: relative !important;
        /* Use small desktop-optimized background image */
        background-image: url('../img/building-availability-1199.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
    }
    
    /* Force title to top with absolute positioning */
    #availability .container:first-child {
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
    
    /* Make building cards smaller and more compact */
    .building-label {
        padding: 22px 30px !important;
        border-radius: 10px !important;
    }
    
    .building-label h4 {
        font-size: 22px !important;
        margin: 0 0 8px 0 !important;
        line-height: 1.2 !important;
    }
    
    .building-wing {
        font-size: 18px !important;
        margin: 6px 0 !important;
        letter-spacing: 2px !important;
    }
    
    .building-label span {
        font-size: 14px !important;
        margin-top: 4px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #availability {
        padding: 10px 0 120px 0 !important;
        position: relative !important;
        /* Use desktop-optimized background image */
        background-image: url('../img/building-availability-1399.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
    }
    
    /* Force title to top with absolute positioning */
    #availability .container:first-child {
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
}

@media (min-width: 1400px) {
    #availability {
        padding: 10px 0 120px 0 !important;
        position: relative !important;
        /* Use large desktop/ultrawide-optimized background image */
        background-image: url('../img/building-availability-1400.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        background-color: #2a2a2a !important;
    }
    
    /* Force title to top with absolute positioning */
    #availability .container:first-child {
        position: absolute !important;
        top: 20px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
    }
}

/* Availability Section Headers - Much Bigger and Bolder */
#availability .section-subtitle {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

#availability .section-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    margin-bottom: 50px !important;
}

/* Availability Cards - Much More Spacing and Lower Opacity */
#availability .col-lg-6 {
    padding: 0 60px !important;
    margin-bottom: 60px !important;
}

/* Availability Buttons - Much Bigger */
#availability .butn-dark {
    padding: 20px 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    min-width: 280px !important;
}

#availability .butn-dark span {
    font-size: 18px !important;
    font-weight: 600 !important;
}

#availability .availability-info {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

#availability .availability-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

#availability .availability-info h4 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
}

/* Wait List Form Labels */
.form1 label {
    display: block !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    color: #1b1b1b;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Consistent Form Input Backgrounds - All White */
.form1 .form-control,
.form1 input[type="text"],
.form1 input[type="email"],
.form1 input[type="tel"],
.form1 input[type="date"],
.form1 input[type="hidden"],
.form1 .email-input,
.form1 .phone-input,
.form1 .budget-input {
    background: #ffffff !important;
    border: 1px solid rgba(89, 54, 48, 0.2) !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    color: #1b1b1b !important;
    height: 62px !important;
    transition: all 0.3s ease !important;
}

.form1 .form-control:focus,
.form1 input[type="text"]:focus,
.form1 input[type="email"]:focus,
.form1 input[type="tel"]:focus,
.form1 input[type="date"]:focus {
    background: #ffffff !important;
    border-color: #593630 !important;
    box-shadow: 0 0 0 0.2rem rgba(89, 54, 48, 0.25) !important;
    outline: none !important;
}

/* Neighborhood Hero Section */
.neighborhood-hero {
    position: relative;
    color: white;
    padding: 100px 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

.neighborhood-tagline {
    font-size: 20px;
    color: #e0e0e0;
    font-style: italic;
    margin-bottom: 40px;
}

/* Map Container Styling */
.neighborhood-map-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-header {
    text-align: center;
    margin-bottom: 25px;
}

.map-header h3 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.map-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.interactive-map {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Transit Highlight Box */
.transit-highlight {
    background: rgba(89, 54, 48, 0.9);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.transit-highlight h4 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.transit-highlight h4 i {
    margin-right: 10px;
    font-size: 24px;
}

.transit-lines {
    margin-bottom: 20px;
}

.transit-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.transit-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(5px);
}

.transit-note {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin: 0;
    font-size: 14px;
}

/* Subway Icons */
.subway-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.subway-icon.L {
    background: #A7A9AC;
}

.subway-icon.M {
    background: #FF6319;
}

.subway-icon.J {
    background: #996633;
    margin-right: 5px;
}

.subway-icon.Z {
    background: #996633;
    margin-right: 10px;
}

/* Neighborhood Cards Grid */
.neighborhood-grid {
    margin-top: 60px;
}

.neighborhood-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
}

.neighborhood-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.card-icon {
    background: linear-gradient(135deg, #593630, #d67c67);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(89, 54, 48, 0.3);
}

.card-icon i {
    color: white;
    font-size: 30px;
}

.neighborhood-card h4 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight-venues {
    margin-bottom: 20px;
}

.venue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(89, 54, 48, 0.1);
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.venue:hover {
    background: rgba(89, 54, 48, 0.2);
    transform: translateX(5px);
}

.venue-name {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
}

.venue-distance {
    color: #593630;
    font-weight: 500;
    font-size: 13px;
}

.neighborhood-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .neighborhood-hero {
        padding: 60px 0;
        min-height: auto;
        background-attachment: scroll;
    }
    
    .neighborhood-map-container {
        padding: 20px;
    }
    
    .map-header h3 {
        font-size: 24px;
    }
    
    .transit-highlight {
        padding: 25px 20px;
        margin-top: 30px;
    }
    
    .neighborhood-grid {
        margin-top: 40px;
    }
    
    .neighborhood-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
}

/* Availability Section Styling */
#availability {
    /* background-color: #1a1a1a; - Removed to allow gradient */
    color: white;
    padding: 100px 0;
    min-height: auto;
}

/* Large screens - Move availability title higher by overriding the above */
@media (min-width: 1400px) {
    #availability {
        padding: 30px 0 100px 0 !important;
    }
}

.section-title-glow {
    position: relative;
    color: #593630 !important;
    font-family: 'Rustico', serif !important;
    font-weight: 400 !important;
    text-shadow: 0 0 20px rgba(89, 54, 48, 0.3);
}

.section-subtitle-glow {
    color: #cccccc !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.6;
}

/* COMPACT Advanced Filters Container */
.advanced-filters-container {
    background: #ffffff;
    border: 1px solid rgba(89, 54, 48, 0.2);
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -20px -25px 20px -25px;
    padding: 20px 25px 15px 25px;
    background: rgba(89, 54, 48, 0.9);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid rgba(89, 54, 48, 0.3);
}

.filter-header h3 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.clear-filters-btn {
    background: transparent;
    border: 1.5px solid white;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.clear-filters-btn:hover {
    background: white;
    color: #593630;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* COMPACT Filters Grid */
.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.filter-group-wide {
    grid-column: span 2;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* COMPACT Custom Dropdown Styling */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-selected {
    background: #f8f8f8;
    border: 1.5px solid rgba(89, 54, 48, 0.2);
    border-radius: 8px;
    padding: 10px 14px;
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    min-height: 38px;
    font-size: 14px;
}

.dropdown-selected:hover,
.dropdown-selected.active {
    border-color: #593630;
    background: #f0f0f0;
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    color: #593630;
    transition: transform 0.3s ease;
}

.dropdown-selected.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1.5px solid rgba(89, 54, 48, 0.3);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    z-index: 1000;
    max-height: 180px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.dropdown-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-option {
    padding: 10px 14px;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(89, 54, 48, 0.1);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
}

.dropdown-option:hover,
.dropdown-option.selected {
    background: #f0f0f0;
    color: #593630;
}

.dropdown-option:last-child {
    border-bottom: none;
}

/* ENHANCED Price Range Slider */
.price-range-container {
    background: #f8f8f8;
    border: 1.5px solid rgba(89, 54, 48, 0.2);
    border-radius: 10px;
    padding: 8px 10px;
}

.price-display {
    position: relative;
    height: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.price-display span {
    color: #b95c47;
    background: rgba(185, 92, 71, 0.1);
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgba(185, 92, 71, 0.2);
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 13px;
}

.price-separator {
    color: #333333 !important;
    font-size: 11px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.dual-range-slider {
    position: relative;
    height: 22px;
    margin: 6px 0;
}

/* Visible track line for price slider */
.dual-range-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(89, 54, 48, 0.3) 50%, rgba(255, 255, 255, 0.15) 100%);
    border-radius: 6px;
    border: 1px solid rgba(89, 54, 48, 0.2);
    transform: translateY(-50%);
    z-index: 1;
}

/* MUCH MORE VISIBLE Price Sliders */
.price-slider {
    position: absolute;
    width: 100%;
    height: 8px;
    background: transparent;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    pointer-events: none;
    z-index: 2;
}

.price-slider::-webkit-slider-track {
    height: 8px;
    background: transparent;
    border-radius: 6px;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: linear-gradient(135deg, #b95c47 0%, #593630 100%);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 3px 15px rgba(89, 54, 48, 0.4);
    transition: all 0.3s ease;
}

.price-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 5px 20px rgba(89, 54, 48, 0.6);
}

.price-slider::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background: linear-gradient(135deg, #b95c47 0%, #593630 100%);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 3px 15px rgba(89, 54, 48, 0.4);
    transition: all 0.3s ease;
}

.price-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 5px 20px rgba(89, 54, 48, 0.6);
}

/* COMPACT Filter Results */
.filter-results {
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#resultsCount {
    color: #b95c47;
    font-weight: 600;
    font-size: 14px;
    background: rgba(185, 92, 71, 0.1);
    padding: 6px 12px;
    border-radius: 15px;
    border: 1px solid rgba(185, 92, 71, 0.2);
    display: inline-block;
}

/* Table Styling */
.table-responsive {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.table {
    margin: 0;
    color: white;
    background: transparent;
}

.table thead th {
    background: rgba(89, 54, 48, 0.9);
    color: white;
    border: none;
    padding: 20px 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
}

.table tbody td {
    background: #ffffff;
    border: 1px solid rgba(89, 54, 48, 0.1);
    padding: 18px 15px;
    vertical-align: middle;
    color: #333333;
    text-align: center;
    font-weight: 600;
}

.table tbody tr {
    transition: all 0.3s ease;
    cursor: pointer;
}

.table tbody tr:hover {
    background: rgba(185, 92, 71, 0.3);
}

.table tbody tr:hover td {
    background: rgba(185, 92, 71, 0.3) !important;
    color: white !important;
}

.table tbody tr.leased-row {
    opacity: 0.6;
    background: #f5f5f5;
}

.table tbody tr.leased-row td {
    color: #999999;
}

/* Loading Indicator */
#availability-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.loading-content {
    text-align: center;
    color: white;
    background: rgba(89, 54, 48, 0.9);
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #b95c47;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(185, 92, 71, 0.3);
    border-left: 4px solid #b95c47;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    font-size: 18px;
    font-weight: 600;
    color: white;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Buttons */
.view-floor-plan {
    background: #593630;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-floor-plan:hover:not(:disabled) {
    background: #d67c67;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(89, 54, 48, 0.3);
}

.table tbody tr:hover .view-floor-plan:not(:disabled) {
    background: white !important;
    color: #593630 !important;
    transform: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.view-floor-plan:disabled {
    background: #666;
    cursor: not-allowed;
}

/* Pagination */
#pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#pagination .btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#pagination .btn:hover,
#pagination .btn.active {
    background: #593630;
    border-color: #593630;
    color: white;
    transform: translateY(-2px);
}

/* Modal Styling - Redesigned */
.modal-content {
    background: #ffffff;
    border: none;
    border-radius: 15px;
    color: #333333;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    margin: 0 auto;
}

.modal-header {
    border-bottom: none;
    padding: 20px 25px;
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%);
    border-radius: 15px 15px 0 0;
}

.modal-title {
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.btn-close {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    color: white !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
}

.btn-close::before {
    content: "×" !important;
    color: white !important;
    font-size: 28px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.btn-close:hover {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.1) !important;
}

.btn-close:hover::before {
    color: white !important;
}

.modal-body {
    padding: 25px;
    max-height: 70vh;
    overflow-y: auto;
}

/* Unit Images - Fixed Aspect Ratio */
#unit-images {
    margin-bottom: 25px;
}

#unit-images img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* Description Section */
#unit-images + h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #593630;
    margin-bottom: 15px;
    margin-top: 0;
}

#unitDescription {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-left: 4px solid #ccc;
}

#unitDescription li {
    color: #444;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
    padding-left: 8px;
}

/* Form Section */
#unitInterestForm {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

#unitInterestForm h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #593630;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* Form Styling - Clean & Consistent */
#unitInterestForm input[type="text"],
#unitInterestForm input[type="email"],
#unitInterestForm input[type="tel"],
#unitInterestForm input[type="date"],
#unitInterestForm textarea {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #333 !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow', sans-serif !important;
}

#unitInterestForm input[type="text"]:focus,
#unitInterestForm input[type="email"]:focus,
#unitInterestForm input[type="tel"]:focus,
#unitInterestForm input[type="date"]:focus,
#unitInterestForm textarea:focus {
    background: #ffffff !important;
    border-color: #b95c47 !important;
    color: #333 !important;
    box-shadow: 0 0 0 0.15rem rgba(185, 92, 71, 0.15) !important;
    outline: none !important;
}

.form-label {
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #333 !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow', sans-serif !important;
}

.form-control:focus {
    background: #ffffff !important;
    border-color: #b95c47 !important;
    color: #333 !important;
    box-shadow: 0 0 0 0.15rem rgba(185, 92, 71, 0.15) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: #999;
    font-style: italic;
}

/* Submit Button */
.btn-primary {
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%);
    border: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #b95c47 0%, #a0543e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(185, 92, 71, 0.4);
}

/* Thank You Section */
#unitThankYou {
    text-align: center;
    padding: 30px 20px;
}

#unitThankYou .alert-success {
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%);
    border: 2px solid #b95c47;
    border-radius: 12px;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.2);
}

#unitThankYou .alert-success h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#unitThankYou .alert-success .fas {
    color: #b95c47;
    margin-right: 10px;
    font-size: 20px;
}

#unitThankYou .alert-success p {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #f5f5f5;
}

/* Email List Modal Styling */
#emailListModal .modal-content {
    background: #ffffff;
    border: 1px solid rgba(89, 54, 48, 0.3);
    border-radius: 15px;
    color: #333;
}

#emailListModal .modal-header {
    border-bottom: none;
    padding: 20px 25px;
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%);
    border-radius: 15px 15px 0 0;
}

#emailListModal .modal-title {
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

#emailListModal .btn-close {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    color: white !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
}

#emailListModal .btn-close::before {
    content: "×" !important;
    color: white !important;
    font-size: 28px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

#emailListModal .btn-close:hover {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    transform: scale(1.1) !important;
}

#emailListModal .btn-close:hover::before {
    color: white !important;
}

#emailListModal .modal-body {
    padding: 25px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
}

/* Email Description */
#emailDescription {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-left: 4px solid #ccc;
}

#emailDescription p {
    color: #444;
    font-size: 16px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    letter-spacing: 0.3px;
}

/* Email Form Section */
#emailListForm {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

#emailListForm h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #593630;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* Email Form Fields */
#emailListModal .form-label {
    color: #333;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#emailListModal input[type="text"],
#emailListModal input[type="email"],
#emailListModal select,
#emailListModal textarea {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #333 !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow', sans-serif !important;
}

#emailListModal input[type="text"]:focus,
#emailListModal input[type="email"]:focus,
#emailListModal select:focus,
#emailListModal textarea:focus {
    background: #ffffff !important;
    border-color: #b95c47 !important;
    color: #333 !important;
    box-shadow: 0 0 0 0.15rem rgba(185, 92, 71, 0.15) !important;
    outline: none !important;
}

/* Email Form Checkbox */
#emailListModal .form-check-input {
    accent-color: #b95c47;
}

#emailListModal .form-check-label {
    color: #555;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* Email Thank You Section */
#emailThankYou {
    text-align: center;
    padding: 30px 20px;
}

#emailThankYou .alert-success {
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%) !important;
    border: 2px solid #b95c47 !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 30px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.2) !important;
}

#emailThankYou .alert-success h4 {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#emailThankYou .alert-success .fas {
    color: #b95c47 !important;
    margin-right: 10px !important;
    font-size: 20px !important;
}

#emailThankYou .alert-success p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    color: #f5f5f5 !important;
}

/* Email Modal Responsive */
@media (max-width: 768px) {
    #emailListModal .modal-content {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #emailListModal .modal-body {
        padding: 20px;
        max-height: 80vh;
    }
    
    #emailListModal .modal-header {
        padding: 15px 20px;
    }
    
    #emailListModal .modal-title {
        font-size: 20px;
    }
    
    #emailListForm {
        padding: 20px;
        margin-top: 15px;
    }
    
    #emailListModal .form-label {
        font-size: 13px;
        letter-spacing: 0.3px;
    }
    
    #emailThankYou {
        padding: 20px 15px;
    }
}

/* Wait List Thank You Section */
#waitlistThankYou {
    text-align: center;
    padding: 30px 20px;
}

#waitlistThankYou h4 {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
    color: #593630 !important;
    margin-bottom: 15px !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

#waitlistThankYou .fas {
    color: #b95c47 !important;
    margin-right: 10px !important;
    font-size: 20px !important;
}

#waitlistThankYou p {
    font-family: 'Barlow', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    color: #555 !important;
}

#waitlistThankYou p:last-child {
    margin-bottom: 0 !important;
}

/* Wait List Form Styling */
.apply-form {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 30px !important;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.1) !important;
}

.apply-form .form-control {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #333 !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow', sans-serif !important;
}

.apply-form .form-control:focus {
    background: #ffffff !important;
    border-color: #b95c47 !important;
    color: #333 !important;
    box-shadow: 0 0 0 0.15rem rgba(185, 92, 71, 0.15) !important;
    outline: none !important;
}

.apply-form label {
    color: #333 !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.btn-form1-submit {
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%) !important;
    border: 2px solid #b95c47 !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Barlow', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
}

.btn-form1-submit:hover {
    background: linear-gradient(135deg, #4a2b26 0%, #593630 100%) !important;
    border-color: #d67c67 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(89, 54, 48, 0.3) !important;
}

/* Wait List Mobile Responsive */
@media (max-width: 768px) {
    .apply-form {
        padding: 20px !important;
    }
    
    #waitlistThankYou {
        padding: 20px 15px;
    }
    
    #waitlistThankYou h4 {
        font-size: 20px !important;
    }
    
    .apply-form label {
        font-size: 13px !important;
        letter-spacing: 0.3px !important;
    }
}

.btn-secondary {
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    color: #593630;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #e9ecef;
    border-color: #b95c47;
    color: #593630;
    transform: translateY(-1px);
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    .modal-body {
        padding: 20px;
        max-height: 80vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 20px;
    }
    
    #unitThankYou {
        padding: 20px 15px;
    }
    
    #unitInterestForm {
        padding: 20px;
        margin-top: 15px;
    }
    
    .form-label {
        font-size: 13px;
        letter-spacing: 0.3px;
}
}





/* COMPACT Responsive Design */
@media (max-width: 768px) {
    .filters-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .filter-group-wide {
        grid-column: span 1;
    }
    
    .filter-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .filter-header h3 {
        font-size: 18px;
    }
    
    .advanced-filters-container {
        padding: 15px 18px;
        margin-bottom: 20px;
    }
    
    .table-responsive {
        font-size: 14px;
    }
    
    .table thead th,
    .table tbody td {
        padding: 12px 8px;
    }
    
    .price-range-container {
        padding: 12px;
    }
    
    .price-display {
        font-size: 14px;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    #availability {
        padding: 60px 0;
    }
    
    .section-title-glow {
        font-size: 2rem !important;
    }
    
    .section-subtitle-glow {
        font-size: 1rem !important;
    }
    
    .advanced-filters-container {
        padding: 12px 15px;
        border-radius: 10px;
    }
    
    .filter-header h3 {
        font-size: 16px;
    }
    
    .clear-filters-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Enhanced Detailed Availability Section Styling */
#detailed-availability {
    padding-top: 100px !important; /* More space from the building image */
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 1) 100%);
    min-height: 100vh;
}

/* Massive Building Title */
#detailed-availability .section-title-glow {
    font-size: 4.5rem !important; /* Much bigger */
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: linear-gradient(135deg, #593630 0%, #b95c47 50%, #593630 100%);
    background-size: 200% 200%;
    animation: gradientShift 4s ease-in-out infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none; /* Remove text shadow for gradient effect */
    position: relative;
}

/* Removed decorative underline from availability title */

/* Enhanced Wing Subtitle Styling */
#building-wing-subtitle {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Responsive Wing Subtitle */
@media (max-width: 768px) {
    #building-wing-subtitle {
        font-size: 36px;
        letter-spacing: 2px;
        margin-top: -8px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    #building-wing-subtitle {
        font-size: 28px;
        letter-spacing: 1px;
        margin-top: -6px;
        margin-bottom: 20px;
    }
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Creative subtitle and back button container */
.availability-hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 60px auto;
    padding: 30px 40px;
    background: rgba(89, 54, 48, 0.05);
    border: 1px solid rgba(89, 54, 48, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.availability-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(89, 54, 48, 0.03) 0%, rgba(185, 92, 71, 0.03) 100%);
    pointer-events: none;
}

.availability-subtitle-content {
    flex: 1;
    padding-right: 40px;
}

.availability-subtitle-content .section-subtitle-glow {
    font-size: 1.3rem !important;
    line-height: 1.7;
    margin: 0;
    color: #e0e0e0 !important;
    font-weight: 400 !important;
}

.availability-back-button {
    flex-shrink: 0;
    background: linear-gradient(135deg, #593630 0%, #4a2b26 100%) !important;
    border: 2px solid rgba(89, 54, 48, 0.3) !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: 0 4px 15px rgba(89, 54, 48, 0.2) !important;
    position: relative;
    overflow: hidden;
}

.availability-back-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.availability-back-button:hover::before {
    left: 100%;
}

.availability-back-button:hover {
    background: linear-gradient(135deg, #b95c47 0%, #a0543e 100%) !important;
    border-color: rgba(185, 92, 71, 0.5) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(89, 54, 48, 0.3) !important;
    color: #ffffff !important;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    #detailed-availability .section-title-glow {
        font-size: 4rem !important;
        letter-spacing: 3px;
    }
    
    .availability-hero-section {
        padding: 25px 30px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    #detailed-availability {
        padding-top: 80px !important;
    }
    
    #detailed-availability .section-title-glow {
        font-size: 3.5rem !important;
        letter-spacing: 2px;
    }
    
    .availability-hero-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }
    
    .availability-subtitle-content {
        padding-right: 0;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #detailed-availability {
        padding-top: 60px !important;
    }
    
    #detailed-availability .section-title-glow {
        font-size: 2.8rem !important;
        letter-spacing: 1px;
    }
    
    .availability-hero-section {
        margin-bottom: 40px;
        padding: 25px 20px;
    }
    
    .availability-subtitle-content .section-subtitle-glow {
        font-size: 1.1rem !important;
    }
    
    .availability-back-button {
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 576px) {
    #detailed-availability .section-title-glow {
        font-size: 2.2rem !important;
        letter-spacing: 0.5px;
    }
    
    .availability-hero-section {
        margin-bottom: 30px;
        padding: 20px 15px;
    }
}


