/* Common styles */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton:wght@100..900&display=swap');

body {
	font-family: 'outfit', sans-serif;
	margin: 0;
	padding: 0;
}

:root {
	--primary-color: #003468;
	--doubt-bg-color: #FFF0B5;
	--light-orange: #DC520A;
	--faq-bg-color: #E8F2FF;
	--placement-bg: #F2F2F2;
	--text-white-color: #ffffff;
	--text-dark-color: #333;
	--footer-color: #333;
	--heading-color: #111111;
}
.pink{color: #FF0066;}
.bd{padding: 0px 2px!important; font-size:14px;}

#banner {
	padding: 20px;
	text-align: center;
	background-color: #000;
}
.multicolor-border {
  height: 4px;
  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: 30px;
	font-weight: 600; margin: 0px; line-height: 1;
	/* margin-bottom: 10px; */
}

h3 {
	margin: 0px;
	margin-bottom: 10px;
}
p {
	font-size: 14px !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 {
	border-style: none;
	padding: 10px 20px;
	color: #fff!important;
	font-size: 16px;
	border-radius: 5px;
	background-color: var(--light-orange);
}

.enquireNowBtn {
	background: var(--light-orange);
	border-style: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	border-radius:5px;
}

/*Hero-section*/
#hero-section {
	background-image: url("../img/ggu_desktop_new_bg.png");
	background-repeat: repeat(no-repeat);
	background-size: cover;
	padding: 30px;
	margin: 80px auto auto auto;
	background-position: bottom;
	background-position-y: -50px;
}

/* #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: 42px !important;
	font-family: 'Anton', sans-serif !important;
	font-weight: 500;
	line-height: 1 !important;
	margin: 15px 0px;
	color: #003468;
}
.banner-info{max-width:450px!important;}
.banner-info h2{margin:10px 0px; line-height: 1;}

.redtxt {
	color: var(--button-color);
	font-size: large;
	font-weight: 900;
}

.banner-info .custom_banner_list {
	font-size: 14px !important;
	line-height: 22px;
	width: 65%;
}

.course_name {
	padding: 10px 20px;
	border: 2px solid var(--light-orange);
	border-radius: 20px;
	width: fit-content;
	font-weight: 800;
}

/*.t1 {
	font-size: 20px !important;
	font-weight: 700;
	color: #fff;
}
*/
.t2 {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.fa{color: var(--light-orange); font-size: 20px!important;}

/* .achievement {
	background-color: #FFE5B2;
	padding: 30px 10px;
} */

.info{display: grid; grid-template-columns: repeat(2,1fr); gap: 20px;}
.info1{display: grid; grid-template-columns: repeat(2,1fr); gap: 10px;}
.in1{padding: 20px 20px; box-shadow: 0 0 5px 2px #ccc; margin: 10px; border-radius: 5px; text-align: center;}
.achievement{padding: 20px 10px;}
 .ach {
	background-color: var(--primary-color);
	display: grid;
	grid-template-columns: repeat(4, 1fr); color: #fff;
padding: 20px; border-radius: 5px;
}
.ac1{padding: 20px;text-align: center;}
.ac1 h3{font-size: 50px;}
.ac1{border-right: 1px solid #fff;}
.ac1:last-child{border: none;}

/* .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;}
.certification{background-color: #F6F6F6; padding: 50px 0px;}
#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;
	border-bottom:2px solid var(--light-orange);
 /*transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}
.b1 img{width: 150px!important; padding: 15px 10px;}


.b1 h3 {
  color: var(--primary-color);
  font-size: 15px; margin:10px 5px 5px 5px;
}

.b1 p {
  font-size: 13px!important;
  color: #444;
  line-height: 1.2;
}


.course-info {
	display: grid;
	gap: 20px;
}
.cr-info{padding: 20px 20px; background-color: #F2F2F2;}
.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-color: var(--primary-color);
	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(--light-orange); padding: 10px 20px; border-style: none;color: #fff; 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(--light-orange); padding: 10px 20px; border-style: none;color: #fff; 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-color: var(--primary-color);
	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(2, 1fr);gap: 20px; margin-top: 20px;}
.bnf-data img{float: left; padding: 0px 10px 10px 10px; width: 70px;}
.benefits-cnt h3{margin:0px!important;}
.benft-1{padding: 50px;}
/* #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: 600;
    margin: 0px;
    line-height: 1;
    /* margin-bottom: 10px; */
}
	section {
		margin: 10px 0px;
	}
	#hero-section .banner-info {
	margin-top: 20px;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

	#hero-section {
	background-repeat: repeat(no-repeat);
	background-size: cover;
	padding: 60px;
	margin: 30px auto auto auto !important;
	background-image: unset;
	background-image: url("../img/mobile_new_bg_main.png");
	padding: 20px 0px !important;
}
	
		#hero-section {
		padding: 20px;
		height: auto;

	}
	.bd{padding: 0px 5px!important; font-size:14px; color: var(--light-orange);}
	.info {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}

	#form{margin-top: -5px;}
	.banner-info{max-width:400px; margin-top: 30px;}
	.banner-info h1 {
	font-size: 35px !important;
	margin: 15px 0px;
	text-align: center;
}
	    .banner-info h2 {
        margin: 0px;
        line-height: 1;
        font-size: 22px; margin: 0px;
    }


	/*.t1 {
		font-size: 20px !important;
		font-weight: 700;
		color: #fff;
	}*/



	.banner {
		display: grid;
		grid-template-columns: 1fr;
		padding: 20px 0px;
	}


