.mahak-news-ticker{font-family:'yekanbakh',sans-serif;background:var(--ticker-background,#ffffff);border-radius:var(--border-radius,8px);box-shadow:0 6px 20px rgb(0 0 0 / .1);max-width:100%;margin:0 auto;direction:rtl;overflow:hidden;display:flex;align-items:center;padding:0;transition:box-shadow 0.3s ease}.mahak-news-ticker:hover{box-shadow:0 8px 24px rgb(0 123 255 / .15)}.mahak-news-ticker .ticker-header{display:flex;align-items:center;background:var(--header-background,linear-gradient(90deg,#ffcb05,#ffe0692b));padding:10px 16px;border-left:2px solid rgb(255 255 255 / .2);border-radius:15px 0 0 0;width:70%;position:relative;overflow:hidden;transition:transform 0.3s ease}.mahak-news-ticker .ticker-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgb(255 255 255 / .1),transparent);transition:opacity 0.3s ease;opacity:0}.mahak-news-ticker .ticker-header:hover::before{opacity:1}.mahak-news-ticker .ticker-header i,.mahak-news-ticker .ticker-header svg{color:var(--icon-color,#ffffff);margin-left:10px;transition:transform 0.3s ease}.mahak-news-ticker .ticker-header:hover i,.mahak-news-ticker .ticker-header:hover svg{transform:scale(1.1)}.mahak-news-ticker .ticker-title{font-size:1rem;font-weight:600;color:var(--title-color,#ffffff);text-shadow:0 1px 2px rgb(0 0 0 / .1)}.mahak-news-ticker .ticker-content{flex-grow:1;overflow:hidden;position:relative;height:26px;background:var(--ticker-background,#ffffff);border-radius:0 var(--border-radius,8px) var(--border-radius,8px) 0}.mahak-news-ticker .ticker-items{display:flex;animation:ticker-slide var(--ticker-speed,4s) linear infinite;white-space:nowrap}.mahak-news-ticker .ticker-item{display:flex;align-items:center;margin-left:24px;flex-shrink:0}.mahak-news-ticker .ticker-dot{width:10px;height:10px;background:var(--dot-color,#ffcb05);border-radius:50%;margin-left:10px;box-shadow:0 2px 4px rgb(0 0 0 / .1);transition:transform 0.3s ease}.mahak-news-ticker .ticker-link:hover+.ticker-dot{transform:scale(1.2)}.mahak-news-ticker .ticker-link{font-size:.9rem;color:var(--text-color,#343a40);text-decoration:none;font-weight:500;transition:color 0.3s ease,transform 0.3s ease}.mahak-news-ticker .ticker-link:hover{color:var(--dot-color,#ffcb05);transform:translateX(-2px)}@keyframes ticker-slide{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@media (max-width:767.98px){.mahak-news-ticker{padding:3px}.mahak-news-ticker .ticker-header{width:100%;padding:8px 10px;justify-content:center}.mahak-news-ticker .ticker-title{display:none}.mahak-news-ticker .ticker-header i,.mahak-news-ticker .ticker-header svg{font-size:2.2rem;margin-left:0}.mahak-news-ticker .ticker-content{height:32px}.mahak-news-ticker .ticker-items{animation:ticker-slide var(--ticker-speed-mobile,3s) linear infinite}.mahak-news-ticker .ticker-link{font-size:.85rem}.mahak-news-ticker .ticker-dot{width:8px;height:8px}}@media (max-width:350px){.mahak-news-ticker .ticker-header{padding:6px 8px}.mahak-news-ticker .ticker-header i,.mahak-news-ticker .ticker-header svg{font-size:1.1rem}.mahak-news-ticker .ticker-link{font-size:.8rem}.mahak-news-ticker .ticker-dot{width:6px;height:6px}}