/*
Theme Name: Lugera 
Version: 1.0
Text Domain: lugera
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.advanced-search {
    background: transparent!important;
} 

.advanced-search .container {
    background-color: #E90E8B;
    opacity: 1;
    border-radius: 8px;
    padding: 24px;
    gap: 16px;
} 

.hs-tag {
        font-size: 12px;
            padding: 4px 8px 4px 8px;
            border-radius: 2px 2px 2px 2px;
                background-color: #524664;
}

.hs-tag:hover  {
    background-color: var(--e-global-color-primary);
}

@media (min-width: 1200px) {
    .list-view .item-body .item-title {
        max-width: 100%!important;
    }

    .elementor-15 #form-field-field-cities {
        border-right: 1px solid black;
        margin-top: 5px;
    }
}

 

.survey-form-container {
    background-color: #fff;
    padding: 20px;
}

.survey-form-container .form-check-input[type=radio] {
    margin-top: 15px;
}

.survey .btn-primary {
 
    line-height: 1.5;
 
 
 
    border: 1px solid transparent;
  
 
    border-radius: 50rem !important;
    background-color: #e90e8b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
  
}

 .btn-primary.btn-google {
     border-radius: 24px;
     border-color: rgba(0, 0, 0, 0);

     color: rgb(255, 255, 255);

     background-color: rgb(25, 123, 255);

     border-width: 2px;

     border-radius: calc(22px);

 }

 .btn-primary.btn-google:hover {
     color: rgb(255, 255, 255);
 }

 h3.elementor-heading-title {
     position: relative;
     display: inline-block;
 }

 h3.elementor-heading-title::after {
     content: "";
     position: absolute;
     bottom: -15px;
     left: 0;
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, #E90E8B, transparent);
     border-radius: 2px;
 }
 

 .white-h3 h3.elementor-heading-title::after {
     content: "";
     position: absolute;
     bottom: -15px;
     left: 0;
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, #FFFFFF, transparent);
     border-radius: 2px;
 }

/* skryje prazdne meta v detaile pozicie */
.e-con:has(.lgr-job-empty) {
    display: none !important;
}

/* stitky v cards */
.item-amenities .h-type a,
.item-amenities .h-status a,
.item-amenities .h-state a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    background: #F5F5F5;
    color: #100B17;
    font-size: 11px;
    text-decoration: none;
}

.item-amenities .h-type a:hover,
.item-amenities .h-state a:hover {
    background: #FFEBF6;
    color: #E90E8B;
}

.lgr-price-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.92);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #100B17;
}

.lgr-price-badge li {
    list-style: none;
}

/* List layout only */

/* List layout — price a novinka badge */
.item-wrap-v8 .lgr-price-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: transparent;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #100B17;
}

.item-wrap-v8 .lgr-price-badge li {
    list-style: none;
}

.item-wrap-v8 .lgr-list-badge-new {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

/* property_status — rovnaké ako ostatné amenity linky */
.item-amenities .h-status a {
    color: #100B17;
    text-decoration: none;
    transition: color 0.2s;
}

.item-amenities .h-status a:hover {
    color: #E90E8B;
}

.item-wrap-v8 .item-amenities,
.item-wrap-v8 .item-amenities {
    min-height: 1em;
    max-height: 3em;
    overflow: hidden;
}
 
/* Rovnaká šírka tlačidiel */
.item-wrap-v8 .item-buttons-wrap .btn-item {
 
    color: var(--e-global-color-21938cd);
    background-color: var(--e-global-color-primary);
}

.item-wrap-v8 .item-buttons-wrap .btn-item:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-8a5f840);
}
 
.item-wrap-v9 .item-buttons-wrap .btn-item {

    color: var(--e-global-color-21938cd);
    background-color: var(--e-global-color-primary);
}

.item-wrap-v9 .item-buttons-wrap .btn-item:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-8a5f840);
}
.item-wrap-v8 .item-footer {
    border-top: none !important;
    padding: 0 !important;
}

.item-wrap-v8 .item-buttons-left-wrap {
    min-width: 300px;
}

@media (max-width: 767px) {
    .item-wrap-v8 .item-footer {
        flex-wrap: wrap;
    }

 
    .item-wrap-v8 .item-body {
        padding: 20px 0px;
    }
 

    .item-wrap-v8 .item-footer-left-wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .item-wrap-v8 .item-footer-right-wrap {
        width: 100%;
    }

    .item-wrap-v8 .item-footer-right-wrap .item-buttons-wrap {
        width: 100%;
    }

    .item-wrap-v8 .item-footer-right-wrap .btn-item {
        flex: 1;
    }
}

.agent-link a {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px 8px 8px 8px;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-8a5f840);
    color: #E90E8B;
    font-size: 10px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
}

.agent-link a:hover {
    background: #E90E8B;
    color: #fff!important;
}


/* ========================================
   Lugera listings intro section
   Wrapper rendered by template-lugera-listings-v7-3cols.php
   above the Houzez listing wrap.
   ======================================== */

.lugera-listing-intro {
    background: #FFEBF6;
}

.lugera-listing-intro .odvetvia .taxonomy-item-list .list-unstyled {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
}

/* =========================================================================
 * Remove gradient overlay on listing item images
 * Houzez default: gradient appears by default and disappears on hover.
 * Lugera: never show the overlay (cleaner look on light-themed cards).
 * Targets parent rule at main.css L962.
 * ========================================================================= */
.listing-image-wrap .hover-effect:before {
    display: none;
}
