/* Calibre */
@font-face {
  font-family: "Calibre Bold";
  src: url("../Fonts/CalibreBold.woff2") format("woff2"),
       url("../Fonts/CalibreBold.woff") format("woff");
}

@font-face {
  font-family: "Calibre Light";
  src: url("../Fonts/CalibreLight.woff2") format("woff2"),
       url("../Fonts/CalibreLight.woff") format("woff");
}

@font-face {
  font-family: "Calibre Medium";
  src: url("../Fonts/CalibreMedium.woff2") format("woff2"),
       url("../Fonts/CalibreMedium.woff") format("woff");
}

@font-face {
  font-family: "Calibre Regular";
  src: url("../Fonts/CalibreRegular.woff2") format("woff2"),
       url("../Fonts/CalibreRegular.woff") format("woff");
}

/* Campton */
@font-face {
  font-family: "Campton";
  src: url("../Fonts/CamptonBook.woff2") format("woff2"),
       url("../Fonts/CamptonBook.woff") format("woff");
}

@font-face {
  font-family: "Campton Light";
  src: url("../Fonts/CamptonLight.woff") format("woff"),
       url("../Fonts/CamptonLight.otf") format("opentype");
}

/* Chronicle Display */
@font-face {
  font-family: "Chronicle Display Black";
  src: url("../Fonts/Chronicle-Display-Black.woff2") format("woff2"),
       url("../Fonts/Chronicle-Display-Black.woff") format("woff");
}

@font-face {
  font-family: "Chronicle Display Roman";
  src: url("../Fonts/Chronicle-Display-Roman.woff2") format("woff2"),
       url("../Fonts/Chronicle-Display-Roman.woff") format("woff");
}

@font-face {
  font-family: "Chronicle Display Semibold";
  src: url("../Fonts/Chronicle-Display-Semibold.woff2") format("woff2"),
       url("../Fonts/Chronicle-Display-Semibold.woff") format("woff");
}

/* Freight Disp */
@font-face {
  font-family: "Freight";
  src: url("../Fonts/Freight-Disp-Book.woff2") format("woff2"),
       url("../Fonts/Freight-Disp-Book.woff") format("woff");
}

@font-face {
  font-family: "Freight Bold";
  src: url("../Fonts/Freight-Disp-Medium.woff") format("woff"),
       url("../Fonts/Freight-Disp-Medium.otf") format("opentype");
}

/* Sweet Sans Pro */
@font-face {
  font-family: "Sweet Sans Pro Regular";
  src: url("../Fonts/SweetSansProRegular.woff2") format("woff2"),
       url("../Fonts/SweetSansProRegular.woff") format("woff");
}

.container {
    max-width: 100% !important;
}
.component.rl-space-up.container {
    padding-top: 250px !important;
}
.cookiebar {
     opacity: 1; 
}
@media (min-width: 1200px) {
    .project-resi header.nav-phase-3 .image--logo img {
        min-width: 200px;
    }
    body header.nav-phase-3 .image.image--mirvac:not(.image--logo) {
        padding-left: 1px;
    }
    .project-resi .megamenu--three .megamenu__list, .resi-property-page .megamenu--three .megamenu__list {
        margin-left: 20px;
        margin-right: 0;
    }
}
.owl-carousel .owl-item img {
    display: block;
    height: auto;
}
.rv-restoration .rl-promo-image {
    margin-top: -30px;
}


