/* Common styles */
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
  font-family: 'Impact', sans-serif!important;
}

:root {
	--primary-color: #17479E;
	/* --primary-gradient: linear-gradient(90deg, #0F94BD, #0A824C);  */
	--yellow-color: #FFCC00;
	--red-color: #FF0000;
	--doubt-bg-color: #FFF0B5;
	--light-orange: #FF9933;
	--faq-bg-color: #E8F2FF;
	--placement-bg: #F2F2F2;
	--sky-button: #0CB1EF;
	--text-white-color: #ffffff;
	--text-dark-color: #333;
	--footer-color: #2B2146;
	--heading-color: #111111;
	--button-color: #e74c3c;
	--button-hover-color: #c0392b;
}

#banner {
	padding: 20px;
	text-align: center;
	background-color: #000;
}

/* h1, h2, h3, h4, h5, h6{margin: 0px 0px 0px 0px!important;} */
section {
	margin: 40px 0px;
}

/*h3{margin:0px!important;}*/

h2 {
	font-size: 25px;
	font-weight: 800;
}

p {
	font-size: 13px !important;
}

.blue {
	color: var(--primary-color);
}

.img-responsive {
	width: 100% !important;
}

.mb-view {
	display: none;
}

.ds-view {
	display: block;
}


/* .button{background: var(--sky-button); border-style: none; padding: 10px 20px; color: #fff; font-size:16px;} */
.downloadBrochureBtn {
	background: var(--sky-button);
	border-style: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}

.enquireNowBtn {
	background: var(--sky-button);
	border-style: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}

/*Hero-section*/
#hero-section {
	background-image: url("../img/iim-bg2.webp");
	background-repeat: repeat(no-repeat);
	background-size: cover;
	padding: 30px;
	margin: 80px auto auto auto;
}

/* #hero-section h1{margin: 0px;} */
.banner {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 20px;
	margin: 0 auto;
	align-items: anchor-center;
}

.redtxt {
	color: var(--button-color);
	font-size: large;
	font-weight: 900;
}

.t1 {
	font-size: 20px !important;
	font-weight: 700;
	color: #fff;
}

.t2 {
	background-color: #FDC75F;
	color: #FF0066;
	padding: 2px;
}

.banner-info h1 {
	font-size: 50px !important;
	font-family: Impact, sans-serif !important;
	color: #BBF7D0;
	font-weight: 500;
	line-height: 1 !important;
	margin: 10px 0px;
}

.banner-info p {
	color: #fff;
}

.achievement {
	background-color: #FFE5B2;
	padding: 30px 10px;
}

.ach {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ach h3 {
    font-size: 30px;
    color: var(--primary-color);
    margin: 0;
}

.ac1 img {
	width: 50px;
	float: left;
	padding: 0px 10px;
}

.ac1 p {
	font-weight: 600;
}

.redBG {
	background-color: var(--button-color);
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
}

.T1 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0px;
}

.D1 {
	font-size: 13px;
}


.b2-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  margin-top: 30px; 
}

.b1 {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
	border:2px solid #17479E;
 /*transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.b1 img {
  width: 70px; float:left;
}

.b1 h3 {
  color: var(--primary-color);
  font-size: 18px; margin:0;
}

.b1 p {
  font-size: 13px;
  color: #444;
  line-height: 1.2;
}


.course-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.c1 {
	box-shadow: 0 0 5px 2px #ccc;
	border-radius: 10px !important;
}

.c1 img {
	width: 200px !important;
	display: flex;
	margin: auto;
	margin: auto;
}

.c1 p {
	background-color: var(--primary-color);
	color: #fff;
	padding: 20px;
	font-size: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*About*/
#about {
	background-color: #F0F3FA;
	padding: 15px;
}

#about h2 {
	color: var(--primary-color);
	text-align: center;
}

#about p {
	text-align: center;
}

.about-cnt {
	display: grid;
	grid-template-columns: 3fr 2fr;
	/* 2 parts bada, 1 part chhota */
	gap: 20px;
	padding: 30px 0px;
}

