/*
Theme Name: Sequoia
Author: Rent Manager
Author URI: https://www.rentmanager.com/
Description: A custom theme built for 1776 Apartments
Requires PHP: 7.0
Version: 1.0
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/*Font*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    margin: 0; 
    position: relative; 
    font-family: "Poppins", sans-serif;
}
p {
    margin-bottom: 35px;;
}
h2 {
    margin-bottom: 1rem;
}
.light_bg {
    background-color: #f6fff8;
}
.row {
    padding: 50px 100px;
}
.btm-border {
    border-bottom: 1px black solid;
    margin-bottom: 1rem;
}

.oj-btn, .oj-btn-light {
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.oj-btn:hover, .oj-btn-light:hover {
    text-decoration: none;
    color: black;
}
.oj-btn {
    color: #f8f4e1;
}
.oj-btn-light {
    color: black;
}
.oj-btn-light:hover {
    color: #f8f4e1;
}
.oj-mobile-btn {
    display: none;
}
@media (max-width: 768px) {
    .oj-mobile-btn {
        display: block;
    }
}
/*header*/
header {
    position: absolute;
    width: 95%;
    top: 0;
    left: 0;
    z-index: 10; 
    background: transparent;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.site-title {
    font-size: 50px;
}
.header-right .menu-item {
    padding: 15px;
    border-right: 1px solid white;
}

.header-right .menu-item:nth-child(3) {
    border-right: none;
}
.menu-item a {
    color: white;
    text-decoration: none;
}
.menu-item a:hover {
    color: white;
    text-decoration: none;
}
.menu-hamburger a {
    display: block;
    color: white;
    font-size: 32px; 
}
/* Hamburger Menu */
.toggle-menu {
    position: relative;
}
.group-1-rzyOru {
    background-color: transparent;
    height: 38px;
    right: 1px;
    top: calc(48.50% - 18px);
    width: 81px;
}
.rectangle-2 {
    height: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    background-color: var(--white);
}
.rectangle-3 {
    height: 4px;
    left: 0px;
    position: absolute;
    top: calc(50.00% - 2px);
    width: 100%;
    background-color: var(--white);
}
.rectangle-4 {
    bottom: 0px;
    height: 4px;
    left: 0px;
    position: absolute;
    width: 100%;
background-color: var(--white);
}
.closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #92b0a0; 
    cursor: pointer;
}

.main-navigation {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 100; 
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.9); 
    overflow-x: hidden; 
    transition: width 0.2s ease; 
    padding-top: 60px; 
}


.nav-menu {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.nav-menu li a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px; 
    color: white;
    display: block;
    transition: 0.3s; 
}

.nav-menu li a:hover {
    color: #f1f1f1;
}
/* Slider container */
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Each slide */
.hero-slider .slide {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    height: 90vh;  
}

/* Text and button inside each slide */
.hero-slider .left-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;  
    z-index: 2;
    text-align: left;
    max-width: 40%;  
}

.hero-slider h2 {
    font-size: 3rem; 
}
.hero-slider h3 {
    text-transform: uppercase;
}

/* Styling for transparent boxes */
.hero-slider .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.35); 
    padding: 20px;
    margin: 10px;
    width: calc(33.333% - 20px); 
    text-align: center;
    color: white;
    text-decoration: none;
    backdrop-filter: blur(17px) brightness(115%);
}
.hero-slider .boxes {
    position: absolute;
    display: flex;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.hero-slider .small-text {
    font-size: 1rem;
    text-transform: uppercase;
}

.hero-slider .big-text {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
}

/* Slick slider navigation dots */
.slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    display: none;
}
.slick-dots .slick-active {
    display: block;
    color: #fff;
    font-size: 1.5em;
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
}

.slick-dots li.slick-active button {
    background: #007bff;
}

/* Slick slider arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
/*double btn block*/


/*parallax block right*/
.parallax-block {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 60vh; 
}

.content-block {
    margin: 50px;
    padding: 20px;
}
/*three icon cta row*/
.icon-cta-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.icon-cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-cta i {
    font-size: 72px;
    margin-right: 35px; 
    margin-bottom: 10px;
}
.icon-cta p {
    text-align: center;
}
/*Subpge Hero*/
.subpage-hero {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-left: 2em;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2; 
    color: white; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.subpage-hero .page-title {
    font-size: 3rem; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); 
}
.subpage-hero .hero-text {
    max-width: 600px; 
    color: #fff; 
    font-size: 1.2rem; 
    margin-top: 20px; 
    line-height: 1.6; 
}
/*two-column-layout*/
.two-column-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.two-column-layout .column {
    flex: 1;
    padding: 20px;
}


.two-column-layout .image-column img {
    width: 100%;
    height: auto;
    display: block; 
}

.two-column-layout .content-column h2 {
    font-size: 30px;
    color: #333;
}

.two-column-layout .content-column p {
    font-size: 20px;
    color: #666;
    margin-bottom: 35px;
}

