﻿:root
{
	--primary: #276749;
	--primary-dark: #174c35;
	--secondary: #8aa63d;
	--cream: #f7f5e9;
	--light-green: #eef6ed;
	--text-dark: #24342b;
}

@font-face
{
	font-family: myFont;
	src: url(../../../ADMIN/assets/fonts/NotoSansDevanagari.ttf);
	/*font-weight:bold;*/
}

body
{
	font-family: "myFont !important", "Segoe UI", sans-serif;
	color: var(--text-dark);
	background: #ffffff;
}

/* TOP BAR */

.topbar
{
	background: var(--primary-dark);
	color: #fff;
	font-size: 14px;
	padding: 7px 0;
}

	.topbar a
	{
		color: #fff;
		text-decoration: none;
		margin-left: 15px;
	}

/* NAVBAR */

.navbar
{
	background: #fff;
	box-shadow: 0 3px 15px rgba(0,0,0,.08);
	padding: 12px 0;
}

.navbar-brand
{
	font-weight: 800;
	color: var(--primary);
	font-size: 21px;
	line-height: 1.1;
}

	.navbar-brand small
	{
		display: block;
		font-size: 11px;
		color: #777;
		font-weight: 500;
		letter-spacing: .5px;
	}

.logo-icon
{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--light-green);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-right: 9px;
}

.nav-link
{
	font-weight: 600;
	color: #37443c !important;
	margin: 0 4px;
}

	.nav-link:hover
	{
		color: var(--primary) !important;
	}

/* HERO */

.hero
{
	width: 100%;
	/* Set a fixed or responsive height instead of 100vh so it matches your image's aspect ratio */
	height: 80vh;
	background-image: url("../../images/ranbhajya_banner.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	/* Forces the image to stretch full width and height of the hero container */
	background-size: 100% 100%;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	color: white;
}

.hero-content
{
	max-width: 720px;
}

.hero-badge
{
	display: inline-block;
	background: rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.35);
	padding: 8px 16px;
	border-radius: 30px;
	margin-bottom: 18px;
}

.hero h1
{
	font-size: clamp(38px, 5vw, 65px);
	font-weight: 800;
	line-height: 1.15;
}

	.hero h1 span
	{
		color: #d7eaa4;
	}

.hero p
{
	font-size: 19px;
	line-height: 1.8;
	color: #f2f6f0;
}

.hero-buttons .btn
{
	padding: 12px 24px;
	border-radius: 30px;
	font-weight: 700;
	margin-right: 8px;
	margin-bottom: 10px;
}

.btn-main
{
	background: #d6e69d;
	color: #214c34;
	border: none;
}

	.btn-main:hover
	{
		background: #c5da7e;
		color: #173c28;
	}

.btn-outline-light
{
	border-radius: 30px;
}

/* SEARCH */

.search-box
{
	margin-top: -42px;
	position: relative;
	z-index: 5;
}

.search-card
{
	background: white;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 10px 35px rgba(0,0,0,.13);
}

.search-input
{
	height: 58px;
	border: 1px solid #dce5dc;
	border-radius: 12px;
	padding-left: 50px;
	font-size: 16px;
}

.search-icon
{
	position: absolute;
	left: 18px;
	top: 18px;
	color: var(--primary);
	font-size: 20px;
}

/* SECTION */

.section
{
	padding: 80px 0;
}

.section-title
{
	font-size: 36px;
	font-weight: 800;
	color: var(--primary-dark);
}

.section-subtitle
{
	color: #69766e;
	max-width: 700px;
	margin: 10px auto 40px;
}

/* STATISTICS */

.stats
{
	background: var(--cream);
	padding: 25px 0;
}

.stat-card
{
	text-align: center;
	padding: 15px;
}

.stat-icon
{
	width: 58px;
	height: 58px;
	background: white;
	color: var(--primary);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-bottom: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,.07);
}

.stat-number
{
	font-size: 30px;
	font-weight: 800;
	color: var(--primary);
}

.stat-label
{
	color: #68746d;
}

/* CATEGORY */

