body {
	padding: 0px;
	margin: 0px;

	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 16px;
	background-color: #fff;
	margin-bottom: 40px;
}

.header a {
	text-decoration: none;
	color: white;
}

.footer a {
	text-decoration: none;
}
.footer a:visited {
	color: #0000ee; /* Set the visited link color (blue) */
}
.info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 150px;
}

.brand-name {
	text-align: center;
}

.whatsapp {
	display: flex;
	flex-direction: column;

	text-align: center;
	width: 20%;
}

.whatsapp-icon {
	height: 100px;
	object-fit: contain;
}

.digital-india {
	width: 200px;
}

.field-of-work {
	padding: 20px;
	background-color: #5b9bd5;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: space-evenly;

	padding: 20px;
	background-color: green;
	color: white;
}

.menu-item {
	cursor: pointer;
	position: relative;
	display: inline-block;
	z-index: 11;
}

.submenu {
	display: none;
	cursor: default;

	position: absolute;
	top: 100%;
	left: 0;

	padding: 10px;

	z-index: 1;
	background-color: #333;
}

.menu-item:hover .submenu {
	display: flex;

	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.submenu-item {
	width: -webkit-fill-available;
	padding: 10px 5px;
	color: #000;
	background-color: red;

	white-space: nowrap;
	text-decoration: none;

	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: white;
}

.submenu-content {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.submenu-item:hover .submenu-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	background-color: #333;
}

.submenu-content a {
	color: #fff;
	padding: 10px;
	display: block;
	text-decoration: none;
	background-color: red;
}

/* Main */

main {
	display: flex;
	flex-direction: column;

	gap: 20px;
}

.buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;

	row-gap: 10px;
	column-gap: 20px;
}

.buttons a {
	text-decoration: none;
	color: black;
}

.buttonContainer {
	display: flex;
	gap: 20px;
}

.mainButton {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 400px;
	height: 100px;

	cursor: pointer;
	border-radius: 20px;
	color: white;
	background-color: yellowgreen;
}

.mainButton a {
	color: white;
}

.slide-heading {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
}

.expert-slide-grid,
.slide-grid {
	display: flex;
	align-items: center;
	justify-content: center;

	flex-wrap: wrap;

	gap: 20px;
	height: fit-content;
}
.slide-grid_home {
	display: flex;
	align-items: center;
	justify-content: center;

	/* flex-wrap: wrap; */
	padding: 30px;
	gap: 20px;
	height: fit-content;
}

.slide {
	display: flex;
	gap: 10px;
	width: 400px;
	height: 100%;
	padding: 20px;

	background-color: whitesmoke;
}
.slide1 {
	/* display: flex; */
	gap: 10px;
	width: 400px;
	height: 200px;
	padding: 20px;
	text-align: center;
	background-color: whitesmoke;
}

.expert-slide-grid .slide {
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.image {
	width: 100px;
}
.image1 {
	width: 100px;
	margin: auto;
}

.image > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.image1 > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footer {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.footer1 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	gap: 50px;
	/* flex-direction: column; */
}

.footer1 > div {
	height: 60px;
}

.footer1 > div > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footer2 {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.modal {
	display: none;
	position: fixed;
	border-radius: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.modal div {
	margin-bottom: 10px;
}
.closebutton {
	margin-top: 15px;
	background-color: #588559;
	border-radius: 10px;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin: auto;
}

.studentContainer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.name-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.student-name-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: linear-gradient(rgb(0, 112, 192, 0.2), rgb(0, 112, 192, 0.5));
	border-radius: 8px;
	padding: 10px;
	font-size: 12px;
}

.container {
	width: 50%;
	margin: auto;
}
.uploadDiv {
	display: flex;
	gap: 100px;
	/* flex-direction: column; */
}

@media (max-width: 767px) {
	.container {
		width: 90%; /* Adjust the width for smaller screens */
	}
	.uploadDiv {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.emailDiv {
		background-color: black;
		color: white;

		margin-top: 40px;
		margin-bottom: 100px;
		padding: 35px;

		font-size: 20px;
		font-weight: bold;
	}
	.emailDiv a {
		text-decoration: none;
		color: red;
		font-size: 20px;
		font-weight: bold;
		word-wrap: break-word;
	}
}

label {
	color: #333;
}

input {
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.required {
	color: red;
}

.full {
	display: flex;
	gap: 20px;
}

.half {
	width: 50%;
	margin-top: 10px;
}

.wide {
	width: 100%;
	margin-block: 10px;
}

.mb {
	margin-bottom: 10px;
}

.submitButton {
	padding: 10px;
}

.emailDiv {
	background-color: black;
	color: white;

	margin-top: 40px;
	margin-bottom: 100px;
	padding: 40px;

	font-size: 25px;
	font-weight: bold;
}

.emailDiv a {
	text-decoration: none;
	color: red;
}

.actual-footer {
	color: white;
	background-color: #1f3754;
	padding: 20px;
	font-weight: bold;
}

.topSection {
	display: flex;
	justify-content: space-between;
}

.leftSection,
.rightSection {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.footerLogo {
	height: 150px;
	width: 150px;
}

.footerLogo > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footerTitle {
	flex: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-weight: bold;
}

.footerHeader {
	font-size: 24px;
}

.sitemapHeading,
.contactHeading {
	font-size: 24px;
}

.sitemapItems {
	display: flex;
	flex-direction: column;
}

.sitemapItem {
	line-height: 30px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.bottomSection {
	display: flex;
	justify-content: space-between;

	padding: 10px;
	border-top: 1px solid white;
}

.downloadButtonContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px;
}

.downloadButton {
	text-decoration: none;
	padding: 20px 40px;
	color: white;
	background-color: grey;
	border-radius: 12px;
}

.divisionContainer {
	text-align: center;
}

.division {
	font-size: 20px;
	padding: 10px 20px;
	border: 2px solid black;
	width: fit-content;
	margin: auto;
}

.district {
	margin-block: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
	.info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.logo {
		margin: auto;
	}

	.whatsapp {
		width: unset;
	}

	.menu {
		align-items: flex-start;
		flex-direction: column;
	}

	.menu-item {
		padding: 10px;
		width: 100%;
		z-index: unset;
	}

	.submenu {
		z-index: unset;
	}

	.menu-item:hover .submenu,
	.menu-item:active .submenu {
		z-index: 13;
	}

	.buttonContainer {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.mainButton {
		text-align: center;
		width: 200px;
	}

	.slide-grid_home {
		flex-wrap: wrap;
	}

	.actual-footer {
		width: fit-content;
	}

	.footer {
		flex-wrap: wrap;
	}

	.leftSection,
	.rightSection {
		flex-wrap: wrap;
	}

	.leftSection {
		justify-content: center;
	}

	.footer1 {
		flex-wrap: wrap;
	}

	.footer2 {
		padding: 20px;
		align-items: unset;
	}

	.topSection {
		flex-wrap: wrap;
	}

	.contactText {
		word-wrap: break-word;
	}
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}