@media only screen and (min-width:0rem){#about{background-color:var(--bg-1);padding:var(--sectionPadding)}#about .cs-container{display:flex;justify-content:center;max-width:52rem}#about .cs-content{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}#about .cs-title{font-size:clamp(1.75rem,4.5vw,3rem);max-width:22ch}#about .cs-text{font-size:clamp(.9375rem,1.5vw,1.125rem);line-height:1.85;margin-bottom:2rem;max-width:44rem}#about .cs-badge-group{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}#about .cs-badge{align-items:center;border-radius:var(--radius-full);display:inline-flex;font-size:.875rem;font-weight:700;gap:.4rem;letter-spacing:.02em;padding:.5rem 1.125rem}#about .cs-badge--red{background-color:rgba(204,34,0,.14);border:1px solid rgba(204,34,0,.38);color:#f75}#about .cs-badge--green{background-color:rgba(34,162,90,.14);border:1px solid rgba(34,162,90,.38);color:#4cd68a}#serve{background-color:var(--bg-2);padding:var(--sectionPadding)}#serve .cs-container{gap:clamp(2rem,4vw,3rem);max-width:var(--container-max)}#serve .cs-container,#serve .cs-content{align-items:center;display:flex;flex-direction:column}#serve .cs-content{gap:.25rem;text-align:center;width:100%}#serve .cs-flex{align-items:center;display:flex;flex-direction:column}#serve .cs-title{margin-bottom:.5rem}#serve .cs-text{margin-bottom:0;max-width:40rem}#serve .cs-card-group{display:grid;gap:clamp(.875rem,2vw,1.25rem);grid-template-columns:repeat(12,1fr);width:100%}#serve .cs-item{display:flex;flex-direction:column;grid-column:span 12}#serve .cs-item:hover .cs-picture img{opacity:.6;transform:scale(1.07)}#serve .cs-link{background-color:var(--bg-3);border:1px solid hsla(0,0%,100%,.05);border-radius:var(--radius-lg);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform var(--t),border-color var(--t)}#serve .cs-link:hover{border-color:rgba(255,215,0,.2);transform:translateY(-5px)}#serve .cs-picture{background-color:var(--bg-4);display:block;flex-shrink:0;height:15rem;overflow:hidden;position:relative;width:100%}#serve .cs-picture img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;transition:transform .65s ease,opacity .3s ease;width:100%}#serve .cs-item-body{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.125rem 1.25rem}#serve .cs-h3{color:var(--text-primary);font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin:0}#serve .cs-item-text{color:var(--primary);font-size:.8125rem;font-weight:700;letter-spacing:.07em;margin:0;text-transform:uppercase}#serve .cs-menu-btn{align-items:center;background-color:var(--primary);border-radius:var(--radius);color:var(--bg-1);display:inline-flex;font-family:var(--font-body);font-size:1rem;font-weight:700;gap:.5rem;line-height:1;padding:.9375rem 1.875rem;position:relative;text-decoration:none;transition:color var(--t);z-index:1}#serve .cs-menu-btn:before{background:var(--accent-red);border-radius:var(--radius);content:"";height:100%;left:0;position:absolute;top:0;transition:width var(--t);width:0;z-index:-1}#serve .cs-menu-btn:hover{color:#fff}#serve .cs-menu-btn:hover:before{width:100%}}@media only screen and (min-width:48rem){#serve .cs-item{grid-column:span 6}#serve .cs-picture{height:clamp(15rem,28vw,22rem)}}@media only screen and (min-width:81.25rem){#serve .cs-item{grid-column:span 3}}@media only screen and (min-width:0rem){#order{background-color:var(--bg-1);padding:var(--sectionPadding)}#order .cs-container{gap:clamp(2.5rem,5vw,3.5rem);max-width:var(--container-max)}#order .cs-container,#order .cs-content{align-items:center;display:flex;flex-direction:column}#order .cs-content{text-align:center;width:100%}#order .cs-text{margin-bottom:0;max-width:38rem}#order .cs-card-group{gap:clamp(1.5rem,3.5vw,2rem)}#order .cs-card-group,#order .cs-item{align-items:center;display:flex;flex-direction:column;width:100%}#order .cs-item{max-width:22rem;text-align:center}#order .cs-picture{align-items:center;background-color:var(--accent-red);border-radius:50%;box-shadow:0 0 0 4px rgba(204,34,0,.2);display:flex;flex-shrink:0;height:5rem;justify-content:center;margin-bottom:1.25rem;width:5rem}#order .cs-picture--gold{background-color:var(--primary);box-shadow:0 0 0 4px rgba(255,215,0,.2)}#order .cs-step-number{color:#fff;display:block;font-family:var(--font-heading);font-size:1.875rem;font-weight:700;line-height:1}#order .cs-picture--gold .cs-step-number{color:#000}#order .cs-h3{color:var(--text-primary);font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}#order .cs-item-p{color:var(--text-muted);font-size:.9375rem;line-height:1.65em;margin:0;max-width:18rem}#order .cs-arrow{display:none}#order .cs-button-solid{align-items:center;background-color:var(--accent-red);border-radius:var(--radius);color:#fff;display:inline-flex;font-family:var(--font-body);font-size:1rem;font-weight:700;gap:.625rem;line-height:1;padding:1rem 2rem;position:relative;text-decoration:none;transition:color var(--t);z-index:1}#order .cs-button-solid:before{background:var(--primary);border-radius:var(--radius);content:"";height:100%;left:0;position:absolute;top:0;transition:width var(--t);width:0;z-index:-1}#order .cs-button-solid:hover{color:#000}#order .cs-button-solid:hover:before{width:100%}}@media only screen and (min-width:48rem){#order .cs-card-group{align-items:center;flex-direction:row;gap:0;justify-content:center}#order .cs-item{flex:1;max-width:17rem}#order .cs-arrow{align-items:center;display:flex;flex:none;justify-content:center;max-width:none;width:clamp(3rem,5vw,5rem)}#order .cs-arrow-line{background:linear-gradient(to right,var(--accent-red) 0,var(--primary) 100%);border-radius:2px;height:2px;position:relative;width:100%}#order .cs-arrow-line:after{border:6px solid transparent;border-left:6px solid var(--primary);content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%)}}@media only screen and (min-width:0rem){#reviews-62{background-color:var(--bg-1);padding:var(--sectionPadding)}#reviews-62 .cs-container{gap:clamp(2.5rem,5vw,3.5rem);max-width:var(--container-max)}#reviews-62 .cs-container,#reviews-62 .cs-content{align-items:center;display:flex;flex-direction:column}#reviews-62 .cs-content{text-align:center;width:100%}#reviews-62 .cs-text{margin-bottom:0}#reviews-62 .cs-card-group{gap:1.25rem}#reviews-62 .cs-card-group,#reviews-62 .cs-item{align-items:center;display:flex;flex-direction:column;width:100%}#reviews-62 .cs-item{background-color:var(--bg-3);border:1px solid hsla(0,0%,100%,.06);border-radius:var(--radius-lg);gap:.5rem;max-width:26rem;padding:2rem 1.75rem;text-align:center;transition:border-color var(--t)}#reviews-62 .cs-item:hover{border-color:rgba(255,215,0,.2)}#reviews-62 .cs-avatar{align-items:center;background-color:var(--accent-red);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;height:3.5rem;justify-content:center;margin-bottom:.5rem;width:3.5rem}#reviews-62 .cs-stars{align-items:center;color:var(--primary);display:flex;gap:.125rem;margin-bottom:.25rem}#reviews-62 .cs-name{color:var(--text-primary);display:block;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;line-height:1.2}#reviews-62 .cs-desc{color:var(--text-dim);display:block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}#reviews-62 .cs-item-text{color:var(--text-muted);font-size:clamp(.875rem,1.5vw,1rem);font-style:italic;line-height:1.7;margin:0}}@media only screen and (min-width:48rem){#reviews-62 .cs-card-group{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:center}#reviews-62 .cs-item{max-width:none;width:clamp(31%,30vw,32%)}}@media only screen and (min-width:0rem){#find{background-color:var(--bg-2);padding:var(--sectionPadding)}#find .cs-container{gap:clamp(2rem,4vw,3rem);max-width:var(--container-max)}#find .cs-container,#find .cs-content{align-items:center;display:flex;flex-direction:column}#find .cs-content{text-align:center;width:100%}#find .cs-text{margin-bottom:0}#find .cs-info-group{display:grid;gap:1.125rem;grid-template-columns:1fr;width:100%}#find .cs-info-item{align-items:center;background-color:var(--bg-3);border:1px solid hsla(0,0%,100%,.06);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:.75rem;padding:2rem 1.5rem;text-align:center;transition:border-color var(--t)}#find .cs-info-item:hover{border-color:rgba(255,215,0,.22)}#find .cs-icon-wrapper{align-items:center;background-color:var(--accent-red);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}#find .cs-icon-wrapper--gold{background-color:var(--primary);color:#000}#find .cs-info-title{color:var(--text-primary);font-family:var(--font-heading);font-size:1.125rem;font-weight:600;margin:0}#find .cs-info-text{color:var(--text-muted);font-size:.9375rem;line-height:1.65;margin:0}#find .cs-info-link{color:var(--primary);font-size:1.25rem;font-weight:700;text-decoration:none;transition:color var(--t)}#find .cs-info-link:hover{color:var(--text-primary)}#find .cs-halaal-badge{align-items:center;background-color:rgba(34,162,90,.1);border:1px solid rgba(34,162,90,.32);border-radius:var(--radius-full);color:#4cd68a;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.625rem 1.5rem}}@media only screen and (min-width:48rem){#find .cs-info-group{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:0rem){#cs-footer-108{background-color:var(--bg-1);border-top:1px solid rgba(255,215,0,.12);padding:clamp(3rem,6vw,4.5rem) 1rem clamp(1.5rem,3vw,2.5rem)}#cs-footer-108 .cs-container{align-items:center;display:flex;flex-direction:column;gap:1.75rem}#cs-footer-108 .cs-footer-logo{align-items:center;display:flex;flex-direction:column;gap:.375rem;text-decoration:none}#cs-footer-108 .cs-footer-brand{align-items:center;display:flex;flex-direction:column;gap:.125rem}#cs-footer-108 .cs-footer-name{color:var(--text-primary);font-family:var(--font-heading);font-size:1.125rem;font-weight:400;letter-spacing:.04em;line-height:1.1;text-transform:uppercase}#cs-footer-108 .cs-footer-name strong{color:var(--primary);font-size:1.375rem;font-weight:700}#cs-footer-108 .cs-ul{border-bottom:1px solid hsla(0,0%,100%,.07);border-top:1px solid hsla(0,0%,100%,.07);display:flex;flex-wrap:wrap;gap:.75rem 2rem;justify-content:center;padding:clamp(1.5rem,3vw,2rem) 0;width:100%}#cs-footer-108 .cs-li{list-style:none}#cs-footer-108 .cs-link{color:var(--text-muted);font-size:clamp(.875rem,1.4vw,1rem);font-weight:600;position:relative;text-decoration:none;transition:color var(--t)}#cs-footer-108 .cs-link:before{background:var(--primary);bottom:-.125rem;content:"";display:block;height:2px;left:0;position:absolute;transition:width var(--t);width:0}#cs-footer-108 .cs-link:hover{color:var(--text-primary)}#cs-footer-108 .cs-link:hover:before{width:100%}#cs-footer-108 .cs-address{color:var(--text-dim);font-size:.875rem;line-height:1.85;text-align:center}#cs-footer-108 .cs-address-link{color:var(--text-muted);text-decoration:none;transition:color var(--t)}#cs-footer-108 .cs-address-link:hover{color:var(--primary)}#cs-footer-108 .cs-hashtags{display:flex;flex-wrap:wrap;gap:.875rem 1.5rem;justify-content:center}#cs-footer-108 .cs-tag{color:var(--primary);font-size:.9375rem;font-weight:700;letter-spacing:.02em}#cs-footer-108 .cs-copyright{border-top:1px solid hsla(0,0%,100%,.05);color:var(--text-dim);display:block;font-size:clamp(.8125rem,1.3vw,.9375rem);padding-top:.5rem;text-align:center;width:100%}#cs-footer-108 .cs-powered-link{color:var(--text-dim);text-decoration:none;transition:color var(--t)}#cs-footer-108 .cs-powered-link:hover{color:var(--primary)}}