html { scroll-behavior: smooth; }
body {
    font-size: clamp(12px, 0.9vw + 8px, 14px);
}
.bg-shape-top {
    position: absolute;
    top: -1px;
    left: 0px;
    right: 0px;
}
.bg-gradient-gray {
    background: linear-gradient(to bottom, #eaebef 0%, white 250px);
}
.bg-gradient-gray-2 {
    background: linear-gradient(to bottom, #eeeff3 0%, white 250px);
}
.bg-gradient-gray-3 {
    background: linear-gradient(to bottom, #eaebef 0%, white 250px);
}
.card-contact {
    border-radius: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    padding: 7px 17px;
}
.bg-blue-light {
    background-color: #aab7a4;
}
.bg-service, .bg-contact {
    background-color: #eaebef;
}
.bg-home {
    background-color: #f2f3f6;
}
.bg-service {
    padding: 275px 0px 0px 0px;
}
.bg-contact {
    padding: 215px 0px 0px 0px;
}
.service-our-service {
    position: relative;
    top: -70px;
    margin-top: 90px;
}
.service-our-service-text {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.our-service-text {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.text-blue {
    color: #4c5f4b !important;
}
.bg-home {
    padding: 160px 0px 180px 0px;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #4c5f4b;
    font-weight: 500;
    font-size: clamp(15px, 0.9vw + 8px, 15px);
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    /* color: #4c5f4b; */
}
.navbar-custom .navbar-nav .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #4c5f4b !important;
}
.navbar-nav {
    margin-left: auto;
}
.features-box {
    text-align: left !important;
}
.main-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
}
.back-to-top-btn i {
    font-size: 3rem;
    z-index: 10;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
}
.btn-blue {
    background-color: #4c5f4b;
    border-color: #4c5f4b;
}
.btn-blue:hover, .btn-white:hover {
    color: #fff;
    background-color: #4c5f4b !important;
    border-color: #4c5f4b !important;
}
.btn-job {
    font-size: 14px;
    border-radius: 0px;
    height: 45px;
    padding: 0 80px;
    letter-spacing: 0.14rem;
}
.footer-list {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase !important;
}
.footer .footer-list li a {
    color: #ffffff;
    text-transform: none;
    font-size: 13px;
}
.footer .footer-list li a:hover {
    color: #ffffff !important;
}
.footer .footer-list p {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.footer div div a:hover {
    color: #ffffff !important;
    transition: all 0.4s;
}
.navbar-toggler {
    background-color: #aab7a4;
}
.navbar-toggler i {
    color: #ffffff;
}
#navbarCollapse {
    border-radius: 0;
    border: 0;
}
.bg-blue {
    background-color: #4c5f4b !important;
}
.nav-link {
    position: relative;
    display: inline-block;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.9rem;
    width: 0;
    height: 1px;
    background-color: #4c5f4b;
    border-radius: 3px;
    transform: translateX(-50%);
    transition: width 0.5s ease-in-out;
}
/* underline pro aktivní položku */
.nav-link.active::after {
    width: 75%;
    background-color: #4c5f4b;
}
/* underline na hover pro ostatní */
.nav-link:not(.active):hover::after {
    width: 75%;
    background-color: #4c5f4b;
    transform: translateX(-50%);
}
.breadcrumb {
    position: absolute;
    top: 110px;
    padding-left: 20px;
}
hr {
    opacity: 0.8 !important;
}
.review-star {
    font-size: 40px;
    color: #b0d458 !important;
}
.card {
    border-radius: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-score-title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}
.active-card {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
    border: 1px solid #4c5f4b;
}
.active-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.review-card {
    opacity: 0.7;
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.card-text-testimonial {
    margin-top: 2.1rem;
}
/* Blockquote icon only for active card */
.blockquote-icon {
    color: #4c5f4b;
    position: absolute;
    top: 8px;
    left: 28px;
}
.blockquote-icon i {font-size: 40px;}
/* Custom rating icon and text */
.rating {
    color: #4c5f4b;
}
/* Absolute positioning for navigation buttons */
.position-absolute {
    top: 10px;
}
.breadcrumb-item.active a {
    color: #000000;
    line-height: 2.2;
    font-size: 14px;
}
.card-text {
    font-size: 13px;
    color: #000;
}
.card-text-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
}
#prevReview i, #nextReview i {
    font-size: 25px;
    line-height: 0;
    margin: 0px -5px;
}
.home-first-img {
    display: none;
}
.breadcrumb-item a img {
    width: 15px;
    height: auto;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Material Design Icons";
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #93a4ad;
    content: "\F14FB";
    padding: 9px 10px;
    font-size: 9px;
}
.nav-item img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    padding-bottom: 2px;
}
.cta-section h2 {
    font-size: 1.75rem;
}
.cta-section .highlight {
    font-weight: bold;
    color: #000;
}
.cta-cards-container {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    max-height: fit-content;
}
.cta-card {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    height: 130px;
    padding: 10px;
}
.cta-card:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.phone-number {
    font-size: 1.6rem;
    color: #4c5f4b;
    font-weight: 500;
}
.btn-message {
    border-radius: 5px 20px;
    padding: 8px 40px;
}
.phone-icon {
    width: 26px;
    margin-right: 5px;
}
.envelope-icon {
    width: 26px;
    margin-right: 7px;
}
.map-icon {
    width: 13px;
    margin-left: 5px;
}
.card-img-left {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.card-text-service {
    margin: 0;
    line-height: 1.2;
    font-size: 13px;
}
.card-title-service {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
.card-number-road {
    font-size: 1rem;
    font-weight: 700;
    color: #4c5f4b;
    margin-bottom: 0px;
}
.card-title-road {
    font-size: 1.15rem;
    font-weight: bold;
    color: #fff;
    min-height: 40px;
}
.card-text-road {
    font-size: 0.8rem;
    color: #4c5f4b;
}
.bg-blue-light-2 {
    background-color: #e7ece4;
}
.important-link {
    display: block;
    color: #4c5f4b;
    transition: color 0.3s ease;
    border-bottom: 1px solid #4c5f4b;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}
.important-link:hover {
    color: #4c5f4b;
    text-decoration: underline;
    bottom-border: 1px solid black;
}
.table > :not(caption) > * > * {
    padding: 10px 0 0 0;
}
.service-our-service .card-our-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.service-our-service .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.img-arrow {
    width: 15px;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.card-link:hover .card-our-service {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}
.offer-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 7px;
    margin-top: 1px;
}
.offer-address {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 5px;
}
.badge-sell, .badge-rent {
    padding: 13px 12px 13px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    line-height: 0;
}
.badge-sell {
    background-color: #ffffff;
    color: #000000;
}
.badge-rent {
    background-color: #4c5f4b;
    color: #ffffff;
}
.accordion-header:first-of-type {
    margin-top: 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #4c5f4b !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    font-size: medium;
}
.accordion-item {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #4c5f4b;
}
.accordion-header {
    font-weight: 700;
}
.faq-section {
    padding-top: 110px;
    margin-bottom: -60px;
}
a:hover, a {
    color: #4c5f4b;
}
.image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phone-contact {
    min-width: 200px;
}
.cta-cards-container .phone {
    min-width: 270px;
}
.cta-cards-container .card {
    border-radius: 5px 55px;
    border: 1px solid #4c5f4b;
    min-height: -webkit-fill-available;
}
.cta-cards-container .card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 3px 46px;
    border: 1px solid rgb(173 182 166 / 50%);
    pointer-events: none;
}
.rb-rounded {
    border-radius: 5px 55px;
}
.fp-block {
    background-color: #4c5f4b;
    padding: 2.2rem 2.4rem;
    border-radius: 75px 5px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}
.fp-block::before {
    content: "";
    position: absolute;
    inset: 15px;
    border-radius: 63px 5px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    pointer-events: none;
}
.fp-link-item {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.55rem 0 0.55rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    opacity: 0.7;
    background-color: #e7ece4;
    transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.fp-link-item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.fp-link-item:hover {
    opacity: 1;
    background-color: #f5f7f3;
    transform: translateX(4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
@media (max-width: 576px) {
    .fp-block {
        border-radius: 75px 5px;
        /* padding: 1.8rem 1.6rem; */
    }
}
.fp-service-intro .fp-overline {
    letter-spacing: 0.14em;
    font-size: 0.85rem;
    color: #fff;
    border-radius: 5px 25px;
    font-weight: 500;
    background-color: #4c5f4b;
    padding: 0.9rem;
    cursor: auto;
}
.fp-service-block {
    background-color: #ffffff;
    border-radius: 57px 7px;
    border: 1px solid #53604e;
    padding: 2.2rem 2.4rem;
    position: relative;
    overflow: hidden;
}
.fp-service-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.2rem;
    height: 3.2rem;
    border-radius: 25px 2px;
    background-color: #fff;
    color: #4c5f4b;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 900;
}
.fp-service-block-head,
.fp-service-list {
    position: relative;
    z-index: 2;
}
.fp-service-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #4c5f4b;
    z-index: 0;
    border-radius: 55px 0 55px 5px;
}
.fp-service-item + .fp-service-item {
    margin-top: 1rem;
}
.fp-service-item dt {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #1a1a1a;
    font-size: 1rem;
}
.fp-service-item dd {
    margin: 0;
    color: #444;
    font-size: 0.85rem;
}
.fp-cta-pill, #fpContactForm .fp-cta-pill {
    border-radius: 20px 5px;
    padding-inline: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
}
.fp-link-item:first-of-type {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.fp-link-item:last-child {
    margin-bottom: 0.25rem;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 5px;
}
@media (min-width: 768px) {
    .fp-service-block::before {
        top: 0;
        bottom: 0;
        left: 0;
        width: 33.3333%;
        border-radius: 55px 0 55px 5px;
    }
    
    .fp-service-list {
        padding-left: 1rem;
    }
}
@media (max-width: 767.98px) {
    .fp-service-block {
        position: relative;
        padding: 1.5rem 1.4rem 1.8rem;
        border-radius: 45px 6px;
        overflow: hidden;
        /* background-color: #fff; */
    }
    
    .fp-service-block::before {
        display: none;
    }
    
    .fp-service-block-head {
        margin: -1.5rem -1.4rem 1.2rem;
        padding: 1.3rem 1.4rem 1.4rem;
        background-color: #4c5f4b;
        border-radius: 22px 5px 0 0;
    }
    
    .fp-service-tag {
        background-color: #fff;
        color: #4c5f4b;
    }
    
    .fp-service-block-head h3,
    .fp-service-block-head p {
        color: #fff;
    }
    
    .fp-service-block .row.g-4 > .col-md-8 {
        margin-top: 0;
    }
}
.card-business-wrapper {
    padding: 0rem 1rem 3.5rem;
}
.card-business-wrapper .subtitle {
    font-size: 0.95rem;
    /*color: #7a857a;*/
}
.card-business-card {
    border: 1px solid #4c5f4b;
    border-radius: 5px 55px;
    padding: 1.9rem 2rem;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card-business-card::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 120px;
    height: 120px;
    background: rgba(76, 95, 75, 0.08);
    border-radius: 50%;
    pointer-events: none;
}
.card-business-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(76, 95, 75, 0.45);
}
.card-business-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}
.card-business-header h5 {
    letter-spacing: 0.02em;
}
.badge-brand-soft {
    background-color: rgba(76, 95, 75, 0.08);
    color: #4c5f4b;
    font-size: 0.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.badge-pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background-color: #f1f4ef;
    color: #4c5f4b;
}
.card-business-body p {
    line-height: 1.4;
}
.card-business-body .small {
    font-size: 0.8rem;
}
@media (max-width: 767.98px) {
    .card-business-wrapper {
        padding: 2.4rem 0.5rem 3rem;
    }
    
    .card-business-card {
        padding: 1.6rem 1.4rem;
        border-radius: 5px 45px;
    }
    
    .card-business-card::before {
        right: -60px;
        top: -60px;
        width: 140px;
        height: 140px;
    }
    
    .broker-panel-agent {
        display: flex;
        align-items: left;
        flex-direction: column;
        align-content: stretch;
    }
}
.back-to-top-btn {
    border-radius: 25px 5px;
    border: 1px solid #4c5f4b;
}
#prevReview {
    border-radius: 5px 20px;
}
#nextReview {
    border-radius: 20px 5px;
}
.card-contact-link {
    display: block;
    margin-bottom: 0.9rem;
    text-decoration: none;
}
.card-contact {
    position: relative;
    border-radius: 0px;
    border: 1px solid #c7d5c4;
    padding: 0.9rem 1.8rem;
    padding-right: 4.8rem;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    margin-bottom: 0px;
}
/* šipkový jazyk vpravo */
.card-contact-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background: #4c5f4b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 0;
}
.card-contact-link:first-child .card-contact {
    border-radius: 5px 35px 0px 0px;
}
.card-contact-link:first-child .card-contact-arrow {
    border-radius: 5px 0 0 0;
}
.card-contact-link:last-child .card-contact {
    border-radius: 0px 0px 5px 35px;
}
.card-contact-link:last-child .card-contact-arrow {
    border-radius: 5px 0px;
}
.card-contact-link:hover .card-contact {
    border-color: #4c5f4b;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
.card-contact-link:hover .card-contact-arrow {
    background: #3e4f3d;
}
.card-contact h5 {
    color: #4c5f4b;
}
.card-contact p {
    color: #555;
}
@media (max-width: 767.98px) {
    .card-contact {
        border-radius: 24px;
        padding: 0.9rem 1.2rem;
        padding-right: 4rem;
    }
    
    .card-contact-arrow {
        width: 50px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
.section.bg-blue-light {
    padding-bottom: 3.5rem;
}
.team-card {
    border-radius: 55px 5px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #4c5f4b;
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}
/* Fotka */
.team-image-wrap {
    position: relative;
    width: 100%;
    padding-top: 125%;
    background: #111;
    overflow: hidden;
}
.team-image-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-body {
    padding: 1.2rem 1.4rem 1.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.team-role {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #8a9488;
    margin-bottom: 0.15rem;
    border: 1px solid #8a9888;
    text-align: center;
}
.team-name {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 1.3rem 0rem;
    color: #222d25;
}
.team-contact {
    margin-top: 0.1rem;
    margin-bottom: 0rem;
}
.team-contact-line {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    color: #364036;
    text-decoration: none;
    padding: 0;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.team-contact-line i {
    font-size: 1.05rem;
    opacity: 0.7;
}
.team-contact-line span {
    white-space: normal;
    word-break: break-word;
}
.team-link {
    margin-top: 20px;
    background-color: #4c5f4b;
    color: #fff;
    width: 100%;
    border-radius: 5px 5px 30px 5px;
}
@media (max-width: 767.98px) {
    .team-card {
        padding: 1rem 1rem 1.2rem;
        border-radius: 20px;
    }
    
    .review-card {
        margin: 10px 10px 50px 10px;
    }
}
.team-subsection {
    gap: 0.6rem;
    max-width: 1200px;
    margin-inline: auto;
}
.team-subsection-bar {
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background-color: #4c5f4b;
    opacity: 0.9;
}
.team-subsection-label {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #283228;
}
@media (max-width: 767.98px) {
    .team-subsection {
        justify-content: center;
    }
}
.card-our-service {
    border-radius: 55px 5px;
    border: 1px solid rgb(81 94 77);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card-our-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(76, 95, 75, 0.35);
}
.card-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}
.card-step-icon i {
    font-size: 1.4rem;
    color: #4c5f4b;
}
.card-number-road {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.3rem;
}
.card-title-road {
    font-size: 1.02rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.card-text-road {
    font-size: 0.85rem;
    color: #ffffff;
}
.cta-section {
    padding-block: 3rem 3.5rem;
    background: #f3f6f2;
}
@media (max-width: 767.98px) {
    .cta-section {
        padding-block: 2.4rem 3rem;
    }
    
    .cta-gray-card {
        padding: 0rem 1.4rem 1.8rem 1.4rem;
        border-radius: 24px;
    }
}
.container-full {
    max-width: 100% !important;
}
.property-detail {
    padding: 0px;
    background: radial-gradient(circle at top left, #f3f6f2 0, #ffffff 50%, #ffffff 100%);
}
.property-hero {
    /* max-width: 1160px; */
    margin: 0 auto;
    /* border-radius: 32px; */
    overflow: hidden;
    position: relative;
    background: transparent;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); */
    z-index: 0;
}
.property-hero img {
    width: 100%;
    /*height: 460px;*/
    height: auto;
    object-fit: cover;
}
.property-hero .slick-slide {
    opacity: 0.55;
    filter: grayscale(18%);
    transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}
.property-hero .slick-center {
    opacity: 1;
    transform: scale(1.0);
    filter: grayscale(0);
}
.property-hero .slick-dots {
    bottom: 16px;
}
.property-hero .slick-dots li button:before {
    font-size: 9px;
    opacity: 0.45;
}
.property-hero .slick-dots li.slick-active button:before {
    opacity: 0.95;
}
/* šipky */
.property-hero .slick-prev,
.property-hero .slick-next {
    z-index: 5;
}
.property-hero .slick-prev:before,
.property-hero .slick-next:before {
    font-size: 24px;
}
@media (max-width: 991.98px) {
    .property-hero {
        border-radius: 22px;
        margin-inline: 1rem;
    }
    
    .property-hero img {
        height: 260px;
    }
}
.property-shell {
    position: relative;
    z-index: 1;
    margin-top: -137px;
}
.property-main-card {
    position: relative;
    border-radius: 55px 5px !important;
    border: 0px solid rgba(76, 95, 75, 0.18);
    background: #ffffff;
    /* důležité – stíny budou přes ::before/::after */
    box-shadow: none;
    overflow: visible;
}
/* společné pro oba stíny */
.property-main-card::before,
.property-main-card::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    pointer-events: none;
    border-radius: inherit;
    z-index: -1;
    border-radius: 60px 5px;
    filter: blur(5px);
    opacity: 0.9;
}
.property-main-card::before {
    top: 5px;
    height: 15%;
    min-height: 0px;
    background: radial-gradient(
            ellipse at top,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.10) 40%,
            rgba(0, 0, 0, 0) 100%
    );
}
.property-main-card::after {
    bottom: -5px;
    height: 15%;
    min-height: 0px;
    background: radial-gradient(
            ellipse at bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.10) 40%,
            rgba(0, 0, 0, 0) 100%
    );
}
.property-main-card-body {
    padding: 2.6rem 2.8rem 2.8rem;
}
@media (max-width: 991.98px) {
    .property-shell {
        margin-top: -40px;
    }
    
    .property-main-card-body {
        padding: 1.6rem 1.4rem 2.1rem;
        border-radius: 22px;
    }
}
.property-header-row {
    margin-bottom: 1.6rem;
    row-gap: 0.8rem;
}
.property-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.6rem;
}
.property-badges .badge {
    border-radius: 10px 3px;
    padding: 0.3rem 0.9rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border: 1px solid transparent;
}
.property-badges .text-bg-danger {
    background: rgba(214, 69, 65, 0.1);
    color: #b4312f;
    border-color: rgba(214, 69, 65, 0.28);
}
.property-badges .text-bg-success {
    background: rgba(76, 95, 75, 0.15) !important;
    color: rgb(76 95 75) !important;
    border-color: rgba(76, 95, 75, 0.35);
}
.property-badges .text-bg-warning {
    background: rgba(247, 183, 49, 0.15);
    color: #aa7b16;
    border-color: rgba(247, 183, 49, 0.25);
}
.property-title {
    font-size: 2.1rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    color: #151b16;
}
.property-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    padding-top: 0.4rem;
}
.property-price-wrap .price {
    font-size: 2.1rem;
    font-weight: 700;
    color: #121812;
}
.property-price-note {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6b746b;
}
@media (max-width: 767.98px) {
    .property-price-wrap {
        align-items: flex-start;
        margin-top: 0.4rem;
    }
    
    .property-price-wrap .price {
        font-size: 1.5rem;
    }
}
.sub-title {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9aa39a;
    margin-bottom: 0.3rem;
}
.icon-top {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background-color: #e7ece4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    padding: 0 !important;
}
.icon-top i {
    font-size: 1.05rem;
    color: #4c5f4b;
}
.icon-top-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #222d25;
}
.description h2,
.overview h2,
.location h2,
.nearby h2,
.galerie h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #4c5f4b;
    margin-bottom: 0.9rem;
}
/* Text popisu */
.description p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}
.icon-text {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.6rem 0;
}
.icon-square {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #e7ece4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-square i,
.icon-middle i {
    font-size: 1.2rem;
    color: #4c5f4b;
}
.font-11 {
    font-size: 0.86rem;
}
.font-11 strong {
    font-weight: 600;
    color: #151b16;
}
/* Mapa */
.map {
    width: 100%;
    height: 320px;
    border-radius: 5px 55px;
    border: 1px solid #4c5f4b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .map {
        height: 260px;
        border-radius: 18px;
    }
}
.nearby .list-group {
    border-radius: 35px 5px;
    background: #f7f9f6;
    padding: 0.75rem 1.1rem;
    border: 1px solid #4c5f4b;
}
.nearby .list-group-item {
    background: transparent;
    border: 0;
    padding: 0.35rem 0;
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
    font-size: 0.9rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.nearby .list-group-item:last-child {
    border-bottom: 0;
}
.nearby .list-group-item strong {
    font-weight: 600;
    color: #222;
}
.nearby .list-group-item span {
    color: #4c5f4b;
}
.property-contact-card {
    border-radius: 24px;
    border: 1px solid #c7d5c4;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    background: #ffffff;
}
.contact-seller h2 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #4c5f4b;
    margin-bottom: 1rem;
}
.broker-card {
    text-align: center;
    margin-bottom: 1.4rem;
}
.broker-card .image-21 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.7rem;
    border: 3px solid #e7ece4;
}
.broker-card h5 {
    font-size: 1rem;
    margin-bottom: 0.15rem;
    font-weight: 600;
}
.broker-card p {
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
}
.broker-branch-name {
    font-size: 0.82rem;
    color: #4c5f4b;
    margin-top: 0.25rem;
}
.form-control-custom {
    border-radius: 999px;
    border: 1px solid #c7d5c4;
    font-size: 0.9rem;
    padding: 0.55rem 0.9rem;
}
textarea.form-control-custom {
    border-radius: 16px;
}
.form-control-custom:focus {
    border-color: #4c5f4b;
    box-shadow: 0 0 0 0.14rem rgba(76, 95, 75, 0.2);
}
.btn-custom {
    border-radius: 999px;
    background-color: #4c5f4b;
    border-color: #4c5f4b;
    padding: 0.7rem 1.2rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 500;
}
.btn-custom:hover {
    background-color: #3b4c3a;
    border-color: #3b4c3a;
}
@media (min-width: 992px) {
    .contact-seller {
        position: sticky;
        top: 90px;
    }
}
.gallery-image-wrap {
    margin-bottom: 0.65rem;
}
.gallery-image-wrap .nabidka-image {
    --r-in: 5px;
    --r-out: 35px;
    border-radius: var(--r-in);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #4c5f4b;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nabidka-gallery-list .is-corner-tl .nabidka-image { border-top-left-radius: var(--r-out); }
.nabidka-gallery-list .is-corner-tr .nabidka-image { border-top-right-radius: var(--r-in); }
.nabidka-gallery-list .is-corner-bl .nabidka-image { border-bottom-left-radius: var(--r-in); }
.nabidka-gallery-list .is-corner-br .nabidka-image { border-bottom-right-radius: var(--r-out); }
.gallery-image-wrap .nabidka-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
}
.property-main-card-body hr {
    opacity: 0.3 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    margin-block: 1.6rem;
}
.broker-panel {
    border-radius: 5px 55px;
    padding: 1.9rem 1.8rem 2.1rem;
    background: #f4f7f2;
    border: 1px solid #4c5f4b;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.broker-panel-head {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.broker-panel-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: 5px 25px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: #e7ece4;
    color: #4c5f4b;
    margin-bottom: 1.5rem;
}
.broker-panel-head h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #4c5f4b;
    margin: 0;
    font-weight: bold;
}
/* Agent blok */
.broker-panel-agent {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.broker-avatar {
    width: 110px;
    height: 100%;
    border-radius: 5px 22px;
    overflow: hidden;
    border: 3px solid #e7ece4;
    flex-shrink: 0;
}
.broker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.broker-meta h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.1rem;
    color: #4c5f4b;
}
.broker-branch {
    margin: 0 0 0.4rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7f8a7f;
}
.broker-links {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    overflow-wrap: anywhere;
}
.broker-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: #364036;
    text-decoration: none;
}
.broker-link i {
    font-size: 1rem;
    opacity: 0.7;
}
/* Formulář */
.broker-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.broker-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.broker-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8a9488;
}
.broker-input {
    border-radius: 5px 20px;
    border: 1px solid #c7d5c4;
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
    background: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.broker-textarea {
    border-radius: 5px 25px;
    min-height: 120px;
    resize: vertical;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.broker-input::placeholder {
    color: #a2aba2;
}
.broker-input:focus {
    border-color: #4c5f4b;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.14rem rgba(76, 95, 75, 0.2);
}
/* Tlačítko */
.broker-submit {
    margin-top: 0.3rem;
    width: 100%;
    border: none;
    cursor: pointer;
    border-radius: 5px 25px;
    background-color: #4c5f4b;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.broker-submit:hover {
    background-color: #3b4c3a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}
/* Sticky na desktopu jako dřív */
@media (min-width: 992px) {
    .broker-panel {
        position: sticky;
        top: 90px;
    }
}
@media (max-width: 767.98px) {
    .broker-panel {
        padding: 1.6rem 1.4rem 1.9rem;
        border-radius: 20px;
    }
    
    .broker-panel-agent {
        align-items: flex-start;
    }
}
.property-specs {
    margin-top: 1.8rem;
}
.property-section-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #4c5f4b;
    margin-bottom: 1rem;
}
.property-specs-grid {
    margin-top: 0.3rem;
}
.property-spec-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 25px 5px;
    background: #f7f9f6;
    border: 1px solid #4c5f4b;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.property-spec-item:hover {
    border-color: #4c5f4b;
    /* box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1); */
    transform: translateY(-1px);
}
.property-spec-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #c7d5c4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.property-spec-icon i {
    font-size: 1.2rem;
    color: #4c5f4b;
}
.property-spec-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.property-spec-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8a9488;
}
.property-spec-value {
    font-size: 0.8rem;
    font-weight: 600;
    color: #151b16;
}
.property-spec-note {
    display: block;
    font-size: 0.7rem;
    font-weight: 400;
    color: #7f8a7f;
    margin-top: 0.1rem;
}
.property-specs-grid > [class*="col-"] {
    display: flex;
}
.property-spec-item {
    flex: 1 1 auto;
    height: 100%;
}
@media (max-width: 767.98px) {
    .property-spec-item {
        padding: 0.55rem 0.55rem;
        border-radius: 16px;
    }
    
    .property-spec-value {
        font-size: 0.88rem;
    }
    
    .property-spec-icon {
        width: 24px;
        height: 24px;
    }
    
    .property-spec-icon i {
        font-size: 1rem;
    }
    
    .property-spec-label, .property-spec-value {
        font-size: 0.7rem;
        line-height: 1.3;
    }
}
.fp-links-block {
    min-height: 112px;
}
/* Layout */
.fp-how-modern {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 28px;
    align-items: start;
}
@media (max-width: 991.98px) {
    .fp-how-modern {
        grid-template-columns: 1fr;
    }
}
.fp-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fp-benefit-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: rgba(16, 24, 40, .72);
    font-size: 14px;
}
.fp-benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
    color: rgba(16, 24, 40, .55);
}
.fp-feature-photo img {
    border-radius: 5px 55px;
}
.fp-steps-col {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
}
.fp-steps-col > .fp-service-block {
    height: 100%;
    margin-top: 0 !important;
}
.fp-service-block {
    display: flex;
    flex-direction: column;
}
.fp-service-block > .row {
    flex: 1 1 auto;
}
.fp-service-block::before {
    top: 0;
    bottom: 0;
}
.fp-team-hero {
    position: relative;
    border-radius: 5px 55px;
    overflow: hidden;
    border: 1px solid rgba(76, 95, 75, .35);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .10);
    transform: translateZ(0);
}
.fp-team-hero img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.02);
    filter: contrast(1.03) saturate(1.05);
}
.fp-team-hero::before {
    content: "";
    position: absolute;
    inset: 15px;
    border-radius: 5px 43px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: radial-gradient(1200px 420px at 15% 0%, rgba(76, 95, 75, .18), transparent 60%),
    linear-gradient(to bottom, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .22) 100%);
    pointer-events: none;
    z-index: 1;
}
.fp-team-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    opacity: .25;
    pointer-events: none;
    z-index: 2;
}
.fp-modal {
    border-radius: 5px 25px;
    border: 1px solid rgba(76, 95, 75);
    overflow: hidden;
}
.fp-chip {
    border: 1px solid rgba(76, 95, 75, .28);
    background: #fff;
    color: #4c5f4b;
    padding: .45rem .85rem;
    border-radius: 15px 4px;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}
