/* Common styles */
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

:root {
	--primary-color: #ba0000;
	/* --primary-gradient: linear-gradient(90deg, #0F94BD, #0A824C);  */
	--yellow-color: #fdc75e;
	--red-color: #FF0000;
	--doubt-bg-color: #FFF0B5;
	--light-orange: #FF9933;
	--faq-bg-color: #E8F2FF;
	--placement-bg: #F2F2F2;
	--text-white-color: #ffffff;
	--text-dark-color: #333;
	--footer-color: #333333;
	--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: 30px 0px;
}

/*h3{margin:0px!important;}*/

h2 {
	font-size: 22px;
	font-weight: 600; margin: 0;
}

p {
	font-size: 14px !important; padding: 10px 0px;
}

.blue {
	color: var(--primary-color);
}

.img-responsive {
	width: 100% !important;
}

.mb-view {
	display: none;
}

.ds-view {
	display: block;
}

.owl-carousel {
    min-height:20px!important;
}
/*Hero-section*/
#hero-section {
	background-image: url("../img/desktop-banner.webp")!important;
	
	background-size: cover;
	padding: 30px;
	margin: 80px auto auto auto; color: #000;
}


/* #hero-section h1{margin: 0px;} */
.banner {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 20px;
	margin: 0 auto;
	align-items: anchor-center;
}

.banner-info h1 {
	font-size: 54px !important;
	font-family: Impact, sans-serif !important;
	color: var(--yellow-color);
	font-weight: 500;
	line-height: 1 !important;
	margin: 10px 0px;
}

.main_dba_section .online_heading {
	background: var(--yellow-color);
	padding: 4px 10px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	margin-left: 20px;
}

.main_dba_section h1 {
	padding: 20px;
	width: fit-content;
	border: 1.5px solid var(--yellow-color);
	border-radius: 20px;
	font-size: 32px !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 800;
	margin-top: -10px;
}

.main_dba_section h1 {
	font-size: 32px !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 800;
}

.main_dba_section .dba_heading {
	padding-right: 15px;
	border-right: 6px solid var(--yellow-color);
}


.banner_lists {
  padding: 15px 0px;
}
.banner_lists ul li {
  list-style-type: none;
  padding-bottom: 5px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}
.banner_lists ul {
  padding-left: 20px;
}

.banner_custom_btn {
	border-radius: 20px !important;
	background: #fff !important;
	color: #000 !important;
	box-shadow: 1px 1px 10px #888888;
}

.top-pp{max-width:500px;}
.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;
}



.HighLights {
	background-color: var(--primary-color);
	padding: 50px 20px; color: #fff;
}
#icon{float: left;}

.ach {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ach h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.ac1{max-width: 360px;}

.ac1 img {
	width: 100px!important;
	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;
}


.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:10px 5px 5px 5px;
}

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


.Universities-info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
#Universities h2{text-align: center; color: var(--primary-color);}
.btn-grp{margin-top: 15px;}