.category-card
{
	border: none;
	background: #fff;
	border-radius: 18px;
	padding: 28px 18px;
	text-align: center;
	height: 100%;
	box-shadow: 0 5px 22px rgba(24,64,42,.08);
	transition: .3s;
}

	.category-card:hover
	{
		transform: translateY(-7px);
		box-shadow: 0 15px 35px rgba(24,64,42,.14);
	}

.category-icon
{
	width: 72px;
	height: 72px;
	margin: auto;
	background: var(--light-green);
	color: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 29px;
}

.category-card h5
{
	margin-top: 18px;
	font-weight: 800;
}

/* RANBHAJI CARD */

.ran-card
{
	border: none;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 22px rgba(24,64,42,.09);
	height: 100%;
	transition: .3s;
}

	.ran-card:hover
	{
		transform: translateY(-5px);
	}

.ran-image
{
	height: 210px;
	width: 100%;
	object-fit: cover;
	background: var(--light-green);
}

.ran-body
{
	padding: 20px;
}

	.ran-body h5
	{
		font-weight: 800;
		color: var(--primary-dark);
	}

.tag
{
	display: inline-block;
	background: var(--light-green);
	color: var(--primary);
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 3px;
}

/* DISTRICT */

.district-section
{
	background: var(--light-green);
}

.district-card
{
	background: white;
	border-radius: 16px;
	padding: 22px;
	height: 100%;
	border: 1px solid #e0ebdf;
	transition: .3s;
}

	.district-card:hover
	{
		border-color: var(--secondary);
		transform: translateY(-4px);
	}

	.district-card i
	{
		font-size: 27px;
		color: var(--primary);
	}

	.district-card h5
	{
		font-weight: 800;
		margin-top: 15px;
	}

/* FEATURE */

.feature-box
{
	background: var(--primary);
	color: white;
	border-radius: 25px;
	padding: 50px;
	overflow: hidden;
}

	.feature-box h2
	{
		font-weight: 800;
	}

.feature-icon
{
	font-size: 80px;
	opacity: .85;
}

/* EVENT */

.event-card
{
	border-radius: 20px;
	border: none;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.event-date
{
	background: var(--primary);
	color: white;
	text-align: center;
	padding: 20px;
}

	.event-date strong
	{
		display: block;
		font-size: 35px;
	}

/* FOOTER */

footer
{
	background: #173b2b;
	color: #dbe7df;
}

	footer h5
	{
		color: white;
		font-weight: 800;
		margin-bottom: 18px;
	}

	footer a
	{
		color: #c8d7cf;
		text-decoration: none;
		display: block;
		margin-bottom: 9px;
	}

		footer a:hover
		{
			color: white;
		}

.footer-bottom
{
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 18px 0;
	margin-top: 40px;
}

/* FLOATING */

.back-top
{
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--primary);
	color: white;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

@media(max-width:768px)
{
	.hero;

{
	min-height: 620px;
}

.section
{
	padding: 55px 0;
}

.section-title
{
	font-size: 29px;
}

.feature-box
{
	padding: 30px;
}

.topbar
{
	text-align: center;
}

}



.LogoDimentions
{
	height: 60px;
	width: 86px;
}

.RptrDetailheaderColor
{
	background-color: green;
	color: white;
}

.RptrDetailFooterColor
{
	background-color: #e6f5e6;
	color: green;
}

.ReportName
{
	color: darkgreen;
}


.hrMainginRemove
{
	margin: 0rem 0;
}


body
{
	counter-reset: page 1;
}

.page-number:after
{
	content: counter(page);
}


.gridLayoutForGridwiseReport
{
	height: 300px;
	overflow-y: auto;
	overflow-x: auto;
}

@media only screen and (max-width: 600px)
{
	.mini-sidebar .active.subdrop ~ ul
	{
		display: block !important;
	}
}

/* Desktop / Computer screens */
@media only screen and (min-width: 769px)
{
}
/*# sourceMappingURL=style.css.map */


.LinkbtnColor
{
	color: #1e6ddc;
}

.gridscroll
{
	height: 250px;
	overflow-y: auto;
	overflow-x: auto;
	border: 1px solid #dee2e6;
}

.table1
{
	border: 1px solid black;
	width: 100%;
}

	.table1 td, th
	{
		padding: 4px;
		border: 1px solid black;
		font-size: 15px;
	}
