/*
Theme Name: Hello Elementor Child
Theme URI: https://kanderealty.com
Description: Child theme for K&E Realty website built on Hello Elementor
Author: VirtualMind Services
Author URI: https://virtualmind.services
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

@import url("../hello-elementor/style.css");

/*** home css start ***/

/* ── IDX Omnibar — Search Bar (single row) ── */
.idx-omnibar-form {
    max-height: initial !important;
    max-width: 100%;
    margin-top: 0;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

/* Address input */
.idx-omnibar-form .awesomplete {
    flex: 1 1 auto !important;
    min-width: 12rem;
    width: auto !important;
}
.idx-omnibar-form input[type="text"] {
    border: 2px solid #bfac82 !important;
    border-radius: 0.375rem !important;
    height: 3rem !important;
    padding: 0 0.75rem !important;
    font-family: 'Lato', sans-serif;
    font-size: 0.875rem;
    color: #222;
    width: 100% !important;
    box-sizing: border-box;
}
.idx-omnibar-form input[type="text"]:focus {
    outline: none;
    border-color: #222 !important;
}

/* Hide injected labels */
.idx-omnibar-form label {
    display: none !important;
}

/* Dropdown containers — inline */
.idx-omnibar-form .idx-omnibar-extra {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    float: none !important;
}
.idx-omnibar-form .idx-omnibar-price-container {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

/* All custom selects */
.idx-omnibar-form select {
    width: 100% !important;
    min-width: 6.5rem;
    height: 3rem !important;
    border: 2px solid #bfac82 !important;
    border-radius: 0.375rem !important;
    padding: 0 2rem 0 0.75rem !important;
    font-family: 'Lato', sans-serif;
    font-size: 0.8125rem;
    color: #222;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23222' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 0.75rem center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    box-sizing: border-box;
}
.idx-omnibar-form select:focus {
    outline: none;
    border-color: #222 !important;
}

/* Search button — inline */
.idx-omnibar-form .idx-omnibar-extra-button,
.idx-omnibar-form button[type="submit"] {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 3rem !important;
    margin: 0 !important;
    padding: 0 1.5rem !important;
    border: 2px solid #bfac82 !important;
    border-radius: 0.375rem !important;
    background: transparent !important;
    color: #bfac82 !important;
    font-family: 'Play', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}
.idx-omnibar-form .idx-omnibar-extra-button:hover,
.idx-omnibar-form button[type="submit"]:hover {
    background: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}

/* Placeholder styling */
.idx-omnibar-form input::placeholder {
    color: #bfac82 !important;
    font-size: 0.9375rem !important;
    font-style: normal !important;
    opacity: 1;
}
.idx-omnibar-form input::-webkit-input-placeholder {
    color: #bfac82 !important;
    font-size: 0.9375rem !important;
    font-style: normal !important;
    opacity: 1;
}
.idx-omnibar-form input::-moz-placeholder {
    color: #bfac82 !important;
    font-size: 0.9375rem !important;
    font-style: normal !important;
    opacity: 1;
}
.idx-omnibar-form input:-ms-input-placeholder {
    color: #bfac82 !important;
    font-size: 0.9375rem !important;
    font-style: normal !important;
    opacity: 1;
}

.IDX-showcaseCell {
    width: 32.33% !important;
    min-width: 32.33% !important;
    margin-right: 5px !important;
    min-height: 460px !important;
    margin-bottom: 15px !important;
    border-radius: 0px 0px 0px 0px;
    margin-left: 5px !important;
}
.IDX-showcaseCell:hover{
z-index: 2 !important;
box-shadow: 0 0px 0px rgba(0,0,0,.1) !important;
-webkit-transform: translate3d(0,0px,0) !important;
transform: translate3d(0,0px,0) !important;
transition: .3s !important;
}
.IDX-showcaseContainer {
border: 0px solid #666 !important;
-webkit-box-shadow: 2px 6px 24px -1px rgba(0 , 0 , 0 , 0.05) !important;
box-shadow: 2px 6px 24px -1px rgba(0 , 0 , 0 , 0.2) !important;
padding: 0px 0px 10px 0px !important;
min-height: 460px !important;
overflow: hidden !important;
    margin: 0 !important;
	    background: #fff !important;
    text-align: center !important;
	    border-radius: 0px 0px 0px 0px;
}
.IDX-showcaseLink {
padding-top: 0 !important;
}
.IDX-showcasePhoto {
    margin: 0!important;
    width: 100%!important;
    padding: 0px!important;
    height: 260px!important;
    min-height: 260px!important;
    position: inherit!important;
    border-radius: 0px!important;
    object-fit: cover;
}
.IDX-showcaseDisclaimerLink{
display: inherit !important;
}
.IDX-showcaseAddressElement.IDX-showcaseStateAbrv{
display: none !important;
}
.IDX-showcaseRemarks{
display: none !important;
}
.IDX-showcasePartial{
display: none !important;
}
.IDX-showcaseFull{
display: none !important;
}
.IDX-showcaseStatus {
    color: #ffffff!important;
    background: #bfac82!important;
    font-weight: 500!important;
    text-align: center!important;
    text-transform: capitalize!important;
    width: auto!important;
    padding: 10px 30px 10px 30px!important;
    top: 10px!important;
    left: 10px!important;
    font-size: 16px!important;
    line-height: 18px!important;
    position: absolute!important;
    overflow: hidden!important;
    display: inherit!important;
    border-radius: 0;
    font-weight: bold !important;
}
.IDX-showcasePrice {
padding: 5px 0px 5px 0px !important;
    color: #222222 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: auto !important;
    float: none !important;
	    margin-top: 10px !important;
}
.IDX-showcaseAddress.IDX-showcaseAddressElement {
    color: #222222!important;
    font-weight: 600!important;
    font-size: 24px!important;
    text-align: center!important;
    padding-left: 10px!important;
    padding-top: 20px!important;
    line-height: 30px;
	    font-family: Play;
}
.IDX-showcaseCityStateZip {
    color: #222222!important;
    font-weight: 600!important;
    font-size: 18px!important;
    text-align: center!important;
    padding-left: 10px!important;
    padding-top: 0px!important;
    line-height: 18px;
	    font-family: Play;
}
.IDX-showcaseCityStateZip .IDX-showcaseAddressElement {
    font-size: 16px !important;
}
.IDX-showcaseListingID {
    font-size: 12px !important;
    text-align: center !important;
    padding-left: 0px !important;
    position: absolute !important;
    top: 380px !important;
    display: inherit !important;
    width: 100%;
    color: #222222 !important;
}
.IDX-showcaseCourtesy div {
display: none !important;
}
.IDX-showcaseBeds {
    width: 50%;
    float: left;
    padding-top: 10px !important;
    text-align: right !important;
    font-size: 14px !important;
    color: #222 !important;
    display: inherit !important;
    margin-top: 35px;
    margin-right: 10px;
}
.IDX-showcaseBaths {
   width: 40%;
    float: left;
    padding-top: 10px !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #222222 !important;
    display: inherit !important;
    margin-top: 30px;
}
.IDX-showcaseBeds:before {
    content: url(http://kanderealty.local/wp-content/uploads/2022/06/bed.png)!important;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.IDX-showcaseBaths:before {
    content: url(http://kanderealty.local/wp-content/uploads/2022/06/bath.png)!important;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
/*** home css end ***/


/**** MEDIA QUERY  ****/
@media only screen and (max-width: 1024px){
	.IDX-showcaseCell {
        width: 50%!important;
        min-width: 50%!important;
        margin-left: 0px!important;
        margin-right: 0px !important;
    }
}

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

}

@media only screen and (max-width: 768px){
    .idx-omnibar-form {
        flex-wrap: wrap !important;
        padding: 1rem !important;
        gap: 0.5rem !important;
    }
    .idx-omnibar-form .awesomplete {
        flex: 0 0 100% !important;
    }
    .idx-omnibar-form .idx-omnibar-extra {
        flex: 1 1 calc(50% - 0.5rem) !important;
    }
    .idx-omnibar-form .idx-omnibar-extra-button,
    .idx-omnibar-form button[type="submit"] {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    .IDX-showcaseCell {
        width: 50% !important;
        min-width: 50% !important;
    }
}

@media only screen and (max-width: 480px){
    .idx-omnibar-form .idx-omnibar-extra {
        flex: 0 0 100% !important;
    }
    .idx-omnibar-form select {
        width: 100% !important;
    }
    .IDX-showcaseCell {
        width: 100% !important;
        min-width: 100% !important;
    }
}


@media (min-width:1023px) {
#mega_main_menu li.default_dropdown>.mega_dropdown {
width:242px !important;
}
}

.mh-post-grid__thumbnail .mh-thumbnail__inner img {
	max-width:100%;
}
.mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link *, html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link::after {
	text-transform: capitalize !important;
}
#mega_main_menu.mh-primary ul li .mega_dropdown > li > .item_link, #mega_main_menu.mh-primary ul li .mega_dropdown > li > .item_link .link_text, #mega_main_menu.mh-primary ul li .mega_dropdown, #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li .post_details > .post_description {
text-transform: capitalize;
}
.mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li>.item_link * {
    text-transform: capitalize;
}


/*** K&E Header — Matched to Design Reference ***/

/* ── Elementor header wrapper ── */
.elementor-location-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(18,18,16,0.35);
    box-shadow: none;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}
.elementor-location-header.header-scrolled {
    background: rgba(22,22,22,0.94) !important;
    box-shadow: 0 10px 34px rgba(0,0,0,0.30);
    -webkit-backdrop-filter: saturate(150%) blur(14px);
    backdrop-filter: saturate(150%) blur(14px);
}

/* ── TOP BAR ── */
.kande-topbar {
    overflow: hidden;
    max-height: 48px;
    opacity: 1;
    border-bottom: 1px solid rgba(255,255,255,0.14) !important;
    transition: max-height 0.4s ease, opacity 0.3s ease, border-color 0.4s ease;
}
.header-scrolled .kande-topbar {
    max-height: 0px !important;
    opacity: 0 !important;
    border-bottom-color: rgba(255,255,255,0.08) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.kande-topbar .elementor-icon-list-item a {
    color: rgba(255,255,255,0.85) !important;
    transition: color 0.3s ease;
}
.kande-topbar .elementor-icon-list-item a:hover {
    color: #bfac82 !important;
}
.kande-topbar .elementor-icon-list-item:first-child .elementor-icon-list-text {
    font-weight: 700 !important;
}

/* FOLLOW US label */
.kande-topbar-social {
    display: flex;
    align-items: center;
}
.kande-topbar-social::before {
    content: 'FOLLOW US';
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    margin-right: 16px;
    white-space: nowrap;
}

/* ── MAIN NAV ── */
.kande-mainnav {
    background: transparent !important;
    transition: padding 0.4s ease;
}
.header-scrolled .kande-mainnav {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Logo sizing — matches design: 52px default, 42px scrolled */
.kande-logo img,
.kande-logo .elementor-image img {
    height: 52px !important;
    width: auto !important;
    display: block;
    transition: height 0.4s ease;
}
.header-scrolled .kande-logo img,
.header-scrolled .kande-logo .elementor-image img {
    height: 42px !important;
}

/* Logo text block: SAN ANTONIO / · TEXAS · */
.kande-logo-text {
    padding-left: 16px;
    border-left: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.kande-logo-text .elementor-heading-title {
    font-size: 10px !important;
    letter-spacing: 3.5px !important;
    color: #bfac82 !important;
    font-weight: 700 !important;
}
.kande-logo-text::after {
    content: '· TEXAS ·';
    display: block;
    font-family: 'Play', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3.5px;
    color: rgba(255,255,255,0.55);
    margin-top: 5px;
}

/* Nav links — exact design values */
.kande-mega-menu-nav .elementor-nav-menu > li > a {
    color: rgba(255,255,255,0.92) !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease;
}
.kande-mega-menu-nav .elementor-nav-menu > li > a:hover,
.kande-mega-menu-nav .elementor-nav-menu > li.current-menu-item > a {
    color: #bfac82 !important;
}

/* Dropdown arrow for mega menu items */
.kande-mega-menu-nav .elementor-nav-menu > li.mega-menu-item > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    margin-left: 6px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.kande-mega-menu-nav .elementor-nav-menu > li.mega-menu-item:hover > a::after {
    transform: rotate(180deg);
}

/* Mega menu dropdown */
.kande-mega-menu-nav .elementor-nav-menu > li.mega-menu-item {
    position: static;
}
.kande-mega-menu-nav .elementor-nav-menu > li.mega-menu-item > .elementor-nav-menu--dropdown {
    width: 100%;
    left: 0;
    right: 0;
    padding: 30px 40px;
    background: rgba(22,22,22,0.96);
    border-top: 2px solid #bfac82;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.kande-mega-menu-nav .mega-menu-item .elementor-nav-menu--dropdown > li {
    flex: 1;
    min-width: 200px;
    padding: 0 15px;
}
.kande-mega-menu-nav .mega-menu-item .elementor-nav-menu--dropdown > li > a {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #bfac82;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
.kande-mega-menu-nav .mega-menu-item .elementor-nav-menu--dropdown li ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    padding: 6px 0;
    transition: color 0.2s ease;
}
.kande-mega-menu-nav .mega-menu-item .elementor-nav-menu--dropdown li ul li a:hover {
    color: #bfac82;
}

/* Contact button — ghost pill, gold border */
.kande-nav-cta .elementor-button {
    background: transparent !important;
    border: 1.5px solid #bfac82 !important;
    border-radius: 100px !important;
    color: #bfac82 !important;
    padding: 12px 26px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.kande-nav-cta .elementor-button:hover {
    background: #bfac82 !important;
    color: #1a1a1a !important;
}

/* ── Tablet: ≤ 1024px ── */
@media (max-width: 1024px) {
    .elementor-location-header {
        position: relative !important;
        background: rgba(22,22,22,0.98) !important;
    }
    .kande-topbar > .e-con-inner,
    .kande-mainnav > .e-con-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .kande-mega-menu-nav .elementor-nav-menu > li.mega-menu-item > .elementor-nav-menu--dropdown {
        flex-direction: column;
        padding: 15px 20px;
    }
    .kande-mega-menu-nav .mega-menu-item .elementor-nav-menu--dropdown > li {
        min-width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .kande-hero {
        min-height: 650px !important;
        padding-top: 100px !important;
    }
    .kande-hero .elementor-widget-heading .elementor-heading-title {
        font-size: 48px !important;
    }
    .kande-hero .elementor-widget-text-editor {
        font-size: 16px !important;
        max-width: 480px;
    }
    .kande-hero-search {
        max-width: 100%;
    }
}

/* ── Mobile: ≤ 767px ── */
@media (max-width: 767px) {
    .kande-topbar {
        display: none !important;
    }
    .kande-nav-cta {
        display: none !important;
    }
    .kande-mainnav > .e-con-inner {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .kande-mainnav {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .kande-logo-text {
        display: none !important;
    }
    .kande-topbar-social::before {
        display: none;
    }
    .kande-hero {
        min-height: 560px !important;
        padding-top: 80px !important;
    }
    .kande-hero .elementor-widget-heading .elementor-heading-title {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }
    .kande-hero .elementor-widget-text-editor {
        font-size: 15px !important;
        max-width: 100%;
        padding: 0 8px;
    }
    .kande-hero-search {
        padding: 10px !important;
    }
}

/*** K&E Hero Section — Matched to  Design ***/

.kande-hero {
    position: relative;
}
.kande-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(18,18,16,0.62) 0%,
        rgba(18,18,16,0.40) 42%,
        rgba(18,18,16,0.74) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.kande-hero > .e-con-inner,
.kande-hero > .elementor-container {
    position: relative;
    z-index: 2;
}

/* Hero search bar container */
.kande-hero-search {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.kande-hero-search .idx-omnibar-form {
    max-width: 100% !important;
    margin-top: 0 !important;
    box-shadow: none;
    border-radius: 0.5rem;
}

/* Hero text max-width on paragraph */
.kande-hero .elementor-widget-text-editor {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero responsive */
@media (max-width: 767px) {
    .kande-hero {
        min-height: 600px !important;
        padding-top: 80px !important;
    }
    .kande-hero-search {
        max-width: 100%;
    }
}


/*** K&E Services Section — Matched to  Design Reference ***/

/* Service card hover */
.kande-svc-card {
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.kande-svc-card:hover {
    box-shadow: 0 26px 56px rgba(34,34,34,0.12) !important;
    transform: translateY(-5px);
    border-color: #bfac82 !important;
}

/* Big number watermark in card */
.kande-svc-num {
    position: absolute !important;
    top: 14px;
    right: 20px;
    z-index: 0;
    user-select: none;
    pointer-events: none;
}
.kande-svc-num .elementor-heading-title {
    line-height: 1 !important;
}

/* Icon square */
.kande-svc-icon .elementor-icon {
    background: #222222 !important;
    color: #bfac82 !important;
    width: 62px !important;
    height: 62px !important;
    font-size: 28px !important;
    border-radius: 0 !important;
}
.kande-svc-icon .elementor-icon i {
    color: #bfac82 !important;
}

/* Service tags */
.kande-svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.kande-svc-tag {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #8a7d5c;
    background: #f4efe2;
    padding: 0px 8px !important;
    border-radius: 100px;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

/* Read More button style */
.kande-svc-readmore {
    margin-top: auto !important;
}
.kande-svc-readmore .elementor-button {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 13px !important;
}
.kande-svc-readmore .elementor-button-icon svg,
.kande-svc-readmore .elementor-button-icon i {
    color: #bfac82 !important;
    transition: margin-left 0.25s ease;
}
.kande-svc-readmore .elementor-button:hover {
    color: #bfac82 !important;
}
.kande-svc-readmore .elementor-button:hover .elementor-button-icon {
    margin-left: 4px;
}

/* Services responsive */
@media (max-width: 1024px) {
    .kande-services-grid {
        flex-direction: column !important;
    }
    .kande-svc-card {
        width: 100% !important;
    }
}


/*** K&E Latest Insights (Blog) Section — Custom Shortcode ***/

/* 2-column grid: featured left (1.18fr) + sidebar right (1fr) */
.kande-blog-grid {
    display: grid;
    grid-template-columns: 1.18fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Featured post (left) */
.kande-blog-feature {
    display: block;
    text-decoration: none;
    color: inherit;
}
.kande-blog-feature-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    height: 340px;
}
.kande-blog-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.kande-blog-feature:hover .kande-blog-feature-img img {
    transform: scale(1.05);
}
.kande-blog-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #bfac82;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 14px;
}
.kande-blog-feature-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #9a9485;
    font-weight: 700;
    text-transform: uppercase;
}
.kande-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bfac82;
    display: inline-block;
}
.kande-blog-feature-title {
    font-family: 'Play', sans-serif;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #222222;
}
.kande-blog-feature:hover .kande-blog-feature-title {
    color: #bfac82;
}
.kande-blog-feature-excerpt {
    font-family: 'Lato', sans-serif;
    font-size: 15.5px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0 0 22px;
    max-width: 560px;
}
.kande-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Play', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222222;
    transition: color 0.25s ease;
}
.kande-blog-feature:hover .kande-blog-readmore {
    color: #bfac82;
}

/* Sidebar (right) */
.kande-blog-sidebar {
    display: flex;
    flex-direction: column;
}
.kande-blog-side-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-top: 1px solid #eee7d9;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}
.kande-blog-side-card:first-child {
    border-top: none;
    padding-top: 0;
}
.kande-blog-side-card:hover {
    transform: translateX(4px);
}
.kande-blog-side-img {
    height: 120px;
    overflow: hidden;
}
.kande-blog-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kande-blog-side-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #9a9485;
    font-weight: 700;
    text-transform: uppercase;
}
.kande-blog-side-cat {
    color: #bfac82;
}
.kande-blog-side-text h3 {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
    color: #222222;
}
.kande-blog-side-card:hover h3 {
    color: #bfac82;
}
.kande-blog-side-text p {
    font-family: 'Lato', sans-serif;
    font-size: 13.5px;
    line-height: 1.6;
    color: #7a7a7a;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.kande-blog-browseall-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    background: #222222;
    color: #ffffff;
    padding: 16px 30px;
    font-family: 'Play', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}
.kande-blog-browseall-btn:hover {
    background: #bfac82;
    color: #1b1b1b;
}

/* Blog grid responsive */
@media (max-width: 1024px) {
    .kande-blog-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .kande-blog-feature-img {
        height: 240px;
    }
    .kande-blog-side-card {
        grid-template-columns: 110px 1fr;
        gap: 14px;
    }
    .kande-blog-side-img {
        height: 100px;
    }
}


/*** K&E Testimonials Section — Matched to  Design ***/

/* Rating badge in header */
.kande-rating-badge {
    display: flex;
    align-items: center;
    gap: 14px;
}
.kande-rating-num {
    font-family: 'Play', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #bfac82;
    line-height: 1;
}
.kande-rating-right {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.kande-rating-stars {
    color: #bfac82;
    font-size: 15px;
    letter-spacing: 3px;
}
.kande-rating-count {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
}

/* Testimonial grid: photo left + panel right */
.kande-testi-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: stretch;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

/* Photo panel */
.kande-testi-photo {
    position: relative;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.kande-testi-photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27,27,27,0.15) 0%, rgba(27,27,27,0.55) 100%);
}
.kande-testi-photo-caption {
    position: absolute;
    left: 28px;
    bottom: 28px;
    right: 28px;
    background: rgba(27,27,27,0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-left: 3px solid #bfac82;
    padding: 18px 22px;
    z-index: 2;
}
.kande-testi-caption-title {
    margin: 0;
    font-family: 'Play', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.kande-testi-caption-sub {
    margin: 6px 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}

/* Quote panel */
.kande-testi-panel {
    background: #262626;
    padding: 56px 56px 48px;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    transition: opacity 0.25s ease;
}
.kande-testi-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}
.kande-testi-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 22px;
}
.kande-testi-quote-text {
    font-family: 'Play', sans-serif;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.65;
    font-weight: 400;
    color: #f3f1ec;
    margin: 0;
}

/* Footer: author + nav */
.kande-testi-footer {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.kande-testi-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.kande-testi-avatar {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #bfac82;
    color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Play', sans-serif;
    font-size: 19px;
    font-weight: 700;
    flex: none;
    line-height: 1;
}
.kande-testi-name {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 3px;
}
.kande-testi-role {
    font-family: 'Lato', sans-serif;
    font-size: 12.5px;
    color: rgba(255,255,255,0.55);
    margin: 0;
    letter-spacing: 0.3px;
}
.kande-testi-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}
.kande-testi-counter {
    font-family: 'Play', sans-serif;
    font-size: 15px;
    color: #bfac82;
    letter-spacing: 1px;
}
.kande-testi-counter .kande-testi-total {
    color: rgba(255,255,255,0.35);
}
.kande-testi-prev,
.kande-testi-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.35);
    background: transparent;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    padding: 0;
    outline: none;
}
.kande-testi-prev,
.kande-testi-next {
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
}
.kande-testi-prev:hover,
.kande-testi-next:hover {
    background: #bfac82;
    border-color: #bfac82;
    color: #1b1b1b;
}
.kande-testi-prev:active,
.kande-testi-next:active {
    background: #c75b7a;
    border-color: #c75b7a;
    color: #ffffff;
}

/* Testimonials responsive */
@media (max-width: 1024px) {
    .kande-testi-grid {
        grid-template-columns: 1fr;
    }
    .kande-testi-photo {
        min-height: 300px;
    }
    .kande-testi-panel {
        min-height: auto;
        padding: 40px 32px 36px;
    }
}
@media (max-width: 767px) {
    .kande-testi-photo {
        min-height: 240px;
    }
    .kande-testi-panel {
        padding: 32px 20px 28px;
    }
    .kande-testi-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Compact testimonial card (text-only, for sidebar use) */
.kande-testi-compact {
    display: flex;
    flex-direction: column;
}
.kande-testi-compact-stars {
    display: flex;
    gap: 0.1875rem;
    margin-bottom: 1.375rem;
}
.kande-testi-compact-qicon {
    flex: none;
    margin-bottom: 0.25rem;
}
.kande-testi-compact-quote {
    font-family: 'Play', sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.1875rem);
    line-height: 1.7;
    font-weight: 400;
    color: #f3f1ec;
    margin: 0;
    padding: 1.5rem 0;
    flex: 1;
}
.kande-testi-compact-footer {
    border-top: 0.0625rem solid rgba(255,255,255,0.12);
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.125rem;
    flex-wrap: wrap;
}
.kande-testi-compact-author {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.kande-testi-compact-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #bfac82;
    color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Play', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    flex: none;
}
.kande-testi-compact-name {
    font-family: 'Play', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.1875rem;
}
.kande-testi-compact-loc {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    letter-spacing: 0.01875rem;
}
.kande-testi-compact-nav {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.kande-testi-compact-counter {
    font-family: 'Play', sans-serif;
    font-size: 0.875rem;
    color: #bfac82;
    letter-spacing: 0.0625rem;
}
.kande-tc-prev,
.kande-tc-next {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    border: 0.09375rem solid rgba(255,255,255,0.25);
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.kande-tc-prev:hover,
.kande-tc-next:hover {
    background: #bfac82;
    color: #1b1b1b;
    border-color: #bfac82;
}

/*** K&E Communities Page ***/

/* Intro + search responsive */
@media (max-width: 768px) {
    .kande-com-intro {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .kande-com-intro > .e-con {
        width: 100% !important;
    }
}

/* Search bar */
.kande-com-search-wrap {
    position: relative;
    width: 300px;
    max-width: 100%;
}
.kande-com-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.kande-com-search {
    width: 100%;
    height: 52px;
    border: 1px solid #dcd6c9;
    background: #fff;
    padding: 0 16px 0 44px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.kande-com-search:focus {
    border-color: #bfac82;
    box-shadow: 0 0 0 3px rgba(191,172,130,0.18);
}
.kande-com-search::placeholder {
    color: #a9a298;
}

/* Result label */
.kande-com-result-label {
    font-size: 13px;
    letter-spacing: 0.4px;
    color: #9a948a;
    font-weight: 700;
    margin: 26px 0 0;
}

/* Communities grid — Elementor container flex layout */
.kande-com-grid.e-con {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 26px !important;
}
.kande-com-grid > .e-con.kande-com-card {
    width: calc(33.333% - 18px) !important;
    flex: 0 0 calc(33.333% - 18px) !important;
}

/* Community card */
.kande-com-card.e-con {
    overflow: hidden !important;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.26s ease, transform 0.26s ease, border-color 0.26s ease;
    gap: 0 !important;
    padding: 0 !important;
}
.kande-com-card.e-con:hover {
    box-shadow: 0 28px 60px rgba(34,34,34,0.13);
    transform: translateY(-5px);
    border-color: #bfac82;
}

/* Card image — Elementor image widget */
.kande-com-card .kande-com-card-image .elementor-widget-container {
    margin: 0 !important;
}
.kande-com-card .kande-com-card-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.kande-com-card:hover .kande-com-card-image img {
    transform: scale(1.06);
}
.kande-com-card .kande-com-card-image {
    overflow: hidden;
}

/* Region badge */
.kande-com-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f4efe2;
    color: #7a6f4f;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
    width: fit-content;
}

/* Card body */
.kande-com-card-body {
    padding: 24px 26px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.kande-com-card-body h3 {
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #222222;
    line-height: 1.2;
}
.kande-com-card-body p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #6b6b6b;
    margin: 0 0 20px;
}

/* CTA link */
.kande-com-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Play', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #222222;
    transition: gap 0.22s, color 0.22s;
}
.kande-com-card:hover .kande-com-cta {
    gap: 14px;
    color: #1a1a1a;
}
.kande-com-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f4efe2;
    transition: background 0.22s;
}
.kande-com-card:hover .kande-com-cta-arrow {
    background: #bfac82;
}

/* Empty state */
.kande-com-empty {
    border: 2px dashed #d8d1c0;
    background: #fdfcfa;
    border-radius: 8px;
    padding: 64px 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}
.kande-com-empty-title {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}
.kande-com-empty-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0;
    max-width: 520px;
}

/* CTA Band buttons */
.kande-com-cta-band {
    width: 100%;
}
.kande-com-cta-phone .elementor-button {
    background: #1b1b1b !important;
    color: #fff !important;
    font-family: 'Play', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 30px !important;
    border-radius: 0 !important;
    white-space: nowrap;
}
.kande-com-cta-email .elementor-button {
    background: transparent !important;
    color: #1b1b1b !important;
    font-family: 'Play', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 30px !important;
    border: 1.5px solid rgba(27,27,27,0.45) !important;
    border-radius: 0 !important;
    white-space: nowrap;
}
.kande-com-cta-email .elementor-button:hover {
    background: #1b1b1b !important;
    color: #fff !important;
    border-color: #1b1b1b !important;
}

/* Communities responsive */
@media (max-width: 980px) {
    .kande-com-grid > .e-con.kande-com-card {
        width: calc(50% - 13px) !important;
        flex: 0 0 calc(50% - 13px) !important;
    }
}
@media (max-width: 600px) {
    .kande-com-grid > .e-con.kande-com-card {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
    .kande-com-cta-band {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}


/*** K&E Contact Us Page ***/

/* Contact methods row */
.kande-cu-methods > .e-con {
    flex: 1 1 calc(33.333% - 15px) !important;
    min-width: 280px;
}
.kande-cu-method {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fdfcfa;
    border: 1px solid #eee7d9;
    padding: 30px 28px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.kande-cu-method:hover {
    box-shadow: 0 22px 50px rgba(34,34,34,0.10);
    transform: translateY(-4px);
    border-color: #bfac82;
}
.kande-cu-method-icon {
    width: 54px;
    height: 54px;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.kande-cu-method-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bfac82;
    font-weight: 700;
    margin: 0 0 8px;
}
.kande-cu-method-title {
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 4px;
    word-break: break-word;
}
.kande-cu-method-sub {
    font-size: 13px;
    color: #8a847a;
    margin: 0;
}
.kande-cu-method-wrap .elementor-widget-container {
    margin: 0 !important;
}

/* Form + info main grid responsive */
@media (max-width: 940px) {
    .kande-cu-main {
        flex-direction: column !important;
    }
    .kande-cu-main > .e-con {
        width: 100% !important;
    }
}

/* CF7 Contact Us form — class added to <form> via wpcf7_form_class_attr filter */
/* Kill CF7 auto <p> margins and <br> tags */
form.kande-cu-form-card .kande-contact-form > p,
form.kande-cu-form-card .kande-cf-field > p {
    margin: 0 !important;
    padding: 0 !important;
}
form.kande-cu-form-card .kande-cf-field > p > br {
    display: none;
}
/* 2-col row: Name + Email side by side */
form.kande-cu-form-card .kande-cf-row-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px;
    margin-bottom: 18px;
}
@media (max-width: 640px) {
    form.kande-cu-form-card .kande-cf-row-2 {
        grid-template-columns: 1fr !important;
    }
}
/* Field wrapper spacing */
form.kande-cu-form-card .kande-cf-field {
    margin-bottom: 18px;
}
form.kande-cu-form-card .kande-cf-row-2 > .kande-cf-field {
    margin-bottom: 0;
}
/* Labels */
form.kande-cu-form-card label {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8a847a !important;
    font-weight: 700 !important;
    margin: 0 0 9px !important;
    line-height: 1;
}
form.kande-cu-form-card .kande-cf-req {
    color: #bfac82;
}
/* Text + Email inputs */
form.kande-cu-form-card input[type="text"],
form.kande-cu-form-card input[type="email"] {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #ddd6c6 !important;
    background: #ffffff !important;
    padding: 0 16px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    color: #222 !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    transition: border-color 0.18s;
    box-sizing: border-box !important;
    margin: 0 !important;
}
/* Textarea */
form.kande-cu-form-card textarea {
    width: 100% !important;
    border: 1px solid #ddd6c6 !important;
    background: #ffffff !important;
    padding: 14px 16px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    color: #222 !important;
    outline: none !important;
    resize: vertical;
    min-height: 140px;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    transition: border-color 0.18s;
    box-sizing: border-box !important;
    margin: 0 !important;
}
/* Focus */
form.kande-cu-form-card input[type="text"]:focus,
form.kande-cu-form-card input[type="email"]:focus,
form.kande-cu-form-card textarea:focus {
    border-color: #bfac82 !important;
}
/* Placeholder */
form.kande-cu-form-card ::placeholder {
    color: #b5b0a6 !important;
    font-weight: 300;
    opacity: 1;
}
/* Submit button */
form.kande-cu-form-card .kande-cf-submit {
    margin-top: 6px;
}
form.kande-cu-form-card .kande-cf-submit p {
    margin: 0 !important;
}
form.kande-cu-form-card input[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    background: #bfac82 !important;
    color: #1b1b1b !important;
    border: none !important;
    padding: 16px 38px !important;
    font-family: 'Play', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    line-height: 1;
    margin: 0 !important;
}
form.kande-cu-form-card input[type="submit"]:hover {
    background: #222222 !important;
    color: #ffffff !important;
}
/* CF7 validation + response */
form.kande-cu-form-card .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 0 !important;
    font-size: 14px;
}
form.kande-cu-form-card .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c0392b;
    margin-top: 6px;
}
/* CF7 control wrap — force full width */
form.kande-cu-form-card .wpcf7-form-control-wrap {
    display: block !important;
}

/* Dark quote block */
.kande-cu-quote {
    background: #1b1b1b;
    color: #fff;
    padding: 38px 36px;
}
.kande-cu-quote svg {
    margin-bottom: 18px;
}
.kande-cu-quote-main {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #f3f1ec;
    margin: 0 0 18px;
}
.kande-cu-quote-sub {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255,255,255,0.72);
    margin: 0;
}

/* Agent card */
.kande-cu-agent-photo img {
    border: 2px solid #bfac82 !important;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.kande-cu-agent-info h3 {
    font-family: 'Play', sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #222222;
}
.kande-cu-agent-role {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #bfac82;
    font-weight: 700;
    margin: 0 0 14px;
}
.kande-cu-agent-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.kande-cu-agent-links a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}
.kande-cu-agent-links a:hover {
    color: #bfac82;
}
@media (max-width: 940px) {
    .kande-cu-agent {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

/* Office hours */
.kande-cu-hours {
    background: #f7f5f0;
    border: 1px solid #eee7d9;
    padding: 32px 34px;
}
.kande-cu-hours-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.kande-cu-hours-head h3 {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #222222;
    letter-spacing: 0.5px;
}
.kande-cu-hours-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-top: 1px solid #e6e1d4;
}
.kande-cu-hours-day {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
}
.kande-cu-hours-time {
    font-size: 13.5px;
    color: #6b6b6b;
    text-align: right;
}

/* Map section */
.kande-cu-map {
    position: relative;
    height: 380px;
    border: 1px solid #eee7d9;
    overflow: hidden;
    background: #f7f5f0;
}
.kande-cu-map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    padding: 24px;
}
.kande-cu-map-pin {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kande-cu-map-address {
    font-family: 'Play', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}
.kande-cu-map-note {
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 1px;
    color: #8a7d5c;
    text-transform: uppercase;
    margin: 0;
}

/* CTA band */
.kande-cu-cta-band {
    width: 100%;
}
@media (max-width: 640px) {
    .kande-cu-cta-band {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .kande-cu-methods > .e-con {
        flex: 1 1 100% !important;
    }
}


/*** K&E About Us Page ***/

/* Intro 2-col responsive */
@media (max-width: 900px) {
    .kande-about-intro {
        flex-direction: column !important;
    }
    .kande-about-intro > .e-con {
        width: 100% !important;
    }
}

/* Team grid responsive */
@media (max-width: 900px) {
    .kande-about-team-grid {
        flex-direction: column !important;
        align-items: center !important;
    }
    .kande-about-team-grid > .e-con {
        width: 100% !important;
        max-width: 440px !important;
    }
}

/* Team card styling */
.kande-about-team-card {
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.kande-about-team-card:hover {
    box-shadow: 0 26px 56px rgba(34,34,34,0.10);
    transform: translateY(-4px);
    border-color: #bfac82 !important;
}

/* Team photo */
.kande-about-team-card .kande-about-team-photo {
    padding: 26px 26px 0;
}
.kande-about-team-card .kande-about-team-photo img {
    border: 2px solid #bfac82;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}

/* Card body */
.kande-about-card-body {
    padding: 26px 28px 28px;
}
.kande-about-contact {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 14px;
    color: #444;
    margin-bottom: 24px;
}
.kande-about-contact p {
    margin: 0;
}
.kande-about-contact strong {
    font-weight: 700;
    color: #222;
}
.kande-about-contact a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}
.kande-about-contact a:hover {
    color: #bfac82;
}

/* Profile button */
.kande-about-team-card .kande-about-profile-btn .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1.5px solid #bfac82 !important;
    background: transparent !important;
    color: #8a7d5c !important;
    font-family: 'Play', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 13px 22px !important;
    margin: 0 28px 28px;
    transition: background 0.2s, color 0.2s;
}
.kande-about-team-card .kande-about-profile-btn .elementor-button:hover {
    background: #bfac82 !important;
    color: #1a1a1a !important;
}


/*** K&E Sell Your Home Page ***/

/* Page hero banner */
.kande-syh-hero {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.kande-syh-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #bfac82;
    z-index: 3;
}
.kande-syh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18,18,16,0.74) 0%, rgba(18,18,16,0.60) 100%);
}
.kande-syh-hero-content {
    position: relative;
    z-index: 2;
    padding: 90px 28px;
    color: #fff;
}
.kande-syh-hero-content .kande-syh-label {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #bfac82;
    font-weight: 700;
    margin: 0 0 16px;
}
.kande-syh-hero-content h1 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    color: #fff;
}
.kande-syh-hero-content .kande-syh-divider {
    width: 64px;
    height: 3px;
    background: #bfac82;
    margin: 22px auto 0;
}

/* Intro section */
.kande-syh-intro {
    max-width: 880px;
    margin: 0 auto;
}
.kande-syh-intro p:first-child {
    font-size: 19px;
    line-height: 1.75;
    color: #3c3c3c;
    font-weight: 300;
    margin: 0 0 24px;
}
.kande-syh-intro p:last-child {
    font-size: 17px;
    line-height: 1.8;
    color: #6b6b6b;
    margin: 0;
}

/* 25 Steps grid */
.kande-sell-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.kande-sell-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #eee7d9;
    border-radius: 8px;
    padding: 24px 26px;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.kande-sell-step:hover {
    box-shadow: 0 16px 36px rgba(34,34,34,0.09);
    transform: translateY(-3px);
    border-color: #bfac82;
}
.kande-sell-step-num {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: #bfac82;
    color: #1a1a1a;
}
.kande-sell-step-body {
    padding-top: 2px;
}
.kande-sell-step-body h3 {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #222222;
    line-height: 1.25;
}
.kande-sell-step-body p {
    font-size: 14.5px;
    line-height: 1.62;
    color: #6f6f6f;
    margin: 0;
}

/* ── Find Your Home – Buy Steps ── */
.kande-buy-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.kande-buy-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #eee7d9;
    border-radius: 8px;
    padding: 24px 26px;
    transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.kande-buy-step:hover {
    box-shadow: 0 16px 36px rgba(34,34,34,0.09);
    transform: translateY(-3px);
    border-color: #bfac82;
}
.kande-buy-step-num {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: #bfac82;
    color: #1a1a1a;
}
.kande-buy-step-body {
    padding-top: 2px;
}
.kande-buy-step-body h3 {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #222222;
    line-height: 1.25;
}
.kande-buy-step-body p {
    font-size: 14.5px;
    line-height: 1.62;
    color: #6f6f6f;
    margin: 0;
}
@media (max-width: 767px) {
    .kande-buy-steps {
        grid-template-columns: 1fr;
    }
}

/* Narrative section */
.kande-syh-narrative {
    max-width: 880px;
    margin: 0 auto;
}
.kande-syh-narrative p {
    font-size: 16px;
    line-height: 1.8;
    color: #6b6b6b;
    margin: 0 0 22px;
}
.kande-syh-narrative h3 {
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 36px 0 18px;
    color: #222222;
}
.kande-syh-narrative .kande-syh-focuses {
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kande-syh-narrative .kande-syh-focuses li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.kande-syh-narrative .kande-syh-focuses li::before {
    content: '';
    flex: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bfac82;
    margin-top: 8px;
}
.kande-syh-narrative .kande-syh-source {
    font-size: 13px;
    line-height: 1.6;
    color: #9a948a;
    font-style: italic;
    margin: 0;
    padding-top: 22px;
    border-top: 1px solid #eee7d9;
}

/* Form section — CF7 grid layout matching design */
.kande-syh-form-section .mh-contact-form-style-2 {
    background: #ffffff;
    border: 1px solid #eee7d9;
    border-radius: 10px;
    padding: 40px 38px 42px;
    box-shadow: 0 24px 60px rgba(34,34,34,0.06);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px 16px;
}
.kande-syh-form-section .mh-contact-form-style-2 > * {
    grid-column: span 12;
    margin: 0;
}
/* Row: City(2fr) State(1fr) Zip(1fr) = span 6, 3, 3 */
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(2) { grid-column: span 6; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(3) { grid-column: span 3; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(4) { grid-column: span 3; }
/* Row: Bedrooms / Bathrooms side by side */
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(7) { grid-column: span 6; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(8) { grid-column: span 6; }
/* Row: Approx Size / Kitchen Age / Bath Age — 3 equal */
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(10) { grid-column: span 4; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(11) { grid-column: span 4; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(12) { grid-column: span 4; }
/* h2 Personal Info — full width with spacing */
.kande-syh-form-section .mh-contact-form-style-2 > h2 {
    grid-column: span 12;
    margin-top: 20px;
}
/* Row: Name / Email side by side */
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(13) { grid-column: span 6; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(14) { grid-column: span 6; }
/* Row: Phone / Service side by side */
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(15) { grid-column: span 6; }
.kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(16) { grid-column: span 6; }

/* Labels */
.kande-syh-form-section .mh-contact-form-style-2 label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
}
.kande-syh-form-section .wpcf7-form-control-wrap {
    display: block;
}
/* Text/Email/Tel/Select/Textarea inputs */
.kande-syh-form-section .wpcf7-text,
.kande-syh-form-section .wpcf7-email,
.kande-syh-form-section .wpcf7-tel,
.kande-syh-form-section .wpcf7-select,
.kande-syh-form-section .wpcf7-textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #dcd6c9;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.kande-syh-form-section .wpcf7-textarea {
    height: auto;
    padding: 13px 15px;
    line-height: 1.6;
    resize: vertical;
}
.kande-syh-form-section .wpcf7-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23bfac82' stroke-width='3'><path d='m6 9 6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 38px;
}
.kande-syh-form-section .wpcf7-text:focus,
.kande-syh-form-section .wpcf7-email:focus,
.kande-syh-form-section .wpcf7-tel:focus,
.kande-syh-form-section .wpcf7-select:focus,
.kande-syh-form-section .wpcf7-textarea:focus {
    border-color: #bfac82;
    box-shadow: 0 0 0 3px rgba(191,172,130,0.18);
}
/* Radio buttons */
.kande-syh-form-section .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
}
.kande-syh-form-section .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14.5px;
    color: #444;
    cursor: pointer;
    padding: 7px 0;
}
.kande-syh-form-section .wpcf7-list-item input[type="radio"] {
    accent-color: #bfac82;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
}
.kande-syh-form-section .wpcf7-list-item-label {
    font-family: 'Lato', sans-serif;
    font-size: 14.5px;
}
/* Personal Info heading */
.kande-syh-form-section .mh-contact-form-style-2 h2 {
    font-family: 'Play', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 0;
    color: #222222;
    border-bottom: none;
    padding-bottom: 0;
}
.kande-syh-form-section .mh-contact-form-style-2 h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #bfac82;
    margin-top: 6px;
}
/* Submit button */
.kande-syh-form-section .wpcf7-submit {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 0;
    background: #bfac82;
    color: #1a1a1a;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 10px;
}
.kande-syh-form-section .wpcf7-submit:hover {
    background: #222222;
    color: #ffffff;
}
/* CF7 response + spinner */
.kande-syh-form-section .wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 12px 16px !important;
    border-radius: 6px;
    font-size: 14px;
}
.kande-syh-form-section .wpcf7-spinner {
    display: none;
}
/* Form responsive */
@media (max-width: 820px) {
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(2),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(3),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(4),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(7),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(8),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(10),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(11),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(12),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(13),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(14),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(15),
    .kande-syh-form-section .mh-contact-form-style-2 > p:nth-of-type(16) {
        grid-column: span 12;
    }
    .kande-syh-form-section .mh-contact-form-style-2 {
        padding: 28px 20px 32px;
    }
}

/* Sell page responsive */
@media (max-width: 820px) {
    .kande-sell-steps {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .kande-syh-hero {
        min-height: 260px;
    }
    .kande-syh-hero-content {
        padding: 60px 20px;
    }
}


/*** K&E Featured Listings Section — Bento Grid Design ***/

/* View All Listings link */
.kande-viewall-link .elementor-button {
    padding: 0 0 0.375rem 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #222 !important;
    border-radius: 0 !important;
    color: #222 !important;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.kande-viewall-link .elementor-button:hover {
    border-color: #bfac82 !important;
    color: #bfac82 !important;
}
.kande-viewall-link .elementor-button-icon i {
    color: inherit !important;
}

/*** K&E Neighborhoods Section — Matched to Design Reference ***/

/* Hood description max-width */
.kande-hood-desc {
    max-width: 580px;
}

/* Hood card overlay gradient */
.kande-hood-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.kande-hood-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(20,20,18,0.05) 0%,
        rgba(20,20,18,0.30) 50%,
        rgba(20,20,18,0.82) 100%
    );
    z-index: 1;
    transition: background 0.3s ease;
    pointer-events: none;
}
.kande-hood-card:hover {
    transform: translateY(-4px);
}
.kande-hood-card:hover::before {
    background: linear-gradient(
        180deg,
        rgba(20,20,18,0.10) 0%,
        rgba(20,20,18,0.40) 50%,
        rgba(20,20,18,0.88) 100%
    );
}

