/* Casa Hijama static repair layer: replaces unavailable WordPress theme/plugin CSS. */
:root{--ch-accent:#29b4cf;--ch-dark:#212121;--ch-border:rgba(33,33,33,.1)}
html{scroll-padding-top:80px}
body{margin:0;overflow-x:hidden}
/* Header/navigation */
.wb4wp-navbar{position:sticky;top:0;z-index:9000;width:100%;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--ch-border);box-shadow:0 1px 8px rgba(0,0,0,.05)}
.wb4wp-wrapper{min-height:72px;max-width:1280px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative}
.wb4wp-left,.wb4wp-right{flex:1;display:flex;align-items:center}
.wb4wp-right{justify-content:flex-end}
.wb4wp-brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}
.wb4wp-brand img{width:auto;max-width:180px;max-height:54px;object-fit:contain}
.wb4wp-menu-button{width:44px;height:44px;border:0;background:transparent;cursor:pointer;position:relative;display:none}
.wb4wp-menu-button:before,.wb4wp-menu-button:after{content:"";position:absolute;left:10px;width:24px;height:2px;background:#212121;transition:.25s}
.wb4wp-menu-button:before{top:17px;box-shadow:0 7px 0 #212121}
.wb4wp-menu-button:after{top:31px}
.wb4wp-menu{display:flex;align-items:center;justify-content:center}
.wb4wp-menu-items{list-style:none;display:flex;gap:30px;margin:0;padding:0;align-items:center}
.wb4wp-menu-items li{margin:0;padding:0}
.wb4wp-menu-items a{font-family:'Work Sans',Arial,sans-serif;font-size:15px;font-weight:500;color:#212121;display:block;padding:10px 0;transition:color .2s}
.wb4wp-menu-items a:hover,.wb4wp-menu-items .current-menu-item>a{color:var(--ch-accent)}
/* Footer */
.wb4wp-footer{position:relative;background:#fff;color:#212121;overflow:hidden}
.wb4wp-footer .kv-background{position:absolute;inset:0;pointer-events:none}
.wb4wp-footer .kv-background-inner{position:absolute;inset:0;background-size:cover;background-position:center}
.wb4wp-footer .kv-main-container{position:relative;max-width:1280px;margin:0 auto;padding:50px 28px 20px}
.wb4wp-footer-section{position:relative}
.wb4wp-footer-header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--ch-border)}
.wb4wp-footer-header .wb4wp-brand{position:static;transform:none}
.wb4wp-footer-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:20px;margin:0;padding:0}
.wb4wp-footer-nav a{font-size:14px;color:#212121}
.wb4wp-footer-body{padding:25px 0}
.wb4wp-footer-body h3{margin:0 0 8px}
.wb4wp-colophon{padding-top:15px;border-top:1px solid var(--ch-border);font-size:13px}
/* Common static-page fixes */
img{height:auto}
iframe{max-width:100%}
button,input,textarea,select{font:inherit}
/* WhatsApp floating widgets remain clickable without the plugin stylesheet. */
.ht_ctc_chat_greetings_box,.ht_ctc_chat_style{z-index:9999}
@media (max-width:900px){
 .wb4wp-wrapper{min-height:64px;padding:0 16px}
 .wb4wp-brand img{max-width:145px;max-height:46px}
 .wb4wp-menu-button{display:block}
 .wb4wp-menu{display:none;position:absolute;left:0;right:0;top:64px;background:#fff;border-bottom:1px solid var(--ch-border);box-shadow:0 8px 20px rgba(0,0,0,.08);padding:12px 20px 20px}
 .wb4wp-navbar.ch-menu-open .wb4wp-menu{display:block}
 .wb4wp-menu-items{flex-direction:column;align-items:stretch;gap:0}
 .wb4wp-menu-items a{padding:14px 8px;border-bottom:1px solid rgba(33,33,33,.07);text-align:center}
 .wb4wp-footer-header{flex-direction:column;align-items:flex-start}
 .wb4wp-footer-nav ul{flex-direction:column;gap:12px}
}
@media (min-width:901px){.wb4wp-navbar .wb4wp-menu{min-height:0}.wb4wp-navbar .wb4wp-menu-button{display:none}}

/* Casa Hijama appointment form replacement for the unavailable Zoho booking iframe. */
.ch-booking-wrap{width:100%;padding:48px 20px;background:#fff;display:flex;justify-content:center;align-items:center;min-height:596px}
.ch-booking-card{width:min(980px,100%);background:#fff;border:1px solid rgba(33,33,33,.10);border-radius:18px;padding:34px;box-shadow:0 14px 45px rgba(20,20,30,.10)}
.ch-booking-heading{text-align:center;margin-bottom:24px}.ch-booking-eyebrow{display:block;color:#29b4cf;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:8px}.ch-booking-heading h2{margin:0 0 8px;font-size:clamp(26px,4vw,38px);line-height:1.15;color:#222}.ch-booking-heading p{margin:0 auto;max-width:680px;color:#666;font-size:15px;line-height:1.6}
.ch-booking-form{font-family:inherit}.ch-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ch-booking-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600;color:#333;margin-bottom:16px}.ch-booking-form input,.ch-booking-form select,.ch-booking-form textarea{width:100%;border:1px solid #d8d8d8;border-radius:9px;background:#fff;padding:12px 13px;font-size:15px;color:#222;outline:none;transition:border-color .2s,box-shadow .2s}.ch-booking-form input:focus,.ch-booking-form select:focus,.ch-booking-form textarea:focus{border-color:#29b4cf;box-shadow:0 0 0 3px rgba(41,180,207,.12)}.ch-booking-form textarea{resize:vertical;min-height:100px}.ch-consent{flex-direction:row!important;align-items:flex-start;gap:9px!important;font-weight:400!important;color:#666!important;line-height:1.45}.ch-consent input{width:17px;height:17px;min-width:17px;margin-top:1px;accent-color:#29b4cf}.ch-booking-submit{width:100%;border:0;border-radius:9px;background:#29b4cf;color:#fff;font-weight:700;font-size:15px;padding:14px 18px;cursor:pointer;transition:transform .15s,opacity .15s}.ch-booking-submit:hover{opacity:.92;transform:translateY(-1px)}.ch-booking-submit:active{transform:translateY(0)}.ch-booking-note{text-align:center;color:#777;font-size:12px;line-height:1.5;margin:12px 0 0}.ch-booking-success{text-align:center;font-weight:600;color:#20823a;margin-top:10px;min-height:20px}
@media(max-width:700px){.ch-booking-wrap{padding:28px 12px;min-height:auto}.ch-booking-card{padding:22px 16px;border-radius:14px}.ch-form-grid{grid-template-columns:1fr;gap:0}.ch-booking-heading{margin-bottom:20px}}