.downloadBrochureBtn {
	border-style: none;
	padding: 10px 20px;
	color: #fff;
	font-size: 13px!important;
	border-radius: 5px;
}
	.in1{padding: 20px 10px; box-shadow: 0 0 5px 2px #ccc; margin: 10px; border-radius: 5px; text-align: center;}
	.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 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: 10px;
    }
	

	#benefits {
		color: #000;
		        padding: 20px 20px 0px 20px;
		/* padding: 20px 20px !important; */
		/* padding-bottom: 500px !important; */
	}

	/* .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 0px 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 0px 0px;
    color: #fff;
}
    .ab1 {
        padding: 20px;
    }
	.about-cnt {
		display: block; padding: 0px;
	
	}

	.certification {
    background-color: #F6F6F6;
    padding: 50px 20px;
}
	
	.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: 50px;
}
	.ac1 p {
		font-size: 13px !important;
	}

	.bnf-data img {
    float: none;
    padding: 10px 10px 20px 0px;
    width: 80px;
}

	/* #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%;}
}




/* Container & Cards */

.courses-section {
	background: #e6e6e6;
	margin: 0px !important;
	padding: 50px 0px;
}

/* Header Styling */
.courses-section .header {
    text-align: center;
    margin-bottom: 40px;
}

.courses-section .header h2 {
	color: var(--light-orange);
	font-size: 28px;
	font-weight: 700;
}

.courses-section .header p {
	font-size: 22px;
	color: #333;
	padding: 5px 0px 0px 0px !important;
	font-size: 16px !important;
	font-weight: bold;
}

.course-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.card-content {
    padding: 30px;
}

.card-content h3 {
	font-size: 20px;
	font-weight: 800;
	margin: 0px;
}

.description {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	font-weight: 600;
	padding: 10px 0px;
}

.details {
    margin-bottom: 15px;
}

.details p {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding: 5px 0px !important;
}

/* Buttons */
.card-actions {
    display: flex;
    gap: 15px;
}

.btn {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    flex: 1;
    transition: 0.3s;
}

.btn.outline {
    border: 1px solid var(--light-orange) !important;
	background: transparent;
    color: #000 !important;
}

.btn.solid {
    background-color: var(--light-orange);
    color: #fff;
}

.btn:hover {
    opacity: 0.8;
}

.icon {
    margin-left: 5px;
    font-weight: bold;
}