.two-column-layout .fa-ul {
    list-style-type: none;
    padding-left: 0;
    column-count: 2; 
    column-gap: 20px;
}
.two-column-layout .fa-li {
    margin-bottom: 10px; 
}
.two-column-layout .fa-li i {
    width: 2em; 
    font-size: 20px;
}
.fa-ul>li {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}
.two-column-layout.reverse-layout {
    flex-direction: row-reverse;
}
/*** Modal Fixes ***/
.modal {
    left: unset !important;
}
@media (max-width: 768px) {
    .two-column-layout {
        flex-direction: column;
    }
    .two-column-layout.reverse-layout {
        flex-direction: column-reverse;
    }
}
/*Masonry Gallery*/
.gallery-masonry {
    margin-left: -10px; /* Gutter size offset */
    margin-right: -10px;
}

.gallery-item {
    padding-left: 10px; /* Gutter size */
    padding-right: 10px;
    margin-bottom: 10px;
    width: 33%;
    float: left;
}
/*CTA big btns*/
.cta-big-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.cta-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f8f4e1;
    padding: 20px 50px;
    font-size: 20px; 
    border: none;
    border-radius: 5px;
    text-decoration: none;
    width: 20%;
}

.cta-button:hover {
    color: #f8f4e1;
    text-decoration: none;
}
.cta-button i {
    font-size: 80px;
    margin-top: 20px;
}

