:root{--ekw-columns:3;--ekw-primary-color:#1d355d;--ekw-primary-color-dark:#14253f;--ekw-accent-color:#ef8921;--ekw-whatsapp-color:#25d366;--ekw-text-color:#1d2433;--ekw-muted-color:#6b7486;--ekw-border-color:#e4e8ef;--ekw-card-bg:#ffffff;--ekw-soft-bg:#f5f7fb;--ekw-success-color:#1f9d55;--ekw-danger-color:#d64545;--ekw-radius:14px;--ekw-shadow:0 6px 20px rgba(29, 53, 93, 0.08);--ekw-shadow-hover:0 12px 28px rgba(29, 53, 93, 0.16);--ekw-font:"DIN Next LT W23", "Tajawal", "Segoe UI", Tahoma, sans-serif}.ekw-wrap,.ekw-worker{text-align:start;font-family:var(--ekw-font);color:var(--ekw-text-color);line-height:1.6}.ekw-wrap *,.ekw-worker *{box-sizing:border-box}.ekw-listing-title{margin:0 0 20px;font-size:28px;font-weight:700;color:var(--ekw-primary-color);position:relative;padding-bottom:12px}.ekw-listing-title::after{content:'';position:absolute;bottom:0;inset-inline-start:0;width:56px;height:4px;border-radius:4px;background:var(--ekw-accent-color)}.ekw-country-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--ekw-border-color)}.ekw-country-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:999px;background:var(--ekw-card-bg);border:1px solid var(--ekw-border-color);color:var(--ekw-text-color);text-decoration:none;font-size:15px;font-weight:500;white-space:nowrap;transition:border-color 0.15s ease,color 0.15s ease,background 0.15s ease}.ekw-country-tab:hover{border-color:var(--ekw-accent-color);color:var(--ekw-primary-color)}.ekw-country-tab.is-active{background:var(--ekw-primary-color);border-color:var(--ekw-primary-color);color:#fff;box-shadow:inset 0 -3px 0 var(--ekw-accent-color)}.ekw-country-tabs.ekw-country-tabs-plain{border-bottom:0;padding-bottom:0;margin-bottom:0}.ekw-filters{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px;padding:16px;background:var(--ekw-soft-bg);border-radius:var(--ekw-radius)}.ekw-filter-field{display:flex;flex-direction:column;gap:6px;flex:1 1 200px}.ekw-filter-field label{font-size:13px;font-weight:600;color:var(--ekw-primary-color)}.ekw-filter-field select{width:100%;min-height:46px;padding:8px 14px;border:1px solid var(--ekw-border-color);border-radius:10px;background-color:#fff;color:var(--ekw-text-color);font-family:inherit;font-size:15px}.ekw-filter-field select:focus{outline:none;border-color:var(--ekw-accent-color);box-shadow:0 0 0 3px rgb(239 137 33 / .18)}.ekw-grid{display:grid;grid-template-columns:repeat(var(--ekw-columns),minmax(0,1fr));gap:22px;transition:opacity 0.15s ease}@media (max-width:900px){.ekw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.ekw-grid{grid-template-columns:minmax(0,1fr)}}.ekw-empty{grid-column:1 / -1;text-align:center;padding:40px 16px;background:var(--ekw-soft-bg);border-radius:var(--ekw-radius);color:var(--ekw-muted-color)}.ekw-card{background:var(--ekw-card-bg);border:1px solid var(--ekw-border-color);border-radius:var(--ekw-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--ekw-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease}.ekw-card:hover{transform:translateY(-3px);box-shadow:var(--ekw-shadow-hover)}.ekw-card-photo-link{display:block;position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--ekw-soft-bg)}.ekw-card-photo,.ekw-single-photo img{width:100%;height:100%;object-fit:cover;display:block}.ekw-card-photo-placeholder{background:linear-gradient(135deg,var(--ekw-soft-bg),#e8edf5)}.ekw-badge{position:absolute;top:12px;inset-inline-start:12px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;box-shadow:0 2px 6px rgb(0 0 0 / .15)}.ekw-badge-available{background:var(--ekw-success-color)}.ekw-badge-reserved{background:var(--ekw-danger-color)}.ekw-flag{display:inline-block;width:20px;height:15px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgb(0 0 0 / .08);vertical-align:middle;flex:0 0 auto}.ekw-card-flag{position:absolute;top:12px;inset-inline-end:12px;display:flex;padding:4px;line-height:0;background:rgb(255 255 255 / .95);border-radius:6px;box-shadow:0 2px 6px rgb(0 0 0 / .15)}.ekw-card-flag .ekw-flag{width:28px;height:21px}.ekw-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex-grow:1}.ekw-card-id{align-self:flex-start;font-size:12px;font-weight:700;color:var(--ekw-accent-color);background:rgb(239 137 33 / .1);padding:2px 10px;border-radius:999px}.ekw-card-title{margin:0;font-size:18px;font-weight:700;line-height:1.4}.ekw-card-title a{color:var(--ekw-primary-color);text-decoration:none}.ekw-card-meta{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;gap:6px;font-size:13px}.ekw-card-meta li{background:var(--ekw-soft-bg);color:var(--ekw-text-color);padding:4px 10px;border-radius:8px}.ekw-meta-status.is-available{color:var(--ekw-success-color)}.ekw-meta-status.is-reserved{color:var(--ekw-danger-color)}.ekw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:10px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid #fff0;transition:background 0.15s ease,filter 0.15s ease,color 0.15s ease}.ekw-btn-primary{background:var(--ekw-primary-color);color:#fff}.ekw-btn-primary:hover,.ekw-btn-primary:focus{background:var(--ekw-primary-color-dark);color:#fff}.ekw-btn-whatsapp{background:var(--ekw-whatsapp-color);color:#fff}.ekw-btn-whatsapp:hover,.ekw-btn-whatsapp:focus{filter:brightness(.93);color:#fff}.ekw-btn-outline{background:#fff0;color:var(--ekw-primary-color);border-color:var(--ekw-primary-color)}.ekw-btn-outline:hover,.ekw-btn-outline:focus{background:var(--ekw-primary-color);color:#fff}.ekw-card-actions{display:flex;gap:8px;margin-top:auto}.ekw-card-actions .ekw-btn-primary{flex:1}.ekw-btn-icon{flex:0 0 auto;width:46px;padding:0}.ekw-btn-icon .ekw-icon-whatsapp{width:22px;height:22px}.ekw-icon-whatsapp{display:block}.ekw-loadmore-wrap{text-align:center;margin-top:28px}.ekw-loadmore{min-width:200px}.ekw-single{display:grid;grid-template-columns:360px minmax(0,1fr);gap:36px;max-width:1100px;margin:32px auto;padding:0 16px}.ekw-single.ekw-single-no-photo{grid-template-columns:minmax(0,1fr)}@media (max-width:760px){.ekw-single{grid-template-columns:minmax(0,1fr);gap:22px}}.ekw-single-photo{position:relative;border-radius:var(--ekw-radius);overflow:hidden;background:var(--ekw-soft-bg);aspect-ratio:4 / 5;box-shadow:var(--ekw-shadow)}.ekw-single-title{margin:6px 0 18px;font-size:30px;font-weight:700;color:var(--ekw-primary-color);line-height:1.3}.ekw-single-facts{list-style:none;margin:0 0 24px;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.ekw-single-facts li{display:flex;flex-direction:column;gap:2px;padding:12px 14px;background:var(--ekw-soft-bg);border-radius:12px;border-inline-start:4px solid var(--ekw-accent-color)}.ekw-fact-label{font-size:13px;color:var(--ekw-muted-color)}.ekw-fact-value{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--ekw-text-color)}.ekw-single-extra{margin-bottom:24px;padding:18px;border:1px solid var(--ekw-border-color);border-radius:var(--ekw-radius);line-height:1.8}.ekw-single-extra h2{margin:0 0 8px;font-size:18px;color:var(--ekw-primary-color)}.ekw-single-actions{display:flex;flex-wrap:wrap;gap:12px}.ekw-single-actions .ekw-btn{flex:1 1 220px;min-height:52px;font-size:16px}.ekw-notice{color:var(--ekw-danger-color);font-size:13px}.ekw-cv-modal{position:fixed;inset:0;background:rgb(15 25 45 / .7);display:flex;align-items:center;justify-content:center;z-index:100000;padding:20px}.ekw-cv-modal[hidden]{display:none}.ekw-cv-modal-inner{background:#fff;border-radius:var(--ekw-radius);width:100%;max-width:860px;height:90vh;display:flex;flex-direction:column;overflow:hidden}.ekw-cv-modal-header{background:var(--ekw-primary-color);border-bottom:3px solid var(--ekw-accent-color);color:#fff;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;font-weight:700}.ekw-cv-modal-brand{font-size:15px}.ekw-cv-modal-close{background:#fff0;border:none;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:0 4px}.ekw-cv-modal-frame-wrap{position:relative;flex:1;background:#525659}.ekw-cv-modal-frame{width:100%;height:100%;border:0}.ekw-cv-watermark{position:absolute;inset:0;pointer-events:none;display:flex;flex-wrap:wrap;align-content:space-around;justify-content:space-around;transform:rotate(-30deg) scale(1.4);opacity:.16;overflow:hidden}.ekw-cv-watermark span{font-size:15px;font-weight:700;color:#000;white-space:nowrap;margin:18px}.ekw-wrap .ekw-btn,.ekw-worker .ekw-btn{border-radius:10px;text-transform:none;letter-spacing:normal;line-height:1.4;box-shadow:none}.ekw-wrap button.ekw-btn-outline,.ekw-worker button.ekw-btn-outline{background:#fff0;color:var(--ekw-primary-color);border:1px solid var(--ekw-primary-color)}.ekw-wrap button.ekw-btn-outline:hover,.ekw-wrap button.ekw-btn-outline:focus,.ekw-worker button.ekw-btn-outline:hover,.ekw-worker button.ekw-btn-outline:focus{background:var(--ekw-primary-color);color:#fff}.ekw-page{max-width:1250px;margin:0 auto;padding:28px 15px 56px;box-sizing:border-box}.ekw-page .ekw-single{margin:0 auto;padding:0}.ekw-wrap .ekw-filter-field select{height:auto;min-height:46px;border:1px solid var(--ekw-border-color);border-radius:10px;background-color:#fff;box-shadow:none;line-height:1.4}@media (max-width:767px){.ekw-page{padding:18px 15px 40px}.ekw-listing-title{font-size:22px;margin-bottom:14px;padding-bottom:10px}.ekw-country-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-inline:-15px;padding:0 15px 12px;margin-bottom:14px}.ekw-country-tabs::-webkit-scrollbar{display:none}.ekw-country-tab{flex:0 0 auto;padding:7px 14px;font-size:14px}.ekw-filters{gap:10px;padding:12px;margin-bottom:16px}.ekw-filter-field{flex:1 1 0%;min-width:0;gap:4px}.ekw-filter-field label{font-size:12px}.ekw-wrap .ekw-filter-field select{min-height:42px;padding:6px 10px;font-size:14px}.ekw-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ekw-card{border-radius:12px}.ekw-card:hover{transform:none}.ekw-card-photo-link{aspect-ratio:3 / 4}.ekw-badge{top:8px;inset-inline-start:8px;font-size:11px;padding:3px 9px}.ekw-card-flag{top:8px;inset-inline-end:8px;padding:3px}.ekw-card-flag .ekw-flag{width:22px;height:16px}.ekw-card-body{padding:10px;gap:6px}.ekw-card-id{font-size:11px;padding:1px 8px}.ekw-card-title{font-size:15px}.ekw-card-meta{gap:4px;font-size:11.5px;margin-bottom:6px}.ekw-card-meta li{padding:3px 7px;border-radius:6px}.ekw-card-actions{gap:6px}.ekw-wrap .ekw-card-actions .ekw-btn{min-height:38px;padding:6px 4px;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:8px}.ekw-wrap .ekw-card-actions .ekw-btn-icon{width:38px;padding:0}.ekw-btn-icon .ekw-icon-whatsapp{width:20px;height:20px}.ekw-loadmore-wrap{margin-top:20px}.ekw-single{gap:18px}.ekw-single-photo{max-width:420px;width:100%;margin-inline:auto}.ekw-single-title{font-size:24px;margin:4px 0 14px}.ekw-single-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px}.ekw-single-facts li{padding:10px 12px}.ekw-fact-label{font-size:12px}.ekw-fact-value{font-size:15px}.ekw-single-extra{padding:14px;margin-bottom:18px}.ekw-single-actions{gap:10px}.ekw-single-actions .ekw-btn{flex:1 1 100%;min-height:50px}}@media (max-width:340px){.ekw-grid{grid-template-columns:minmax(0,1fr)}}.ekw-card-photo-link{aspect-ratio:4 / 5}.ekw-card-overlay{position:absolute;inset-inline:0;bottom:0;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding:48px 14px 12px;background:linear-gradient(to top,rgb(20 37 63 / .94) 0%,rgb(29 53 93 / .6) 55%,#fff0 100%);color:#fff;pointer-events:none}.ekw-card-overlay .ekw-card-title{margin:0;font-size:19px;font-weight:700;line-height:1.3;color:#fff;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ekw-card-overlay .ekw-card-id{flex:0 0 auto;align-self:flex-end;background:var(--ekw-accent-color);color:#fff;font-size:12px;padding:2px 9px;border-radius:999px}.ekw-card-body{padding:14px 16px 16px;gap:12px}.ekw-card-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ekw-card-head .ekw-badge{position:static;box-shadow:none}.ekw-card--no-photo .ekw-card-title{margin:0;font-size:18px;font-weight:700}.ekw-card-facts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ekw-card-fact{display:flex;align-items:center;gap:8px;padding:7px 0;font-size:14px;border-bottom:1px dashed var(--ekw-border-color);min-width:0}.ekw-card-fact:last-child{border-bottom:0}.ekw-fact-icon{flex:0 0 auto;color:var(--ekw-accent-color)}.ekw-card-fact-label{flex:0 0 auto;color:var(--ekw-muted-color)}.ekw-card-fact-value{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:6px;font-weight:600;color:var(--ekw-text-color);text-align:end;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ekw-card-fact-value bdi{overflow:hidden;text-overflow:ellipsis}.ekw-card-fact-value .ekw-flag{width:18px;height:13px}.ekw-card-actions{flex-direction:column;align-items:stretch;gap:10px;margin-top:auto}.ekw-wrap .ekw-card-actions .ekw-btn-block{width:100%;min-height:46px;white-space:nowrap}.ekw-card-more{align-self:center;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--ekw-primary-color);text-decoration:none}.ekw-card-more:hover,.ekw-card-more:focus{color:var(--ekw-accent-color)}.ekw-arrow::before{content:'→';display:inline-block;transition:transform 0.15s ease}[dir="rtl"] .ekw-arrow::before{content:'←'}.ekw-card-more:hover .ekw-arrow::before{transform:translateX(3px)}[dir="rtl"] .ekw-card-more:hover .ekw-arrow::before{transform:translateX(-3px)}@media (max-width:767px){.ekw-card-photo-link{aspect-ratio:4 / 5}.ekw-card-overlay{padding:36px 10px 9px;gap:6px}.ekw-card-overlay .ekw-card-title{font-size:15px}.ekw-card-overlay .ekw-card-id{font-size:10.5px;padding:1px 7px}.ekw-card-body{padding:8px 10px 12px;gap:8px}.ekw-card-fact{padding:5px 0;font-size:12.5px;gap:6px}.ekw-card-fact-label{display:none}.ekw-card-fact-value{justify-content:flex-start;text-align:start;font-weight:500}.ekw-fact-icon{width:14px;height:14px}.ekw-wrap .ekw-card-actions .ekw-btn-block{min-height:40px;padding:6px 6px;font-size:12.5px;gap:5px}.ekw-wrap .ekw-card-actions .ekw-btn-block .ekw-icon-whatsapp{width:16px;height:16px}.ekw-card-more{font-size:13px}}.ekw-card-photo-link>.ekw-card-photo{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center top}@media (max-width:767px){.ekw-card-overlay{flex-direction:column-reverse;align-items:flex-start;justify-content:flex-end;gap:4px}.ekw-card-overlay .ekw-card-title{max-width:100%}.ekw-card-overlay .ekw-card-id{align-self:flex-start}}.ekw-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:18px;font-size:14px;font-weight:600;color:var(--ekw-muted-color);text-decoration:none}.ekw-back:hover,.ekw-back:focus{color:var(--ekw-accent-color)}.ekw-arrow-back::before{content:'←'}[dir="rtl"] .ekw-arrow-back::before{content:'→'}.ekw-single{grid-template-columns:minmax(0,400px) minmax(0,1fr);gap:40px;align-items:start}.ekw-single-media{position:sticky;top:120px}.ekw-single-photo{position:relative;aspect-ratio:4 / 5;border-radius:var(--ekw-radius);overflow:hidden;background:var(--ekw-soft-bg);box-shadow:var(--ekw-shadow-hover)}.ekw-single-photo>img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;object-position:center top}.ekw-single-photo .ekw-badge{top:14px;inset-inline-start:14px;font-size:13px;padding:5px 14px}.ekw-single-photo .ekw-card-flag{top:14px;inset-inline-end:14px}.ekw-single-head{margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid var(--ekw-border-color)}.ekw-single-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.ekw-single-tags:empty{display:none}.ekw-single-tags .ekw-badge{position:static;box-shadow:none}.ekw-single-tags .ekw-card-id{background:var(--ekw-accent-color);color:#fff;font-size:13px;padding:3px 12px}.ekw-single-title{margin:0 0 6px;font-size:34px;line-height:1.25}.ekw-single-subtitle{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;color:var(--ekw-muted-color)}.ekw-single-facts{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin:0 0 24px}.ekw-single-facts li.ekw-single-fact{flex-direction:row;align-items:center;gap:12px;padding:14px 16px;background:var(--ekw-card-bg);border:1px solid var(--ekw-border-color);border-radius:12px;box-shadow:0 2px 8px rgb(29 53 93 / .04)}.ekw-single-fact-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgb(239 137 33 / .12);color:var(--ekw-accent-color)}.ekw-single-fact-icon .ekw-fact-icon{width:20px;height:20px}.ekw-single-fact-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ekw-single-fact .ekw-fact-value{overflow-wrap:anywhere}.ekw-single-extra{background:var(--ekw-soft-bg);border:0}.ekw-single-actions .ekw-btn-whatsapp{flex:2 1 240px}.ekw-single-actions .ekw-btn-outline{flex:1 1 180px}.ekw-single-hint{margin:10px 0 0;font-size:13px;color:var(--ekw-muted-color)}@media (max-width:1024px){.ekw-single{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:28px}}@media (max-width:767px){.ekw-back{margin-bottom:12px;font-size:13px}.ekw-single{grid-template-columns:minmax(0,1fr);gap:18px}.ekw-single-media{position:static}.ekw-single-photo{max-width:none}.ekw-single-head{margin-bottom:16px;padding-bottom:14px}.ekw-single-title{font-size:26px}.ekw-single-subtitle{font-size:14px}.ekw-single-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ekw-single-facts li.ekw-single-fact{gap:8px;padding:10px}.ekw-single-fact-icon{width:32px;height:32px}.ekw-single-fact-icon .ekw-fact-icon{width:16px;height:16px}.ekw-single-fact .ekw-fact-label{font-size:11.5px}.ekw-single-fact .ekw-fact-value{font-size:14px}.ekw-single-actions .ekw-btn-whatsapp,.ekw-single-actions .ekw-btn-outline{flex:1 1 100%}}@media (min-width:768px){.ekw-grid{gap:18px}.ekw-card-photo-link{aspect-ratio:5 / 6}.ekw-card-overlay{padding:40px 12px 10px}.ekw-card-overlay .ekw-card-title{font-size:16px}.ekw-card-overlay .ekw-card-id{font-size:11px;padding:1px 8px}.ekw-badge{top:10px;inset-inline-start:10px;font-size:11px;padding:3px 10px}.ekw-card-flag{top:10px;inset-inline-end:10px;padding:3px}.ekw-card-flag .ekw-flag{width:24px;height:18px}.ekw-card-body{padding:10px 12px 12px;gap:10px}.ekw-card-fact{padding:5px 0;font-size:13px;gap:6px}.ekw-fact-icon{width:14px;height:14px}.ekw-wrap .ekw-card-actions .ekw-btn-block{min-height:40px;padding:8px 10px;font-size:14px}.ekw-card-more{font-size:13px}}.ekw-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.ekw-filters .ekw-filter-field{min-width:0}.ekw-results-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-8px 0 14px;min-height:24px;font-size:14px;color:var(--ekw-muted-color)}.ekw-results-count{font-weight:600;color:var(--ekw-primary-color)}.ekw-wrap .ekw-filters-reset{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:none;color:var(--ekw-accent-color);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;text-transform:none;box-shadow:none}.ekw-wrap .ekw-filters-reset[hidden]{display:none}.ekw-wrap .ekw-filters-reset::before{content:'×';font-size:18px;line-height:1}@media (max-width:767px){.ekw-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.ekw-filters .ekw-filter-field{flex:none}.ekw-results-bar{margin:-4px 0 10px;font-size:13px}}