:root {
    --ip-default-transition: all 0.35s ease-in-out;
}
.site-easing{
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.desc p{
    font-size: 13px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-bottom: 0;
}
.desc.centered p{
    text-align: center;
}
.img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-wrap canvas {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--ip-default-transition);
}
.bg-section{
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-section canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-banner{
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 79px !important
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner{
    display: none;
}
.ip-sec{
    position: relative;
}
.flex-row{
    display: flex;
    flex-flow: row wrap;
}
.site-header{
    display: none;
}
#inner-page-wrapper > .inner-page-container{
    padding: 0 !important;
}
.hfs-hdr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.hfs-hdr-inner{
    justify-content: space-between;
    padding-top: 45px !important;
    align-items: center;
}
.hfs-hdr-info a{
    color: #ffffff;
    transition: var(--default-transition);
}
.hfs-hdr-info a:hover{
    color: #a7a7a7;
}
.hfs-hdr-info .aios-ai-phone {
    margin-left: 42px;
}
.hfs-hdr-nav {
    margin-left: auto;
    padding-right: 30px;
}

.hfs-hdr-nav ul {
    display: flex;
    flex-flow: row wrap;
}

.hfs-hdr-nav ul li {
    padding: 0 20px;
}

.hfs-hdr-nav ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.hfs-hdr-nav ul li a:hover {
    opacity: 0.5;
}

.banner-sec{
    
}
.banner-sec .aios-slider{
    position: relative;
}
.banner-sec .aios-slider::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://www.islandrealtypanama.com/wp-content/uploads/2025/07/banner-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-tagline-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 140px !important;
    padding-bottom: max(8.75vw, 80px) !important;
    justify-content: space-between;
    align-items: end;
}
.banner-tagline-inner h1{
    font-size: 80px;
    font-size: clamp(50px, 5vw, 80px);
    color: #ffffff;
    line-height: 1.125;
    font-family: var(--font-family-title);
}
.banner-tagline-inner h1 span{
    font-style: italic;
    display: block;
}
.banner-btn-wrap .site-button{
    border-color: var(--primary);
    background: var(--primary);
}
.banner-btn-wrap .site-button:hover{
    background: #ffffff !important;
    color: #000000 !important;
}
#homepage-listings{
    padding-top: 100px;
    padding-top: max(6.25vw, 70px);
    padding-bottom: 92px;
    padding-bottom: max(5.13vw, 70px);
}
.listings__slider-control{
    /* display: none; */
}
#listings-results .listings-top{
    display: none;
}
#listings-results .listings-main{
    margin-top: 0 !important;
}
#listings-results .listings-grid .listings-address{
    font-family: var(--font-family-title);
    max-width: calc(100% - 250px);
    font-variant-numeric: lining-nums;
}
.status-green{
    background: var(--primary) !important;
}
#listings-results .listings-img .property-status span{
    font-size: 12px !important;
    letter-spacing: 0.2em !important;
    padding: 10px 15px !important;
}
#listings-results .listings-grid .listings-price{
    font-family: var(--font-family-title);
    font-variant-numeric: lining-nums;
}
.bg-hfs-ftr{
    background: #072900;
}
.bg-hfs-ftr canvas{
    filter: grayscale(1);
    opacity: 10%;
}
.hfs-ftr-inner{
    position: relative;
}
.hfs-ftr-logo-wrap{
    text-align: center;
}
.hfs-ftr-logo-wrap img{
    margin: auto;
}
.hfs-logo-txt{
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 25px;
}
.hfs-ftr-info-wrap{
    position: relative;
    margin-top: 45px;
}
.hfs-ftr-info-wrap li{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.hfs-ftr-info-wrap li:last-child{
    margin-bottom: 0;
}
.hfs-ftr-info-wrap li a,
.hfs-ftr-info-wrap li span{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2em;
}
.hfs-ftr-info-wrap li a{
    transition: var(--default-transition);
}
.hfs-ftr-info-wrap li a:hover{
    color: #bcbcbc;
}
.hfs-ftr-info-wrap li span{
    margin-right: 15px;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#popupBody .aios-popup-body{
    padding: 0;
    min-height: unset;
    width: calc(100% - 30px);
    max-width: 1000px;		padding: 0 !important;
}
.aiosp-wrap .aiosp-container.aiosp-ref-\#popupBody .aios-popup-body .aiosp-close{
    color: #ffffff;
    opacity: 1;
    right: -5px;
}

#homepage-listings .site-control__viewall a{
    display: none;
}

/* on listing details landing */
.single-aios-listings .ip-hfs-wrap .banner-sec,
.single-aios-listings .ip-hfs-wrap .site-footer__git,
.single-aios-listings .hfs-top + .hfs-hdr {
    display: none;
}


/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px){

}
@media only screen and (max-width: 1480px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){
    
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 991px){
    .hfs-hdr-nav {
        display: none;
    }
    .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img canvas{
        min-height: 550px !important;
    }
    .banner-tagline-wrap{
        display: block;
        padding-bottom: 100px !important;
    }
    .banner-tagline-inner h1{
        text-align: center;
    }
    .banner-btn-wrap{
         margin-top: 15px;
        text-align: center;
    }
    #inner-page-wrapper .inner-page-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    #listings-results .listings-grid .listings-address{
        /* width: 100% !important; */
        max-width: unset;
    }

}
@media only screen and (max-width: 767px){
    .banner-tagline-inner h1{
        font-size: 40px;
    }

}
@media only screen and (max-width: 480px){
    .banner-tagline-inner h1{
        font-size: 35px;
    }
    .hfs-hdr-logo img{
        max-width: 170px;
    }
    .hfs-hdr-info .aios-ai-phone{
        margin-left: 15px;
    }
    .hfs-logo-txt{
        font-size: 16px;
    }
    .hfs-ftr-info-wrap li a, .hfs-ftr-info-wrap li span{
        font-size: 12px;
    }
    #listings-results .listings-img .property-status span{
        padding: 5px !important;
        font-size: 10px !important;
    }
    #listings-results .listings-grid .listings-info{
        padding: 15px !important;
    }
    #listings-results .listings-img .property-status{
        right: 15px !important
    }
    #listings-results .listings-grid .listings-address span{
        font-size: 16px !important;
    }
}