/*Footer CSS*/
.footer-includes h2 {
    color: #fff;
}
.site-footer {
    background-color: #543310;
    color: #fff;
    padding: 15px 0;
}
.footer-column-big a {
    color: #fff;
}
.footer-column a:hover {
    color: #fff;
    text-decoration: none;
}
.site-footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-widget ul {
    list-style-type: none;
}
.footer-widget .menu li a {
    color: #fff;
}
.footer-widget p {
    margin-bottom: 30px;
    color: #fff;
}
.footer-column {
    flex: 1;
    padding: 35px 15px;
    min-width: 20%;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
}
.footer-column-big {
    flex: 1;
    padding: 35px 15px;
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.footer-widget .widget-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-widget ul {
    padding-left: 0;
}
/*UA Styling OVerrides */
/* General Styles */
.rmwb_listing-wrapper {
    border-radius: 5px;
    margin-bottom: 20px;
    flex-direction: column;
    border: none;
}
.sage-green {
    background-color: #A3B89C;
}
.rmwb_listing-wrapper .rmwb_section {
    color: #333333;
}
h2.rmwb_listing_header {
    padding: 0;
    text-align: center;
}
/* Image Section */
.rmwb_photo-section {
    width: 100%;
    overflow: hidden;
    border: none;
}

.rmwb_photo-section img {
    height: auto;
    display: block;
    max-width:100%;
    width:auto;
    max-height:525px;
}
    
/* Info Section */
.rmwb_info-section {
    display: flex;
    padding: 7px;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.rmwb_column {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rmwb-items {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.rmwb-item p {
    margin-bottom: 10px;
}
.floorplan-btn {
    color: #fff;
    width: 50%;
    margin: auto;
    position: absolute;
    bottom: -15px;
    z-index: 100;
    right: 0;
    left: 0;
    padding: 10px;
}
/* Text Styling */
.rmwb_listing_header {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
}
.rmwb_rent {
    font-weight: 200;
}
.rmwb_rent,
.rmwb_bed-bath,
.rmwb_square-footage {
    font-size: 1rem;
    margin: 5px 0;
}
.floorplan-wrapper td {
    border: none;
}
.floorplan-wrapper th {
    border: none;
    background: none;
}
.floorplan-wrapper tr {
    border: none;
}

/* Contact Block Styles */
.biz-hours p:not(:last-child) {
    margin-bottom: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    margin-top: 20px;
}
.contact-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.contact-info {
    flex: 1;
    margin-right: 20px;
    display: flex;
    justify-content: space-evenly;
}

.contact-item {
    margin-bottom: 15px;
}

.contact-item i {
    margin-right: 10px;
    font-size: 1.2rem; 
}

.contact-item a {
    color: #333; 
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #af8f6f;
}
.contact-form {
    width: 66%; 
    margin: 0 auto; 
}
.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.contact-row p {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.contact-row input::placeholder,
.contact-row textarea::placeholder {
    color: #aaa;
}
.contact-half {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.contact-row .wpcf7-form-control-wrap {
    width: 100%;
    box-sizing: border-box;
}
.contact-row textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 150px;
}
.contact-row input,
.contact-row textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}
.contact-form {
    flex: 1;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
}

.contact-form input[type="submit"] {
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background-color: #59786C;
    text-decoration: none;
    color: white;
}
.contact-row .wpcf7-textarea {
    width: calc(100% - 20px); 
    margin: 0 10px;
}
.address-box .oj-btn {
    display: inline-block;
    margin-bottom: 35px;
}
/* Btns w/ Paralax */
.btns-w-paralax {
    position: relative;
    width: 100%;
    background-attachment: fixed;
    height: 75vh;
}
.paralax-btn-row {
    position: absolute;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 2%;
    width: 33%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .btns-w-paralax {
        background-attachment: unset;
        height: 300px;
    }
    .paralax-btn-row{
        gap:2em;
        align-items:center;
        width:100%; 
        margin:auto;
        padding:3em;
        height:100%; 
        justify-content:center;
        position:relative;
        flex-wrap: wrap;
    }
    .cta-button {
        width: 100%;
        text-align: center;
        height: 25vh;
    }       
}
/*CTA Callout */
.oj_cta_callout {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.callout-btn-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* Responsive CSS */

/* Mobile Adjustments (max-width: 768px) */
@media (max-width: 768px) {
    .rmwb_info-section {
        flex-direction: column;
        padding: 10px;
    }

    .rmwb_column {
        width: 100%;
        margin-bottom: 10px;
    }

    .rmwb_listing_header {
        font-size: 1.25rem;
    }

    .rmwb_rent,
    .rmwb_bed-bath,
    .rmwb_square-footage {
        font-size: 0.875rem;
    }
}
@media (min-width: 768px) {
    .buttons {
        display: flex;
        justify-content: space-between;
        width: 20%;
    }
}
/* Mobile Adjustments (max-width: 768px) */
@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-title {
        margin-bottom: 10px;
    }

    .header-right {
        display: none;
    }

    .menu-hamburger {
        display: block;
    }

    .main-navigation {
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        transition: right 0.3s ease;
    }

    .main-navigation.open {
        right: 0;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .header-right .menu-item {
        display: none;
    }
    .nav-menu .menu-item {
        display: block;
    }
    .nav-menu li a {
        font-size: 20px;
        padding: 15px;
    }

    .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 36px;
        color: white;
    }
    .hero-slider .slide {
        height: 50vh;
    }

    .hero-slider .left-content {
        left: 5%;
        right: 5%;
        max-width: 90%;
        text-align: center;
        transform: translateY(-40%);
    }

    .hero-slider h2 {
        font-size: 1.5rem;
    }

    .hero-slider h3 {
        font-size: 1rem;
    }

    .hero-slider .btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }

    .hero-slider .boxes {
        display: none;
    }
    .double-button-block {
        padding: 20px 20px;
    }

    .double-button-block h2 {
        font-size: 1.5rem;
    }

    .double-button-block p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .double-button-block .buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
    }

    .double-button-block .buttons .btn {
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px 20px;
        font-size: 1rem;
    }

    .double-button-block .buttons .btn:last-child {
        margin-bottom: 0;
    }
    .icon-cta-row {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }

    .icon-cta {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .icon-cta i {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .cta-txt {
        font-size: 1rem;
    }
    .two-column-layout {
        flex-direction: column;
        padding: 20px 10px;
    }

    .two-column-layout.reverse-layout {
        flex-direction: column-reverse;
    }

    .two-column-layout .column {
        width: 100%;
        margin-bottom: 20px;
    }

    .two-column-layout .image-column img {
        width: 100%;
        height: auto;
    }

    .two-column-layout .content-column h2 {
        font-size: 1.5rem;
    }

    .two-column-layout .content-column p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .two-column-layout .fa-ul li {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .site-footer .container {
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }

    .footer-widgets {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-column p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .footer-column a {
        font-size: 1rem;
        color: white;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }
    .contact-block {
        flex-direction: column;
        padding: 15px;
    }

    .contact-info,
    .contact-form {
        margin-right: 0;
        width: 100%;
    }

    .contact-item i {
        font-size: 1rem;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 0.9rem;
        padding: 8px;
    }

    .contact-form input[type="submit"] {
        font-size: 1rem;
        padding: 10px;
    }
    .contact-half {
        width: 100%;
        padding: 0;
    }

    .contact-row {
        flex-direction: column;
    }
    .contact-half,
    .contact-row .wpcf7-form-control-wrap {
        width: 100%;
    }
    .rmwb_listing-wrapper {
        flex-direction: unset;
    }
    .unit-search {
        display: flex;
        flex-direction: column;
    }
    .unit-search label {
        width: 100%;
    }
}

/* Responsive table for mobile */
@media (max-width: 768px) {
    .floorplan-wrapper thead {
      display: none;
    }

    .floorplan-wrapper, .floorplan-item {
      display: block;
      width: 100%;
    }
  
    .floorplan-item {
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
      padding: 10px;
    }
  
    .floorplan-item td {
      display: block;
      width: 100%;
      text-align: right;
      padding: 10px 0;
      position: relative;
    }
  
    .floorplan-item td::before {
      position: absolute;
      left: 0;
      text-align: left;
      font-weight: bold;
      text-transform: uppercase;
    }
  }

  select {
    min-width: 100%;
  }
  .unit-search label {
    width: 15%;
    padding: 10px;
  }
  button#resetSearch {
    background-color: unset;
    color: #222222;
    border: none;
}