ताजी बातमी
श्री. देवेंद्र फडणवीस
मा. मुख्यमंत्री
श्री. एकनाथ शिंदे
मा. उपमुख्यमंत्री
श्रीमती सुनेत्रा पवार
मा. उपमुख्यमंत्री
श्री. राधाकृष्ण विखे पाटील
मंत्री जलसंपदा (गोदावरी व कृष्णा खोरे विकास महामंडळ) तथा पालकमंत्री, अहिल्यानगर
जिल्हाधिकारी व जिल्हा दंडाधिकारी
श्री. डॉ. पंकज आशिया (भा.प्र.से)
सार्वजनिक सेवा
जलद दुवे
हेल्पलाइन नंबर
-
नागरिक कॉल सेंटर : १५५३००
-
चाइल्ड हेल्पलाईन : १०९८
-
महिला हेल्पलाईन : १०९१
-
गुन्हा थांबवणारे : १०९०
-
जिल्हा नियंत्रण कक्ष : १०७७
#social-floating-container {
position: fixed;
bottom: 2%;
left: 20px;
z-index: 9999;
display: flex;
flex-direction: column;
gap: 6px;
}
/* Buttons */
.social-btn {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
/* SVG */
.social-btn svg {
width: 26px;
height: 26px;
fill: #ffffff;
}
/* Brand colors */
.whatsapp { background-color: #25D366; }
.facebook { background-color: #1877F2; }
.twitter { background-color: #000000; }
.instagram { background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285AEB); }
.youtube { background-color: #FF0000; }
/* Keyboard focus – WCAG */
.social-btn:focus-visible {
outline: 3px solid #000;
outline-offset: 4px;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition: none !important;
}
}
/* Mobile */
@media (max-width: 480px) {
#social-floating-container {
left: 8px;
}
.social-btn {
width: 48px;
height: 48px;
}
}