.btn1{background-color: #fff!important; padding:10px 30px; border: 2px solid var(--primary-color); color: #000!important; border-radius: 5px!important;}
.btn2{background-color:var(--primary-color); color: #fff; padding:12px 30px; border-radius: 5px; border-style: none; border: 2px solid var(--primary-color);}
.c1 {
	box-shadow: 0 0 5px 2px #ccc;
	border-radius: 10px !important;
}

.c1 img {
	/* width: 200px !important; */
	display: flex;
	margin: auto;
	margin: auto;
}

.cr-cnt{
	background-color:#fff;
	color: #000;
	padding: 20px;
	font-size: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#Courses{background-color: var(--primary-color); color: #fff!important; padding: 30px;}
.course_card{color: #000; text-align: center; border-radius: 10px; margin:10px;}
.cr-cnt{padding: 20px;}
.cr-cnt h2{font-size: 17px;}
.owl-carousel.owl-drag .owl-item{border-radius: 10px;}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel {
  min-height: 100px; /* stops collapsing */
}

/*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 0fr;
	
	gap: 20px;
	padding: 30px 0px;
} */

.accreited {
	border: 1px solid #000 !important;
	/* display: grid;
	grid-template-columns: repeat(4, 2fr); */
	justify-content: space-around;
	padding: 70px 40px 70px 40px;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
}

.accreited h2 {
	position: absolute;
	top: -20px;
	left: 40%;
	transform: translateX(-30%);
	background: #fff;
	padding: 0 10px;
	font-size: 30px; text-align: center; text-transform: uppercase;
}
.abt-btn{background-color: #17479E;
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex
;
    margin: auto;
    position: relative;
    margin-top: -20px;}

/* .accreited img {
	width: 150px !important;
	height: auto;
	padding: 5px;
} */


#benefits {
	background-image: url("../img/dba-why-choose-bg.jpg")!important;
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	padding:50px 30px;
}
#benefits h2{font-size: 30px; text-transform: uppercase;}
.benefits-cnt {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */
  gap:10px; /* space between left and right */
  padding: 50px 0px;
}

.benefits-cnt .ac1 {
  /* background: #fff; */
  padding: 20px;
}

.benefits-cnt .ac1:nth-child(odd) {
  justify-self: start; /* left align odd items */
}

.benefits-cnt .ac1:nth-child(even) {
  justify-self: end; /* right align even items */
}

.benefits-cnt p {
	padding-left: 22px;
}
.benefits-cnt h3{margin:0px!important;}

.achievement_cnt {
	background-color: #17479E;
	padding: 30px 20px; color: #fff; display: grid; grid-template-columns: repeat(4,1fr); text-align: center; border-radius: 5px; margin-top: -30px;
}
.ach_C h3{color: #fff; font-size: 40px; margin: 0; }


/* #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;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%); /* Vertically center */
  pointer-events: none; /* so nav doesn't block clicks on slides */
}

.owl-prev,
.owl-next {
  padding: 10px 20px!important;
  width: 30px;
  height: 30px;
  color: #000!important;
  background-color: #fff!important;
  border-radius: 50%;
  pointer-events: all; /* allow click */
  transition: 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #ED6A01!important;
  color: #fff!important;
}
.owl-prev { margin-left: -20px!important; }
.owl-next { margin-right: -20px!important; }



/* 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/mobile-banner.webp")!important;
		background-size: cover!important;
		padding: 50px 20px!important;
		margin: 80px auto auto auto!important;
		
	}
	

	#form{margin-top: -5px;}
	.banner-info h1 {
		font-size: 40px !important;
		font-family: 'Anton', sans-serif;
		margin: 5px 0px;
		line-height: 1 !important;
	}

	.main_dba_section h1 {
	font-size: 32px !important;
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 800;
	margin-top: -10px;
}
 

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

	.top-pp{max-width:340px;}

	.banner {
		display: grid;
		grid-template-columns: 1fr;
	}

.banner-info{padding-bottom:300px!important;}
	.ach {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.HighLights .ac1 i {
	padding: 8px 7px;
	font-size: 15px;
}
.ach h3 {
	font-size: 22px;
	color: #fff;
	margin: 0;
}

	.highlights .ac1 p {
		font-size: 12px !important;
		padding-top: 5px !important;
	}

	.ac1 img {
		width: 70px !important;
	}

	.b1 h3 {
		color: var(--primary-color);
		font-size: 14px; margin-top:2px;
	}
.b1 img {
  width: 90px!important; float:left;
}
	.b1 p {
  font-size: 12px!important;
  color: #444;
  line-height: 1.2;
}
	.b2-info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	#benefits {
		background-color: #FAFCFF;
		color: #000!important;
		padding: 20px 10px !important;
		
	}
	     .benefits-cnt {
        max-width: 400px !important;
    }
	.benefits-cnt {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px 0px;
}
	/* .benefits-cnt {
		width: 360px !important;
		padding-bottom:40px!important; font-size:12px;
	} */

	.benefits-cnt h3 {
		font-size: 14px !important;
	}
.benefits-cnt {
    display: block;
   
}
.benefits-cnt .ac1 {
    /* background: #fff; */
    padding: 10px 10px!important;
}
.enquireNowBtn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border-style: none;
    border: 2px solid var(--primary-color);
}
	.btn-grp .enquireNowBtn{padding:10px 39px;}
.achievement_cnt {
    background-color: #17479E;
    padding: 30px 20px;
    color: #fff;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    border-radius: 5px;
    margin-top: -30px;
}
	.Universities-info {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about-cnt {
		display: block;
	
	}
	.accreited h2{font-size:14px;}
	
	/* .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: 30px;
	}

	/*.benefits-cnt {
		max-width:330px!important;
	}
*/
	#benefits {
		background-image: url("../img/mobile-bg-for-benefits.webp");
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		padding: 50px;
	}

    .placement-img {
        width: 140px;
        margin: 10px 5px;
    }

	.degree {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	#footer {
		padding: 20px !important;
	}
	.owl-carousel {
    min-height: 60px;
}
}


.banner-info h2 {
	color: #fff;
}

.ac1 p {
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}


.HighLights .ac1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.HighLights .ac1 i {
  padding: 12px 9px;
  background: #fff;
  color: var(--primary-color);
  font-size: 25px;
  border-radius: 100%;
}
.inner_arc1_grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}




