/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

:root{
    --orange: #dd7447;
    --blue: #0f509b;
    --yellow: #eadb53;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@100&display=swap'); */

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
	padding: 0;
}

html, body{
    background: whitesmoke;
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}
body{
    margin: 0 auto;
}

html{
    scroll-behavior: smooth;
}

/* listing not found */
.listing-not-found {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}
.listing-not-found h1 {
    color: #333;
    margin-bottom: 1.5rem;
}
.listing-not-found ul {
    margin: 1rem 0;
    padding-left: 2rem;
}
.listing-not-found a {
    color: var(--blue);
    text-decoration: none;
}
.listing-not-found a:hover {
    text-decoration: underline;
}


.closing-costs-btn{
    background: var(--orange);
    color: white;
    padding: 1rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
    display: block;
    margin: 20px 0;
    text-align: center;
}

.closing-costs-btn:hover{
    background:rgb(235, 128, 82);
    transform: translateY(-2px);
}



.grecaptcha-badge {
    visibility: collapse;
}

.fa-stack.small { 
    font-size: 0.5em; 
    vertical-align: middle !important;
}

.g-recaptcha{
    margin: 20px;
}

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

h2{
    color: black;
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0 10px;
}
.search-content h3{
    font-weight: 100;
    margin: 30px 0 10px;
}
.info-note{
    font-size: 1rem;
    margin: 10px 0;
    padding: 20px;
    background: #fffcbe;
    border-radius: 5px;
}
p{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35rem;
    margin: 0.75rem;
}
a{
    color: var(--orange);
    text-decoration: none;
}
small{
    font-size: 12px;
}
section{
    padding: 60px 20px;
}
section.bottom img.logo{
    display: block;
    margin: 0 auto 50px;
    width: 65px;
}
section.bottom p{
    text-align: center;
}
section.page{
    margin-top: 20px;
}
.centered{
    text-align: center;
}
.nowrap{
    white-space: nowrap;
}
.full-width{
    width: 100%;
}
.rotate {
    transform: rotate(180deg);
    transition: .3s;
}
.rotate-backwards {
    transform: rotate(-180deg);
    transition: .3s;
}
.orange{
    color: var(--orange);
}

.dark-grey-bg{
    background: #1f1f1f;
    color: white;
}
.black-bg{
    background: black;
    color: white;
}
.dark-grey-bg h2, .black-bg h2{
    color: white;
}
.color-yellow{
    color: var(--yellow);
}

.full-logo{
    margin: 20px;
    max-width: 200px;
    width: 90%
}

.max600{
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.orange-rare{
    font-weight: 100;
    font-size: 0.7rem;
    text-align: center;
}
.orange-rare div{
    color: var(--orange);
    font-size: 2.5rem;
    margin-bottom: 5px;
}
.orange-rare svg{
    margin: 0 1px;
}

/* podcast players */
audio::-webkit-media-controls-panel {
    background: none;
}

/* message above header */
#top-message{
    background-color: #e2dbca; 
    color: black; 
    display: none; 
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 999; 
    padding: 0; 
    text-align: center;
}
#top-message p{
    margin: 0;
}
#top-message a{
    color: indianred;
}

header{
    /* background: rgba(0,0,0,0.3); */
    background: linear-gradient(to bottom, rgba(0,0,0,.8), transparent);
    /* box-shadow: 0 0 50px black; */
    /* backdrop-filter: blur(10px); */
    height: 180px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}

header.scrolled {
    background: var(--orange);
    height: 50px;
    /* drop shadow */
    box-shadow: 0 0 50px black;
}

header a.logo{
    color: white;
    display: block;
    font-size: 2.38rem;
    margin-top: 15px;
    position: absolute;
    top: 60px; /* Adjust as needed */
    left: 50%; /* Adjust as needed */
    transform: translate(-50%, 0);
}

header.scrolled a.logo {
    transform: none; /* Remove transform */
    top: -4px; /* Move to 20px from the top */
    right: 20px; /* Move to 10px from the right */
    left: auto; /* Reset left */
    font-size: 1.7rem;
}

header.scrolled a.logo span{
    display: none;
}

header a.logo svg{
    margin-right: 1px;
}
header a.logo span{
    display: block;
    font-size: 0.4rem;
    font-weight: 200;
    margin-top: 8px;
    letter-spacing: 0.4em;
}


/* nav common */
nav ul{
	list-style: none;
}
ul.mobile{
    overflow-y: scroll;
}
nav ul ul{
    margin-left: 20px;
}
nav ul li a{
    border-radius: 10px;
	color: white;
	display: block;
	padding: 10px 15px;
	text-align: left;
	text-decoration: none;
}
nav > ul > li > a{
    text-transform: uppercase;
}
nav ul li ul a:hover{
    background:rgba(0, 0, 0, 0.25);
}
/* nav desktop */
nav ul.desktop{
    display: none;
}
nav ul.desktop li{
	display: inline-block;
	position: relative;
}
nav ul.desktop ul li{
    display: block;
}
/* phone */
nav .phone, nav .mail, nav .social{
    color: white;
    font-size: 1.5rem;
    position: absolute;
    top: 13px;
    left: 50px;
    z-index: 100;
    transition: all .5s;
}
nav .mail{
    left: 85px;
}
nav .social{
    left: 120px;
}
/* nav mobile */
nav .hamburger{
	color: white;
    cursor: pointer;
	font-size: 2rem;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100;
}
nav ul.mobile{
    background: rgba(0,0,0,0.9);
    display: block;
    height: 100vh;
    right: -200%;
    padding: 75px 20px 15px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 90;
    transition: all .5s;
}
nav ul.mobile li{
	display: block;
	position: relative;
}





/* logo */
.logo{
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}
.logo img{
    height: 35px;
    margin: 0 5px 0 15px;
    padding: 0px;
    width: 35px;
    vertical-align: baseline;
}
.logo span.header-txt-com{
    font-size: 12px;
}
header a span.header-rare-txt{
    display: none;
}

.print-logo{
    display: none;
    height: 75px;
    margin: 1rem;
    width: 75px;
}




  



/* sign in */
.sign-in{
	margin: 0 auto;
	max-width: 300px;
	width: 90%;
}
.sign-in button{
    border: none;
    border-radius: 5px;
    padding: 10px;
}
.sign-in button.g-sign-in{
    font-size: 1.25rem;
}
.sign-in label{
    display: block;
    font-size: .75rem;
    margin: 10px 0;
    text-align: left;
}
.sign-in input{
    background: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
}