/* Responsive for Mobile */
@media (max-width: 768px) {

	.courses-section {
	padding: 50px 20px;
}

    .card-content {
	padding: 20px;
}
}




.course-tabs {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-btn {
  background: #f2f2f2;
  border: none;
  padding: 10px 25px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}

.tab-btn.active {
  background: var(--light-orange);
  color: #fff;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}



.btn.outline.downloadBrochureBtn i {
	font-size: 14px !important;
	color: #000;
}

@media only screen and (max-width:768px){
	.card-image {
	height: 145px;
}
}








.apply-section {
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
	margin: 0px;
}

.apply-section h2 {
    font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #193579;
}

.section-desc {
	max-width: 900px;
	margin: 0 auto 30px !important;
	color: #555;
	font-size: 14px;
	padding-top: 10px;
}

/* Steps layout */
.steps-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

/* Step card */
.step-card {
    background: #fff;
    padding: 20px 18px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.step-card h4 {
	font-size: 16px;
	margin: 20px 0 10px;
	color: #000;
	font-weight: 600;
	padding-bottom: 10px;
}

.step-card p {
	font-size: 12px;
	color: #444;
}

/* Number circle */
.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* Bottom border */
.step-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 0 0 14px 14px;
}

/* Color themes */
.orange .step-number { border: 3px solid #ff8c32; color: #ff8c32; }
.orange::after { background: #ff8c32; }
.orange { background: #fff4e9; }

.blue .step-number { border: 3px solid #0b5ed7; color: #0b5ed7; }
.blue::after { background: #0b5ed7; }
.blue { background: #f2f8ff; }

.pink .step-number { border: 3px solid #ff2d6f; color: #ff2d6f; }
.pink::after { background: #ff2d6f; }
.pink { background: #fff1f6; }

.green .step-number { border: 3px solid #1faa59; color: #1faa59; }
.green::after { background: #1faa59; }
.green { background: #effff5; }

.purple .step-number { border: 3px solid #8e2de2; color: #8e2de2; }
.purple::after { background: #8e2de2; }
.purple { background: #f9f0ff; }

/* Responsive */
@media (max-width: 1200px) {
    .steps-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .steps-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	.apply-section h2 {
	font-size: 20px;
}
.step-card p {
	font-size: 14px;
	color: #444;
}
}




.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
	background: #fff;
	width: 100%;
	max-width: 800px !important;
	max-height: 70vh;
	overflow-y: auto;
	margin: 5% auto;
	padding: 30px 40px;
	border-radius: 10px;
	position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#footer-bottom-bar span {
	text-decoration: none !important;
	font-size: 14px !important;
	cursor: pointer;
	font-weight: 500;
	color: #000;
}

.custom-modal-content h5 {
	font-size: 18px !important;
	padding-top: 15px;
    margin: 0px;
}

.custom-modal-content h2 {
	font-size: 28px;
}


.footer_sode_logo {
	width: 50%;
}

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


.compare_box h4 {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.compare_Section {
  padding: 60px;
  background-color: #f6f8fa;
}
.compare_box {
	padding: 50px;
	background: #003468;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.compare_box h2 {
  color: #fff !important;
  font-weight: 700;
}
/* .compare_box a {
  background: #ffd508;
  padding: 5px 20px;
  color: #000;
  cursor: pointer;
  border-radius: 10px;
} */

.compare_box a {
	cursor: pointer;
}

.compare_btn img {
	width: 70px;
	border-radius: 100%;
	margin-bottom: -100px;
}


@media only screen and (max-width:768px){
  .compare_Section {
	padding: 40px 20px;
  background-color: #f6f8fa;
}

.compare_box {
	padding: 50px 20px 20px 20px;
	background: #003468;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.compare_box h2 {
	text-align: center;
	font-size: 26px;
}
.compare_box a {
	margin-top: 10px;
}

.compare_btn img {
	width: 70px;
	border-radius: 100%;
	margin-bottom: -60px;
}

.footer_sode_logo {
	width: 80%;
}

#footer-bottom-bar {
	padding: 10px 40px;
}

}

.footer_sode_logo_container a {
	text-align: center;
}



.frm-heading p {
	color: #000;
	font-size: 14px;
}


.coupon-btn {
	position: fixed;
	right: 10px;
	bottom: 15px;
	border: none;
	border-radius: 100%;
	z-index: 9999999999;
	padding: 0px !important;
}
.coupon-btn img {
    width: 60px; /* adjust if needed */
    border-radius: 50%;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.3),
        0 0 20px rgba(46, 204, 113, 0.6);
    transition: 0.3s ease;
}

.coupon-btn img:hover {
    transform: scale(1.1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.4),
        0 0 35px rgba(46, 204, 113, 0.9);
}



.custom_img_section {
  display: none;
}

@media only screen and (max-width:768px){
	.custom_img_section {
  display: unset;
}
  .custom_img_section img {
	width: 100%;
}
.col-md-3.custom_img_section {
	display: flex;
	justify-content: center;
}
.coupon-btn {
	bottom: 70px;
}
}

.sticky_btn_Section {
	display: none;
}

@media only screen and (max-width:768px){
  .sticky_btn_Section {
	display: unset;
}

  .footer_sticky_buttons {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}
.footer_sticky_buttons a {
	background: #25d366;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #fff;
	padding: 10px 6px;
	border-radius: 0px;
	font-size: 16px;
  text-decoration: none;
}
.footer_sticky_buttons .apply_btn {
	background: var(--light-orange);
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	border: none;
}
.footer_sticky_buttons .wp_btn svg {
	width: 16px !important;
	fill: #fff;
}
}





.hashtag {
	font-size: 16px !important;
}




#banner-cnt h2 {
	font-size: 36px;
}

.custom_courses {
	font-size: 22px !important;
}


@media only screen and (max-width:768px){
	.custom-modal {
	padding: 20px;
	width: unset;
}
	.custom-modal-content {
	width: unset;
}
  .top-navbar .coupon-btn-main {
	display: none;
}
}

.custom-modal-content p {
	font-size: 13px;
}


@media only screen and (max-width:768px){
  .mini-footer-bottom {
	padding-bottom: 70px !important;
}
#hero-section {
	margin-top: 70px;
}

}

.coupon-btn-main.coupon-button-mobile {
	margin-top: 0px;
	margin-bottom: 10px;
}

.navbar {
	box-shadow: 0px 5px 20px #00000025;
}

#myForm #checkboxWrapper {
	margin-top: 10px;
}

#compareForm #checkboxWrapper {
	margin-top: 10px;
}




.coupon-btn-main img {
	width: 10%;
	border-radius: 50px;
	margin-right: 10px;
}



.coupon-btn-main {
	position: relative;
	padding: 7px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: linear-gradient(135deg, #2ecc71, #27ae60);
	border: none;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(46, 204, 113, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: pulse 2s infinite;
	margin-right: 15px;
}

/* Shine animation */
.coupon-btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(46, 204, 113, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
}

/* Shine movement */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.coupon_btn_container {
	display: none;
}

@media only screen and (max-width:768px){
	#popupForm .frm-heading {
	padding-top: 20px;
}
#popupForm .frm-heading h5 strong span {
	background: unset;
	font-size: 20px;
}
#comparePopup .frm-heading h5 strong span {
	background: unset;
	font-size: 20px;
}
#myModal #closeButton {
	top: 22px;
	right: 10px;
}
#downloadbrochuremodal #closeButton {
	top: 22px;
	right: 10px;
}
.coupon-btn-main.coupon-button-mobile {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}

.d-block.d-lg-none {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.d-block.d-lg-none #form {
	width: 90%;
}
.coupon_btn_container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-md-5.banner_text_section {
	padding: 0px 20px !important;
}
}


.col-md-5.banner_text_section {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.hash_tag {
	color: #fff;
	padding-top: 20px;
}

@media only screen and (max-width:768px){
  #popupForm #form {
	margin: 0px !important;
}
}

ul li {
	font-size: 13px !important;
}

.banner_about {
	font-size: 14px !important;
}
.mini-footer-bottom {
	background: #0b3c66;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	font-size: 13px;
}

.mini-footer {
	background: #f6f8fa;
}

#footer-bottom-bar {
	padding: 10px 30px;
	font-size: 13px;
	text-align: center;
}

#popupForm #form, #comparePopup #form {
	padding: 0px;
}

#compare-form h5, #popupForm h5 {
	margin: 0px;
	text-align: center;
	font-size: 20px;
}
#compare-form p, #popupForm p {
	text-align: center;
}

#enquirePopup #form {
	padding: 0px;
}





.call_fix_image img {
	width: 65px;
	position: fixed;
	bottom: 85px;
	right: 9px;
	border-radius: 50px;
	z-index: 9999;
	box-shadow: 0 15px 35px rgba(0,0,0,0.4), 0 0 35px rgba(46, 204, 113, 0.9);
}

@media only screen and (max-width:768px){
  .call_fix_image img {
	width: 60px;
	bottom: 140px;
}
}


.call_fix_text {
	background: #003468;
	padding: 3px 20px;
	border-radius: 20px;
	color: #fff !important;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	width: fit-content !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	letter-spacing: -0.5px;
	text-decoration: none !important;
	margin-top: 8px;
	margin-bottom: -5px !important;
}

.call_fix_text i {
	color: unset !important;
	font-size: unset !important;
}

.call_fix_text:hover {
	color: #000;
	text-decoration: none;
}

.call_fix_text_section {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Shine animation */
.call_fix_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 30%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
}

/* Shine movement */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}




/* ========================= */

.un_image_container img {
	width: 250px;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px){
  .un_image_container img {
	display: none;
  }
  #banner-cnt p {
	text-align: center;
}
.banner_main_heading {
	text-align: center;
}
.banner_about {
	width: 100%;
}
.yellow-lbl {
	background-color: #fbcb12;
	color: #08417b;
	font-weight: bold;
	padding: 0px 10px;
	margin-top: 10px;
	position: absolute;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 20%;
}
.topbanner-btn {
	display: none;
}
.banner_main_heading{
  font-size: 42px !important;
  font-weight: 500 !important;
}
.banner_about {
	font-size: 22px !important;
}
#banner-cnt {
	padding: 0px 20px;
}
}




