@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap";:root{--building-color:#ff9800;--house-color:#0288d1;--shop-color:#7b1fa2;--warehouse-color:#558b2f;--gaspump-color:#0b6ac2;--premium-color:#d03327;--super-color:#e39325;--ultra-color:#2e9b47;--kerosene-color:#2a449c;--diesel-color:#f4d60d;font-size:100%}html,body{height:100%;margin:0;padding:0}#map{width:100%;height:100%}.property{color:#263238;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;gap:.5rem;width:1.5rem;height:1.5rem;padding:.3rem;font-size:1rem;transition:all .3s ease-out;display:flex;position:relative;transform:translateY(-.5rem);box-shadow:.3rem .3rem .25rem #0000004d}.property:after{content:"";z-index:1;border-top:.5rem solid #0000;border-left:.5rem solid #0000;border-right:.5rem solid #0000;width:0;height:1rem;transition:all .3s ease-out;position:absolute;top:94%;left:50%;transform:translate(-50%)}.property .icon{color:#fff;justify-content:center;align-items:center;display:flex}.property .icon svg{width:auto;height:1rem}.property.highlight{background-color:#fff;border-radius:.3rem;width:auto;height:7rem;padding:.5rem;transform:translateY(-10%);box-shadow:.5rem .5rem .25rem #0003}.property.highlight:after{border-top:.5rem solid #fff;transform:translate(-55%,30%)}.property.highlight .details{display:block}.property.highlight .icon svg{width:2rem;height:2rem}.property .details{flex-direction:column;flex:1;display:none}.property .title{color:#1c1c1c;flex-direction:row;justify-content:space-between;align-items:center;margin:0;font-family:Poppins,sans-serif;font-size:1rem;display:flex}.property .address{color:#9e9e9e;margin-top:0;margin-bottom:.5rem;font-family:Tajawal,sans-serif;font-size:.8rem}.property .features{flex-direction:row;align-items:flex-end;gap:.3rem;display:flex}.property .features>div{background:#f5f5f5;border-radius:.3rem;align-items:center;padding:.3rem;font-size:.65rem}.property .features .premium{background:var(--premium-color);color:#fff}.property .features .super{background:var(--super-color);color:#fff}.property .features .ultra{background:var(--ultra-color);color:#fff}.property .features .kerosene{background:var(--kerosene-color);color:#fff}.property .features .diesel{background:var(--diesel-color);color:#000}.property .status-true{color:#2e9b47}.property .status-false{color:#ff9800}.property-btn{background:var(--gaspump-color);color:#fff;corner:round;border:none;border-radius:.3rem;flex-direction:row;align-content:center;align-items:center;gap:.3rem;margin:.3rem;padding:.3rem;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:500;text-decoration:none;display:inline-flex}.property.highlight:has(.fa-gas-pump) .icon{color:var(--gaspump-color)}.property:not(.highlight):has(.fa-gas-pump){background-color:var(--gaspump-color)}.property:not(.highlight):has(.fa-gas-pump):after{border-top:.5rem solid var(--gaspump-color)}@media (width<=768px){:root{font-size:250%}}@media (width>=769px) and (width<=1024px){:root{font-size:200%}}
