/* Chenthur Homes branding on top of the RealHomes Classic parent theme. */
:root{--ch-primary:#4dc7ec;--ch-primary-dark:#2eb4dc;--ch-ink:#263238;--ch-muted:#68777d;--ch-line:#e2e6e8;--ch-soft:#f6f8f9}
.chenthur-rh-topbar{background:#263238;color:#fff;font-size:12px;line-height:1.4}
.chenthur-rh-topbar__inner{width:min(1170px,calc(100% - 30px));margin:0 auto;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 0}
.chenthur-rh-topbar a,.chenthur-rh-topbar span{color:#fff;text-decoration:none}.chenthur-rh-topbar a:hover{color:var(--ch-primary)}
.chenthur-rh-main{background:#fff}.chenthur-rh-container{width:min(1170px,calc(100% - 30px));margin:0 auto}.chenthur-rh-section{padding:64px 0}.chenthur-rh-section--muted{background:var(--ch-soft)}
.chenthur-rh-slider{position:relative;width:100%;background:#eef2f3;overflow:hidden;aspect-ratio:16/9;max-height:760px}.chenthur-rh-slider__track,.chenthur-rh-slide{position:absolute;inset:0}.chenthur-rh-slide{opacity:0;visibility:hidden;transition:opacity .55s ease}.chenthur-rh-slide.is-active{opacity:1;visibility:visible}.chenthur-rh-slide img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;background:#eef2f3}
.chenthur-rh-slider__arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;background:rgba(77,199,236,.94);color:#fff;font-size:32px;line-height:1;cursor:pointer}.chenthur-rh-slider__arrow--prev{left:18px}.chenthur-rh-slider__arrow--next{right:18px}.chenthur-rh-slider__dots{position:absolute;z-index:4;left:0;right:0;bottom:18px;display:flex;justify-content:center;gap:7px}.chenthur-rh-slider__dots button{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.45);padding:0;cursor:pointer}.chenthur-rh-slider__dots button.is-active{background:var(--ch-primary);border-color:var(--ch-primary)}
.chenthur-rh-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.chenthur-rh-section-heading span,.chenthur-rh-about__copy>span{display:block;text-transform:uppercase;letter-spacing:.11em;font-size:12px;color:#2daed5;font-weight:700;margin-bottom:7px}.chenthur-rh-section-heading h2,.chenthur-rh-about__copy h2{font-size:32px;line-height:1.2;margin:0;color:var(--ch-ink);font-weight:500}.chenthur-rh-section-heading a{font-weight:600;color:#2daed5}.chenthur-rh-lead{font-size:16px;color:var(--ch-muted);margin:0 0 26px}
.chenthur-rh-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}.chenthur-rh-property-grid>.property-item{float:none!important;width:auto!important;margin:0!important;min-height:100%;box-sizing:border-box;background:#fff}.chenthur-rh-property-grid>.property-item figure{width:100%!important;float:none!important;margin:0 0 16px!important;overflow:hidden}.chenthur-rh-property-grid>.property-item figure>a{display:block}.chenthur-rh-property-grid>.property-item figure img{display:block;width:100%;height:250px;object-fit:cover}.chenthur-rh-property-grid>.property-item h4{margin-left:0!important;margin-right:0!important}.chenthur-rh-property-grid>.property-item p{min-height:54px}.chenthur-rh-property-grid>.property-item .property-meta{width:auto!important}
.chenthur-rh-about{border-top:1px solid var(--ch-line);border-bottom:1px solid var(--ch-line)}.chenthur-rh-about__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:56px;align-items:center}.chenthur-rh-about__image{background:#eaf0f2;overflow:hidden}.chenthur-rh-about__image img{display:block;width:100%;height:auto;max-height:600px;object-fit:contain}.chenthur-rh-about__copy p{font-size:15px;line-height:1.75;color:var(--ch-muted)}.chenthur-rh-about__copy ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin:22px 0 28px;padding:0;list-style:none}.chenthur-rh-about__copy li:before{content:'✓';color:#2daed5;font-weight:700;margin-right:7px}.chenthur-rh-button{display:inline-block;border:0;background:var(--ch-primary);color:#fff!important;padding:12px 20px;font-weight:700;text-decoration:none;cursor:pointer}.chenthur-rh-button:hover{background:var(--ch-primary-dark);color:#fff!important}
.chenthur-rh-page-head{background-color:#394041}.chenthur-rh-page-head .page-title span{color:#fff}.chenthur-rh-contact-grid{display:grid;grid-template-columns:360px 1fr;gap:44px}.chenthur-rh-contact-card,.chenthur-rh-contact-form-wrap{background:#fff;border:1px solid var(--ch-line);padding:28px}.chenthur-rh-contact-card h2,.chenthur-rh-contact-form-wrap h2{margin-top:0}.chenthur-rh-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chenthur-rh-form label{display:grid;gap:6px;font-weight:600}.chenthur-rh-form input,.chenthur-rh-form select,.chenthur-rh-form textarea{box-sizing:border-box;width:100%;border:1px solid #d6dde0;background:#fff;padding:10px 12px;min-height:42px}.chenthur-rh-form__wide{grid-column:1/-1}.chenthur-rh-honeypot{position:absolute!important;left:-9999px!important}.chenthur-rh-alert{padding:12px 14px;background:#eaf8ef;border-left:4px solid #49a768;margin-bottom:20px}
/* Match the RealHomes Classic Fancybox controls seen on the reference site. */
.design_classic .fancybox-infobar,.design_classic .fancybox-toolbar .fancybox-button{background:var(--ch-primary);color:#fff}.design_classic .fancybox-navigation .fancybox-button>div{background:var(--ch-primary);color:#fff}.design_classic .fancybox-button:hover{background:var(--ch-primary-dark)}.design_classic .fancybox-bg{background:#111}.design_classic .fancybox-image{image-rendering:auto}
@media(max-width:980px){.chenthur-rh-topbar__inner{justify-content:center;flex-wrap:wrap}.chenthur-rh-topbar__inner span{width:100%;text-align:center}.chenthur-rh-property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chenthur-rh-about__grid{grid-template-columns:1fr;gap:34px}.chenthur-rh-contact-grid{grid-template-columns:1fr}}
@media(max-width:640px){.chenthur-rh-topbar__inner{gap:6px 14px}.chenthur-rh-topbar__inner span{font-size:11px}.chenthur-rh-slider{aspect-ratio:16/9;min-height:0}.chenthur-rh-slider__arrow{width:38px;height:38px;font-size:27px}.chenthur-rh-slider__arrow--prev{left:8px}.chenthur-rh-slider__arrow--next{right:8px}.chenthur-rh-section{padding:46px 0}.chenthur-rh-section-heading{align-items:flex-start;flex-direction:column;gap:10px}.chenthur-rh-section-heading h2,.chenthur-rh-about__copy h2{font-size:27px}.chenthur-rh-property-grid{grid-template-columns:1fr}.chenthur-rh-property-grid>.property-item figure img{height:auto;max-height:none;object-fit:contain}.chenthur-rh-about__copy ul{grid-template-columns:1fr}.chenthur-rh-form{grid-template-columns:1fr}.chenthur-rh-form__wide{grid-column:auto}.chenthur-rh-contact-card,.chenthur-rh-contact-form-wrap{padding:20px}}