/* hero */
.hero {
    color: white;
    /* font-weight: 100; */
	height: 100vh;
	min-height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
    z-index: 0;
}

.hero-carousel-container {
    position: relative;
    z-index: 0;
}

.hero .hero-background{
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: contrast(1.2) saturate(1.2);
}

.hero-background.active {
    opacity: 1;
    z-index: 1;
}

.hero .hero-cover {
    background: linear-gradient(to bottom, rgba(4, 42, 55, 0.5), rgba(0, 29, 48, 0.5));
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.hero .hero-weather{
    color: white;
    right: 20px;
    position: absolute;
    bottom: 0;
    text-align: right;
    z-index: 2;
}
.hero .hero-weather img{
    vertical-align: middle;
}

.hero-layer {
    position: relative;
}

.hero-center {
    position: absolute;
    left: 7%;
    max-width: 480px;
    width: 90%;
    z-index: 1;
    top: 70%;
    transform: translateY(-40%); 
}
.hero-center a{
    border: 1px solid white;
    color: white;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.hero .hero-center h1{
    display: none;
	font-size: 24px;
    font-weight: 100;
	line-height: 32px;
	margin-top: 10px;
}

/* the down pointing chevron */
.hero-chevron{
	bottom: 20px;
	display: none;
	font-size: 50px;
	left: 50%;
	position: absolute;
    z-index: 2;
}

.hero-chevron svg{
	bottom: 0;
	color: white;
	left: -50px;
	padding: 30px;
	position: absolute;
}

.hero-chevron svg:hover{
	animation: chevronBtn .5s infinite alternate;
}

@keyframes chevronBtn {
   0% {transform: translateY(0px)}  
  100% {transform: translateY(-15px)}  
}

.hero-carrousel-arrow {
    display: none;
    background-color: transparent;
    border: none;
    font-size: 3.2rem;
    cursor: pointer;
    padding: 1rem;
    color: white;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.hero-carrousel-arrow.prev {
    left: 0;
}
.hero-carrousel-arrow.next {
    right: 0;
}




img.home-staff{
    filter: grayscale(100%);
    transition: all, 1s;
    max-width: 100%;
    height: auto;
}
img.home-staff:hover{
    filter: grayscale(50%);
}


/* home town links */
.home-link{
    border: none;
    border-radius: 5px;
    display: inline-block;
    filter: grayscale(100%);
    height: 300px;
    margin: 5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.home-link:hover{
    filter: grayscale(0%);
}
.home-link.ts{
    background: url('/assets/img/towns/todos-santos.jpg') center;
    background-size: cover;
}
.home-link.cp{
    background: url('/assets/img/towns/cerritos.jpg') center;
    background-size: cover;
}
.home-link.ec{
    background: url('/assets/img/towns/elias-calles.jpg') center; 
    background-size: cover;
}
.home-link p.trigg, .home-link-cover{
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.home-link-cover{
    background:rgba(0, 0, 0, 0.25);
    -webkit-transition: all 1s; /* Safari */
    transition: all 0.5s;
}
.home-link:hover .home-link-cover{
    background:rgba(0, 0, 0, 0);
}
.home-link p{
    font-size: 20px;
    font-weight: 200;
}
.home-link .home-link-content{
    bottom: 20%;
    color:rgba(255, 255, 255, 1);
    font-weight: 100;
    font-size: 30px;
    height: 50%;
    position: absolute;
    width: 100%;
    -webkit-transition: all 1s; /* Safari */
    transition: all 0.5s;
}
.home-link:hover .home-link-content{
    color:rgba(255, 255, 255, 0);
    height: 100%;
    opacity: 1;
}
.home-link span img{
    bottom: 20%; 
    height: 60px;
    left: 43%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 1s; /* Safari */
    transition: all 0.5s;
    width: 60px;
}
.home-link:hover span img{
    opacity: 1;
}






/* multi marker map */
.leaflet-control-attribution a {
    display: none;
}
.toggle-tab{
    display: none;
}
.map-wrap {
    margin-top: 30px;
    position:relative; 
}  
.overlay {
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
    width: 100%;
    min-height: 600px; 
    position: absolute; 
    top: 0;
    z-index: 50;
}
.overlay-txt{
	color: white;
	font-size: 22px;
	left: 40%;
	position: absolute;
	top: 45%;
}
#multi-marker-map{
	height: 600px;
	width: 100%;
    z-index: 1;
}
#multi-marker-map.listing{
	height: 400px;
}
.multi-marker-div{
	width: 180px;
}
.multi-marker-div a{
    color: black;
	text-decoration: none;
}
.multi-marker-div h2{
	font-size: 18px;
	font-weight: 100;
	line-height: 20px;
	margin: 0;
	padding: 5px 0;
}
.multi-marker-div img{
	width: 100%;
}
.open-in-google{
    display: block;
    font-size: small;
    margin-bottom: 5px;
}
.leaflet-popup-content{
    overflow: hidden;
}
.leaflet-popup-content img{
    border-radius: 10px;
    max-width: 200px;
    width: 100%;
}



/* hero search */
#search{
    background: #333;
    padding: 100px 20px;
}
#search .title{
    color: white;
    font-family: 'Varela Round', sans-serif;;
    display: block;
    margin-bottom: 40px;
    width: 100%;
}
#search .title h2{
    color: white;
    display: inline-block;
    position: relative;
}
#search .title span.line{
    background: white;
    height: 1px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 50px;
}
#search .title h2 span{
    color: var(--orange);
}
#search .search-box{
    display: block;
    width: 100%;
}
#search .search-div{
    margin: -20px 0 0 0;
}
#search .search-div .tabs {
    background: #333;
    color: white;
    border-radius: 0;
    display: flex;
    font-size: 1rem;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#search .search-div .tabs .tab{
    border-bottom: 1px solid white;
    border-radius: 0;
    line-height: 1.1rem;
    margin: 0 10px;
    position: relative;
}
/* small triangle top right */
#search .search-div .tabs .tab::after {
    content: "";
    position: absolute;
    right: 0px; /* Adjust as needed */
    top: 15px; /* Center vertically, adjust as needed */
    border-left: 5px solid transparent; /* Half the width of the triangle */
    border-right: 5px solid transparent; /* Half the width of the triangle */
    border-top: 5px solid white; /* Color and height of the triangle */
    transform: translateY(-50%); /* Adjust for exact vertical centering */
}
#search .search-div .tabs .tab.active::after{
    border-top: 5px solid var(--orange);
}
#search .search-div .tabs .active {
    background-color: #333;
    border-bottom: 1px solid var(--orange);
    border-radius: 0;
    color: var(--orange);
}
#search .search-div input[type="search"] {
    border-radius: 0;
    font-size: 1rem;
    margin: 0;
    width: calc(100% - 75px);
    max-width: calc(100% - 75px);
}
#search .search-div select {
    border-radius: 0;
    color: var(--orange);
    padding: 16px 26px 16px 16px;
    text-transform: uppercase;
}
#search .search-div button {
    background: #333;
    border-radius: 0;
    color: white;
    font-size: 1.6rem;
    padding: 0px;
    height: 45px;
    width: 45px;
}
#search .advanced-search-modal-link {
    color: white;
    border: 1px solid white;
    font-size: 0.7rem;
    padding: 10px;
    text-transform: uppercase;
    margin: 10px 0 0 5px;
}

