/* Common styles */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
	font-family: 'outfit', sans-serif;
	margin: 0;
	padding: 0;
}

:root {
	--primary-color:  #04903c;
	--doubt-bg-color: #FFF0B5;
	--yellow-color: #fff000;
	--red-color: #ff0000;
	--black-color:#000000;
	--text-white-color: #ffffff;
	--text-dark-color: #333;
	--footer-color: #333;
	--heading-color: #111111;
}
.pink{color: #FF0066;}
.bd{border-right: 2px solid var(--yellow-color);padding: 0px 10px;}

#banner {
	padding: 20px;
	text-align: center;
	background-color: #000;
}
.multicolor-border {
  height: 8px;
  background: linear-gradient(
    to right,
    #d77a85 25%,  
    #ff0099 25% 50%, 
    #ff5c57 50% 75%, 
    #c2002f 75%
  ); margin-top: -5px;
}
.sub-pp{font-size: 20px!important;padding: 5px;}
/* h1, h2, h3, h4, h5, h6{margin: 0px 0px 0px 0px!important;} */
section {
	margin: 30px 0px;
}

/*h3{margin:0px!important;}*/

h2 {
	font-size: 35px;
	font-weight: 600; margin: 0px; line-height: 1;
	/* margin-bottom: 10px; */
}

h3 {
	margin: 0px;
	margin-bottom: 10px;
}
p {
	font-size: 14px!important;
}

.green {
	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 {
	border-style: none;
	padding: 10px 20px;
	color: #000!important;
	font-size: 16px;
	border-radius: 5px;
	background-color: var(--yellow-color);
}

.enquireNowBtn {
	background: var(--yellow-color);
	border-style: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	border-radius:5px;
}

/*Hero-section*/
#hero-section {
	background-image: url("../img/Desktop-banner.webp");
	background-repeat: repeat(no-repeat);
	background-size: cover;
	padding: 30px;
	margin: 70px 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; padding: 10px 0px;
}

.banner-info h1 {
	font-size: 70px !important;
	/* font-family: Impact, sans-serif !important; */
	font-weight: 900;
	line-height: 1 !important;
	margin: 5px 0px;
	color: var(--yellow-color);
}
.banner-info{color: #fff; max-width: 500px;}
.banner-info h2{margin:10px 0px; line-height: 1;}

.redtxt {
	color: var(--button-color);
	font-size: large;
	font-weight: 900;
}

.t1 {
	font-size: 20px !important;
	color: #fff;
}

.t2 {
	background-color: #DC520A;
	color: #fff;
	padding: 10px 30px!important; border-radius: 5px; padding: 10px; font-size:18px;
    text-transform: uppercase;
}

.fa{color: var(--yellow-color); font-size: 20px!important;}

.achievement {
	background-color:#000;
	padding: 20px 10px;
}
 .ach {
	display: grid;
	grid-template-columns: repeat(4, 1fr); color: #fff; border-radius: 5px;
}
.ac1{padding: 20px;text-align: center;}
.ac1 h3{font-size: 20px; color:var(--primary-color);}
.ac1:last-child{border: none;}

/* Overview */

.info{text-align: center;}


/* .ach h3 {
    font-size: 20px;
    color:var(--text-white-color);
    margin: 0;
	margin-bottom: 5px;
}
.ac1{background-color: #D07786; padding: 30px 30px;}
.ac2{background-color: #E0007A; padding: 30px 30px;}
.ac3{background-color: #F85454; padding: 30px 30px;}
.ac4{background-color: #C80536; padding: 30px 30px;}
.ac1 > .fa,
.ac2 > .fa,
.ac3 > .fa,
.ac4 > .fa {
    float: left;
    font-size: 20px;
    padding: 5px 20px 30px 20px;
} */

/* .ac1 img {
	width: 50px;
	float: left;
	padding: 0px 10px;
} */


.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;
}

#certification h2{text-align: center;}
#sample-degree{background-color: #fff; padding:50px 20px; border-radius: 10px;}
#sample-degree img{box-shadow: 0 0 5px 2px #ccc; width: 70%;}
#sample-degree h2{text-align: left;}
.b2-info {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
	text-align: center;
  /* grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); */
  gap: 20px;
  margin-top: 30px; 
}

