:root {
    --beet: #d42784;
    --beet-light: #D44692;
    --green: #69862c
}
body a:hover {
    color: var(--beet-light);
}
.advance-search-tab .nav.nav-tabs {
    max-width: 450px;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item, header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 15px;
}
.bg-beet {
    background-color: var(--beet);
}
.bg-green {
    background: var(--green);
}
.color-green {
    color: var(--green);
}
.color-beet {
    color: var(--beet);
}
.btn-search,
.btn-beet {
    background: var(--beet);
    padding: 2px 10px;
    color: white;
    font-weight: bolder;
    font-family: var(--title-font-family);
    border-radius: 3px;
}
.btn-beet-large {
    background: var(--beet);
    padding: 10px 20px;
    color: white;
    font-weight: bolder;
    font-family: var(--title-font-family);
    border-radius: 8px;
}
.btn-beet-light {
    background: #E2E2E2;
    padding: 2px 10px;
    color: var(--beet);
    font-weight: bolder;
    font-family: var(--title-font-family);
    border-radius: 3px;
    border: 1px solid #ffd2ee;
}
.btn-beet-light:hover {
    color: var(--beet-light);
}

.btn-beet:hover,
.btn-beet-large:hover {
    background: var(--beet-light);
    color: white;
}
.btn-search {
    height: 55px;
    border: transparent;
    border-radius: 12px;
    font-size: 14px;
    font-family: var(--title-font-family);
    padding: 0 20px;
}
.iconbox-style2 h4 {
    text-align: left;
    color: var(--green);
}
.iconbox-style2 h4 b {
    color: var(--beet);
}
.iconbox-style2 img{
    width: 100%;
    border-radius: 5px;
}
.iconbox-style2 .icon {
    position: relative;
}
.iconbox-style2 .icon .caption {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.iconbox-style2 .text {
    text-align: left;
}
.iconbox-style2 .button {
    display: flex;
    justify-content: right;
}
header.nav-homepage-style {
    padding: 0 0 20px 0;
}
.top-header {
    height: 40px;
    background: #FFF;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.flash-message {
    padding: 10px 0;
}
.home7-testimonial-slider.owl-theme .owl-nav {
    left: 55px;
}
.home-advisor {
    font-size: 14px;
}
.home-advisor .testimonial-review {
    border-bottom: 1px solid #CCC;
}
.cta-banner4 {
    min-height: 600px;
    height: auto;
}
.our-team {
    background: #fef7f6;
}
.our-team .list-style1 li .far {
    background: var(--green);
}
.home-partner {
    min-height: 250px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.breadcumb-section2 {
    background-image: url(../../images/hero.png);
    height: 300px;
}
.breadcumb-section2 h1 {
    color: white;
}
.breadcumb-style1 {
    margin-top: 50px;
}
.breadcumb-style1 .breadcumb-list a {
     color: white;
 }
.co-living .cta-banner3:before {
    background-image: url(../../images/co-living/co-living.png);
}
.co-working .cta-banner3:before {
    background-image: url(../../images/co-working/co-working.png);
}
.bottom-text h3, .bottom-text h4 {
    text-align: center;
}

a.mm-listitem__text:hover, a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: rgba(235, 103, 83, 0.07);
    border-left: 2px solid var(--beet);
    color: var(--beet);
}

.select-categories {
    display: flex;
    justify-content: space-between;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #000;
    border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-newsletter .form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    border-radius: 0.2rem;
    height: 35px;
    background: #efefef;
}
.advance-search-tab .nav-tabs {
    justify-content: space-evenly;
}
.footer-links {
    margin: 0;
    padding: 0;
}
.footer-links li {
    list-style: none;
    padding: 5px 0;
}
.log-reg-form .hr_top_text {
    width: 80px;
}
.profileMenuMobile {
    position: absolute;
    top: 65px;
    right: 15px;
    width: 170px;
    background: #FFF;
    height: auto;
}
.profileMenuMobile ul{
    margin: 0;
    padding: 0;
}
.profileMenuMobile li{
    margin: 0;
    padding: 5px 0;
    height: 40px;
    list-style: none;
    line-height: 30px;
}

.profileMenuMobile li a:hover{
    color: var(--beet-light);
}

.overlay {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay span {
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}
.sidebar_list_item {
    margin-bottom: 10px;
}
.community-img .team-img {
    min-height: 100px;
    display: block;
}

.community-img .team-img img  {
    height: 120px;
    object-fit: cover;
}

.card-availability {
    background: #fef6f4;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 50px;
}
.card-availability .image {
    height: 100%;
    position: relative;
}
.card-availability .image .other-images {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.card-availability .image .other-images span {
    width: 60%;
    background: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.card-availability .image img{
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.card-availability .info{
    padding: 30px 20px;
    color: #333333;
    position:relative;
}
.card-availability .info .book-listing {
    position: absolute;
    right: 5%;
    top: 8%
}

.card-availability .info h4{
    font-size: 22px;
    font-weight: bolder;
}
.card-availability .info h5{
    font-size: 16px;
}
.card-availability .info p {
    font-size: 13px;
}
.card-availability .info .description {
    max-width: 100%;
}
.card-availability .info .description p {
    font-size: 12px;
    margin-bottom: 0;
}
.card-availability .amenities {
    font-size: 12px;
    width: 100%;
}

.card-availability .amenities .amenity .icon {
    background: #FFF;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
}
.structure-form .box-search {
    display: flex;
    position: relative;
    margin-bottom: 15px !important;
}

.structure-form .box-search .fa-regular,
.structure-form .box-search .fa-solid {
    bottom: 13px;
    color: var(--headings-color);
    font-size: 15px;
    left: 20px;
    position: absolute;
}
.structure-form .box-search input {
    padding-left: 35px;
}
.structure-form .room-selected {
    display: block;
    font-size: 16px;
}
.iconbox-style8 img {
    max-width: 80%;
}
.article img {
    width: 100%;
    height: auto;
}
.video-placeholder {
    cursor: pointer;
    background-color: #000;
    position: relative;
}
.video-placeholder .play-button {
    width: 64px;
    height: 64px;
    background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48">\
<path d="M66.52,7.13a8,8,0,0,0-5.65-5.65C56.36,0,34,0,34,0S11.64,0,7.13,1.48A8,8,0,0,0,1.48,7.13,83.36,83.36,0,0,0,0,24a83.36,83.36,0,0,0,1.48,16.87,8,8,0,0,0,5.65,5.65C11.64,48,34,48,34,48s22.36,0,26.87-1.48a8,8,0,0,0,5.65-5.65A83.36,83.36,0,0,0,68,24,83.36,83.36,0,0,0,66.52,7.13Z" fill="#f00"/>\
<path d="M45,24,27,14V34Z" fill="#fff"/>\
</svg>') no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.video-placeholder img {
    /* Ogni elemento diretto di .ratio è position:absolute */
    object-fit: cover;
}

.scrollToHome {
    border: 1px solid var(--beet);
    color: var(--beet);
}
.scrollToHome:hover {
    background-color: var(--beet);
    color: #ffffff;
}


.plus-minus-quantity {
    display: flex;
    width: auto;
    align-items: center;
}

.plus-minus-quantity .quantity-input {
    width: 160px;
    text-align: center;
}

.plus-minus-quantity .plus-minus-button {
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    margin: 8px;
    background-color: #D42784 !important;
    border: 0 !important;
    color: #FFF !important;
}

.box-search .sp-input {
    background-color: #e9ecef !important;
    opacity: 1;
    border-radius: 12px;
}
.box-search .sp-input input {
    background-color: #e9ecef;
    opacity: 1;
}

.box-search .sp-input .fa-regular,
.box-search .sp-input .fa-solid {
    left: 70px !important;
}
.listing-style1.style12 .list-agent img {
    width:75px;
}
.listing-style1 .list-agent {
    top: -33px;
}
.listing-style1 .list-thumb {
    height: 350px;
}
.listing-style1 .list-thumb img {
    object-fit: cover;
    height: 100%;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #000;
    border-radius: 2px;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.premium-listings {
    margin: 0 0 20px 0;
}
.listing-card {
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    background: #FFF8F6;
    margin-bottom: 25px;
}
.listing-card .image {
    width: 50%;
    height: 340px;
}
.listing-card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-card .content {
    width: 50%;
}
.listing-card .content h5 {
    height: 50px;
}
.listing-card .content .details {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.listing-card .content .details div {
    background: #FFF;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    font-size: 12px;
}
.listing-card .content .price{
    line-height: 18px;
    margin: 15px 0;
}
.listing-card .content .price i {
    font-size: 10px;
    display: block;
}
.listing-card .content .price b {
    font-size: 16px;
    font-weight: bolder;
}
.listing-card .content a {
    font-size: 12px;
    line-height: 17px;
    display: block;
}
.reviews {
    background-image: url('../../images/floreal-hero.jpg');
    height: 580px;
    display: flex;
    align-items: center;
}
.card-review {
    width: 100%;
    min-height: 300px;
    background: #FFF;
    border-radius: 15px;
    padding: 30px;
    color: #000;
}
.card-review .owner{
    height: 50px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
}
.card-review .owner img{
    width: 40px;
    height: 40px;
}
.card-review .fa-star{
    color: #ffe11e;
}

.card-review p{
    line-height: 20px;
}

.premium-listings {
    margin: 0 0 60px 0;
}
.co-working-card {
    background: #FFF8F6;
    border: 1px solid var(--beet);       /* bordo magenta */
    border-radius: 6px;
    padding: 20px;
    max-width: 100%;
    color: #333;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.co-working-card .detail-workstation .description p {
    margin: 0;
    line-height: 15px;
    font-size: 11px;
}
.co-working-card .detail-workstation .description.custom {
    line-height: 14px;
    font-size: 11px;
}
.co-working-card .detail-workstation .card-co-working {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 20px;
}
.co-working-card .detail-workstation .card-co-working .price {
    text-align: right;
    font-size: 10px;
    width: 115px;
}
.co-working-card .detail-workstation .card-co-working .price b {
    font-size: 16px;
}
.iconbox-style2 .text {
    font-size: 12px;
}
.home-banner-style1,
.cta-banner4,
.reviews {
    background-size: cover;
    width: 100vw;
}
.inner-banner-style1 .hero-sub-title {
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    letter-spacing: 5px;
}
.inner-banner-style1 .hero-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 1.2);
    font-size: 55px;
}

.inner-banner-style1 .hero-title p {
    font-size: 24px;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev, .navi_pagi_top_right.owl-theme .owl-nav .owl-next, .navi_pagi_bottom_left.owl-theme .owl-nav .owl-prev, .navi_pagi_bottom_left.owl-theme .owl-nav .owl-next, .navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev, .navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
    color: #FFF;
}
.navi_pagi_top_right.owl-theme .owl-dots button.owl-dot.active span, .navi_pagi_bottom_left.owl-theme .owl-dots button.owl-dot.active span, .navi_pagi_bottom_center.owl-theme .owl-dots button.owl-dot.active span {
    background-color: #FFF;
}
.owl-carousel .owl-stage {
    height: 420px;
}
.video-preview {
    height: 240px;
}
.play-video {
    cursor: pointer;
}
.home7-testimonial-slider.owl-theme .owl-nav button.owl-prev:hover,
.home7-testimonial-slider.owl-theme .owl-nav button.owl-next:hover {
    background-color: var(--beet) !important;
    border-color: var(--beet) !important;
}
.sp-img-content .preview-img-2 img {
    max-height: 179px;
    object-fit: cover;
}

.structure-page .owl-carousel .owl-stage {
    height: auto;
}
.form-style1 .form-control {
    height: 55px !important;
}
.video-reviews {
    position: relative;
}
.video-reviews .video-reviews-container{
    position: absolute;
    top: 35%;
    left: 45%;
    color: var(--beet)
}
.coworking-form-input {
    background-color: #e9ecef;
    opacity: 1;
}

.coworking-date {
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
}

.coworking-date b{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: var(--beet);
    display: block;
}

.coworking-date .btn-remove-date-from-5days {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    border-radius: 50%;

}

.coworking-date .btn-remove-date-from-5days:hover {
    color: #FFF
}
.daterangepicker td.selected-date {
    background-color: #337ab7 !important;
    color: white !important;
    border-radius: 4px;
}

.daterangepicker td.selected-date:hover {
    background-color: #286090 !important;
}

.booking-form {
    background-image: url('../../images/hero.png');
    min-height: 400px;
    display: flex;
    align-items: center;
}
.structure-search-bar .advance-search-field .box-search input.quantity-input {
    width:225px
}
.dropzone-simple {
    min-height: 50px !important;
    border: 1px dashed #1ab394 !important;
    background: white !important;
    padding: 10px !important;
}
.dropzone-simple .dz-message {
    margin: 1em 0 !important;
    font-size: 13px !important;
}
.preview-image  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-image img {
    width: 50%;
}