/* search */
.search-div{
    margin: 10px 0;
    position: relative;
    text-align: left;
}
.search-div .tabs{
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    display: flex;
    padding: 3px;
    /* margin-left: 20px; */
}
.newest-text{
    display: inline;
    margin-top: 20px;
}
.search-content .search-div .tabs{
    margin-left: 0;
}
.search-div input[type="search"]{
    border: 2px solid var(--orange);
    border: none;
    border-radius: 25px;
    font-size: .85rem;
    font-weight: 100;
    margin: 7px 5px 5px;
    padding: 16px;
    width: calc(100% - 70px);
    max-width: calc(100% - 70px);
    vertical-align: middle;
}
.search-div select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="%23999" d="M8 11.5L3.5 7h9L8 11.5z"/></svg>');
    background-repeat: no-repeat;
    background-position: bottom 3px center;
    background-size: 18px;
    border: none;
    font-size: .75rem;
    margin: 7px 5px;
    padding: 10px 8px 16px;
}
.search-div button{
    background: var(--blue);
    border: none;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    padding: 13px;
}
.search-div button:hover{
    color: white;
}
.search-div button svg{
    transition: all 0.3s;
}
.search-div button:hover svg{
    transform: scale(1.5);
}

.advanced-search-modal-link{
    /* background: var(--yellow); */
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0 0 20px;
    padding: 5px;
}

.fixed-search{
    padding-bottom: 10px;
}


/* broken search */
img.broken-search{
    display: block;
    margin: 30px auto;
    opacity: 0.2;
    width: 80px;
}
.search-tags{
    margin: 5px 30px;
}
.search-tags a{
    background: var(--yellow);
    border-radius: 3px;
    color: black;
    display: inline-block;
    margin: 3px;
    padding: 10px;
    text-decoration: none;
    transition: all .5s;
}
.search-tags a:hover{
    background: black;
}
.modal.advanced .modal-content {
    background-color: rgba(30,30,30,0.9);
    margin: 20px auto;
    max-width: 600px;
    padding: 15px; 
    width: 100%;
}
.modal.advanced .modal-block{
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    color: black;
    padding: 20px;
    text-align: left;
}
/* search tab */
/* .search-div .tabs{
    padding-left: 20px;
} */

.search-div .tabs div{
    /* background: rgba(255,255,255,0.7); */
    border-radius: 10px;
    /* color: black; */
    cursor: pointer;
    display: inline-block;
    font-size: .75rem;
    padding: 10px;
    margin: 0;
    flex-grow: 1;
    min-width: 0; /* Prevents shrinking smaller than content width */
}
.search-div .tabs .active {
    background-color: var(--blue);
    color: white;
}
.search-block {
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}
.search-block-content {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    /* margin-left: 1000px; */
    transition: all 0.3s ease-in-out;
    overflow: hidden; /* hide the overflowing content when the container is collapsed */
}
.search-block-content.active {
    opacity: 1;
    max-height: 550px; /* adjust this as per requirements */
    visibility: visible;
    /* margin-left: 0; */
    transition: all 0.3s ease-in-out;
}
.search-block-content.active .search-div{
    margin: 0 0 60px 0;
}
.search-block-content.active .search-div input[type="text"]{
    margin: 10px 3px 0 0;
}
.search-div select{
    border-radius: 5px;
}
.search-div label{
    border-radius: 5px;
    display: block;
    background: white;
    color: #999;
    padding: 10px 30px;
    margin: 5px 0;
}

/* content */
.search-content, .content{
    margin-top: 60px;
    display: inline-block;
    padding: 0 1.5rem;
    width: 100%;
}
.content{
    display: block;
    margin: 60px auto 0;
}

/* noUiSlider */
.slider{
    background: #ccc;
    margin: 25px 20px 5px;
    height: 5px;
}
.noUi-handle{
    background: var(--orange);
    border: none;
    border-radius: 25px;
    box-shadow: none;
}
.noUi-base{
    border: none;
    border-radius: 5px;
    height: 5px;
}
.noUi-connect {
    background: var(--orange);
}
.noUi-horizontal .noUi-handle{
    width: 15px;
    height: 15px;
    right: -10px;
}
.noUi-handle:after, .noUi-handle:before{
    content: none;
}
.noUi-horizontal .noUi-tooltip{
    border: none;
    font-size: .85rem;
    padding: 0;
}

/* advanced search min max inputs */
label.min-max input[type=number]{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: calc(50% - 5px);
}
label.adv-search-check{
    display: inline-block;
}
.modal.advanced button[type=submit], .search-div .search-block .adv button[type=submit]{
    border-radius: 25px;
    width: auto;
}
.modal.advanced button[type=submit] svg, .search-div .search-block .adv button[type=submit] svg{
    margin-left: 5px;
}


