.prayer-times-d1{font-family:'Poppins',sans-serif;max-width:1000px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgb(0 0 0 / .08)}.prayer-times-d1 .header{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;flex-wrap:wrap;gap:12px}.prayer-times-d1 .header .left{display:flex;align-items:center;gap:10px}.prayer-times-d1 .header .arabic{font-family:'Amiri',serif;font-size:1.4rem;font-weight:700;color:#d4af37}.prayer-times-d1 .header .sep{color:#d4af37;font-weight:300}.prayer-times-d1 .header .french{font-size:.95rem;font-weight:400;color:#fff}.prayer-times-d1 .header .right{display:flex;align-items:center;gap:15px}.prayer-times-d1 .header .date{font-size:.9rem;color:#d4af37;font-weight:500}.prayer-times-d1 .prayers{display:flex;justify-content:space-between;padding:0}.prayer-times-d1 .prayer-item{flex:1;text-align:center;padding:25px 15px;border-right:1px solid #f0f0f0;transition:all 0.3s ease;cursor:default}.prayer-times-d1 .prayer-item:last-child{border-right:none}.prayer-times-d1 .prayer-item:hover{background:#000}.prayer-times-d1 .prayer-item:hover .icon svg{stroke:#d4af37}.prayer-times-d1 .prayer-item:hover .name,.prayer-times-d1 .prayer-item:hover .name-ar,.prayer-times-d1 .prayer-item:hover .time{color:#fff}.prayer-times-d1 .prayer-item .icon{margin-bottom:10px}.prayer-times-d1 .prayer-item .icon svg{width:28px;height:28px;stroke:#000;stroke-width:1.5;fill:none;transition:stroke 0.3s ease}.prayer-times-d1 .prayer-item .name{font-size:.8rem;color:#666;font-weight:500;margin-bottom:3px;transition:color 0.3s ease}.prayer-times-d1 .prayer-item .name-ar{font-family:'Amiri',serif;font-size:1.1rem;color:#000;margin-bottom:8px;transition:color 0.3s ease}.prayer-times-d1 .prayer-item .time{font-size:1.3rem;font-weight:600;color:#000;transition:color 0.3s ease}.prayer-times-d2{font-family:'Poppins',sans-serif;max-width:900px;margin:0 auto;background:#fafafa;border-radius:16px;padding:25px;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.prayer-times-d2 .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:15px}.prayer-times-d2 .header .left{display:flex;align-items:center;gap:15px}.prayer-times-d2 .header .arabic{font-family:'Amiri',serif;font-size:1.5rem;font-weight:700;color:#000}.prayer-times-d2 .header .divider{width:2px;height:25px;background:#d4af37}.prayer-times-d2 .header .info{font-size:.85rem;color:#666}.prayer-times-d2 .prayers{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.prayer-times-d2 .prayer-item{background:#fff;border-radius:12px;padding:20px 12px;text-align:center;border:1px solid #eee;transition:all 0.3s ease}.prayer-times-d2 .prayer-item:hover{border-color:#d4af37;transform:translateY(-2px);box-shadow:0 4px 12px rgb(212 175 55 / .15)}.prayer-times-d2 .prayer-item .icon{margin-bottom:10px}.prayer-times-d2 .prayer-item .icon svg{width:26px;height:26px;stroke:#000;stroke-width:1.5;fill:none}.prayer-times-d2 .prayer-item .name-ar{font-family:'Amiri',serif;font-size:1.1rem;color:#000;margin-bottom:3px}.prayer-times-d2 .prayer-item .name{font-size:.75rem;color:#888;margin-bottom:10px}.prayer-times-d2 .prayer-item .time{font-size:1.2rem;font-weight:600;color:#000}.prayer-times-d3{font-family:'Poppins',sans-serif;max-width:360px;margin:0 auto;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgb(0 0 0 / .3)}.prayer-times-d3 .header{padding:20px;text-align:center;border-bottom:1px solid #222}.prayer-times-d3 .header .top{margin-bottom:10px}.prayer-times-d3 .header .arabic{font-family:'Amiri',serif;font-size:1.6rem;font-weight:700;color:#d4af37;display:block;margin-bottom:5px}.prayer-times-d3 .header .location{font-size:.85rem;color:#888}.prayer-times-d3 .prayers{padding:10px 0}.prayer-times-d3 .prayer-item{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #1a1a1a;transition:background 0.3s ease}.prayer-times-d3 .prayer-item:last-child{border-bottom:none}.prayer-times-d3 .prayer-item:hover{background:#111}.prayer-times-d3 .prayer-item .left{display:flex;align-items:center;gap:12px}.prayer-times-d3 .prayer-item .icon svg{width:22px;height:22px;stroke:#d4af37;stroke-width:1.5;fill:none}.prayer-times-d3 .prayer-item .name-ar{font-family:'Amiri',serif;font-size:1.1rem;color:#fff}.prayer-times-d3 .prayer-item .name{font-size:.75rem;color:#666;margin-left:8px}.prayer-times-d3 .prayer-item .time{font-size:1.15rem;font-weight:600;color:#d4af37}@media (max-width:768px){.prayer-times-d1 .prayers{flex-wrap:wrap}.prayer-times-d1 .prayer-item{flex:0 0 33.333%;border-bottom:1px solid #f0f0f0}.prayer-times-d2 .prayers{grid-template-columns:repeat(3,1fr)}.prayer-times-d1 .header,.prayer-times-d2 .header{flex-direction:column;text-align:center}}@media (max-width:480px){.prayer-times-d1 .prayer-item{flex:0 0 50%}.prayer-times-d2 .prayers{grid-template-columns:repeat(2,1fr)}}