/* 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(--primary-color);
	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: 24px;
	font-weight: 800;
	margin: 0px;
}

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

.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 #b30000;
    color: #b30000;
}

.btn.solid {
    background-color: #b30000;
    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;
}
}




/* --- ABOUT HERO SECTION --- */
.about-section-hero {
    position: relative;
    padding: 80px; /* Extra bottom padding for the floating button */
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0px;
    
    /* Background Image */
    background-image: url('../img/about-bg-image-edgewood.webp');
    background-size: cover;
    background-position: center;
}

/* Content Wrapper (keeps text/images above overlay) */
.content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}

/* Text Styling */
.about-content h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}

.about-content p {
    color: #cccccc; /* Slightly gray for readability */
    font-size: 16px;
    line-height: 1.4;
    max-width: 850px;
    margin: 0 auto 15px auto;
}

/* Image Container */
.image-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: 300px;
    border-radius: 40px; /* Large rounded corners from image */
    display: block;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* Floating Red CTA Button */
.cta-button {
    position: absolute;
    bottom: -25px; /* Makes it overlap the image edge */
    left: 50%;
    transform: translateX(-50%);
    background-color: #c00000; /* Deep Red */
    color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

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

	.about-section-hero {
    padding: 80px 20px; /* Extra bottom padding for the floating button */
}

.image-container img {
	height: 200px;
}

    .about-content h2 {
        font-size: 22px;
    }
    .cta-button {
	width: 70%;
	font-size: 12px;
	padding: 10px 0px;
}
}




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

/* Header Styles */
.accreditation-header {
    margin-bottom: 30px;
}

.accreditation-header h2 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.accreditation-header p {
	font-size: 22px !important;
	color: #444;
	margin-top: 5px;
	font-weight: 600;
	padding-top: 0px;
}

/* Flex Container */
.accreditation-container {
	display: grid;
	justify-content: center;
	gap: 25px;
	max-width: 1200px;
	margin: 0 auto;
	grid-template-columns: repeat(3,1fr);
}

/* Card Styles */
.accreditation-card {
    flex: 1;
    padding: 40px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 25px; /* Matches the round corners in your image */
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accreditation-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Logo Sizing */
.logo-box {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.logo-box img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
}

/* Card Text */
.accreditation-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #002147; /* Dark Navy/Black */
    margin-bottom: 15px;
    line-height: 1.3;
}

.accreditation-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
	.accreditation-container {
	display: grid;
	justify-content: center;
	gap: 25px;
	max-width: unset;
	margin: 0 auto;
	grid-template-columns: repeat(1,1fr);
}
}



.specialisation-section {
    background-color: #e9e9e9;
    padding: 60px 20px 80px 20px;
	margin: 0px;
}

.specialisation-section .header {
    text-align: center;
    margin-bottom: 30px;
}

.specialisation-section .header h2 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 800;
}

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

.spec-card {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    /* Important: do not use overflow:hidden here or the button will be cut off */
}

