ताजी बातमी
-
श्री. देवेंद्र फडणवीसमाननीय मुख्यमंत्री
-
श्री. एकनाथ शिंदेमाननीय उपमुख्यमंत्री
-
श्री. अजित पवारमाननीय उपमुख्यमंत्री
-
श्री.अतुल सावेमाननीय मंत्री,दुग्ध विकास विभाग
-
डॉ. रामास्वामी एन., (भा.प्र.से.)मा. सचिव, पशुसंवर्धन, दुग्ध विकास आणि मत्स्यव्यवसाय विभाग
-
श्री. प्रशांत प्रभाकरराव मोहोडमा. आयुक्त, दुग्धव्यवसाय विकास विभाग (अतिरिक्त कार्यभार)
परिचय
गोरेगाव (पूर्व) येथील आरे मिल्क कॉलनीची स्थापना 1949 मध्ये झाली आणि 1951 मध्ये आरे येथील डेअरीचे उद्घाटन तत्कालीन पंतप्रधान पंडित जवाहरलाल नेहरू यांच्या हस्ते करण्यात आले. इतिहासातील एक क्षण भारताचे माजी पंतप्रधान, पंडित जवाहरलाल नेहरू, रोप लावताना. हे छायाचित्र ४ मार्च १९५१ रोजी आरे कॉलनीच्या उद्घाटनावेळी काढले गेले होते. पार्श्वभूमी शहरातील नागरिकांना निर्जंतुक दूध मिळण्याच्या […]
अधिक वाचा …प्रदर्शित करण्यासाठी कोणतेही पोस्ट नाही
प्रदर्शित करण्यासाठी कोणतेही पोस्ट नाही
छायाचित्र दालन
/* Bubble animation */
@keyframes pulseScalePause {
0% { transform: scale(.4); }
30% { transform: scale(.85); }
70% { transform: scale(.85); }
100% { transform: scale(.4); }
}
/* Floating yellow circular button */
#vichara-open {
position: fixed !important;
bottom: 1.5rem !important; /* bottom-6 = 24px */
right: 1.5rem !important; /* right-6 = 24px */
width: 7rem !important; /* w-24 = 96px */
height: 7rem !important;
background: #ffcd1e !important;
border-radius: 9999px !important;
box-shadow: 0 4px 10px rgba(0,0,0,0.18) !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
border: none !important;
cursor: pointer !important;
text-decoration: none !important;
z-index: 9998 !important; /* under bubble */
transition: opacity 0.3s ease !important;
}
#vichara-open:hover { opacity: 0.95 !important; }
/* Image inside yellow button */
#vichara-open img {
width: 6rem !important;
height: auto !important;
display: block !important;
border-radius: 9999px !important;
}
/* Clickable Bubble (bigger and in front) */
#vichara-bubble {
position: fixed !important;
bottom: 5rem !important; /* bottom-20 = 80px */
right: 5rem !important; /* right-20 = 80px */
width: 7.5rem !important; /* bigger size than original button */
height: auto !important;
transform-origin: bottom right !important;
animation: pulseScalePause 3s infinite ease-in-out !important;
transition: all 0.3s ease !important;
z-index: 9999 !important; /* on top of button */
cursor: pointer !important; /* make it clickable */
}
.wa-tooltip-container {
position: fixed;
bottom: 15px;
right: 100px;
z-index: 1050;
display: flex;
align-items: center;
font-family:'Segoe UI',sans-serif;
}
/* Tooltip message left of button */
.wa-tooltip-msg {
display: block;
position: relative;
margin-right: 16px;
padding: 12px 10px 12px 18px; /* RIGHT: 60px */
background: #fff;
color: #229059;
border-radius:16px 16px 16px 0px;
font-size:16.5px;
font-weight:500;
box-shadow: 0 2px 15px rgba(40,205,102,0.12);
opacity: 0;
transform: translateX(35px) scale(0.93) rotate(-7deg);
pointer-events:none;
transition: opacity .33s, transform .41s cubic-bezier(.71,-0.3,.42,1.57);
}
.wa-tooltip-container:hover .wa-tooltip-msg {
opacity: 1;
transform: translateX(0px) scale(1) rotate(-1deg);
pointer-events:auto;
}
.wa-float-btn {
position:relative;
width:52px; height:52px;
border-radius:50%;
background:#25D366;
box-shadow: 0 4px 16px rgba(40,205,102,0.19);
display:flex;
align-items:center;
justify-content:center;
transition: box-shadow .2s, transform .15s;
cursor:pointer;
outline:none;
border:none;
text-decoration:none;
}
.wa-pulse {
position: absolute;
width:62px;height:62px;left:0;top:0;border-radius:50%;
background:rgba(37,211,102,0.33);
z-index:1;
animation: wa-pulse-pop 1.6s infinite;
}
.wa-tooltip-container:hover .wa-icon {
animation: wa-bounce 0.9s cubic-bezier(.47,1.64,.41,.8);
}
@keyframes wa-bounce {
0% { transform: scale(1) translateY(0);}
35% { transform: scale(1.2) translateY(-6px);}
70% { transform: scale(1.15) translateY(2px);}
100% { transform: scale(1) translateY(0);}
}
@keyframes wa-pulse-pop {
0% {transform: scale(1); opacity:.63;}
50%{transform: scale(1.22); opacity:.23;}
100%{transform: scale(1.05); opacity:.08;}
}
.wa-tooltip-container:hover .wa-float-btn {
box-shadow: 0 13px 38px rgba(40,205,102,0.32);
transform: scale(1.11) rotate(-8deg);
}
@media(max-width:600px){
.wa-tooltip-msg{ font-size:14px; padding: 8px 60px 8px 10px;}
.wa-float-btn{ width:48px;height:48px;}
.wa-pulse{ width:48px;height:48px;}
}