@charset "UTF-8";
/*
Theme Name: Eucalyptus
Author: Owain Jones
Author URI: https://rentmanager.com
Description: A clean and modern WordPress theme perfect for blogs, portfolios, and business sites. Designed for minimalism and performance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eucalyptus
Tags: clean, modern, blog, portfolio, responsive, minimal, custom-background, custom-logo, theme-options
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.4
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

h1, h2 {
  text-transform: uppercase;
}

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

.max-wrap {
  padding: 30px 60px;
}

.remove-margin {
  margin: 0px !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
  font-weight: 600;
}

a:hover {
  color: #B5BAA8;
  font-weight: 600;
}

button, .button {
  padding: 10px 20px;
  background-color: #0f2038;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
}

.oj-mobile-nav-buttons {
  display: none;
}

.oj-mobile-nav-buttons .oj-btn-container {
  padding: 8px 0;
}

.oj-mobile-nav-buttons a.button, .oj-mobile-nav-buttons .hero-buttontext {
  align-items: center;
  gap: 8px;
  padding: 10px 26px;
  background-color: #DAA16D;
  color: #efefee;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.oj-mobile-nav-buttons a.button:hover, .oj-mobile-nav-buttons .hero-buttontext:hover {
  background-color: #DDCEBD;
}

.mobile-nav-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.6rem;
  color: #0f2038;
  line-height: 1;
}

.mobile-nav-close:hover {
  color: var(--primary-color, #DAA16D);
}

@media (max-width: 767px) {
  #top-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .nav-w-btns-wrap {
    border-top: none;
  }
  .main-nav {
    position: fixed;
    inset: 0;
    background-color: #FFFFFF;
    z-index: 9999;
    overflow-y: auto;
    padding: 64px 24px 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }
  .main-nav.is-open {
    transform: translateX(0);
  }
  .main-nav ul.menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .main-nav ul.menu li a {
    padding: 14px 0;
    font-size: 1rem;
    border-bottom: 1px solid #DDCEBD;
    width: 100%;
  }
  .main-nav ul.menu li ul {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border-top: none;
    border-left: 3px solid var(--primary-color, #DAA16D);
    margin-left: 16px;
    padding: 4px 0;
  }
  .main-nav ul.menu li ul li a {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  .mobile-nav-close,
  .oj-mobile-nav-buttons {
    display: block;
  }
}
#to-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 500;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--primary-color, #DAA16D);
  color: #FFFFFF;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

#to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#to-top:hover {
  background-color: #B5BAA8;
  transform: translateY(-3px);
}

#to-top i {
  font-size: 0.9rem;
}

.bg-color1 {
  background-color: var(--primary-color, #DAA16D) !important;
}

.popmake-1006 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 26px;
  background-color: var(--primary-color, #DAA16D);
  color: #FFFFFF;
  border: 2px solid var(--primary-color, #DAA16D);
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 500;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
  padding: 10px 22px;
}

.popmake-1006 i {
  font-size: 0.8rem;
}

.popmake-1006:hover {
  background-color: #B5BAA8;
  border-color: #B5BAA8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.site-footer {
  color: #303030;
  background: #ebe6e0;
}

.bottom-footer {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.5fr 1fr 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1095px) {
  .bottom-footer {
    grid-template-columns: 1fr;
  }
}
.bottom-footer > div:first-child h5 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
}

.bottom-footer > div:first-child p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #303030;
  margin-bottom: 6px;
}

.bottom-footer > div:first-child p a {
  color: #303030;
}

.bottom-footer > div:first-child p a:hover {
  color: var(--primary-color, #DAA16D);
}

.bottom-footer > div:nth-child(2) {
  font-size: 0.85rem;
  line-height: 2;
  color: #303030;
}

.bottom-footer > div:nth-child(2) p {
  margin-bottom: 4px;
}

.bottom-footer > div:nth-child(2) strong {
  color: #303030;
}

.bottom-footer > div:nth-child(3) ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom-footer > div:nth-child(3) ul.menu li a {
  font-size: 0.85rem;
  transition: all 0.25s ease;
}

.bottom-footer > div:nth-child(3) ul.menu li a::before {
  content: "→ ";
  color: var(--primary-color, #DAA16D);
  font-size: 0.75rem;
}

.bottom-footer > div:nth-child(3) ul.menu li a:hover {
  color: var(--primary-color, #DAA16D);
}

.bottom-footer > div:nth-child(3) ul.menu li.current-menu-item a {
  color: var(--primary-color, #DAA16D);
}

.social-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.social-area > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.25s ease;
}

.social-area > div a:hover {
  border-color: var(--primary-color, #DAA16D);
  background-color: rgba(255, 255, 255, 0.06);
}

.social-area > div img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.social-area > div img:hover {
  opacity: 1;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 4px;
}

.rm-logo {
  width: auto;
  vertical-align: middle;
  transition: all 0.25s ease;
}

.rm-logo:hover {
  opacity: 1;
}

.bottom-footer > div:first-child p:last-child {
  margin-top: 12px;
  font-size: 0.9rem;
}

.bottom-footer > div:first-child p:last-child a {
  color: inherit;
}

.bottom-footer > div:first-child p:last-child a:hover {
  color: var(--primary-color, #DAA16D);
  opacity: 1;
}

.rmwb_available-date {
  font-size: 24px;
  font-weight: 700;
}

.rmwb_listing {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1.5rem 0rem;
  padding: 15px 0px;
}

.rmwb_listing:nth-child(odd) {
  background-color: #ebe6e0;
}

.rmwb_photo-section,
.rmwb_text-section {
  width: 45%;
}

.rmwb_addfee-section {
  line-height: 2.1em;
  padding: 30px 0px;
}

.rmwb_detail-wrapper {
  width: 60%;
  padding-top: 30px;
}

.rmwb_side-wrapper {
  width: 30%;
  background-color: #303030;
  color: white;
  padding: 3rem;
}

.unit-detail-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0px;
}

.rmwb_section_header {
  border-bottom: 2px solid #303030;
}

.amenity_list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.oj-home-callout {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}

.oj-home-callout.oj-row {
  width: 100%;
}

.oj-callout-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
  align-items: start;
}

@media (min-width: 768px) {
  .oj-callout-content {
    grid-template-columns: 1fr 1fr;
  }
}
.callout-contact {
  color: #FFFFFF;
}

.callout-contact h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.contact-copy {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.callout-logo {
  margin-bottom: 20px;
}

.callout-logo img {
  height: 80px;
  width: auto;
}

.callout-map .google-map {
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}

.fade-in-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#fieldname3_1,
#fieldname4_1 {
  transition: border-color 0.2s ease;
}

#fieldname3_1:focus,
#fieldname4_1:focus {
  outline: none;
  border-color: var(--primary-color, #B5BAA8);
}

.uh {
  display: block;
  font-size: 0.78rem;
  margin-top: 4px;
  min-height: 18px;
  color: #911e1e;
}

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

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 26px;
  background-color: var(--primary-color, #DAA16D);
  color: #FFFFFF;
  border: 2px solid var(--primary-color, #DAA16D);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.button:hover {
  background-color: #DDCEBD;
}

.fade-in-scroll {
  opacity: 0;
  transform: scale(0.8); /* start slightly smaller */
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-delay: 0.3s;
}