/* cards */
.card{
    background-color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
}
.card-logo{
    display: none;
}
*:focus{
    outline: none;
}
.card .card-content{
    color: #444;
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    position: relative;
    width: calc(100% - 150px);
    vertical-align: top;
}
.card:first-child .card-content {
    border-top: none;
}
p .card-beds-baths{
    display: inline-block;
    margin: 3px;
    white-space: nowrap;
}
.card-beds-baths.featured{
    background: var(--blue);
    border-radius: 25px;
    color: white;
    padding: 5px 8px;
}
.card-img-holder{
    display: inline-block;
    height: 120px;
    width: 120px;
    overflow: hidden;
}
.card img{
    width: 100%;
}
.card strong{
    color: black;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.card small{
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.card p{
    display: block;
    font-size: 12px;
    font-weight: 100;
    line-height: 0.7rem;
    margin: 0 0 5px 0;
}
.card p.card-property-name{
    font-size: 0.85rem;
    font-weight: bold;
}
.card a{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/* podcast cards */
.pod-card{
    background: rgb(243,194,55);
    background: linear-gradient(330deg, rgba(243,194,55,1) 0%, rgba(221,116,71,1) 40%);
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    color: white;
    cursor: pointer;
    margin: 10px auto;
    max-width: 1100px;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.pod-card .fa-chevron-down{
    display: block;
    margin: 0 auto;
    font-size: 2rem;
    transition: all 0.3s;
}
.chevron-rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.pod-card img{
    border-radius: 10px;
    height: 100px;
    width: 100px;
}
.pod-card h2{
    display: inline-block;
    font-size: 2rem;
    margin-left: 10px;
}
.pod-episodes{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: allt 0.3s;
}
.pod-episodes.visible {
    opacity: 1;
    height: auto;
}
.pod-episode{
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    margin: 15px auto;
    max-width: 1000px;
    width: 100%;
}
.pod-episode:hover{
    background: #444;
}
.pod-episode h3{
    margin: 0 0 10px 0;
}
.pod-episode .pod-content{
    display: inline-block;
    padding: 10px 10px 0 10px;
    width: calc(100% - 60px);
    text-align: left;
    vertical-align: middle;
}
.pod-episode .pod-play{
    display: inline-block;
    margin-left: 10px;
    font-size: 1.5rem;
    width: 50px;
}
.pod-episode .pod-date{
    font-size: .75rem;
}
.pod-episode a{
    color: var(--yellow);
}
.pod-episode .more{
    cursor: pointer;
    font-size: .85rem;
    font-weight: 100;
}
.pod-episode audio{
    margin: 10px 0;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.pod-episode h3{
    margin-top: 10px; 
}
.morecontent span{
    display: none;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    hyphens: auto;
}
.morelink{
    color: white;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}



/* instagram */
ul.instagram{
    columns: 2;
}
ul.instagram li{
    background: white;
    border-radius: 10px;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
ul.instagram img{
    width: 100%;
}
ul.instagram li div.instagram-caption{
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: .8rem;
    left: 0;
    padding: 15px;
    position: absolute;
    top: -230px;
    word-break: break-word;
    transition: top .3s;
}
ul.instagram li:hover .instagram-caption{
    top: 0;
}

.instagram-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* Adjust this value according to the desired aspect ratio. E.g., for 4:3 images, use 75% */
    overflow: hidden;
  }

.instagram-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will ensure the image covers the entire container while maintaining its aspect ratio */
  }


/* blog */
.blog-post{
    display: inline-block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.blog-post img{
    width: 100%;
}
.blog-post a{
    color: white;
}
.blog-post p, .blog-post small{
    background:rgba(0, 0, 0, 0.4);
    padding: 20px;
    position: absolute;
}
.blog-post p{
    left: 0;
    top: 0;
    width: calc(100% - 25px);
}
.blog-post small{
    border-radius: 10px 0 0 0;
    bottom: 20px;
    right: 20px;
}



/* info list */
section.info-page {
    margin: 100px auto 50px;
    max-width: 900px;
    padding: 20px;
    width: 100%;

}

.info-list {
    padding: 0;
    margin-top: 30px;
}

.info-list a {
    background-color: #f0f0f0; /* Light grey background, adjust as needed */
    color: #333; /* Text color, adjust as needed */ /* Square size, adjust as needed */
    height: 150px; /* Height equals width to form a square */
    text-align: center;
    display: inline-block;
    align-items: center;
    margin: 15px;
    transition: all 0.3s;
    padding: 20px;

}

.info-list a:hover {
    background-color: #e0e0e0; /* Light grey background, adjust as needed */
    color: #333; /* Text color, adjust as needed */
}

.info-list a .svg-inline--fa {
    height: 3em;
    margin-bottom: 10px;
    width: 4em !important;
}

.info-list li{
    padding: 10px;
}

/* ol.info-list li:nth-child(odd){
    background: #dfdfdf;
} */

.info-block{
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
    width: 100%;
}

.info-block li{
    margin: 10px;
}


/* faq */
.question {
    width: 100%;
    position: relative;
    padding: 20px 40px 20px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.25rem;
    text-align: left;
    cursor: pointer;
    margin-bottom: 5px;
}
.toggle-icon {
    font-size: 1.5rem;
    position: absolute;
    right: 20px; /* Adjust based on your layout */
    top: 50%;
    transform: translateY(-50%);
}
.question:hover, .question.active {
    background-color: var(--blue);
    color: white;
}

.response {
    border-radius: 5px;
    max-height: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 30px;
    margin-top: -60px;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* When response is active, you might want to adjust padding for aesthetic purposes */
.response.active {
    margin-top: 0;
    padding: 30px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-in, visibility 0.3s ease-in;
}




/* breadcrumbs */
.breadcrumbs{
    font-size: 0.75rem;
    margin: 100px auto 20px;
    max-width: 1300px;
    width: 95%;
}
.breadcrumbs a{
    color: #222;
    padding: 10px 0;
    line-height: 2rem;
}
.breadcrumbs a:hover{
    color: var(--orange);
}

/* .social-share-btns{
    text-align: right;
}
.social-share-btns a{
    color: white;
    font-size: 1.25rem;
    padding: 10px;
    text-decoration: none;
}
.social-share-btns a:hover{
    color: #333;
}
.social-share-btns a svg{
    vertical-align: middle;
} */


/* social share buttons */
div.listing-block.share-div{
    position: relative;
    overflow: hidden;
    height: 56px;
}
div.social-btns{
    background: #222;
    border-radius: 10px 0 0 10px;
	position: absolute;
	padding: 10px 20px;
	right: -230px;
	top: 0;
	transition: right 0.05s;
	/* vertical align to middle with flex */
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items : center;
	user-select: none;
}
div.listing-block.share-div:hover div.social-btns{
	right: -230px;
}
div.listing-block.description{
    padding: 50px;

}
div.listing-block a{
    /* color: var(--blue); */
    font-size: 1.25rem;
    font-weight: bold;
}
div.social-btns .hide-btns{
    color: white;
	margin-left: -20px;
    padding: 0 20px;
    text-align: center;
}
div.social-btns a{
    color: white;
    font-size: 18px;
    width: 35px;
    height: 35px;
    padding: 8px 0;
    text-align: center;
}
div.social-btns a:hover{
	background: var(--orange);
	border-radius: 50%;
}
.show-hide{
	display: none;
}
.show-hide-confirm{
	display: none;
	max-height: 15px;
}
  


/* listing */
section.listing{
    column-gap: 20px;
    padding: 20px;
}
div.listing-block{
    background: white;
    border-radius: 10px;
    break-inside: avoid;
    /* box-shadow: 0 3px 7px #c6c6c6; */
    margin: 0 0 20px;
    padding: 15px;
}
div.listing-block.orange{
    background: var(--orange);
}
div.listing-block ul li{
    margin-left: 50px;
    padding: 5px;
    font-weight: 200;
}
div.listing-block .price-usd{
    font-size: 1.5rem;
    font-weight: 600;
}
div.listing-block ul li svg{
    width: 30px!important;
    margin: 0 10px 0 -40px;
}
div.listing-block ul li:nth-child(odd){
    background:rgba(0, 0, 0, 0.04);
}
.prior-price, .prior-date{
    font-size: 0.7rem;
    font-weight: 100;
    text-decoration: line-through;
}
.prior-price.down, .prior-date.down{
    color: #178717;
}
.prior-price.up, .prior-date.up{
    color: crimson;
}
.prior-date{
    color: #999;
    text-decoration: none;
}

/* matterport */
.matterport-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.matterport-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .gallery{
    
} */
.gallery .modal-btn{
    aspect-ratio: 4/3;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 48%;
}
.gallery .modal-btn:nth-child(2){
    margin-right: 4%;
}

.gallery .modal-btn:first-child{
    aspect-ratio: inherit;
    margin-bottom: 10px;
    width: 100%;
}
.gallery .modal-btn img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.gallery .modal-btn span{
    background:rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: white;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.gallery .modal-btn span:hover{
    background:rgba(0, 0, 0, 0.5);
}
.gallery .modal-btn span b{
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.7rem;
    min-height: 100%;
}
/* camera and plus sign icons */
.gallery .modal-btn span b svg:first-child{
    margin-right: 5px;
}
.gallery .modal-btn span b svg:nth-child(2){
    font-size: .8rem;
    font-weight: bold;
}


/* virtuodigital custom modal script */
.modal {
	background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.modal.home-info .modal-content{
    max-width: 480px;
}
/* modal content */
.modal-content {
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
    /* height: calc(100vh - 40px); */
    margin: 10px auto;
    padding: 5px; 
    position: relative;
	text-align: center;
    width: calc(100% - 40px);
}
.modal .block{
	display: inline-block;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.modal .block img{
	width: 100%;
}
img.modal-thumb{
	width: 100%;
}
/* close btn */
.close {
    background: rgba(220,220,220,0.2);
    border-radius: 25px;
    color: black;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    font-weight: bold;
    z-index: 99;
}


/* swiper */
.swiper-slide img{
    max-width: 100%;
    max-height: calc(100vh - 40px);
}
.swiper1{
    position: relative;
    overflow: hidden;
}
/* Common styles for both swipers */
.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: rgba(220,220,220,0.2);
    border-radius: 20px;
    padding: 30px;
    color: black;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.25rem;
    font-weight: bolder;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .modal .close:hover {
    background: white;
}
/* Specific styles for swiper instance 1 */
.swiper1-button-next, .swiper-rtl .swiper1-button-prev, .swiper1-button-prev, .swiper-rtl .swiper1-button-next {
    background: rgba(220,220,220,0.2);  /* Same background or customize */
    border-radius: 20px;
    padding: 30px;
    color: black;
}
.swiper1-button-next:after, .swiper1-button-prev:after {
    font-size: 1.25rem;
    font-weight: bolder;
}
.swiper1-button-next {
    right: -10px;
}
.swiper1-button-prev {
    left: -10px;
}
.swiper1-button-next:hover, .swiper1-button-prev:hover {
    background: white;
}
/* Pagination specific to swiper1 */
.swiper1-pagination {
    background: white;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 80px;
}

/* Common pagination styling */
.swiper-pagination {
    background: white;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 80px;
}



/* MoXi */
div.moxi{
    background: #20315f;
    color: white;
}
div.moxi a{
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
}
div.moxi img, .moximod img{
    height: 35px;
    vertical-align: middle;
}
div.moxi-trigger{
    cursor: pointer;
}
div.moxi-app{
    display: none;
}
.moximod .modal-content{
    background: #20315f;
    color: white;
    max-width: 480px;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.moximod .modal-content ul{
    list-style-type: disc;
    padding: 15px 30px
}
.moximod .modal-content ul li{
    padding: 5px 0;
}


/* price-mxn */
#price-mxn-note{
	position: relative;
}
#price-mxn-note{
	background: #333;
	border-radius: 5px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
	color: white;
	display: none;
    margin: 10px 0;
	padding: 10px;
	width: 300px;
}



/* rental estimator */
#rental_estimator {
    background: #efefef;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
}
#rental_estimator .field-container {
    display: inline-block;
    margin-right: 20px;
}
#rental_estimator input[type="date"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
}
#rental_estimator label {
    font-size: 0.6rem;
    display: block;
    margin-bottom: 5px;
}
#rental_estimator #result{
    margin-top: 10px;
    text-align: left;
    padding: 10px;
}
#rental_estimator #result p{
    text-align: center;
}



/* listing form */
.listing-block form label{
    color: black;
    display: block;
    font-size: 0.5rem;
    margin: 5px 0 2px;
    padding: 5px 15px;
}
.listing-block form input, .listing-block form textarea{
    background:rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 10px;
    display: block;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
}
.listing-block form textarea{
    min-height: 110px;
}
.listing-block form input::placeholder, .listing-block form textarea::placeholder{
    font-family: sans-serif;
    /* min-height: 4rem; */
    line-height: normal;
}
.listing-block form input:focus::placeholder, .listing-block form textarea:focus::placeholder{
    color: rgba(0,0,0,0);
}
.listing-block form input.hpt{
    display: none;
}
.listing-block form input[type="submit"]{
    background: var(--orange);
    border-radius: 25px;
    color: white;
    padding: 10px;
}
.listing-block label.nsb{
    font-size: 1rem;
    margin: 15px auto;
    min-height: 65px;
    padding: 15px;
    text-align: center;
    width: 40%;
}

/* modal-form */
.listing-block form{
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
}
form button{
    background: var(--orange);
    border: none;
    border-radius: 5px;
    color: white;
    display: inline-block;
    margin: 5px auto;
    padding: 15px;
}

/* moxi form */
.moxi-form{
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.moxi-form label{
    display: block;
    font-size: 0.85rem;
    margin: 5px 0 2px;
    padding: 5px 15px;
}
.moxi-form input, .moxi-form textarea{
    background:rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 10px;
    color: white;
    display: block;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
}
.moxi-form textarea{
    min-height: 110px;
}
.moxi-form input::placeholder, .moxi-form textarea::placeholder{
    color: #999;
    font-family: sans-serif;
    min-height: 4rem;
}
.moxi-form input:focus::placeholder, .moxi-form textarea:focus::placeholder{
    color: #666;
}
.moxi-form input[type="checkbox"]{
    display: inline-block;
    margin: 0 0 0 5px;
    width: auto;
}
.moxi-form input[type="submit"]{
    background:rgba(255, 255, 255, 0.5);
    color: white;
}




/* rental filter */
.rental-filter select{
    appearance:none;
    border: 1px solid #999;
    border-radius: 10px;
    font-size: 1rem;
    padding: 10px;
}
.rental-filter select:hover{
    border: 1px solid var(--orange);
    background: var(--orange);
    color: white;
}


/* rental rates */
.table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.table-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.table-header {
    font-weight: bold;
}

.table-cell {
    flex: 1;
    line-height: 1.3rem;
    padding: 0.5em;
    text-align: left;
}
.cleaning-fee{
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
}

/* rental rates hidden extra description */
.rate-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.info-icon {
    position: relative;
    cursor: help;
}
.info-icon i {
    color: #666;
    font-size: 0.9em;
}
.tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    width: max-content;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    margin-bottom: 5px;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: white;
}
.tooltip::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-top-color: #ddd;
}
.info-icon:hover .tooltip {
    display: block;
}



/* closing costs table */
table.closing-costs{
    margin: 20px auto;
}
table.closing-costs th, table.closing-costs td{
    padding: 10px;
    text-align: left;
}
table.closing-costs, table.closing-costs th, table.closing-costs td {
    border-collapse: collapse;
}
table.closing-costs th, table.closing-costs td {
    padding: 10px;
    text-align: left;
}
table.closing-costs th {
    background-color: #e1e1e1;
}
/* Bold first column */
table.closing-costs td:first-child, table.closing-costs th:first-child {
    font-weight: bold;
}
/* Light grey background for odd columns, excluding the first column */
table.closing-costs td:nth-child(odd):not(:first-child), table.closing-costs th:nth-child(odd):not(:first-child) {
    background-color: #e1e1e1;
}



/* availability calendar */
div.listing-block .avail-calendar ul li:nth-child(odd) {
    background: #fff;
}
div.avail-calendar ul li{
    margin-left: 1px;
}
.cal-year{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cal-month{
	justify-content: space-around;
	padding: 5px;
}
.cal-month-title{
	padding: 5px;
	text-align: center;
}
.cal-week{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.cal-week li{
	flex: 1;
	font-size: 10px;
	justify-content: space-around;
    padding: 0 5px;
    text-align: center;
}
.booked, .color-code span.red{
	background: #ffeeee !important;
	color: crimson;
}
.available, .color-code span.green{
	background: #eeffee !important;
	color: #29910d;
}
.past, .color-code span.beige{
	color: #ccc;
}

.show-avail-btn{
	background: #f64; /* rare orange */
	display: block;
	margin: 20px;
	padding: 30px;
	text-align: center;
}
.show-avail-btn a{
	background: rgba(0,0,0,0.3);
	color: white;
	cursor: pointer;
	display: inline-block;
	padding: 15px;
}

.color-code{
	text-align: center;
}
.color-code span{
	border-radius: 3px;
	display: inline-block;
    font-size: 0.85rem;
	padding: 10px;
	margin: 5px;
}



/* staff */
.staff{
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}
.staff_member{
    display: inline-block;
    border-radius: 5px;
    color: #333;
	padding: 20px;
	margin: 5px;
    min-height: 190px;
    box-shadow: 3px 3px 10px rgb(207, 207, 207);
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}
.staff_member:hover{
    background: rgba(0,0,0,0.03);
    box-shadow: 0px 0px 2px rgb(207, 207, 207);
}
.staff_member>img{
	border-radius: 50%;
	margin: 0 15px 15px 0;
	float: left;
	width: 120px;
}
.staff_member h3, .staff_member p strong{
	line-height: 20px;
	margin: 0;
}
.staff_member p.bio{
	margin-top: 20px;
}


/* agent-block in listings */
.agent-block{
    margin-bottom: 20px;
    padding: 20px;
}
.agent-block img{
    border-radius: 50%;
    margin-right: 20px;
    width: 120px;
} 
.agent-block a{
    color: var(--orange);
}
.agent-block .left{
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
.agent-block .right{
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: calc(100% - 120px);
}
.agent-block p{
    margin: 0;
}



/* bottom footer section */
.bottom{
    background: #333;
    color: white;
    display: block;
    margin-top: 3rem;
}
.bottom p{
    font-size: 1rem;;
}
/* .bottom img.logo{
    display: block;
    margin: 0 auto;
    width: 50px;
} */
.bottom .social{
    text-align: center;
}
.bottom .social a{
    color: white;
    display: inline-block;
    font-size: 0.75rem;
    padding: 15px;
}
.bottom .social a svg{
    height: 30px;
    margin-bottom: 10px;
    width: 30px;
}
.bottom form{
    display: none;
    margin: 30px auto;
    max-width: 640px;
    padding: 0 30px;
    width: 100%;
}
.bottom form label{
    background:rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    color: black;
    display: block;
    font-size: 0.5rem;
    margin: 5px 0 2px;
    padding: 5px 15px;
}
.bottom form input, .bottom form textarea{
    background:rgba(255, 255, 255, 0);
    border: none;
    border-radius: 10px;
    display: block;
    font-size: 1rem;
    padding: 5px;
    width: 100%;
}
.bottom form textarea{
    min-height: 110px;
}
.bottom form input::placeholder, .bottom form textarea::placeholder{
    font-family: sans-serif;
    min-height: 4rem;
}
.bottom form input:focus::placeholder, .bottom form textarea:focus::placeholder{
    color: rgba(0,0,0,0);
}
.bottom form input.hpt{
    display: none;
}
.bottom form input[type="submit"]{
    background: var(--orange);
    border-radius: 25px;
    color: white;
    padding: 10px;
}
.bottom label.nsb{
    font-size: 1rem;
    margin: 15px auto;
    min-height: 65px;
    padding: 15px;
    text-align: center;
    width: 40%;
}

footer .copyright{
    font-size: 12px;
    font-weight: 100;
    margin: 70px 0 20px;
    text-align: center;
}
footer .copyright a{
    color: var(--orange);
}

.main-form-thank-you{
    margin: 40px auto;
    text-align: center;
}


@media (min-width: 340px){
    header a span.header-rare-txt{
        display: inline-block;
    }  
}

@media (min-width: 420px){
    .search-div select {
        background-position: right 10px center;
        padding: 10px 20px 10px 5px;
    }
}

@media (min-width: 800px){
    #search .title, #search .search-box{
        display: inline-block;
    }
    #search .title{
        width: 30%;
        vertical-align: top;
    }
    #search .search-box{
        width: 65%;
        max-width: 600px;
    }
}

@media (min-width: 980px) {
    .breadcrumbs{
        font-size: 1.25rem;
    }

    /* #top-message{
        display: block;
    } */
    /* header{
        margin-top: 1.35rem;
    } */
    header{
        margin-top: 0;
    }

    nav{
        border-top: 1px solid white;
        margin-top: 90px;
    }

    nav .phone{
        left: 20px;
    }
    nav .mail{
        left: 60px;
    }

    nav .social{
        left: 100px;
    }

    header a.logo{
        top: 15px;
    }

    header.scrolled {
        height: 50px;
    }

    header.scrolled nav{
        border-top: none;
        margin-top: -2px;
    }

    /* hide mobile nav */
    nav ul.mobile, .hamburger {
        display: none;
    }

    /* show desktop nav */
    nav ul.desktop {
        display: block;
        text-align: center;
    }

    nav ul.desktop > ul{
        overflow: none;
    }

    .desktop li ul{
        margin: 0;
    }

    /* dropdown nav for desktop */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 150px;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        z-index: 1;
    }
    .scrolled .dropdown-content{
        background-color: var(--orange);
        backdrop-filter: none;
        box-shadow: 5px 10px 10px rgba(0,0,0,0.7);
    }
    .scrolled .dropdown-content a{
        color: black;
    }
    .scrolled .dropdown-content a:hover{
        color: white;
    }
    nav ul.desktop li.dropdown:hover .dropdown-content {
        display: block;
    }


    .hero-chevron{
        display: inline-block;
    }
    .hero-carrousel-arrow {
        display: block;
    }

    /* home page */
    .home-link{
        width: 30%;
    }
    .text-columns{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
        grid-gap: 1rem;
        grid-auto-rows: minmax(45%, auto);
        grid-auto-flow: dense;
        padding: 0 20px;
    }
    .text-columns::after{
        box-decoration-break: clone;
    }

    /* listing */
    section.listing{
        /* grid-template-columns: repeat(2, 1fr); */
        columns: 2;
        max-width: 1400px;
        margin: 10px auto 0;
    }

    .search-and-map-container{
        position: relative;
        overflow: hidden;
    }

    /* map */
    .toggle-tab {
        background: var(--orange);
        border-radius: 5px 5px 0 0;
        color: white;
        cursor: pointer;
        display: block;
        padding: 0px 10px 10px 10px;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        transform: translateX(-40px) translateY(-50%) rotate(-90deg);
        transform-origin: top left;
    }
    .map-wrap{
        position: absolute;
        top: 30px;
        right: -40%; /* Initially positioned off-screen */
        width: 40%;
        transition: right 0.5s ease;
        vertical-align: top;
    }

    #multi-marker-map{
        display: inline-block;
        height: calc(100vh - 60px);
    }
    #multi-marker-map.listing{
        height: 400px;
    }
    .overlay{
        height: 100vh;
    }

    .search-content, .content, .search-content.rental{
        height: calc(100vh - 60px);
        width: 100%;
        transition: width 0.5s ease;
    }

    /* scrolling search results */
    .scroll{
        overflow-y: scroll;
    }


    /* thumb cards */
    .cards{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-gap: 1rem;
        grid-auto-rows: minmax(200px, auto);
        grid-auto-flow: dense;
        padding: 0 20px;
    }
    .cards.rental{
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    .card{
        position: relative;
        border: 1px solid white;
        border-radius: 5px;
        transition: all 0.5s;
    }
    .card.featured{
        border: 1px solid var(--blue);
    }
    .card.featured:hover{
        box-shadow: 0 0 10px var(--blue);
    }
    .card a{
        cursor: zoom-in;
    }
    .card:hover{
        box-shadow: 0 0 10px #c6c6c6;
    }
    .card-img-holder{
        position: absolute;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }
    /* .cards.rental .card-img-holder{
        height: 210px;
    } */
    .cards.rental .card img{
        height: 250px;
    }
    .card img{
        height: 200px;
        margin-left: 0;
        margin-top: 0;
        object-fit: cover;
        transition: all 2s;
        width: 100%;
    }
    .card-logo{
        display: block;
        font-size: 1rem;
        opacity: 0.8;
        top: 10px;
        right: 10px;
        position: absolute;
    }
    .card-logo svg{
        color: white;
    }
    .card:hover img{
        height: 200px;
        margin-left: -20px;
        width: calc(100% + 50px);
    }
    .card-gradient{
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0) 65%, transparent);
        position: absolute;
        height: 100%;
        top: 0;
        width: 100%;
        transition: all 2s;
    }
    .card:hover .card-gradient{
        background: linear-gradient(to top right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 50%, transparent);
    }
    .card .card-content{
        bottom: 10px;
        padding: 25px 0 0 10px;
        position: absolute;
        border: none;
        display: block;
        margin-left: 0;
        width: inherit;
    }
    .card:hover .card-content strong, .card:hover .card-content{
        color: white;
    }

    /* instagram */
    ul.instagram{
        columns: 3;
    }

    /* modal */
    .modal-content {
        margin: 10px auto;
        width: calc(100% - 40px);
    }

    .blog-post{
        width: 48%;
    }
    /* podcast */
    .pod-episode{
        padding: 20px;
        width: 95%;
    }
    .pod-episode .pod-play{
        width: 150px;
    }
    .pod-episode .pod-content{
        width: calc(100% - 200px);
    }

    .staff_member{
        width: 48%;
    }
}
@media (min-width: 900px) {
    .hero .hero-center img, .hero .hero-center h1{
        display: block;
    }
}
@media (min-width: 1200px) {
    /* instagram */
    ul.instagram{
        columns: 5;
    }
}