.accreited {
	border: 1px solid #000 !important;
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	justify-content: space-around;
	padding: 40px 20px 20px 20px;
	/* Top padding thoda bada taaki heading se dur rahe */
	border-radius: 10px;
	position: relative;
	/*flex-wrap: wrap;*/
	margin-top: 30px;
}

.accreited h2 {
	position: absolute;
	top: -35px;
	left: 38%;
	transform: translateX(-30%);
	background: #F0F3FA;
	padding: 0 10px;
	font-size: 18px;
}

.accreited img {
	width: 150px !important;
	height: auto;
	padding: 5px;
}


#benefits {
	background-image: url("../img/benefit-bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px;
}

.benefits-cnt {
	width: 600px;
}

.benefits-cnt p {
	padding-left: 22px;
}
.benefits-cnt h3{margin:0px!important;}

/* #benefits h2{font-weight: 800; text-align: center!important; margin: 0; font-size: 60px;}
#benefits p{text-align: center; font-size:14px;} */
/*Degree*/

.degree-img {
	width: 350px !important;
}

.degree {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;
}

.degree-info h2 {
	color: var(--primary-color);
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.degree-info h3{margin:0;}

/* .degree-info button{border: none; padding: 15px 30px; color: #fff; 
    border-radius: 10px; margin-top: 50px;} */


/*placement*/
.placement-section {
	padding: 20px;
	background-color: #F2F2F2;
	border-radius: 15px;
}

.placement-section h2 {
	text-align: center;
	color: var(--footer-color);
}

.placement-img {
	width: 130px;
	margin: 10px 5px;
}


/* Accordion-color */


/* Overlay covers the entire screen */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	/* High z-index to overlay everything */
}

/* Popup centered and responsive */
.popup {
	display: none;
	position: fixed;
	top: 50%;

	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	width: 90%;
	max-width: 400px;
	/* Ensures it doesn’t get too wide */
}

/* Close button */
.close {
	cursor: pointer;
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: red;
	margin-top: 10px;
}


/* For devices with a width of 768px or less (tablets and mobile) */
@media only screen and (max-width: 768px) {

	.ds-view {
		display: none;
	}

	.mb-view {
		display: block;
	}

	p {
		font-size: 13px !important;
	}

	section {
		margin: 10px 0px;
	}

	#hero-section {
		background-image: url("../img/front-mobile-bg.webp");
		background-repeat: repeat(no-repeat);
		background-size: cover;
		padding: 60px;
		margin: 80px auto auto auto;
	}

	#form{margin-top: -5px;}
	.banner-info h1 {
		font-size: 35px !important;
		font-family: 'Anton', sans-serif !important;
		color: #BBF7D0;
		font-weight: 500;
		margin: 5px 0px;
		line-height: 1 !important;
	}

	.t1 {
		font-size: 20px !important;
		font-weight: 700;
		color: #fff;
	}

	#hero-section {
		padding: 30px;
		height: auto;

	}

	.banner {
		display: grid;
		grid-template-columns: 1fr;
	}


	.ach {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.ac1 p {
		font-size: 12px !important;
	}

	.ac1 img {
		width: 60px !important;
	}

	.b1 h3 {
		color: var(--primary-color);
		font-size: 14px;
	}
.b1 img {
  width: 80px; float:left;
}
	.b2-info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	#benefits {
		color: #fff;
		padding: 30px 20px !important;
		padding-bottom: 500px !important;
	}

	.benefits-cnt {
		width: 360px !important;
	}

	.benefits-cnt h3 {
		font-size: 14px !important;
	}

	.course-info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about-cnt {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.accreited {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}


	#benefits {
		padding: 30px;
	}

	.benefits-cnt {
		width: 300px;
	}

	#benefits {
		background-image: url("../img/mobile-bg-for-benefits.webp");
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		padding: 50px;
	}

	.placement-img {
		width: 142px;
		margin: 10px 5px;
	}

	.degree {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	#footer {
		padding: 20px !important;
	}
}