.marqueediv {
	display:none;
}
.main-news-area{
	
padding-top: 120px;
}
/* Tooltip container */
.otooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
/* Tooltip text */
.otooltip .otooltiptext {
	visibility: hidden;
	width: 250px; /* मोबाइल के लिए छोटी width */
	max-width: 250px; /* स्क्रीन के अनुसार auto adjust */
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	font-family: "Roboto Condensed", serif;
	letter-spacing: 1px;
	left: 50%;
	bottom: 130%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
/* Show tooltip on hover (for desktops) */
.otooltip:hover .otooltiptext {
	visibility: visible;
	opacity: 1;
}
.floating-social-icons {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	transition: transform 0.3s;
}
.floating-social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.floating-social-icons ul li {
	margin: 5px 0;
	position: relative;
}
.floating-social-icons ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 40px;
	height: 40px;
	background: #3b5998;
	color: #fff;
	font-size: 20px;
	padding-left: 10px;
	transition: 0.3s;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
}
.floating-social-icons ul li a i {
	margin-right: 10px;
}
.floating-social-icons ul li a:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	white-space: nowrap;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}
.social-icon{
	display:none;
}
/* Main Slider */
.slider-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	background-color: #fff;
}
.slider {
	display: none;
}
.slider.active {
	display: block;
}
.single-main-news {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.single-main-news img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.single-main-news:hover img {
	transform: scale(1.05);
}
.slider-controls {
	position: absolute;
	top: 40%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	transform: translateY(-50%);
	z-index: 10;
}
.slider-btn {
	background-color: rgba(255,255,255,0.7);
	color: #333;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	transition: all 0.3s ease;
}
.slider-btn:hover {
	background-color: rgba(255,255,255,0.9);
}
/* Floating Contact Buttons CSS */
.contact-buttons {
	position: fixed;
	bottom: 20px;
	left: 5px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}
.contact-buttons a {
	color: white;
	font-size: 15px;
	padding: 10px 10px;
	border-radius: 50px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 125px;
	text-decoration: none;
	transition: transform 0.3s ease;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}
.contact-buttons a.call-button {
	background-color: #da251c;
}
.contact-buttons a.whatsapp-button {
	background-color: #25D366;
}
.contact-buttons a i {
	margin-right: 10px;
}
.contact-buttons a:hover {
	transform: scale(0.95);
}
.page-scroll-buttons {
	position: fixed;
	right: 10px;
	bottom: 30%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}
.page-scroll-buttons button {
	width: 35px;
	height: 35px;
	background-color: #da251c;
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
	opacity: 1;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.page-scroll-buttons button:hover {
	background-color: #29166f;
	transform: scale(1.1);
}
@media (max-width: 768px) { 
	.slider-container {
		margin-bottom: 30px;
	}
	.contact-buttons {
		width: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		display: block;
	}
	.contact-buttons a {
		min-width: auto;
        padding: 10px 12px;
        font-size: 14px;
        float: left;
        width: 50%;
        overflow: hidden;
        text-align: center;
        border-radius: 0;
	}
}
@media only screen and (max-width : 480px){
	.acme-news-ticker-label{
		width:100% !important;
		text-align:center;
	}
	.my-news-ticker{
		display:none;
	}
	.auto-container{
		padding-left:0px;
		padding-right:0px;
	}
	.acme-news-ticker-controls{
		display:none !important;
	}
	.acme-news-ticker-box{
		padding-right:10px !important;
	}
	.marqueediv{
		display:block;
	}
	.marqueediv a{
        padding-right:100px;
        color:#fff;
        font-weight:500;
		font-family: "Roboto Condensed", serif;
		letter-spacing: 1px;
    }
	.otooltip .otooltiptext {
		width: 300px;
        font-size: 15px;
        bottom: 150%;
        max-width: 300px;
	}
	.slider-container {
		margin-bottom: 30px;
	}
}