@media print {
    header, section.bottom, .listing-block.contact, .gallery .modal-btn:nth-child(2), .gallery .modal-btn:nth-child(3), .listing-block.orange, .open-in-google, .virtual-tour, .listing-block.share-div {
        display: none;
    }
    .print-logo{
        display: block;
    }
 }







/* PDU Display Styles */
/* PDU Display Styles */
.listing-block.pdu {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
  }
  
  .listing-block.pdu h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .pdu-color-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid white;
    margin-left: auto;
  }
  
  .pdu-header {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 6px solid #3498db;
    transition: all 0.3s ease;
  }
  
  .pdu-header:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateX(2px);
  }
  
  .pdu-header-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  .pdu-square-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid rgba(255,255,255,0.3);
    text-align: center;
    line-height: 1;
  }
  
  .pdu-header-text {
    flex: 1;
    min-width: 0;
  }
  
  .pdu-header-text h3 {
    margin: 0 0 8px 0;
    font-size: 1.4em;
  }
  
  .pdu-header-text .pdu-category {
    margin: 0;
  }
    
    
    .pdu-header h3 {
      color: #2c3e50;
      margin: 0 0 8px 0;
      font-size: 1.4em;
    }
    
    .pdu-category {
      color: #7f8c8d;
      margin: 0;
      font-style: italic;
    }
    
    .pdu-description {
      background-color: #fff;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
    }
    
    .pdu-description h4 {
      color: #2c3e50;
      margin: 0 0 10px 0;
      font-size: 1.2em;
    }
    
    .pdu-description p {
      margin: 0;
      line-height: 1.6;
      color: #34495e;
    }
    
    .pdu-specs {
      background-color: #fff;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
    }
    
    .pdu-specs h4 {
      color: #2c3e50;
      margin: 0 0 15px 0;
      font-size: 1.2em;
    }
    
    .specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 15px;
    }
    
  .spec-item {
    background-color: #ecf0f1;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #3498db;
  }
  
  .spec-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  
  .spec-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    object-fit: contain;
  }
  
  .spec-info {
    flex: 1;
    min-width: 0;
  }
  
  .spec-info strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 4px;
    font-size: 1.1em;
  }
  
  .spec-description {
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    line-height: 1.3;
    display: block;
    margin-bottom: 6px;
  }
  
  .spec-explanation {
    font-size: 0.9em;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #28a745;
    margin-top: 6px;
  }
    
    .pdu-compatible-uses {
      background-color: #fff;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
    }
    
    .pdu-compatible-uses h4 {
      color: #2c3e50;
      margin: 0 0 15px 0;
      font-size: 1.2em;
    }
    
    .use-category {
      margin-bottom: 15px;
    }
    
  .use-category h5 {
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-size: 1.1em;
  }
  
  .use-description {
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-left: 3px solid #dee2e6;
    border-radius: 3px;
  }
    
    .use-category ul {
      margin: 0;
      padding-left: 20px;
    }
    
  
    .use-category li {
      margin-bottom: 5px;
      color: #34495e;
    }
    
    
    .pdu-rules {
      background-color: #fff;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
    }
    
    .pdu-rules h4 {
      color: #2c3e50;
      margin: 0 0 15px 0;
      font-size: 1.2em;
    }
    
    .pdu-rules ul {
      margin: 0;
      padding-left: 20px;
    }
    
    .pdu-rules li {
      margin-bottom: 8px;
      color: #34495e;
      line-height: 1.5;
    }
    
    .pdu-verification {
      background-color: #fff;
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
    }
    
    
    .pdu-disclaimer {
      background-color: #fef9e7;
      border: 1px solid #f39c12;
      border-radius: 4px;
      padding: 12px;
      color: #d68910;
      font-size: 0.95em;
    }
    
    .pdu-fallback {
      background-color: #fff3cd;
      border: 1px solid #ffeaa7;
      border-radius: 6px;
      padding: 15px;
      color: #856404;
    }
    
    .pdu-fallback h3 {
      color: #856404;
      margin: 0 0 10px 0;
    }
    
    .pdu-fallback p {
      margin: 0;
      font-style: italic;
    }
    
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .specs-grid {
      grid-template-columns: 1fr;
    }
    
    .listing-block.pdu {
      padding: 15px;
    }
    
    .pdu-header-content {
      gap: 12px;
    }
    
    .pdu-square-icon {
      width: 45px;
      height: 45px;
      font-size: 12px;
    }
    
    .pdu-header-text h3 {
      font-size: 1.2em;
    }
    
    .spec-icon {
      width: 28px;
      height: 28px;
    }
    
    .spec-header {
      gap: 10px;
    }
    
    .spec-item {
      padding: 12px;
    }
  }
  
  /* PDU Toggle Button Styles */
  .pdu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    margin: 15px 0;
    background: linear-gradient(135deg, #dd7447 0%, #ba5f38 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
  }
  
  .pdu-toggle-btn:hover {
    background: linear-gradient(135deg, #e98155 0%, #d77044 100%);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
    transform: translateY(-1px);
  }
  
  .pdu-toggle-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(52, 152, 219, 0.3);
  }
  
  .pdu-toggle-btn .toggle-icon {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    font-style: normal;
  }
  
  .pdu-toggle-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
  }
  
  /* PDU Details Content - Collapsible Section */
  .pdu-details-content {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    max-height: 0;
    opacity: 0;
  }
  
  .pdu-details-content.expanded {
    max-height: 10000px;
    opacity: 1;
    animation: fadeIn 0.4s ease-in-out;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Responsive adjustments for mobile */
  @media (max-width: 768px) {
    .pdu-toggle-btn {
      padding: 10px 16px;
      font-size: 0.95rem;
    }
  }