:root{--yellow:#ffe600;--black:#0a0a0a;--dark:#111;--card-bg:#1a1a1a;--border:#2a2a2a;--text-muted:#888;--Kyellow:#f7e337}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:#e8e8e8;font-family:Cairo,sans-serif;line-height:1.8;overflow-x:hidden}.card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;background-color:#161616f2;border:1px solid #ffffff14;border-left:5px solid #ffe600;border-radius:24px;justify-content:center;width:370px;height:200px;padding-top:1rem;padding-bottom:1rem;transition:all .45s;display:grid;position:relative}.card:hover{border-color:#ffe600}.dot{margin-left:12rem;display:inline}.dot i{color:red;padding-left:.5rem}.card p{color:var(--Kyellow);font-size:x-large}.location span{margin-left:.2rem}.card button{background-color:var(--yellow);color:#000;cursor:pointer;border:none;border-radius:5px;width:150px;height:40px;margin-top:1rem;margin-left:8rem}.left-line{z-index:2;background:#ffe600;width:6px;height:100%;position:absolute;top:0;left:0}