.fade-in-scroll.show {
  opacity: 1;
  transform: scale(1); /* grow to full size */
}

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden;
  }
  .main {
    margin: 0 auto;
  }
  .entry-content .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em;
  }
}
/* Gutenberg custom color sample */
.has-branding-color {
  color: #0f2038;
}

.has-branding-background-color {
  background-color: #0f2038;
}

/* Hero section */
.hero {
  position: relative;
  text-align: center;
  color: white;
  font-family: "Bebas Neue", sans-serif;
}

.hero img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.hero .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  transform: translate(-50%, -50%);
}

.hero h1 {
  margin: 0 0 0.2rem;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hero h2 {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Three columns section */
.services {
  max-width: 1120px;
  margin: 3rem auto 4rem;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.service {
  flex: 1 1 30%;
  font-family: "Bebas Neue", sans-serif;
  box-sizing: border-box;
}

.service .service-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.service img {
  width: 100%;
  display: block;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service .service-title {
  position: absolute;
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  bottom: 12px;
  left: 12px;
  right: 12px;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.service p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.94rem;
  color: #222;
  margin: 1rem 0 1.3rem;
  line-height: 1.4;
}

.service button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid #444;
  background: transparent;
  color: #222;
  letter-spacing: 0.02em;
  transition: background-color 0.2s, color 0.2s;
}

.service button:hover {
  background-color: #444;
  color: #fff;
}

/* Welcome section */
.welcome-section {
  max-width: 900px;
  margin: 4rem auto 4rem;
  background-color: #f2f0ed;
  padding: 3rem 2rem 2.5rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  border-radius: 2px;
}

.welcome-section h2 {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.welcome-section hr {
  width: 50px;
  border: 1px solid #aaa;
  margin: 0 auto 1.6rem;
}

.welcome-section p {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.welcome-section button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.6rem 1.3rem;
  border: 1px solid #444;
  background: transparent;
  color: #222;
  letter-spacing: 0.04em;
}

.welcome-section button:hover {
  background-color: #444;
  color: white;
}

/* Testimonials section */
.testimonial-section {
  position: relative;
  margin: 4rem 0 1rem;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section img.bg-img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.testimonial-text {
  position: absolute;
  top: 30%;
  left: 3rem;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  padding: 1.75rem 2rem 1.75rem 2rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.testimonial-text h3 {
  margin: 0 0 1.25rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/*** Accordion Styles ***/
.oj-accordion-row {
  padding: 20px;
}

.accordion-toggle {
  background-color: #fff;
  border: 1px solid #A59081 !important;
  color: #444;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 1rem;
  cursor: pointer;
}

.accordion-toggle.active, .accordion-toggle:hover {
  background-color: #ccc;
}

.accordion-content {
  padding: 12px !important;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
}

.accordion-content:not(:last-child) {
  border-bottom: none;
}

.accordion-content p {
  width: 100%;
}

.accordion-toggle:after {
  content: "+";
  font-size: 1.5rem;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
}

.oj-accordion-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

/*** Big Text Block Styles ***/
.oj-big-text-block {
  background-color: #fff;
}

/*** Video Background Hero Section Styles ***/
.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.unit-search {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.hero-content .unit-search label {
  color: #fff !important;
}

#hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.hero-fallback-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  text-align: center;
  width: 100%;
  color: white;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-content h1 {
  font-size: 5em;
  text-transform: uppercase;
  margin: 0px;
}

.hero-content h2 {
  font-size: 3em;
  margin: 20px;
}

.quarter-column-layout {
  display: flex;
  margin: 20px auto;
  padding: 0;
  align-items: center;
}

.quarter-column-layout .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.quarter-column-layout .column-left {
  width: 30%;
}

.quarter-column-layout .column-right {
  width: 70%;
}

.two-col-list {
  flex-wrap: wrap;
  gap: 20px;
  -moz-columns: 2;
  columns: 2;
  line-height: 3em;
}
@media (max-width: 950px) {
  .two-col-list {
    -moz-columns: 1;
    columns: 1;
    margin-left: 30px;
  }
}

/*** Two Coloumn Block Styles ***/
.two-column-layout {
  display: flex;
  margin: 20px auto;
  padding: 0;
}

.two-column-layout.reverse-layout {
  flex-direction: row-reverse;
}

.column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.image-column {
  overflow: hidden;
}

.image-column img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-column.oj-border {
  padding: 20px;
  box-sizing: border-box;
}

.content-column h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}

.content-column p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.fa-ul {
  padding-left: 0;
  list-style-type: none;
}

.fa-ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.fa-ul li .fa-li {
  margin-right: 10px;
  color: #DAA16D;
}

.vid-column {
  align-items: center;
}

@media (max-width: 768px) {
  .two-column-layout {
    flex-direction: column-reverse !important;
  }
  .image-column, .content-column {
    padding: 10px;
  }
  .content-column h2 {
    font-size: 24px;
  }
  .content-column p, .fa-ul li {
    font-size: 14px;
  }
  .rmwb_section {
    padding: 0px !important;
  }
}
/*** Contact Styles ***/
.wp-block-contact-form-7-contact-form-selector {
  padding: 50px 0;
  background-color: #f9f9f9;
}

/* General form container styles */
.oj-owner-form-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* Styling each form row */
.oj-form-row-1,
.oj-form-row-2,
.oj-form-row-3,
.oj-form-row-4,
.oj-form-row-5 {
  margin-bottom: 20px;
}

.oj-form-row-1 {
  display: flex;
  justify-content: space-between;
}

.oj-form-row-4 p {
  color: black;
}

/* Label styles */
.oj-owner-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Input field styles */
.oj-owner-form-wrap input[type=text],
.oj-owner-form-wrap input[type=tel],
.oj-owner-form-wrap input[type=email],
.oj-owner-form-wrap input[type=number],
.oj-owner-form-wrap textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

/* Radio button and checkbox styles */
.oj-owner-form-wrap input[type=radio] {
  margin-right: 8px;
}

/* Textarea specific styles */
.oj-owner-form-wrap textarea {
  height: 120px;
  resize: vertical;
}

/* Submit button styles */
.oj-owner-form-wrap input[type=submit] {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Optional: Styling for radio button options */
.oj-form-row-4 input[type=radio] + label {
  margin-left: 10px;
  font-weight: normal;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .oj-owner-form-wrap {
    padding: 15px;
  }
}
/*Portfolio Items Block */
.portfolio-block {
  text-align: center;
  padding: 2em 0;
}

.portfolio-block__content {
  width: 80%;
  margin: 1em auto;
}

.portfolio-block__content > p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.portfolio-block__content h2 {
  padding: 0 0 15px;
}

.portfolio-block__content .description {
  text-align: left;
}

.portfolio-container {
  display: flex;
  justify-content: space-between;
  margin: 2em;
}

@media (max-width: 800px) {
  .portfolio-container {
    flex-direction: column;
  }
}
.portfolio-items {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 800px) {
  .portfolio-items {
    width: 100%;
    height: auto;
  }
}
.portfolio-hasBGIMG {
  height: 300px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-hasBGIMG .title {
  position: absolute;
  color: white;
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
}

.link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.port-links, .frm_button_submit {
  padding: 10px 15px !important;
  border: 1px solid #333 !important;
  background-color: white !important;
  text-align: center;
  transition: transform 0.3s ease;
  color: #333 !important;
}

.port-links:hover, .frm_button_submit:hover {
  text-decoration: none;
  background-color: #333 !important;
  color: white !important;
  transform: translateY(-3px);
}

.fullwidth_heading {
  font-size: 2.8em;
  margin: 20px;
}

.choose-side {
  display: flex;
}

.choose-side .whitebkgrd {
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
}

.choose-side .column-style {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 40%;
  align-items: center;
  top: 50%;
  left: 10%;
  position: absolute;
}

/* Reset and base */
* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #DAA16D;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 1.8em;
}

h2 {
  font-size: 2.3em;
}

.subtitle-white {
  color: white;
  font-size: 20px;
  padding-bottom: 20px;
}

.subtitle-dark {
  color: black;
  font-size: 20px;
  padding-bottom: 20px;
}

a {
  color: #0f2038;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

button {
  cursor: pointer;
  transition: transform 0.3s ease;
}

button:hover {
  transform: translateY(-3px);
}

/* Container */
.container {
  padding: 1rem 2rem;
}

/* Utility */
.text-center {
  text-align: center;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

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

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Label styles */
.oj-owner-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* Input field styles */
.oj-owner-form-wrap input[type=text],
.oj-owner-form-wrap input[type=tel],
.oj-owner-form-wrap input[type=email],
.oj-owner-form-wrap input[type=number],
.oj-owner-form-wrap textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

/* Radio button and checkbox styles */
.oj-owner-form-wrap input[type=radio] {
  margin-right: 8px;
}

/* Textarea specific styles */
.oj-owner-form-wrap textarea {
  height: 120px;
  resize: vertical;
}

/* Submit button styles */
.oj-owner-form-wrap input[type=submit] {
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Optional: Styling for radio button options */
.oj-form-row-4 input[type=radio] + label {
  margin-left: 10px;
  font-weight: normal;
}

/* Footer main */
.footer-container {
  padding: 1rem 4rem;
}

.footer-container .title {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.footer-container #affiliates {
  display: flex;
  justify-content: right;
  align-items: center;
}

.footer-container .strong {
  font-size: 1.5rem;
  font-weight: 300;
}

.footer-container img {
  width: 75px;
  margin-left: 0.7rem;
  vertical-align: middle;
}

/* Footer bottom */
.additional-bottom p {
  text-align: center;
  font-style: italic;
}

.additional-bottom .bottom-links {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.additional-bottom .bottom-links span {
  padding: 0 30px;
  position: relative;
}

.additional-bottom .bottom-links {
  /* Add "|" separator after each span except the last */
}

.additional-bottom .bottom-links span:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  padding-left: 10px;
}

/* Footer nav lists */
#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem 4rem;
  list-style: none;
}

#menu-footer-menu li {
  margin-bottom: 0.35rem;
  font-weight: 600;
  list-style: none;
}

#menu-footer-menu li ul li {
  font-weight: 400;
  color: #222;
  text-decoration: none;
  font-weight: 400;
}

#menu-footer-menu li ul li a:hover {
  text-decoration: underline;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 920px) {
  .services {
    flex-direction: column;
    gap: 2rem;
  }
  .service {
    max-width: 100%;
  }
  .testimonial-text {
    top: 16%;
    left: 1rem;
    max-width: 90vw;
    font-size: 0.9rem;
    padding: 1.3rem 1.5rem;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul {
    font-size: 0.85rem;
    gap: 1.2rem;
  }
  .footer-nav-sections {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding-left: 1rem;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1rem;
  }
}
/* Auto-generated Blocks CSS */
/* CSS for block: contact-block */
.oj-contact-block {
  display: flex;
}

.oj-form-wrap, .oj-contact-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact-address, .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-address h2 {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .oj-contact-block {
    flex-direction: column;
  }
  .oj-form-wrap, .oj-contact-col {
    width: 100%;
  }
}
/* CSS for block: gallery */
/* SLICK GALLERY STYLING*/
.oj-gallery-container {
  max-width: 75%;
  margin: 50px auto;
}

.slider-for img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.slider-nav .slick-current img {
  border-color: #000;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
  color: var(--primary-color) !important;
}

.slick-prev, .slick-next {
  color: #303030 !important;
  z-index: 999;
}

.slick-prev {
  left: 35px !important;
}

.slick-next {
  right: 35px !important;
}

.slick-track {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.slick-track .slick-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.slick-track .slick-slide img {
  height: 100% !important;
  width: auto !important;
}
.slick-track .slick-slide .unit-slide-image {
  width: 375px;
  min-width: 375px;
  max-width: 375px;
  height: auto !important;
}

.unit-main-slider {
  height: 275px;
}

.oj-test-slide {
  padding: 0 15px;
}

.oj-test-top {
  max-width: 500px;
  height: 350px;
  margin: 0px 10px;
  overflow: hidden;
}

.oj-test {
  height: 100%;
}

.oj-test-wrap .slick-track {
  display: flex;
}

.oj-test-wrap .slick-slide {
  height: inherit;
}

.oj-test-wrap .slick-slide > div {
  height: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

/* RESPONSIVE CSS */
@media (max-width: 1200px) {
  .oj-gallery-container {
    max-width: 75%;
    margin: 30px auto 50px;
  }
  .slider-nav img {
    margin: 5px;
  }
}
/* CSS for block: hero-block */
.oj-hero-slider-container {
  position: relative;
  height: 655px;
  width: 100vw;
  max-width: -webkit-fill-available;
  top: -50px;
}

.oj-hero-slider, .oj-hero-slide {
  height: 100%;
  width: 100vw;
  max-width: -webkit-fill-available;
}

.oj-hero-slide {
  background-position: center;
  background-size: cover;
}

.oj-hero-slider-content {
  z-index: 998;
  opacity: 1;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 175px 0px 0px 100px;
  width: 100%;
}

@media (max-width: 768px) {
  .oj-hero-slider-content {
    padding: 120px 0px 0px 0px;
    margin: 0px;
    text-align: center;
  }
}
.oj-slider-overlay {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center;
  align-items: center;
  text-align: center; */
  width: 100%;
}

.oj-slider-title {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; */
  background: transparent;
  width: 100%;
  color: white;
}

.entry-content .unit-image-gallery {
  width: 100%;
  overflow: hidden;
  background-color: #EBE6E0;
  padding: 10px;
}
.entry-content .unit-image-gallery .slick-carousel {
  height: 450px;
  overflow: hidden;
}
.entry-content .unit-image-gallery .slick-nav {
  height: 150px;
  margin: 10px 0px;
}
.entry-content .unit-image-gallery .slick-nav .slick-slide {
  margin: 10px;
}

.slick-nav .slick-slide {
  padding: 10px;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-nav .slick-slide img {
  height: 150px !important;
  min-height: 150px !important;
  width: 150px !important;
  min-width: 150px !important;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.oj-hero-icon-container {
  border-radius: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  box-shadow: inset 1px 1px 60px rgba(0, 0, 0, 0.2);
}

.oj-hero-icon-container i {
  font-size: 40px;
}

.oj-hero-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.oj-hero-video,
.oj-hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.oj-hero-image {
  background-size: cover;
  background-position: center;
}

.testimonial-photos {
  width: 100% !important;
  height: auto !important;
}

/* RESPONSIVE CSS */
/* CSS for block: icon-boxes */
.oj-icon-box-container.oj-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.oj-icon-box {
  flex: 1 1 calc(33.333% - 20px);
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.oj-icon-box:hover {
  text-decoration: none;
  color: #000;
  transform: scale(1.05);
}

.oj-icon-box i {
  font-size: 40px;
}

.oj-icon-box h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.oj-icon-box p {
  font-size: 1rem;
  line-height: 1.5;
}

/* RESPONSIVE CSS */
@media (max-width: 768px) {
  .oj-icon-box {
    padding: 0;
  }
  .oj-icon-box-container.oj-row {
    flex-direction: column;
  }
}
/* Accessibility Considerations */
@media (prefers-reduced-motion: reduce) {
  .oj-icon-box {
    transition: none;
  }
}
/* CSS for block: meet-the-team */
.oj-meet-team-wrap {
  color: white;
  text-align: center;
}

.oj-meet-team-wrap h2 {
  color: #000;
}

.oj-meet-the-team {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.oj-team-member {
  width: 300px;
  position: relative;
  overflow: hidden;
}

/* Image styles (unchanged, with optional hover scale) */
.oj-member-image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.modal-body > .oj-member-image {
  height: 400px;
}

/* Overlay container always sits at the bottom */
.oj-member-info {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

/* Always-visible basic info (name and job title) */
.oj-member-basic h3,
.oj-member-basic h4 {
  margin: 0;
}

.oj-member-basic h3 {
  font-size: 20px;
  font-weight: bold;
}

.oj-member-basic h4 {
  font-size: 16px;
  margin: 5px 0;
}

/* Extra info (excerpt) is hidden by default */
.oj-member-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* On hover, the extra info becomes visible */
.oj-team-member:hover .oj-member-extra {
  max-height: 200px;
  opacity: 1;
}

/* Modal content style (unchanged) */
.modal-content {
  color: #000;
}

/* CSS for block: shape-divider */
.shape-divider-block {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shape-divider-block.flip-horizontally svg {
  transform: scaleX(-1);
}

.shape-divider-block.overlap-content {
  margin-top: -100px;
}

.shape-bottom {
  transform: rotate(180deg);
}

.shape-bottom svg {
  z-index: -1;
}

/* HEADER */
#main-header {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* background-color:transparent; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  /* position: absolute; */
  width: 100%;
  z-index: 9999999999999;
  position: absolute;
  top: 0;
  background: transparent;
  /* backdrop-filter: blur(8px); */
  transition: all 0.3s ease;
}

#main-header.sticky, .mobmenu.sticky, .mob-menu-header-holder.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 999999999999;
  background-color: #151623 !important;
  transition: all 0.3s ease;
}

.site-logo {
  flex-wrap: nowrap;
  /*   justify-content: start;*/
  justify-content: center;
  align-items: center;
  /* padding: 10px 0; */
  /* opacity: 0; */
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
}

.site-logo.visible {
  opacity: 1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 925px) {
  .mob-standard-logo, .mob-retina-logo {
    width: auto !important;
    padding: 10px;
  }
}
.menu-buttons {
  display: flex;
  transition: all 0.5s ease !important;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  top: 0;
  position: absolute;
  right: 0;
  padding: 20px 50px;
}

.nav-w-btns-wrap {
  display: flex;
  /* display: none; */
  flex-direction: column;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.extra-top a, #mobmenuleft li a {
  padding: 0px 10px;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #e3af5a;
}

.extra-top:not(:last-of-type)::after {
  content: "|";
}

.main-nav .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 10px 0;
}

.main-nav .menu a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 24px 5px 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

#menu-footer-navigation a[aria-current=page] {
  color: #DAA16D !important;
}

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(21, 22, 35), rgba(32, 34, 54, 0.35));
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 996;
}

.nav-overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-toggle {
  display: none;
}

.main-title {
  font-size: 3.7em;
  color: #efefee !important;
}

/* =============================
   Base Navigation Styles
============================= */
.navbar {
  background: #333;
  font-family: "Open Sans", sans-serif;
}

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

.menu > li {
  position: relative;
}

.menu > li > a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* .menu > li > a:hover {
  background: #444;
} */
/* =============================
   Submenu Styling (Hidden by Default)
============================= */
.sub-menu {
  position: absolute;
  top: 100%; /* directly below parent */
  left: 0;
  width: 100%;
  background: rgba(21, 22, 35, 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  z-index: 1000;
  /* animation setup */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px); /* slight slide-up start */
  transition: all 0.3s ease;
}

.sub-menu li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* .sub-menu li a:hover {
  background: #555;
} */
/* =============================
   Hover to Reveal Submenu
============================= */
.menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slides down smoothly */
}

/* =============================
   Nested Submenus (3rd level)
============================= */
.sub-menu .sub-menu {
  top: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
}

.sub-menu .sub-menu li a {
  background: rgba(0, 0, 0, 0.7);
}

/* .sub-menu .sub-menu li a:hover {
  background: #666;
} */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.7em;
  }
  .main-nav {
    z-index: 9999;
  }
  .main-nav .menu {
    display: block;
    margin: 60px 20px 20px;
    padding: 0;
    gap: 0;
  }
  .main-nav .menu li {
    margin-bottom: 20px;
  }
  .main-nav .menu a {
    display: block;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .menu-buttons {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
  }
  .menu-icon {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #333;
    left: 0;
    transition: all 0.3s ease;
  }
  .menu-icon::before {
    top: -8px;
  }
  .menu-icon::after {
    top: 8px;
  }
  .mobile-nav-toggle.active .menu-icon {
    background: transparent;
  }
  .mobile-nav-toggle.active .menu-icon::before {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-nav-toggle.active .menu-icon::after {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* -----------------------------------
     Mobile Contact Section
  ----------------------------------- */
  .oj-mobile-nav-contact {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
  }
  .oj-mobile-nav-contact a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .oj-mobile-nav-contact i {
    font-size: 18px;
    /* Adjust icon color if needed */
    color: #333;
  }
  /* -----------------------------------
     Mobile Nav Button Section
  ----------------------------------- */
  .oj-mobile-nav-buttons {
    padding: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
  }
  /* Close Button Styles */
  .mobile-nav-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: #333;
  }
  .mobile-nav-close:focus {
    outline: none;
  }
  .close-icon {
    display: inline-block;
  }
}
/* ============================================= */
/* = DESKTOP (Min Width 769px)                  */
/* ============================================= */
@media (min-width: 769px) {
  .main-nav {
    display: block;
    position: static;
    transform: none;
    transition: none;
    height: auto;
    width: auto;
    box-shadow: none;
  }
  .mobile-nav-toggle, .oj-mobile-nav-buttons, .oj-mobile-nav-contact, .mobile-nav-close {
    display: none;
  }
}
.mobmenu, .mob-menu-header-holder {
  background: transparent !important;
}

@media only screen and (max-width: 1035px) {
  body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over {
    padding-top: 0px !important;
  }
}
.show-nav-left .mobmenu-panel.show-panel {
  z-index: 10000000000000000000000 !important;
}

/* HEADER */
#main-header {
  position: relative;
  width: 100%;
  z-index: 9999999999999;
  top: 0;
  background-color: white;
  /* backdrop-filter: blur(8px); */
  transition: all 0.3s ease;
}

/* Header */
header {
  background-color: #efefee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
}

header img {
  max-width: 150px;
}

header .logo svg, header .logo .logo-text {
  color: #0f2038;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

nav {
  margin: 0.5em;
}

header nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

header nav ul li {
  position: relative;
}

header nav ul li:hover > ul {
  display: block;
}

header nav ul li a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Dropdown */
header nav ul li ul {
  position: absolute;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 140px;
  padding: 0.3rem 0;
  display: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

header nav ul li ul li {
  margin: 0;
}

header nav ul li ul li a {
  padding: 0.5rem 1rem;
  display: block;
  font-weight: normal;
}

header nav ul li ul li a:hover {
  background-color: #f5f5f5;
}

.custom-header {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  text-align: center;
  color: white;
  overflow: hidden;
}

.custom-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 1;
}

.custom-header .header-content {
  position: relative;
  z-index: 2;
}

.header-title {
  font-size: 3rem;
  margin: 0;
}

.site-logo {
  flex-wrap: nowrap;
  /*   justify-content: start;*/
  justify-content: center;
  align-items: center;
  /* padding: 10px 0; */
  /* opacity: 0; */
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
}

.site-logo.visible {
  opacity: 1;
  transition: all 0.3s ease;
}

.menu-buttons {
  display: flex;
  transition: all 0.5s ease !important;
  cursor: pointer;
  font-size: 13px;
  top: 0;
  position: absolute;
  right: 0;
  padding: 20px 50px;
}

.nav-w-btns-wrap {
  display: flex;
  /* display: none; */
  flex-direction: column;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

.extra-top a, #mobmenuleft li a {
  padding: 0px 10px;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.extra-top:not(:last-of-type)::after {
  content: "|";
}

.main-nav .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 10px 0;
}

.main-nav .menu a {
  text-decoration: none;
  color: #303030;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 24px 5px 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.main-nav .menu a:hover {
  color: #DAA16D;
}

.main-nav a[aria-current=page] {
  color: #DAA16D;
}

.main-nav .menu-item:last-child a {
  background-color: #DAA16D; /* yellow */
  color: #000; /* black text */
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
}

.main-nav .menu-item:last-child a:hover {
  background-color: #B5BAA8; /* slightly darker yellow */
}

#menu-footer-navigation a[aria-current=page] {
  color: #DAA16D !important;
}

.extra-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.extra-bottom img {
  width: 100px;
  height: auto;
  margin-left: 3rem;
  vertical-align: middle;
}

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(21, 22, 35, 0.5), rgba(32, 34, 54, 0.45));
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 996;
}

.nav-overlay.show {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-toggle {
  display: none;
}

.main-title {
  font-size: 3.9em;
  letter-spacing: 0.06em;
}

.header-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.opening-line {
  font-size: 23px;
}

.hero-buttontext {
  background-color: #DAA16D;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.hero-buttontext:hover {
  background-color: #B5BAA8;
  color: #303030;
  text-decoration: none;
}

.rmwb_detail-button-wrapper .hero-buttontext {
  margin-right: 1rem;
  margin-top: 1rem;
}

.rmwb_side-wrapper .hero-buttontext {
  margin: 1rem 0;
}

.body-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #DAA16D;
  letter-spacing: 2px;
  font-size: 2.8em;
  text-transform: uppercase;
}

/* =============================
   Base Navigation Styles
============================= */
.navbar {
  background: #333;
}

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

.menu > li {
  position: relative;
}

.menu > li > a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* .menu > li > a:hover {
  background: #444;
} */
/* =============================
   Submenu Styling (Hidden by Default)
============================= */
.sub-menu {
  position: absolute;
  top: 100%; /* directly below parent */
  left: 0;
  width: 100%;
  background: rgba(21, 22, 35, 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  z-index: 1000;
  /* animation setup */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px); /* slight slide-up start */
  transition: all 0.3s ease;
}

.sub-menu li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* .sub-menu li a:hover {
  background: #555;
} */
/* =============================
   Hover to Reveal Submenu
============================= */
.menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slides down smoothly */
}

/* =============================
   Nested Submenus (3rd level)
============================= */
.sub-menu .sub-menu {
  top: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
}

.sub-menu .sub-menu li a {
  background: rgba(0, 0, 0, 0.7);
}

/* .sub-menu .sub-menu li a:hover {
  background: #666;
} */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.7em;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
  }
  .main-nav .menu {
    display: block;
    margin: 60px 20px 20px;
    padding: 0;
    gap: 0;
  }
  .main-nav .menu li {
    margin-bottom: 20px;
  }
  .main-nav .menu a {
    display: block;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .menu-buttons {
    display: none;
  }
  .mobile-nav-toggle {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
  }
  .menu-icon {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #333;
    left: 0;
    transition: all 0.3s ease;
  }
  .menu-icon::before {
    top: -8px;
  }
  .menu-icon::after {
    top: 8px;
  }
  .mobile-nav-toggle.active .menu-icon {
    background: transparent;
  }
  .mobile-nav-toggle.active .menu-icon::before {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-nav-toggle.active .menu-icon::after {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* -----------------------------------
     Mobile Contact Section
  ----------------------------------- */
  .oj-mobile-nav-contact {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
  }
  .oj-mobile-nav-contact a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .oj-mobile-nav-contact i {
    font-size: 18px;
    /* Adjust icon color if needed */
    color: #333;
  }
  /* -----------------------------------
     Mobile Nav Button Section
  ----------------------------------- */
  .oj-mobile-nav-buttons {
    padding: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
  }
  /* Close Button Styles */
  .mobile-nav-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: #333;
  }
  .mobile-nav-close:focus {
    outline: none;
  }
  .close-icon {
    display: inline-block;
  }
}
/* ============================================= */
/* = DESKTOP (Min Width 769px)                  */
/* ============================================= */
@media (min-width: 769px) {
  .main-nav {
    display: block;
    position: static;
    transform: none;
    transition: none;
    height: auto;
    width: auto;
    box-shadow: none;
  }
  .mobile-nav-toggle, .oj-mobile-nav-buttons, .oj-mobile-nav-contact, .mobile-nav-close {
    display: none;
  }
}
.mobmenu, .mob-menu-header-holder {
  background: rgba(255, 255, 255, 0.3) !important;
}

@media only screen and (max-width: 1035px) {
  body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over {
    padding-top: 0px !important;
  }
}
.show-nav-left .mobmenu-panel.show-panel {
  z-index: 10000000000000000000000 !important;
}

/* Auto-generated Blocks CSS */
/* CSS for block: contact-block */
.oj-contact-block {
  display: flex;
}

.oj-form-wrap, .oj-contact-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact-address, .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-address h2 {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .oj-contact-block {
    flex-direction: column;
  }
  .oj-form-wrap, .oj-contact-col {
    width: 100%;
  }
}
/* CSS for block: gallery */
/* SLICK GALLERY STYLING*/
.oj-gallery-container {
  max-width: 75%;
  margin: 50px auto;
}

.slider-for img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.slider-nav .slick-current img {
  border-color: #000;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px !important;
  color: var(--primary-color) !important;
}

/* RESPONSIVE CSS */
@media (max-width: 1200px) {
  .oj-gallery-container {
    max-width: 75%;
    margin: 30px auto 50px;
  }
  .slider-nav img {
    margin: 5px;
  }
}
/* CSS for block: hero-block */
.oj-hero-slider-container-internal {
  position: relative;
}

.page-hero-title {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-hero-title h1 {
  margin: 0 auto;
  letter-spacing: 0.07em;
  z-index: 999;
}

.oj-hero-slider-container {
  position: relative;
  height: 655px;
  width: 100vw;
  max-width: -webkit-fill-available;
  top: -50px;
}

.oj-hero-slider, .oj-hero-slide {
  height: 100%;
  width: 100vw;
  max-width: -webkit-fill-available;
}

.oj-hero-slide {
  background-position: center;
  background-size: cover;
}

.oj-hero-slider-content {
  z-index: 998;
  opacity: 1;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 175px 0px 0px 100px;
  width: 100%;
}

@media (max-width: 768px) {
  .oj-hero-slider-content {
    padding: 120px 0px 0px 0px;
    margin: 0px;
    text-align: center;
  }
}
.oj-slider-overlay {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center;
  align-items: center;
  text-align: center; */
  width: 100%;
}

.oj-slider-title {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; */
  background: transparent;
  width: 90%;
  color: white;
}

.oj-hero-icon-container {
  border-radius: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  box-shadow: inset 1px 1px 60px rgba(0, 0, 0, 0.2);
}

.oj-hero-icon-container i {
  font-size: 40px;
}

.oj-hero-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.oj-hero-video,
.oj-hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.oj-hero-image {
  background-size: cover;
  background-position: center;
}

/* RESPONSIVE CSS */
/* CSS for block: icon-boxes */
.oj-icon-box-container.oj-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.oj-icon-box {
  flex: 1 1 calc(33.333% - 20px);
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.oj-icon-box:hover {
  text-decoration: none;
  color: #000;
  transform: scale(1.05);
}

.oj-icon-box i {
  font-size: 40px;
}

.oj-icon-box h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.oj-icon-box p {
  font-size: 1rem;
  line-height: 1.5;
}

/* RESPONSIVE CSS */
@media (max-width: 768px) {
  .oj-icon-box {
    padding: 0;
  }
  .oj-icon-box-container.oj-row {
    flex-direction: column;
  }
}
/* Accessibility Considerations */
@media (prefers-reduced-motion: reduce) {
  .oj-icon-box {
    transition: none;
  }
}
/* CSS for block: meet-the-team */
.oj-meet-team-wrap {
  color: white;
  text-align: center;
}

.oj-meet-team-wrap h2 {
  color: #000;
}

.oj-meet-the-team {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.oj-team-member {
  width: 300px;
  position: relative;
  overflow: hidden;
}

/* Image styles (unchanged, with optional hover scale) */
.oj-member-image {
  width: 100%;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: transform 0.3s ease;
}

.modal-body > .oj-member-image {
  height: 400px;
}

/* Overlay container always sits at the bottom */
.oj-member-info {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: transparent !important;
}

/* Always-visible basic info (name and job title) */
.oj-member-basic h3,
.oj-member-basic h4 {
  margin: 0;
}

.oj-member-basic h3 {
  font-size: 20px;
  font-weight: bold;
}

.oj-member-basic h4 {
  font-size: 16px;
  margin: 5px 0;
}

/* Extra info (excerpt) is hidden by default */
.oj-member-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* On hover, the extra info becomes visible */
.oj-team-member:hover .oj-member-extra {
  max-height: 200px;
  opacity: 1;
}

/* Modal content style (unchanged) */
.modal-content {
  color: #000;
}

/* CSS for block: shape-divider */
.shape-divider-block {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shape-divider-block.flip-horizontally svg {
  transform: scaleX(-1);
}

.shape-divider-block.overlap-content {
  margin-top: -100px;
}

.shape-bottom {
  transform: rotate(180deg);
}

.shape-bottom svg {
  z-index: -1;
}

.equal-columns {
  width: 48%;
}

.equal-columns-list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 50px 0px;
}

.equal-columns-list p {
  font-size: 19px;
}

.fas, .far, .fa, .fab, .fa-solid, .fa-regular, .fa-brands {
  width: 35px;
  height: 35px;
  padding-right: 8px;
  align-content: center;
  font-size: 1.5em;
}

.col-flex {
  display: flex;
  justify-content: space-around;
  min-height: 450px;
  align-items: center;
}

@media (max-width: 1025px) {
  .max-wrap {
    padding: 30px;
  }
}
@media (max-width: 781px) {
  .max-wrap {
    padding: 20px;
  }
  .col-flex {
    display: block;
  }
  .content-side {
    align-items: stretch !important;
  }
  .rmwb_side-wrapper h2 {
    padding: 15px 0px !important;
  }
  .equal-columns {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .equal-columns-list {
    -moz-column-count: 1;
    column-count: 1;
    padding: 20px 0px;
  }
  .rmGuestCardContainer {
    margin: 0 50px;
  }
  .rmwb_listing, .unit-detail-wrapper {
    display: block;
    padding: 10px 20px !important;
  }
  .rmwb_listing .rmwb_photo-section, .rmwb_listing .rmwb_text-section, .rmwb_listing .rmwb_detail-wrapper, .rmwb_listing .rmwb_side-wrapper, .unit-detail-wrapper .rmwb_photo-section, .unit-detail-wrapper .rmwb_text-section, .unit-detail-wrapper .rmwb_detail-wrapper, .unit-detail-wrapper .rmwb_side-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .rmwb_listing .rmwb_text-section, .rmwb_listing .rmwb_important-info-section, .unit-detail-wrapper .rmwb_text-section, .unit-detail-wrapper .rmwb_important-info-section {
    padding: 10px 20px !important;
  }
  .rmwb_listing .rmwb_important-info-section, .unit-detail-wrapper .rmwb_important-info-section {
    gap: 25px;
  }
  .rmwb_listing .rmwb_main-header, .rmwb_listing .rmwb_detail-button-wrapper, .unit-detail-wrapper .rmwb_main-header, .unit-detail-wrapper .rmwb_detail-button-wrapper {
    text-align: center;
  }
}
.content-side {
  padding: 50px 0px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.col-three-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.col-three-text-content {
  padding: 20px;
  text-align: center;
}

.col-flex-three {
  width: 32%;
} 
.rmwb_important-info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-around;
  text-align: center;
  padding: 15px 0px;
}

.guestCardForm {
  padding-right: 30px;
}
.guestCardForm input[type=text], .guestCardForm input[type=email], .guestCardForm textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  height: 35px;
  border: none;
  border-bottom: 1px solid #303030;
}
.guestCardForm textarea {
  height: 70px;
}

figure {
  margin: 0 !important;
}

:where(.wp-block-columns.has-background) {
  padding: 0 !important;
}

@media (max-width: 925px) {
  #unit-listings-container {
    position: relative;
    padding-top: 77px;
  }
}/*# sourceMappingURL=style.css.map */