.course-highlight {
	background: #fff;
	border: 2px solid #08417b;
	border-radius: 10px;
	padding: 10px !important;
	width: 74%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.course-highlight h5 {
	background: #08417b;
	width: fit-content;
	padding: 4px 10px;
	color: #fff;
	border-radius: 8px;
	margin-top: -25px;
	font-size: 14px;
}

.course-highlight .cc {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.hash_tag {
	color: #000;
	font-size: 18px !important;
}

#topsec .col-md-4 {
	margin-top: 20px;
}



.banner-info .course_name {
	color: #003468;
}

.new_banner_heading {
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	color: #000;
	font-weight: 600;
}

.underline_text {
	text-decoration: underline;
}


@media only screen and (max-width:768px){
	#topsec p, #topsec h1, #topsec h2 {
  text-align: center;
}
#topsec .container {
	padding: 0px !important;
}
.main_download_btn.top-btn {
	display: none;
}
.course-highlight {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px !important;
}
#topsec .banner_text_section {
	padding: 0px 40px !important;
}
.course-highlight .cc {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
#topsec .col-md-5 {
	padding: 0px 30px;
}
#topsec .banner_about {
	width: 100%;
}
#topsec .col-md-4 {
	margin-top: -40px;
	padding: 0px 20px;
}
.banner-info .custom_banner_list {
	font-size: 12px !important;
	line-height: 18px;
	width: 100%;
	text-align: center;
	padding: 15px !important;
}
.banner-info button {
	display: none;
}
#hero-section .banner-form {
	padding: 0px 20px;
	margin-top: -40px;
}
.new_banner_heading {
	padding: 0px 0px 20px 0px;
}
}