.b1 {
  background: #fff;
  padding: 10px;

 /*transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}
.b1 img{width: 150px!important; padding: 5px;}


.b1 h3 {
  color: var(--primary-color);
  font-size: 18px; margin:10px 5px 5px 5px;
}

.b1 p {
  font-size: 13px!important;
  color: #444;
  line-height: 1.2;
}


.course-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.cr-info{padding: 20px 20px; background-color: #F2F2F2; margin-top: -5px;}
.cr-info h2{font-size: 18px;padding-bottom: 10px;}

.cr-info button{background-color: var(--primary-color); padding: 10px 20px; border-style: none; color: #fff;border-radius:5px;}

.c1 {
	box-shadow: 0 0 5px 2px #ccc;
	border-radius: 10px !important;
}

.owl-carousel{max-width:1050px; width:100%;}
/* .c1 img {
	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-image: url(../img/about-us.webp);
	background-size: cover;
	color: #fff;
}

.about-cnt {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 20px;
}
.ab1{padding: 50px 70px;}
.about-cnt button{background-color:var(--yellow-color); padding: 10px 20px; border-style: none;color: #000; border-radius: 5px;}
.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;
}

 #sample-degree button{background-color:var(--yellow-color); padding: 10px 20px; border-style: none;color: #000; border-radius: 5px;}
 #copilot{background-color: #08202D; color: #fff;}
 .copilot-info{display: grid;grid-template-columns: repeat(2, 1fr); align-items: center!important;}

#benefits {background-image: url("../img/benifits.webp");
	background-size: cover;
	padding: 0px;
	
}
#benefits h2{color: #fff; text-transform: uppercase; font-weight: 800;}
.black-btn{background-color:#000; border-radius: 5px;}

.benefits-cnt {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
	color: #fff;
}
	.bnf-data{display: grid; grid-template-columns: repeat(3, 1fr);gap: 20px; margin-top: 20px;}
.bnf-data img{float: left; padding: 0px 10px 0px 10px!important; width: 50px;}
.benefits-cnt h3{margin:0px!important;}
.benft-1{padding: 50px;}
.bnf1{background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;}
/* #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;
	}

	h2 {
    font-size: 25px;
    font-weight: 800!important;
    margin: 0px;
    line-height: 1;
    /* margin-bottom: 10px; */
}
	section {
		margin: 10px 0px;
	}
	.t2 {
	background-color: var(--yellow-color);
	color: #fff;
	padding: 2px; border-radius: 5px; padding: 10px; font-size:12px;
}

	#hero-section {
		background-image: url("../img/Mobile-banner.webp");
		background-repeat: repeat(no-repeat);
		background-size: cover;
		padding: 60px;
		margin: 70px auto auto auto;
	}
	
		#hero-section {
		padding: 20px;
		height: auto;

	}
	/* .info {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
} */

	
	.banner-info h1 {
		font-size: 60px !important;
		
		margin:12px 0px;
		line-height: 1 !important; color:var(--yellow-color);
	}
	    .banner-info h2 {
        margin: 0px;
        line-height: 1;
        font-size: 25px;
    }
	.banner-info h2{margin: 0px; line-height: 1;}

 

	.t1 {
		font-size: 20px !important;
		color: #fff;
	}



	.banner {
		display: grid;
		grid-template-columns: 1fr;
		padding: 20px 0px;
	}

.banner-info{padding-bottom:220px!important;}
.downloadBrochureBtn {
	border-style: none;
	padding: 10px 20px;
	color: #000;
	font-size: 13px!important;
	border-radius: 5px;
}
	.ach {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		
	}
	.ac1{border: none;}
	#sample-degree img{box-shadow: 0 0 5px 2px #ccc; width: 100%;}
/* .ac1 > .fa, .ac2 > .fa, .ac3 > .fa, .ac4 > .fa {
    float: left;
    font-size: 20px;
    padding: 5px 10px 70px 10px;
} */
	.ac1 p {
		font-size: 14px !important;
	}

	/* .ac1 img {
		width: 60px !important;
	} */

	.b1 h3 {
		color: var(--primary-color);
		font-size: 17px; margin-top:2px;
	}
.b1 img {
  width: 130px!important; float:left; padding-bottom:30px;
}
	.b1 p {
  font-size: 12px!important;
  color: #444;
  line-height: 1.2;
}
	.b2-info {
		display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
	

	#benefits {
		background-image: url("../img/benifits-mobile.webp");
	color: #000;
	padding: 20px 20px 0px 20px;
	
	}

	/* .benefits-cnt {
		width: 360px !important;
		padding-bottom:40px!important; font-size:12px;
	} */
    .benefits-cnt {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 30px 0px 350px 0px;
    }

	.benefits-cnt h3 {
		font-size: 17px !important;
	}

	.bnf-data{display: grid; grid-template-columns: repeat(2, 1fr); gap: 10; margin-bottom:20px;}

	.course-info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
#about {
    padding:20px 0px 20px 0px;
    color: #fff;
}
    .ab1 {
        padding: 20px;
    }
	.about-cnt {
		display: block; padding: 0px;
	
	}


	
	.accreited img {
    width: 140px !important;
    height: auto;
    padding: 5px;
}
	
	.ab2 img{margin-top:20px;}

	.accreited {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}


	#benefits {
		padding: 0px;
	}
.benft-1 {
    padding: 20px;
}
.ac1 h3 {
    font-size: 30px;
}

	.bnf-data img {
    float: none;
    width: 50px;
}
	.bnf1{text-align:center; display:block;}

	/* #benefits {
		background-image: url("../img/mobile-bg-for-benefits.webp");
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		padding: 50px;
	} */
	.copilot-info {
		padding: 20px 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center !important;
}

    .placement-img {
        width: 140px;
        margin: 10px 5px;
    }

	.degree {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	
	}
	.degree-info h2 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

	#footer {
		padding: 20px !important;
	}
	.owl-carousel{max-width:350px; width:100%;}
}