.spec-card .card-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0; /* Manual rounding for the top only */
}

.specialisation-section .card-content {
	padding: 20px 20px 40px 20px;
	text-align: center;
	position: relative;
}

.spec-card h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
}

.spec-card .description {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

/* THE BORDER-PLACED BUTTON */
.apply-btn-border {
    position: absolute;
    bottom: -22px; /* Pulls exactly half the button height onto the border */
    left: 50%;
    transform: translateX(-50%);
    
    background-color: #b30000;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.apply-btn-border:hover {
    background-color: #8b0000;
    transform: translateX(-50%) translateY(-2px);
}




.learning-outcomes {
    background-color: #b30000; /* Signature Red Background */
    color: #ffffff;
    padding: 60px 40px;
    text-align: center;
	margin: 0px !important;
}

/* Header with lines */
.outcomes-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.line-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.line-title span {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 400;
}

.line-title::before, .line-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); /* Semi-transparent white line */
    max-width: 300px;
}

/* Grid Layout */
.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 40px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.outcome-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}

/* Circular Icons */
.icon-circle {
    background-color: #ffffff;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 50px;
}

/* Text Content */
.outcome-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    line-height: 1.3;
}

.outcome-text p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive for Mobile */
@media (max-width: 992px) {
    .outcomes-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
    }
}

@media (max-width: 600px) {
    .outcomes-grid {
        grid-template-columns: 1fr; /* 1 column for phones */
    }
    
    .line-title::before, .line-title::after {
        display: none; /* Hide lines on small screens to save space */
    }
}





.certificate-slider-section {
    padding: 60px 20px;
    background-color: #fff;
	margin: 0px;
}

.slider-container {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* Slider Logic */
.certificate-display {
    flex: 1.2;
    position: relative;
    min-width: 300px;
}

.certificate-track {
    position: relative;
}

.cert-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.cert-slide.active {
    opacity: 1;
    position: relative; /* Shows the current one in the flow */
}

/* Dots */
.slider-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background-color: #555;
}

/* Text Content */
.certificate-content {
    flex: 1;
    min-width: 300px;
}

.certificate-content h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sub-heading {
	color: #db2777;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-top: 0px;
}

.get-degree-btn {
	display: inline-flex;
	align-items: center;
	background-color: var(--primary-color);
	color: white;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}

.get-degree-btn .arrow { margin-left: 10px; }

@media only screen and (max-width:768px){
	.certificate-content h2 {
	font-size: 30px;
}
.certificate-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.certificate-content p {
	text-align: center;
}
}






.faq-section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #0056b3; /* Blue color from image */
    font-size: 32px;
    font-weight: 800;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* FAQ Item Style */
.faq-item {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.faq-item.active {
    background-color: #f1f1f1; /* Light grey background for active item */
    border: none;
}

/* Question Bar */
.faq-question {
    width: 100%;
    padding: 15px 25px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #0056b3;
    cursor: pointer;
    gap: 15px;
}

/* Plus/Minus Icon using CSS only */
.status-icon {
    position: relative;
    min-width: 20px;
    height: 20px;
    background-color: #0056b3;
    border-radius: 4px;
}

.status-icon::before, .status-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Horizontal line (always visible) */
.status-icon::before {
    width: 12px;
    height: 2px;
}

/* Vertical line (hidden when active to become a minus) */
.status-icon::after {
    width: 2px;
    height: 12px;
    transition: opacity 0.3s;
}

.faq-item.active .status-icon::after {
    opacity: 0;
}

/* Answer Panel */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 65px 0 65px; /* Aligns text under the question text, not the icon */
}

.faq-item.active .faq-answer {
    max-height: 200px; /* Adjust based on content length */
    padding-bottom: 20px;
}

.faq-answer p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

@media only screen and (max-width:768px){
	.faq-header h2 {
	font-size: 24px;
}
}

.footer-column ul {
	padding: 0px;
	padding-top: 15px;
	list-style-type: none;
	font-size: 14px;
}


.banner_custom_btn a {
	color: #000;
	text-decoration: none;
}