/* Site-wide Qurbani Centre redesign rollout. Astra remains only as the
   compatibility/template layer for WooCommerce and stored page content. */
body:not(.home){background:var(--color-background);color:var(--color-text);font-family:Inter,Arial,sans-serif}
body:not(.home) #ast-desktop-header,body:not(.home) #ast-mobile-header,body:not(.home) header.site-header,body:not(.home) footer.site-footer{display:none!important}
body:not(.home) .site-content{background:var(--color-background)}
body:not(.home) .ast-container{width:min(100% - 40px,1200px);max-width:1200px;padding:0}
body:not(.home) #primary{margin:0;padding:clamp(42px,7vw,88px) 0;width:100%}
body:not(.home) .entry-content,body:not(.home) .entry-summary{color:var(--color-text)}
body:not(.home) h1,body:not(.home) h2,body:not(.home) h3,body:not(.home) h4{font-family:Fraunces,Georgia,serif;color:var(--color-text);letter-spacing:-.025em}
body:not(.home) a{color:var(--color-brand-secondary)}
.qc-sitewide-shell{position:relative;z-index:100}
.qc-sitewide-shell .qc-brand,.qc-sitewide-footer .qc-brand{gap:0}

/* Campaign and institutional pages retain their governed content while using
   the approved shell, measure, spacing and surface system. */
.page:not(.home) article.page{background:transparent}
.page:not(.home) .entry-header{margin-bottom:30px}
.page:not(.home) .entry-title{font-size:clamp(2.5rem,6vw,4.75rem);line-height:.98}
.qc6{margin-top:calc(clamp(42px,7vw,88px) * -1)}
.qc6-local{border-radius:0 0 var(--radius-md) var(--radius-md)}
.qc6-hero{isolation:isolate;min-height:380px;display:flex;align-items:center}
.qc6-main{padding-bottom:clamp(64px,9vw,112px)}

/* Trust-first WooCommerce product presentation. Functional forms and server
   validation stay owned by the approved booking plugin. */
.single-product #primary{padding-top:clamp(38px,6vw,72px)}
.single-product div.product{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(34px,6vw,76px);align-items:start}
.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;min-height:520px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-subtle);display:grid;place-items:center;overflow:hidden}
.single-product div.product .summary{width:100%!important;float:none!important;margin:0!important;padding:clamp(6px,2vw,24px) 0}
.single-product .product_title{font-size:clamp(2.5rem,5vw,4.4rem)!important;line-height:1!important;margin:.25em 0!important}
.single-product .price{font-family:Fraunces,Georgia,serif;color:var(--color-brand-primary)!important;font-size:clamp(1.7rem,3vw,2.35rem)!important;font-weight:700}
.single-product .woocommerce-product-details__short-description{font-size:1.05rem;color:var(--color-text-muted);max-width:62ch}
.single-product .qc-booking-panel,.single-product form.cart{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-brand-secondary);border-radius:var(--radius-lg);padding:clamp(20px,3vw,32px);box-shadow:var(--shadow-sm)}
.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:26px;padding-top:36px;border-top:1px solid var(--color-border)}
.single-product .woocommerce-tabs ul.tabs{padding:0!important}
.single-product .woocommerce-tabs ul.tabs:before{border-color:var(--color-border)!important}
.single-product .woocommerce-tabs ul.tabs li{background:transparent!important;border:0!important}
.single-product .woocommerce-breadcrumb{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}

/* Transaction pages share the same editorial container and surface language. */
.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.page-id-35 .entry-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:clamp(22px,5vw,52px);box-shadow:var(--shadow-sm)}
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border-color:var(--color-border);border-radius:var(--radius-md)}
.woocommerce-cart .cart_totals,.woocommerce-checkout #order_review{background:var(--color-surface-subtle);border-color:var(--color-border)}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button{min-height:48px;border-radius:var(--radius-md)!important;background:var(--color-brand-primary)!important;color:#fff!important;font-family:Inter,Arial,sans-serif!important;font-weight:700!important}
.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--color-brand-primary-hover)!important}
.qc-track-booking{max-width:900px}

/* Strict 44px hit areas for compact native WooCommerce controls. Text remains
   at its normal size; only the interactive box grows. */
.woocommerce-cart-form .product-remove a,
.woocommerce-cart-form .product-thumbnail a,
.woocommerce-cart-form .product-name a,
.woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link{
 display:inline-flex;min-width:44px;min-height:44px;align-items:center
}
.woocommerce-cart-form .product-remove a{justify-content:center}
.woocommerce-form-coupon-toggle .showcoupon,
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link{padding-block:10px}

/* Keep a familiar 20px indicator inside a measured 44px control. */
#payment input[type="radio"],
#payment input[type="checkbox"]{
 appearance:none;-webkit-appearance:none;position:relative;box-sizing:border-box;
 width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
 margin:0 8px 0 0!important;border:0!important;background:transparent!important;
 display:inline-grid;place-content:center;flex:0 0 44px
}
#payment input[type="radio"]:before,
#payment input[type="checkbox"]:before{
 content:"";display:block;width:20px;height:20px;box-sizing:border-box;
 border:2px solid var(--color-brand-secondary);background:#fff
}
#payment input[type="radio"]:before{border-radius:50%}
#payment input[type="checkbox"]:before{border-radius:4px}
#payment input[type="radio"]:checked:after{
 content:"";position:absolute;left:17px;top:17px;width:10px;height:10px;
 border-radius:50%;background:var(--color-brand-secondary)
}
#payment input[type="checkbox"]:checked:after{
 content:"";position:absolute;left:16px;top:14px;width:11px;height:7px;
 border-left:3px solid var(--color-brand-secondary);border-bottom:3px solid var(--color-brand-secondary);
 transform:rotate(-45deg)
}
#payment input[type="radio"]:focus-visible,
#payment input[type="checkbox"]:focus-visible{outline:3px solid var(--color-focus)!important;outline-offset:1px}

/* Direct support route. It promises support only, not confirmation, media,
   evidence delivery or fulfilment updates. */
.qc-whatsapp-support{position:fixed;right:18px;bottom:18px;z-index:90;display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:9px 14px 9px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#176b57;color:#fff!important;box-shadow:0 10px 28px rgba(24,46,39,.24);font-family:Inter,Arial,sans-serif;font-size:.78rem;font-weight:700;line-height:1;text-decoration:none!important}
.qc-whatsapp-support:hover{background:#0f5846;color:#fff!important;transform:translateY(-1px)}
.qc-whatsapp-support:focus-visible{outline:3px solid #c98b2e;outline-offset:3px}
.qc-whatsapp-support__mark{display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(255,255,255,.48);border-radius:50%;font-size:.72rem;font-weight:800}

@media(max-width:900px){
 body:not(.home) .ast-container{width:min(100% - 28px,1200px)}
 .single-product div.product{grid-template-columns:1fr}
 .single-product div.product .woocommerce-product-gallery{min-height:340px}
}
@media(max-width:520px){
	.qc-whatsapp-support{right:14px;bottom:14px;width:48px;height:48px;padding:0}
	.qc-whatsapp-support__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
	.qc-whatsapp-support__mark{width:28px;height:28px}
 body:not(.home) #primary{padding:34px 0 56px}
 .single-product div.product .woocommerce-product-gallery{min-height:260px}
 .woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.page-id-35 .entry-content{padding:18px}
}
