LATEST NEWS
Shri. Devendra Fadnavis
Hon’ble Chief Minister
Shri. Eknath Shinde
Hon’ble Deputy Chief Minister
Smt. Sunetra Pawar
Hon’ble Deputy Chief Minister
Shri. Radhakrishna Vikhe Patil
Minister Water Resources (Godavari & Krishna Development Corporation) and Guardian Minister Ahilyanagar
District Collector and Magistrate
Shri. Dr. Pankaj Ashiya (I.A.S)
FIND SERVICES
PUBLIC UTILITIES
Quick Links
HELPLINE NUMBERS
-
Citizen's Call center : 155300
-
Child Helpline : 1098
-
Women Helpline : 1091
-
Crime Stopper : १०९०
-
District Control Room : 1077
#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;
}
}