.fp-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    border-color: rgba(76, 95, 75, .45);
}
.fp-chip.is-active {
    background: #4c5f4b;
    color: #fff;
    border-color: #4c5f4b;
}
#fpContactForm .form-control-custom, #fpContactForm textarea.form-control-custom {
    border-radius: 5px 15px;
    border: 1px solid #c7d5c4;
    font-size: 12px;
}
.fp-checkbox {
    margin-top: 0.2rem;
    border-radius: 15px 5px;
}
#fpContactForm .fp-cta-pill {
    border-radius: 5px 15px;
}
.fp-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.fp-property-card {
    border-radius: 25px 5px;
    overflow: hidden;
    border: 1px solid rgba(76, 95, 75, 0.18);
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fp-property-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 75px rgba(16, 24, 40, 0.14);
    border-color: rgba(76, 95, 75, 0.30);
}
.fp-card-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f3f5f7;
}
.fp-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
}
.fp-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.30) 100%);
    pointer-events: none;
}
.fp-card-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 2;
}
.fp-badge {
    border-radius: 9px 2px !important;
    padding: 0.35rem 0.45rem !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    backdrop-filter: blur(8px);
}
.fp-badge-type {background: rgb(76 95 75);color: #fff;}
.fp-badge-ok {background: #f3f6f2;color: #4c5f4b;}
.fp-badge-warn { background: rgba(255, 193, 7, 0.92); color: #1f2937; }
.fp-card-price {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
}
.fp-price-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 5px 15px;
    background: rgb(76 95 75);
    font-weight: 800;
    color: #fff;
    box-shadow: 0 10px 26px rgba(76, 95, 75, 0.18);
    font-size: 1.3rem;
    /* border: 1px solid #aab7a4; */
}
.fp-card-body {
    padding: 16px 16px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fp-card-title {
    margin: 0;
    font-weight: 800;
    line-height: 1.2;
    font-size: 1.05rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4c5f4b;
}
.fp-card-meta {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(15, 23, 42, 0.75);
}
.fp-card-meta i {
    margin-top: 1px;
    opacity: .9;
}
.fp-card-address {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fp-card-footer {
    margin-top: 2px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.fp-card-id {
    font-size: .9rem;
    color: rgba(15, 23, 42, 0.65);
}
.fp-card-cta {
    font-weight: 800;
    color: rgb(76 95 75);
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: .9;
}
.fp-property-card:hover .fp-card-cta {
    opacity: 1;
}
.fp-btn-load {
    border-radius: 4px 15px;
    padding: .75rem 1.15rem;
    font-weight: 800;
    border: 1px solid #4c5f4b;
    background: #fff;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
    transition: transform .18s ease, box-shadow .18s ease;
}
.fp-btn-load:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 55px rgba(16, 24, 40, 0.14);
}
.fp-btn-load:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}
@media (max-width: 767.98px) {
    .property-header-row {
        display: flex;
        flex-direction: column;
    }
    
    .property-header-row > .col,
    .property-header-row > .col-auto {
        width: 100%;
        max-width: 100%;
    }
    
    .property-header-row > .col-auto {
        margin-top: .75rem;
        text-align: left;
    }
    
    .property-price-wrap {
        align-items: flex-start;
    }
    
    .property-title {
        font-size: 20px !important;
    }
}
#prace-u-nas {scroll-margin-top: -5px;}
.fp-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.fp-card-cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .45rem .75rem;
    border-radius: 3px 3px 17px;
    font-weight: 800;
    font-size: .92rem;
    color: rgb(76 95 75);
    background: #f3f6f2;
    border: 1px solid rgba(15, 23, 42, 0.10);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.fp-card-cta-pill i {
    transition: transform .18s ease;
}
.fp-property-card:hover .fp-card-cta-pill {
    /* background: rgba(15, 23, 42, 0.10); */
    /* border-color: rgba(15, 23, 42, 0.16); */
    transform: translateX(-1px);
}
.fp-property-card:hover .fp-card-cta-pill i {
    transform: translateX(2px);
}
.fp-cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: min(900px, calc(100% - 28px)); /* max 900px, jinak okraje 14px */
    z-index: 1080;
    border: 1px solid #4c5f4b;
    border-radius: 5px 22px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    background: #ffffff5e;
}
.fp-cookie-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 14px;
    color: #000;
    font-size: 10px;
}
.fp-cookie-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fp-cookie-actions .fp-cookie-btn {
    font-size: 10px;
}
.fp-cookie-btn {
    border-radius: 5px 15px;
    font-weight: 800;
    padding: .55rem .85rem;
}
@media (max-width: 767.98px) {
    .fp-cookie-inner { flex-direction: column; align-items: stretch; }
    
    .fp-cookie-actions { justify-content: stretch; }
    
    .fp-cookie-actions .btn { width: 100%; }
}
#fpCookieModal .form-check-input:checked {
    background-color: #4c5f4b;
    border-color: #4c5f4b;
}
#fpCookieModal .modal-header .btn-close, #fpContactModal .modal-header .btn-close {
    margin-top: -30px;
}
.fp-check .form-check-input {
    accent-color: #4c5f4b;
    border-color: rgba(76, 95, 75, 0.55);
    border-radius: 2px 6px;
}
.fp-check .form-check-input:focus {
    border-color: #4c5f4b;
    box-shadow: 0 0 0 .25rem rgba(76, 95, 75, 0.18);
}
.fp-check .form-check-input:checked {
    background-color: #4c5f4b;
    border-color: #4c5f4b;
}
.was-validated .form-check-input:valid:checked {
    background-color: #4c5f4b;
}