/* View Homes button inside hood card */
.kande-hood-viewhomes .elementor-button {
    padding: 0 !important;
    background: transparent !important;
}
.kande-hood-viewhomes .elementor-button-icon i {
    color: #bfac82 !important;
}

/* Other hoods pills */
.kande-hood-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.kande-hood-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #3a3a3a;
    border: 1px solid #e6e1d4;
    padding: 11px 20px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.kande-hood-pill:hover {
    background: #bfac82;
    color: #1b1b1b;
    border-color: #bfac82;
}
.kande-pill-arrow {
    opacity: 0.45;
    font-size: 16px;
}

/* Neighborhoods responsive */
@media (max-width: 1024px) {
    .kande-hoods-grid {
        flex-direction: column !important;
    }
    .kande-hood-card {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .kande-hood-pills {
        gap: 8px;
    }
    .kande-hood-pill {
        padding: 9px 16px;
        font-size: 13px;
    }
}


/*** K&E Footer — Matched to Design Reference ***/

/* ── Pre-footer CTA Band ── */
.kande-cta-band {
    position: relative;
}
.kande-cta-phone .elementor-button,
.kande-cta-consult .elementor-button {
    white-space: nowrap;
}
.kande-cta-phone .elementor-button:hover {
    background: #ffffff !important;
    color: #1b1b1b !important;
}
.kande-cta-consult .elementor-button:hover {
    background: #1b1b1b !important;
    color: #ffffff !important;
    border-color: #1b1b1b !important;
}

/* ── Main Footer ── */
.kande-footer {
    position: relative;
    overflow: hidden;
}

/* Footer grid — 4 column layout matching design */
.kande-footer-grid {
    position: relative;
    z-index: 2;
}

/* Footer links — remove default icon-list bullets */
.kande-footer-links .elementor-icon-list-items {
    gap: 0;
}
.kande-footer-links .elementor-icon-list-item a {
    color: rgba(255,255,255,0.62) !important;
    transition: color 0.25s ease;
}
.kande-footer-links .elementor-icon-list-item a:hover {
    color: #bfac82 !important;
}

/* Footer contact icons */
.kande-footer-contact .elementor-icon-list-icon svg {
    fill: #bfac82;
}
.kande-footer-contact .elementor-icon-list-icon i {
    color: #bfac82 !important;
}
.kande-footer-contact .elementor-icon-list-item a {
    color: rgba(255,255,255,0.62) !important;
    transition: color 0.25s ease;
}
.kande-footer-contact .elementor-icon-list-item a:hover {
    color: #bfac82 !important;
}

/* Footer social icons hover */
.kande-footer-social .elementor-social-icon:hover {
    background: rgba(191,172,130,0.2) !important;
    border-color: #bfac82 !important;
}

/* Footer disclaimer */
.kande-footer-disclaimer {
    max-width: 980px;
}

/* ── Watermark text ── */
.kande-watermark-text .elementor-heading-title {
    -webkit-text-stroke: 1px rgba(191,172,130,0.16);
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    white-space: nowrap;
    line-height: 0.8;
}

/* ── Bottom bar badges ── */
.kande-footer-badge .elementor-heading-title {
    border: 1px solid rgba(255,255,255,0.14);
    padding: 5px 10px;
    display: inline-block;
}

/* ── Footer legal links ── */
.kande-footer-legal-link .elementor-heading-title a {
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none;
    transition: color 0.25s ease;
}
.kande-footer-legal-link .elementor-heading-title a:hover {
    color: #bfac82 !important;
}

/* ── Footer Responsive: Tablet ── */
@media (max-width: 1024px) {
    .kande-footer-grid {
        gap: 36px !important;
    }
    .kande-watermark-text .elementor-heading-title {
        font-size: 100px !important;
    }
}

/* ── Footer Responsive: Mobile ── */
@media (max-width: 767px) {
    .kande-footer-grid {
        gap: 32px !important;
    }
    .kande-watermark-text .elementor-heading-title {
        font-size: 48px !important;
    }
    .kande-cta-band .e-con-inner {
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════
   RAY SUAREZ – Agent Profile Page
   ═══════════════════════════════════════════════ */

/* ── Contact card (sidebar) ── */
.kande-rs-contact-card {
    background: #1b1b1b;
    color: #fff;
    padding: 30px 28px;
}
.kande-rs-contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.kande-rs-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.kande-rs-contact-item:hover {
    color: #bfac82;
}
.kande-rs-contact-icon {
    width: 38px;
    height: 38px;
    flex: none;
    border: 1px solid rgba(191,172,130,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.kande-rs-contact-label {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    font-weight: 700;
}
.kande-rs-contact-value {
    display: block;
    font-family: 'Play', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
}
.kande-rs-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #bfac82;
    color: #1b1b1b;
    margin-top: 26px;
    padding: 14px 22px;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.kande-rs-contact-btn:hover {
    background: #ffffff;
    color: #1b1b1b;
}

/* ── Credential chips ── */
.kande-rs-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 34px;
}
.kande-rs-chip {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a6f4f;
    background: #f7f3e9;
    border: 1px solid #e6dcc2;
    padding: 8px 14px;
}

/* ── Stats strip ── */
.kande-rs-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #eee7d9;
    border: 1px solid #eee7d9;
    margin: 0 0 38px;
}
.kande-rs-stat {
    background: #fdfcfa;
    padding: 22px 18px;
    text-align: center;
}
.kande-rs-stat-num {
    font-family: 'Play', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1;
}
.kande-rs-stat-label {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8a847a;
    font-weight: 700;
    margin: 10px 0 0;
}

/* ── Bio paragraphs ── */
.kande-rs-bio-paras {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.kande-rs-bio-paras p {
    font-size: 16px;
    line-height: 1.85;
    color: #5c5c5c;
    margin: 0;
}

/* ── Pull quote ── */
.kande-rs-pullquote {
    border-left: 4px solid #bfac82;
    padding: 6px 0 6px 26px;
    margin: 36px 0 0;
}

/* ── Certifications grid ── */
.kande-rs-certs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.kande-rs-cert {
    background: #ffffff;
    border: 1px solid #eee7d9;
    padding: 24px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.kande-rs-cert:hover {
    box-shadow: 0 18px 44px rgba(34,34,34,0.09);
    transform: translateY(-3px);
    border-color: #bfac82;
}
.kande-rs-cert-badge {
    width: 100px;
    height: 100px;
    flex: none;
    background: #1b1b1b;
    border: 2px solid #bfac82;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #bfac82;
    line-height: 1;
}
.kande-rs-cert-logo {
    background: #fff;
    border-color: #eee7d9;
    padding: 10px;
}
.kande-rs-cert-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kande-rs-cert-info h3 {
    font-family: 'Play', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 6px;
    line-height: 1.3;
}
.kande-rs-cert-info p {
    font-size: 13px;
    line-height: 1.5;
    color: #8a847a;
    margin: 0;
}

/* ── Reviews box ── */
.kande-rs-reviews-box {
    margin: 38px auto 0;
    max-width: 560px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eee7d9;
    padding: 30px 32px;
}
.kande-rs-reviews-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bfac82;
    font-weight: 700;
    margin: 0 0 8px;
}
.kande-rs-reviews-desc {
    font-size: 15.5px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0 0 20px;
}
.kande-rs-reviews-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #bfac82;
    color: #8a7d5c;
    padding: 13px 26px;
    font-family: 'Play', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.kande-rs-reviews-btn:hover {
    background: #bfac82;
    color: #1a1a1a;
}

/* ── Personal story (MTB) ── */
.kande-rs-story-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kande-rs-story-text p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255,255,255,0.78);
    margin: 0;
}
.kande-rs-story-parts {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
.kande-rs-parts-label {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #bfac82;
    font-weight: 700;
}
.kande-rs-parts-line {
    flex: 1;
    min-width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.15);
}
.kande-rs-parts-nums {
    display: flex;
    gap: 8px;
}
.kande-rs-part-num {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(191,172,130,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #bfac82;
}

/* ── Blog placeholder ── */
.kande-rs-blog-placeholder {
    border: 2px dashed #d8d1c0;
    background: #fdfcfa;
    border-radius: 8px;
    padding: 60px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.kande-rs-blog-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f4efe2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Responsive ── */
@media (max-width: 940px) {
    .kande-rs-profile > .e-con-inner {
        flex-direction: column !important;
    }
    .kande-rs-aside {
        max-width: 380px !important;
        width: 100% !important;
    }
    .kande-rs-certs-grid {
        grid-template-columns: 1fr;
    }
    .kande-rs-story > .e-con-inner {
        flex-direction: column !important;
    }
    .kande-rs-story-img {
        width: 100% !important;
        max-width: 380px;
    }
}
@media (max-width: 560px) {
    .kande-rs-stats {
        grid-template-columns: 1fr 1fr;
    }
}

/* ═══════════════════════════════════════════════
   REVIEWS PAGE
   ═══════════════════════════════════════════════ */

/* ── Featured review section ── */
.kande-rv-featured-section > .e-con-inner {
    display: flex !important;
    align-items: center;
}
.kande-rv-featured {
    color: #fff;
}
.kande-rv-featured-body {
    font-family: 'Play', sans-serif;
    font-size: clamp(20px, 2.4vw, 27px);
    line-height: 1.5;
    color: #f3f1ec;
    margin: 0 0 26px;
}
.kande-rv-featured-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 16px;
}
.kande-rv-featured-by {
    font-family: 'Play', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.kande-rv-featured-loc {
    font-size: 13.5px;
    color: rgba(255,255,255,0.6);
    margin: 5px 0 0;
}

/* ── Invitation CTA buttons ── */
.kande-rv-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.kande-rv-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    background: #ffffff;
    border: 1px solid #e6dcc2;
    color: #222;
    padding: 14px 26px;
    font-family: 'Play', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
}
.kande-rv-cta-btn:hover {
    box-shadow: 0 14px 32px rgba(34,34,34,0.10);
    transform: translateY(-3px);
}

/* ── Masonry review grid ── */
.kande-rv-masonry {
    column-count: 3;
    column-gap: 22px;
}
.kande-rv-card {
    break-inside: avoid;
    margin: 0 0 22px;
    background: #fdfcfa;
    border: 1px solid #eee7d9;
    padding: 28px 28px 26px;
    transition: box-shadow 0.25s, border-color 0.25s;
}
.kande-rv-card:hover {
    box-shadow: 0 18px 44px rgba(34,34,34,0.08);
    border-color: #bfac82;
}
.kande-rv-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}
.kande-rv-stars {
    display: flex;
    gap: 3px;
}
.kande-rv-headline {
    font-family: 'Play', sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px;
    line-height: 1.4;
}
.kande-rv-body p {
    font-size: 14.5px;
    line-height: 1.75;
    color: #5c5c5c;
    margin: 0 0 12px;
}
.kande-rv-body p:last-child {
    margin-bottom: 0;
}
.kande-rv-footer {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ece5d6;
}
.kande-rv-by {
    font-family: 'Play', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #8a7d5c;
    margin: 0;
}
.kande-rv-loc {
    font-size: 12.5px;
    color: #9a948a;
    margin: 5px 0 0;
    line-height: 1.5;
}

/* ── CTA band ── */
.kande-rv-band-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.kande-rv-band-btn-dark {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1b1b1b;
    color: #fff;
    padding: 16px 30px;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.kande-rv-band-btn-dark:hover {
    background: #fff;
    color: #1b1b1b;
}
.kande-rv-band-btn-outline {
    display: flex;
    align-items: center;
    background: transparent;
    color: #1b1b1b;
    padding: 16px 30px;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1.5px solid rgba(27,27,27,0.45);
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.kande-rv-band-btn-outline:hover {
    background: #1b1b1b;
    color: #fff;
    border-color: #1b1b1b;
}

/* ── Responsive ── */
@media (max-width: 1000px) {
    .kande-rv-masonry {
        column-count: 2;
    }
}
@media (max-width: 880px) {
    .kande-rv-featured-section > .e-con-inner {
        flex-direction: column !important;
    }
    .kande-rv-photo-wrap {
        max-width: 300px !important;
        width: 100% !important;
    }
    .kande-rv-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .kande-rv-cta-band > .e-con-inner {
        flex-direction: column !important;
        text-align: center;
    }
    .kande-rv-band-btns {
        justify-content: center;
    }
}
@media (max-width: 640px) {
    .kande-rv-masonry {
        column-count: 1;
    }
}

/* =============================================
   BANDERA LOCATION PAGE
   ============================================= */

/* Hero */
.kande-bd-hero {
    position: relative;
}
.kande-bd-breadcrumb {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    margin-bottom: 8px;
}
.kande-bd-breadcrumb a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.kande-bd-breadcrumb a:hover {
    color: #fff;
}
.kande-bd-breadcrumb .sep {
    margin: 0 8px;
    opacity: 0.5;
}
.kande-bd-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.5px;
}

/* About the Area */
.kande-bd-section-label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #bfac82;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

/* Image frame with offset decorative border */
.kande-bd-image-frame {
    position: relative;
    padding: 0 !important;
}
.kande-bd-image-frame::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 100%;
    height: 100%;
    border: 3px solid #bfac82;
    border-radius: 4px;
    z-index: 0;
    pointer-events: none;
}
.kande-bd-image-frame .elementor-widget-image {
    position: relative;
    z-index: 1;
}
.kande-bd-image-frame img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* At a Glance */
.kande-bd-glance {
    background: #ffffff;
}
.kande-bd-icon-badge {
    width: 48px;
    height: 48px;
    flex: none;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kande-bd-fact-card > .elementor-widget-wrap > .elementor-widget:first-child {
    flex: none;
}

/* Listing placeholder cards */
.kande-bd-listing-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.kande-bd-listing-thumb {
    height: 200px;
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    position: relative;
}
.kande-bd-listing-thumb::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
}
.kande-bd-listing-info {
    padding: 20px;
}
.kande-bd-listing-price {
    height: 16px;
    width: 40%;
    background: #e8e8e8;
    border-radius: 4px;
    margin-bottom: 10px;
}
.kande-bd-listing-address {
    height: 12px;
    width: 70%;
    background: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 14px;
}
.kande-bd-listing-meta {
    display: flex;
    gap: 12px;
}
.kande-bd-listing-meta span {
    height: 10px;
    width: 50px;
    background: #f0f0f0;
    border-radius: 4px;
    display: block;
}

/* CTA Band */
.kande-bd-cta-band p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    max-width: 560px;
}

/* Responsive */
@media (max-width: 940px) {
    .kande-bd-about {
        flex-direction: column !important;
    }
    .kande-bd-about > .elementor-element {
        width: 100% !important;
    }
    .kande-bd-image-frame {
        max-width: 540px;
    }
    .kande-bd-listing-grid {
        flex-direction: column !important;
    }
}
@media (max-width: 620px) {
    .kande-bd-glance {
        flex-direction: column !important;
    }
}
@media (max-width: 560px) {
    .kande-bd-hero .elementor-heading-title {
        font-size: 36px !important;
    }
    .kande-bd-tagline {
        font-size: 15px;
    }
    .kande-bd-cta-buttons {
        flex-direction: column !important;
    }
    .kande-bd-cta-buttons .elementor-button {
        width: 100%;
        text-align: center;
    }
}