/* Scope to THIS form only */
.component.form.contact-form .form-assembly-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  /* One column everywhere */
  .component.form.contact-form .form-assembly-wrapper .section.inline.group {
    display: block !important;
  }
  .component.form.contact-form .form-assembly-wrapper .section.inline.group .form-group {
    width: 100% !important;
    min-width: 100% !important;
    flex: none !important;
  }
  
  /* Wrapper reset */
  .component.form.contact-form .input-wrapper {
    border: none !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    position: static !important;
  }
  
  /* Labels fixed above inputs */
  .component.form.contact-form .label.preField {
    display: block !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
    font-size: 14px !important;
    letter-spacing: .3px;
    color: rgba(255,255,255,.75);
    text-transform: none !important;
  
    /* kill floating styles */
    position: static !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    transition: none !important;
    pointer-events: auto !important;
  }
  .component.form.contact-form .label.preField.reqMark::after {
    content: " *";
    color: #d8b36c;
  }
  
  /* Inputs clean underline style */
  .component.form.contact-form .form-control {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,.35) !important;
    border-radius: 0 !important;
    /* padding: 8px 0 !important; */
    margin: 0 !important;
    color: #fff !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }
  
  /* Focus underline only (no label shift) */
  .component.form.contact-form .form-control:focus {
    border-bottom-color: #fff !important;
    outline: none !important;
  }
  .component.form.contact-form .form-control:focus + .label.preField,
  .component.form.contact-form .form-control:valid + .label.preField {
    transform: none !important;
    top: auto !important;
    font-size: 14px !important;
    color: rgba(255,255,255,.75) !important;
  }
  
  .component.form.contact-form .input-wrapper i,
  .component.form.contact-form [data-lastpass-icon-root] {
    display: none !important;
  }
  
  /* Select dropdown (like inputs) */
  .component.form.contact-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
    padding-right: 28px !important;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0 top 50%;
  }
  .component.form.contact-form select.form-control::-ms-expand {
    display: none;
  }
  
  /* reCAPTCHA centered */
  .component.form.contact-form .recaptcha-wrapper {
    text-align: center !important;
    margin: 24px 0 12px;
  }
  
  /* Privacy link centered */
  .component.form.contact-form .privacy-statement-wrapper {
    float: none !important;
    margin: 8px auto 0;
    text-align: center;
  }
  .component.form.contact-form .privacy-statement-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: rgba(255,255,255,.85);
    text-decoration: none;
  }
  .component.form.contact-form .privacy-statement-link::after {
    content: "+";
    font-weight: 600;
  }
  .component.form.contact-form .privacy-statement-wrapper.open .privacy-statement-link::after {
    content: "–";
  }
  .component.form.contact-form .privacy-statement {
    display: none;
    max-width: 720px;
    margin: 10px auto 0;
    text-align: left;
    color: rgba(255,255,255,.85);
  }
  
  /* Submit button */
  .component.form.contact-form .actions input[type="submit"],
  .component.form.contact-form .form-assembly-wrapper input[type="submit"] {
    float: none !important;
    display: block !important;
    margin: 22px auto 6px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: none !important;
    padding: 0 !important;
    cursor: pointer;
  }
  .component.form.contact-form .actions input[type="submit"]::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin: 8px auto 0;
    border-radius: 3px;
    background: #d8b36c;
    opacity: .9;
  }
  
  /* Hide all hidden inputs */
  .component.form.contact-form .form-assembly-wrapper input[type="hidden"] {
    display: none !important;
  }
  
  /* Mobile tweaks */
  @media (max-width: 768px) {
    .component.form.contact-form .form-assembly-wrapper { padding: 0 16px; }
  }
  
  .project-resi .contact-form form .input-wrapper.input-wrapper--text.input-wrapper--text-area, .resi-property-page .contact-form form .input-wrapper.input-wrapper--text.input-wrapper--text-area {
    height: unset !important;
}

@media (min-width: 769px) {
    .contact-form form>div:nth-of-type(3), .contact-form form>div:nth-of-type(4) {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .rv-page .form.contact-form {
        margin-bottom: 0px !important;
    }
}
.boutique-nav--1 #nav-footer {
    background-color: #1F2B38;
}

/* reCAPTCHA: prevent clipping + keep centered */
.component.form.contact-form .form-assembly-wrapper,
.component.form.contact-form .component-content,
.component.form.contact-form .actions {
  overflow: visible !important; 
}

.component.form.contact-form .recaptcha-wrapper,
.component.form.contact-form #recaptcha-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 24px 0 12px !important;
  position: static !important;  
  transform: none !important;
}

.component.form.contact-form #recaptcha-container > div,
.component.form.contact-form iframe[title="reCAPTCHA"] {
  position: relative !important;
  width: 304px !important;
  height: 78px !important;
  max-width: 100% !important;
  z-index: 5 !important;          
}

.form:not(.form--custom).animate-in form:before {
    display:none;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* main .input-wrapper label { 
  top: unset !important;   
  left: unset !important;
} */

.css-b62m3t-container {
    position: relative;
    box-sizing: border-box;
    padding: 8px 0 !important;
}

.css-13cymwt-control {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
}

.css-1xc3v61-indicatorContainer svg {
  display: none;
}

.css-1jqq78o-placeholder {
  display: none;
}

.css-19bb58m:after {
    color: #000
}

.rl-promo-centered-image img {
    aspect-ratio: 8 / 5 !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}


/* Logo column layout */
.tr-footer .tr-container {
  display: flex;
  align-items: center; /* ⬅️ vertically centers all columns */
}

.tr-footer .tr-footer_text-section {
  display: flex;
  flex-direction: column;
  justify-content: center; /* ⬅️ vertical centering */
  align-items: center;     /* ⬅️ horizontal centering */
  height: 100%;
}

.tr-footer #riverlands-logo,
.tr-footer #to-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.resi-property-page #content h1, .resi-property-page #content h2, .resi-property-page #content h3, .resi-property-page #content h4, .resi-property-page #content h5, .resi-property-page #content a {
    color: #007377 !important;
}

/* design above the reg form */
.project-resi .contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 120px;
  transform: translateX(-50%);
  display: block;
  z-index: -1;
  margin-top: -118px;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1668' viewBox='0 0 1920 1668' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_692_5673)'%3E%3Cpath d='M1933 130.548V129.174L1931.96 128.277C1904.1 104.24 1873.37 86.197 1839.57 74.9677C1528.59 -28.379 1213.28 -0.473683 902.447 36.2286C878.415 39.0662 854.411 41.9562 830.438 44.8423C544.118 79.3132 262.236 113.25 -9.33068 51.095L-13 50.2552V54.0194V1668.58V1671.58H-10H1930H1933V1668.58V130.548Z' fill='%231F2B38' stroke='%23B59F4A' stroke-width='6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_692_5673'%3E%3Crect width='1920' height='1668' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

@media (max-width: 992px) {
    .project-resi .contact-form::before {
        margin-top: -73px;
        height: 75px !important;
    }
}

/* =========================================
   STICKY ACTION BAR (RESI PAGE ONLY)
   ========================================= */

body.resi-page .sticky-action-bar {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 50;
}

/* Buttons inside bar */
body.resi-page .sticky-action-bar .sticky-header__button {
  flex: 1;
  min-width: 140px;
}

/* Fallback: non-resi pages keep single button */
body:not(.resi-page) .sticky-header__button.is-sticky-footer {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

body.resi-page .sticky-action-bar {
  z-index: 1000;
}

body.resi-page .sticky-action-bar .sticky-header__button {
  z-index: 1000 !important;
  position: relative;
}

body.resi-page .sticky-action-bar {
  left: 12px;
  right: 12px;
  bottom: 16px;
}

body.resi-page .sticky-action-bar .sticky-header__button {
  min-width: 0;
}

/* Menu open → remove z-index influence */
@media (max-width: 992px) {
  header.is-opened #register-now,
  header.is-opened #register-form,
  header.is-opened #Form,
  header.is-opened #form,
  header.is-opened #register {
   
    z-index: unset !important;
  }
}


div#property-lightbox {
  z-index:5000;
}

.component-content .mk-carousel .owl-nav button.owl-prev,
.component-content .mk-carousel .owl-nav button.owl-next {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 48px 48px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='42' viewBox='0 0 13 42' fill='none'%3E%3Cg opacity='1'%3E%3Cpath d='M12 1.24072L1 21.2407L12 41.2407' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E") !important;
}
 


body .g-services-columns-container .g-services-columns ul li .icon {
  display: flex;
  align-items: center;     /* vertical centering */
  justify-content: center; /* horizontal centering */
}

@media(max-width:678px) {
  .col-xs-12.col-md-6  {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

body.project-resi.rv-restoration main {
  margin-top:150px !important;
}

/* ---------------------------------------
   REMOVE OWL NAV BACKGROUND (ALL STATES)
---------------------------------------- */

.mk-carousel .owl-nav button.owl-prev,
.mk-carousel .owl-nav button.owl-next {
  background: transparent !important;
  box-shadow: none !important;
}

/* Hover / focus / active */
.mk-carousel .owl-nav button.owl-prev:hover,
.mk-carousel .owl-nav button.owl-next:hover,
.mk-carousel .owl-nav button.owl-prev:focus,
.mk-carousel .owl-nav button.owl-next:focus,
.mk-carousel .owl-nav button.owl-prev:active,
.mk-carousel .owl-nav button.owl-next:active {  
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width:1199px) {
  main .thankyou .input-wrapper--text:has(input[name="email"]),
  main .thankyou .input-wrapper--text-area {
    min-width: 1580px !important;
  }
}

/* Sales Form ONLY – height fix */
form.sales-form,
form.sales-form .form-assembly-wrapper,
form.sales-form .progressive-profiling {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  min-height: 4400px;
}

/* Sales form ONLY */
.sales-form .input-wrapper label {
  position: absolute;
  top: 50%;  
}




