html,
body {
	overflow-x: hidden;
}


.internship-text {
  color: #A4A4A4;
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px;
  line-height: 1.7;
}

.tab-pane {
	padding-top: 50px;
}

.navigation {
	position: relative;
	width: 100%;
	padding: 10px 20px;
	z-index: 10;
	background-color: #1F242F;
}

.logo img {
	max-width: 180px;
	height: auto;
	display: block;
}

@media (min-width:1200px) {
	.logo img {
		max-width: 200px;
	}
}

@media (min-width:1600px) {
	.logo img {
		max-width: 240px;
	}
}

.nav-menu .nav-list {
	display: flex;
	list-style: none;
	gap: 1.5rem;
	align-items: center;
	margin: 0;
	margin-left: 2.5rem;
	padding: 0.5rem 1rem;
	background-color: rgba(240, 252, 255, 0.07);
	border-radius: 10px;
}

.nav-menu a {
	color: white;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding: 4px 14px;
	border-radius: 5.33px;
	transition: background-color .3s;
}

.nav-menu a:hover,
.nav-list .active a {
	background-color: rgba(240, 252, 255, 0.15);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

:root {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width:768px) {
	.nav-menu {
		display: none;
	}

	.nav-menu.d-md-block {
		display: none;
	}
}

.section-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 58px;
	letter-spacing: -0.04em;
	text-align: center;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 40px;
	background: rgba(245, 245, 247, 1);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-tabs {
	border-bottom: none !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: center;
	gap: 55px !important;
	margin: 0 auto;
	padding: 0 20px;
	white-space: nowrap;
	scrollbar-width: none;
}

.nav-list a.active {
	color: white;
	font-weight: 60;
	background: rgba(240, 240, 240, 0.25);
}

.nav-tabs .nav-item {
	flex: 0 0 auto;
	margin: 0;
	margin-bottom: 4px;
}

.nav-tabs .nav-link {
	white-space: nowrap;
	justify-content: flex-start;
	margin-left: 25px;
	border-radius: 0;
	border: none !important;
	background: transparent !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #004b5a;
	position: relative;
	padding: 0;
}

.nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #004b5a;
}

.nav-tabs .nav-link.active {
	color: #004b5a !important;
}

.nav-tabs .nav-link:hover {
	opacity: 0.8;
}

@media (max-width:992px) {
	.nav-tabs {
		justify-content: center;
		gap: 20px;
	}

	.nav-tabs .nav-link {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.nav-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		gap: 15px;
		padding-left: 10px;
	}

	.nav-tabs .nav-link {
		font-size: 15px;
	}
}

@media (max-width:992px) {
	.nav-tabs {
		margin-left: 30px !important;
		gap: 20px !important;
		justify-content: center !important;
		overflow-x: auto !important;
	}

	.nav-tabs .nav-link {
		font-size: 16px !important;
		margin-left: 10px !important;
	}
}


@media (max-width:768px) {
	.nav-tabs {
		justify-content: center !important;
		flex-wrap: wrap !important;
	}

	.nav-tabs .nav-link {
		font-size: 15px !important;
		margin-left: 8px !important;
	}
}

@media (max-width:576px) {
	.nav-tabs .nav-link {
		font-size: 12px !important;
		padding: 5px 10px !important;
	}
}
.container .text-muted {
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.8;
	color: rgba(164, 164, 164, 1) !important;
	font-weight: 500;
	word-wrap: break-word;
	text-align: justify;
	margin-bottom: 15px;
}

@media (max-width:576px) {
	.container .text-muted {
		line-height: 1.6;
		text-align: left;
		font-size: 15px;
	}
}

@media (min-width:1200px) {
	.container .text-muted {
		font-size: 18px;
		line-height: 1.9;
	}
}

.animated-image {
	max-width: 100%;
	height: auto;
	width: 550px;
	border-radius: 15px;
	animation: fadeInUp 1s ease-in-out;
	transition: transform 0.3s, box-shadow 0.3s;
}

.animated-image:hover {
	transform: scale(1.05);
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

h2.text-center {
	font-weight: 600;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 15px;
	margin-top: 25px;
	line-height: 1.3;
}

.testimonial-carousel .testimonial-item {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	padding: 30px 15px;
	margin: 10px;
	transition: transform 0.3s, box-shadow 0.3s;
	cursor: pointer;
	text-align: center;
}

.testimonial-carousel .testimonial-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-carousel img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 15px;
}

.testimonial-carousel h4 {
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: black;
}

.testimonial-carousel p {
	font-size: 0.95rem;
	font-family: 'Poppins', sans-serif;
	color: #666;
	margin-bottom: 10px;
}

.testimonial-carousel a {
	background: transparent;
	border: none;
	color: rgba(19, 94, 115, 1) !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	border-radius: 9px;
	padding: 10px 20px;
	text-decoration: none;
}

.testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.testimonial-dots .dot {
	width: 15px;
	height: 15px;
	background-color: #ccc;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 50%;
}

.testimonial-dots .dot.active {
	background-color: rgba(19, 94, 115, 1);
	transform: scale(1.2);
}

.testimonial-carousel .testimonial-item.hover {
	transform: scale(1.05) translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s, box-shadow 0.3s;
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #ccc;
	border-radius: 50%;
	transition: background 0.3s;
}

.owl-dot.active {
	background: #ff497c;
}

.personal-training {
	text-align: center;
	padding: 80px 20px;
	border-radius: 20px;
	margin: 0 auto;
	max-width: 600px;
}

.personal-training h3 {
	color: rgba(19, 94, 115, 1) !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 40px !important;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: 600;
	white-space: nowrap;
}

.personal-training p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #a9a9a9;
	font-size: 1.125rem;
	margin-bottom: 30px;
	line-height: 1.6;
}

.personal-training .btn-contact {
	width: 202px;
	height: 62px;
	background: #135E73;
	border: none;
	border-radius: 9px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 20px;
	position: relative;
	opacity: 1;
	display: inline-block;
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

.personal-training .btn-contact:hover {
	transform: translateY(-5px) scale(1.05);
}

@media (max-width:1200px) {
	.nav-menu .nav-list {
		gap: 1rem;
		margin-left: 2rem;
	}

	.testimonial-carousel .testimonial-item {
		padding: 25px 12px;
	}
}

@media (max-width:992px) {
	.logo img {
		max-width: 140px;
	}

	.nav-menu .nav-list {
		gap: 1rem;
		padding: 0.5rem;
	}

	h2.text-center {
		font-size: 28px;
	}

	.testimonial-carousel .testimonial-item {
		padding: 25px 15px;
		margin: 8px;
	}

	.testimonial-carousel h4 {
		font-size: 16px;
	}

	.testimonial-carousel p {
		font-size: 0.9rem;
	}

	.personal-training {
		padding: 50px 15px;
		max-width: 500px;
	}

	.personal-training h3 {
		font-size: 1.4rem !important;
	}

	.personal-training p {
		font-size: 1rem;
	}

	.personal-training .btn-contact {
		width: 180px;
		height: 55px;
	}
}

@media (max-width:768px) {
	.navigation {
		padding: 10px 15px;
	}

	.nav-menu {
		display: none !important;
	}

	.section-heading {
		font-size: 22px;
		line-height: 42px;
		min-height: 80px;
	}

	.animated-image {
		width: 100%;
		max-width: 350px;
		display: block;
	}

	h2.text-center {
		font-size: 24px;
		margin-top: 15px;
	}

	.testimonial-carousel .testimonial-item {
		padding: 20px 10px;
	}

	.testimonial-carousel img {
		width: 60px;
		height: 60px;
	}

	.testimonial-carousel h4 {
		font-size: 15px;
	}

	.testimonial-carousel p {
		font-size: 0.85rem;
	}

	.testimonial-dots .dot {
		width: 12px;
		height: 12px;
	}

	.personal-training {
		padding: 40px 15px;
		max-width: 90%;
	}

	.personal-training h3 {
		font-size: 1.6rem;
	}

	.personal-training p {
		font-size: 0.95rem;
	}

	.personal-training .btn-contact {
		width: 160px;
		height: 50px;
		padding: 15px;
	}
}

@media (max-width:576px) {
	.logo img {
		max-width: 120px;
	}

	.section-heading {
		font-size: 20px;
		padding: 15px;
	}

	.nav-tabs {
		gap: 10px;
	}

	.testimonial-carousel .testimonial-item {
		padding: 15px;
		margin: 8px;
	}

	.testimonial-carousel img {
		width: 55px;
		height: 55px;
	}

	.testimonial-carousel h4 {
		font-size: 14px;
	}

	.testimonial-carousel p {
		font-size: 0.8rem;
	}

	.testimonial-dots {
		gap: 8px;
	}

	.personal-training h3 {
		font-size: 1.4rem;
	}

	.personal-training p {
		font-size: 0.9rem;
	}

	.personal-training .btn-contact {
		width: 150px;
		height: 48px;
		padding: 12px;
		font-size: 0.9rem;
	}
}

.ai-ml-section {
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin-top: 40px !important;
}

.ai-ml-section h2 {
	color: black;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}

.ai-ml-section h4 {
	color: #135E73;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.ai-ml-section p {
  color: #A4A4A4;
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px;
  line-height: 1.7;
}


@media (max-width:992px) {
	.ai-ml-section h2 {
		font-size: 28px;
	}

	.ai-ml-section h4 {
		font-size: 20px;
	}

	.ai-ml-section p {
		font-size: 17px;
	}
}

@media (max-width:768px) {
	.ai-ml-section h2 {
		font-size: 24px;
	}

	.ai-ml-section h4 {
		font-size: 18px;
	}

	.ai-ml-section p {
		font-size: 16px;
		text-align: justify;
	}
}

.ai-ml-image {
	max-width: 100%;
	height: auto;
	width: 550px;
	border-radius: 15px;
	margin-top: 120px !important;
	transition: transform 0.3s, box-shadow 0.3s;
}

.ai-ml-image:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width:992px) {
	.ai-ml-image {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.ai-ml-image {
		width: 100%;
		margin-top: 20px;
	}
}

.ai-ml-title {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: rgba(19, 94, 115, 1);
	position: relative;
}
/* Tablet view */
@media (max-width: 992px) {
  .ai-ml-title {
    font-size: 1.8rem;
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .ai-ml-title {
    font-size: 1.8rem;
  }
}
.why-ai-ml {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 25px;
	padding: 50px 30px;
	background: #f9f9f9;
	border-radius: 12px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
}

.ai-ml-card {
	flex: 1 1 250px;
	max-width: 300px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	padding: 25px 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.ai-ml-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.ai-ml-card .icon {
	font-size: 50px;
	margin-bottom: 10px;
}

.icon i {
	font-size: 35px;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 5px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.ai-ml-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.ai-ml-card p {
	font-size: 16px;
	color: rgba(164, 164, 164, 1);
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
}

@media (max-width:992px) {
	.why-ai-ml {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.ai-ml-card {
		flex: 1 1 100%;
		max-width: 90%;
	}
}

.responsives-containers {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
	text-align: center;
}

.responsives-containers h2 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: -20px;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: rgba(19, 94, 115, 1);
	position: relative;
}

.enroll-row {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.enroll-card {
	flex: 1 1 calc(33.333% - 30px);
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enroll-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.enroll-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.enroll-card h3 {
	font-size: 22px;
	font-weight: 600;
	color: rgba(19, 94, 115, 1);
	margin: 15px 0 10px;
	font-family: 'Poppins', sans-serif;
}

.enroll-card p {
	font-size: 16px;
	color: rgba(164, 164, 164, 1);
	font-weight: 300;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
}

.enroll-row.centered {
	justify-content: center;
}

.enroll-row.centered .enroll-card {
	flex: 0 0 350px;
}

@media (max-width:992px) {
	.enroll-card {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width:768px) {
	.enroll-card {
		flex: 1 1 100%;
	}

	.responsives-containers h2 {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}
}

.containers.course-benefits {
	margin-right: 200px;
	gap: 200px;
}

.course-benefits h2 {
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 40px;
	margin-left: 70px !important;
}

.course-benefits .row {
	row-gap: -80px;
}
/* Tablet View (≤ 992px) */
@media (max-width: 992px) {
	.containers.course-benefits {
		margin-right: 100px;
		gap: 100px;
	}
	.course-benefits h2 {
		font-size: 32px;
		margin-left: 40px !important;
	}
	.course-benefits .row {
		row-gap: 20px;
	}
}

/* Mobile View (≤ 600px) */
@media (max-width: 600px) {
	.containers.course-benefits {
		margin-right: 0;
		gap: 30px;
		padding: 0 15px;
	}
	.course-benefits h2 {
		font-size: 26px;
		text-align: center;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	.course-benefits .row {
		row-gap: 30px;
	}
}
.feature-item {
	display: flex;
	border-radius: 10px;
	padding: 20px;
	transition: all 0.3s ease;
	height: 100%;
	cursor: pointer;
	row-gap: 50px;
}

.feature-icon {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: right;
	border-radius: 50%;
	color: rgba(19, 94, 115, 1);
	font-size: 1.6rem;
	margin-right: 15px;
	flex-shrink: 0;
}

.feature-item h4 {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #212529;
	font-family: 'Poppins', sans-serif;
}

.feature-item p {
	font-size: 0.95rem;
	color: rgba(164, 164, 164, 1);
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
}

@media (max-width:992px) {
	.feature-item {
		padding: 18px;
	}

	.feature-icon {
		width: 50px;
		height: 50px;
		font-size: 1.4rem;
	}
}

@media (max-width:768px) {
	.course-benefits h2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.feature-item {
		flex-direction: row;
	}
}

@media (max-width:576px) {
	.feature-item {
		flex-direction: row;
		padding: 15px;
	}

	.feature-icon {
		width: 45px;
		height: 45px;
		font-size: 1.2rem;
	}
}

.opportunities-section {
	color: #333;
	padding: 80px 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}

.opportunities-section .container {
	max-width: 800px;
	margin: 0 auto;
}

.opportunities-section h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	color: rgba(19, 94, 115, 1);
	line-height: 1.3;
}

.opportunities-section p {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
	color: rgba(164, 164, 164, 1);
	line-height: 1.5;
}

.opportunities-section .enroll-btn {
	width: 202px;
	height: 62px;
	background: #135E73;
	border: none;
	border-radius: 9px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 20px;
	position: relative;
	opacity: 1;
	display: inline-block;
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	text-decoration: none;
}

.opportunities-section .enroll-btn:hover {
	transform: translateY(-2px);
}

.opportunities-section .contact-info {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(164, 164, 164, 1);
}

.opportunities-section .contact-info strong {
	font-weight: 400;
	color: black
}

@media (max-width:768px) {
	.opportunities-section {
		padding: 30px 15px;
	}

	.opportunities-section h1 {
		font-size: 24px;
	}

	.opportunities-section p {
		font-size: 16px;
	}

	.opportunities-section .enroll-btn {
		font-size: 15px;
		padding: 20px 20px;
	}
}

.aws-section {
	font-family: 'Poppins', sans-serif;
	color: rgba(50, 50, 50, 1);
	margin-top: 20px;
	line-height: 1.8;
}

.aws-section h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.aws-section p {
	color: #A4A4A4;
  font-family: 'Poppins', sans-serif !important;
  font-size: 20px;
  line-height: 1.7;
}

.aws-section span.highlight {
	color: rgba(19, 94, 115, 1);
	font-weight: 600;
}

.aws-image {
	max-width: 80% !important;
	height: 80% !important;
	border-radius: 10px !important;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	display: block;
	margin: 0 auto;
}

.aws-image:hover {
	transform: translateY(-5px);
}

@media (max-width:991px) {
	.aws-section h2 {
		font-size: 24px;
		text-align: left;
	}

	.aws-section p {
		font-size: 15px;
		text-align: left;
	}

	.ai-ml-image {
		max-height: 300px;
	}
}

@media (max-width:767px) {
	.aws-section {
		text-align: center;
		margin-bottom: 20px;
	}

	.aws-section h2 {
		font-size: 22px;
	}

	.aws-section p {
		font-size: 14px;
		text-align: left;
	}

	.ai-ml-image {
		max-width: 80%;
		max-height: 250px;
	}
}

@media (max-width:575px) {
	.aws-section h2 {
		font-size: 20px;
	}

	.aws-section p {
		font-size: 13px;
		text-align: left;
	}

	.ai-ml-image {
		max-width: 100%;
		max-height: 200px;
	}
}

.aws-features {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 20px;
	font-family: 'Poppins', sans-serif;
}

.aws-features h4 {
	font-weight: 600;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 15px;
	margin-top: 25px;
	line-height: 1.4;
	white-space: nowrap;
}

.aws-features .aws-cards-container {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 50px;
	max-width: 1600px;
	flex-wrap: wrap;
	padding: 0 20px;
}

.aws-card {
	max-width: 230px;
	background-color: #ffffff;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 30px;
}

.aws-card img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

.aws-card p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(164, 164, 164, 1);
	font-weight: 420;
}

.aws-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width:991px) {
	.aws-card {
		max-width: 45%;
	}

	.aws-features h4 {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.aws-card {
		max-width: 80%;
	}

	.aws-features h4 {
		font-size: 16px;
	}
}

@media (max-width:575px) {
	.aws-card {
		max-width: 100%;
	}

	.aws-features h4 {
		font-size: 15px;
	}
}

#why-aws {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 3rem auto;
	justify-content: center;
	max-width: 800px;
}

.why-aws-title {
	font-size: 30px;
	font-weight: bold;
	color: rgba(19, 94, 115, 1);
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.steps {
	position: relative;
	padding-left: 30px;
	border-left: 3px solid black;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.step {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.step-icon {
	flex-shrink: 0;
	background: rgba(19, 94, 115, 1);
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	line-height: 40px;
	text-align: center;
}

.step-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: black;
	margin-bottom: 0.3rem;
}

.step-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgba(164, 164, 164, 1);
	margin: 0;
}

@media (max-width:992px) {
	#why-aws {
		flex-direction: column;
		align-items: center;
		gap: 15px;
		max-width: 90%;
	}

	.why-aws-title {
		font-size: 18px;
		text-align: center;
	}

	.steps {
		padding-left: 20px;
		border-left-width: 2px;
		gap: 1.5rem;
	}

	.step {
		flex-direction: row;
		gap: 10px;
		text-align: left;
	}

	.step-icon {
		width: 35px;
		height: 35px;
		font-size: 1rem;
		line-height: 35px;
	}

	.step-content h5 {
		font-size: 16px;
	}

	.step-content p {
		font-size: 13px;
	}
}

@media (max-width:576px) {
	#why-aws {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		max-width: 95%;
		padding: 0 1rem;
	}

	.why-aws-title {
		font-size: 25px;
	}

	.steps {
		padding-left: 15px;
		border-left-width: 2px;
		gap: 1rem;
	}

	.step {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.step-icon {
		width: 30px;
		height: 30px;
		font-size: 0.9rem;
		line-height: 30px;
	}

	.step-content h5 {
		font-size: 14px;
	}

	.step-content p {
		font-size: 12px;
	}
}

.training-modules {
	padding: 3rem 1rem;
	font-family: 'Poppins', sans-serif;
}

.training-modules h2 {
	font-weight: 600;
	font-size: 40px;
	color: rgba(19, 94, 115, 1);
	margin: 25px 0 15px 0;
	line-height: 1.3;
}

.contain .icon i {
	color: rgba(19, 94, 115, 1) !important;
}

.training-modules .accordion {
	width: 100%;
	margin: 0 auto;
	background-color: #f8f9fa;
	border-radius: 0.5rem;
	padding: 1.5rem;
}

.training-modules .accordion-item {
	border: none;
	margin-bottom: 1.5rem;
	transition: transform 0.2s ease;
}

.training-modules .accordion-item:hover {
	transform: translateY(-2px);
}

.training-modules .accordion-button {
	background: transparent !important;
	font-size: 1.1rem;
	font-weight: 600;
	color: #135e73;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #fff;
	padding: 0.75rem 1.25rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.training-modules .accordion-button:hover,
.training-modules .accordion-button:focus {
	background-color: #135e73;
	color: black;
	box-shadow: none;
}

.training-modules .accordion-button[aria-expanded="true"] {
	background-color: rgba(19, 94, 115, 1) !important;
	color: #fff !important;
}

.training-modules .accordion-button[aria-expanded="true"]::after {
	filter: invert(1);
}

.training-modules .accordion-body {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 1.25rem;
	color: #555 !important;
}

.training-modules .accordion-body ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.training-modules .accordion-body ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(164, 164, 164, 1) !important;
}

.training-modules .accordion-body ul li::before {
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(19, 94, 115, 1);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#accordionPython .accordion-body>ul>li::before {
	content: none !important;
}

#accordionPython .accordion-body>ul>li {
	color: black !important;
	margin-bottom: 20px;
}

#accordionPython .accordion-body>ul>li>ul {
	margin-top: 12px;
}

@media (max-width:992px) {
	.training-modules h2 {
		font-size: 24px;
		text-align: center;
	}

	.training-modules .accordion-button {
		font-size: 1rem;
		padding: 0.65rem 1rem;
	}
}

@media (max-width:576px) {
	.training-modules {
		padding: 2rem 1rem;
	}

	

	.training-modules .accordion-button {
		font-size: 0.95rem;
		padding: 0.5rem 0.75rem;
	}
}

h2.section-title {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 15px;
	margin-top: 25px;
	line-height: 1.3;
}

.contain {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1.5rem 0;
	margin: 0 auto;
	max-width: 900px;
}

.contain ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contain li {
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	background-color: #f9f9f9;
	transition: all 0.3s ease;
}

.contain .icon {
	font-size: 40px;
	color: #250258;
	margin-right: 1rem;
}

.contain h5 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0.25rem;
	font-family: 'Poppins', sans-serif;
}

.contain p {
	color: #6c757d;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: rgba(164, 164, 164, 1);
	margin: 0;
}

.contain li:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width:768px) {
	.contain li {
		flex-direction: column;
		text-align: center;
		padding: 1rem;
	}

	.contain .icon {
		margin-right: 0;
		margin-bottom: 0.5rem;
		font-size: 36px;
	}

	.contain h5 {
		font-size: 18px;
	}

	.contain p {
		font-size: 13px;
	}
}

@media (max-width:480px) {
	h2.section-title {
		font-size: 24px;
	}

	.contain .icon {
		font-size: 32px;
	}

	.contain h5 {
		font-size: 16px;
	}
}

.python-learn {
	padding: 60px 20px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.python-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 32px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.3;
}
@media (max-width: 480px) {
    .python-heading {
        font-size: 25px;
    }
}
.python-learn .section-title {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: rgba(19, 94, 115, 1);
	letter-spacing: 2px;
	line-height: 1.4;
	margin-bottom: 60px;
	font-size: 40px;
}

.python-learn .cards {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.python-learn .card {
	flex: 1 1 350px;
	min-width: 350px;
	max-width: 400px;
	border-radius: 12px;
	padding: 25px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
}

@media (max-width:992px) {
	.python-learn .card {
		flex: 1 1 300px;
		min-width: 280px;
		max-width: 350px;
		padding: 20px 15px;
	}
}

@media (max-width:768px) {
	.python-learn .cards {
		flex-direction: column;
		align-items: center;
	}

	.python-learn .card {
		flex: 1 1 90%;
		min-width: 90%;
		max-width: 90%;
		padding: 18px 15px;
	}
}

@media (max-width:480px) {
	.python-learn .card {
		flex: 1 1 95%;
		min-width: 95%;
		max-width: 95%;
		padding: 15px 12px;
		font-size: 14px;
	}
}

.python-learn .card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.python-learn .card.frontend {
	background-color: #f9f9f9;
}

.python-learn .card.backend {
	background-color: #f9f9f9;
}

.python-learn .card.database {
	background-color: #f9f9f9;
}

.python-learn .card .card-icon img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.python-learn .card h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: inherit;
}

.python-learn .card .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.python-learn .card .tags span {
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: 500;
}

.python-learn .card.frontend .tags span:nth-child(1) {
	background-color: #E0F7FA;
	color: #00796B;
}

.python-learn .card.frontend .tags span:nth-child(2) {
	background-color: #FFF3E0;
	color: #FF9800;
}

.python-learn .card.frontend .tags span:nth-child(3) {
	background-color: #E3F2FD;
	color: #1976D2;
}

.python-learn .card.frontend .tags span:nth-child(4) {
	background-color: #F3E5F5;
	color: #8E24AA;
}

.python-learn .card.backend .tags span:nth-child(1) {
	background-color: #FFEBEE;
	color: #F44336;
}

.python-learn .card.backend .tags span:nth-child(2) {
	background-color: #E1F5FE;
	color: #1E88E5;
}

.python-learn .card.database .tags span:nth-child(1) {
	background-color: #FFF3E0;
	color: #FF9800;
}

.python-learn .card.database .tags span:nth-child(2) {
	background-color: #E1F5FE;
	color: #1976D2;
}

.python-learn .card.database .tags span:nth-child(3) {
	background-color: #FFEBEE;
	color: #F44336;
}

@media (max-width:992px) {
	.python-learn .section-title {
		font-size: 28px;
	}

	.python-learn .card h3 {
		font-size: 18px;
	}

	.python-learn .card .tags span {
		font-size: 13px;
		padding: 4px 10px;
	}
}

@media (max-width:768px) {
	.python-learn .cards {
		flex-direction: column;
		align-items: center;
	}

	.python-learn .section-title {
		font-size: 24px;
	}
}

@media (max-width:480px) {
	.python-learn {
		padding: 40px 10px;
	}

	

	.python-learn .card h3 {
		font-size: 16px;
	}

	.python-learn .card .tags span {
		font-size: 12px;
		padding: 3px 8px;
	}
}

.core-topics {
	padding: 60px 0px;
	font-family: 'Poppins', sans-serif;
	margin-left: -20px;
}

.core-topics .section-title {
	font-size: 40px;
	font-weight: 600;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 40px;
	text-align: left;
}

@media (max-width:768px) {
	.core-topics .section-title {
		font-size: 24px;
	}

	.accordion-button {
		font-size: 16px;
		padding: 12px 15px;
	}

	.accordion-body {
		font-size: 14px;
		padding: 12px 15px;
	}
}

@media (max-width:480px) {
	.core-topics .section-title {
		text-align: center;
	}

	.accordion-button {
		font-size: 15px;
		padding: 10px 12px;
	}

	.accordion-body {
		font-size: 13px;
		padding: 10px 12px;
	}
}

#accordionPython.training-modules .accordion-body>ul>li::before {
	content: none !important;
}

#accordionPython.training-modules .accordion-body ul ul li::before {
	content: ">" !important;
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(19, 94, 115, 1);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.course-section {
	padding: 60px 0;
	background-color: #f9f9f9;
}

.course-section .section-title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
}

.course-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.course-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	color: #333;
}

.course-list li::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(19, 94, 115, 1);
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#dot_net {
	padding: 50px 0;
	background-color: #ffffff;
}

#dot_net .python-heading {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: -20px;
}

#dot_net .container {
	margin-top: 20px;
}

#dot_net .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#dot_net .col-md-6.text-left {
	flex: 1 1 50%;
	min-width: 320px;
}

@media (max-width:992px) {
	#dot_net .python-heading {
		font-size: 32px;
		margin-bottom: 10px;
	}

	#dot_net .text-muted {
		font-size: 17px;
	}

	#dot_net .col-md-6.text-left {
		flex: 1 1 100%;
		text-align: center;
	}
}

@media (max-width:768px) {
	#dot_net {
		padding: 40px 1px;
	}

	#dot_net .python-heading {
		font-size: 26px;
		line-height: 1.4;
	}

	#dot_net .text-muted {
		font-size: 16px;
	}
}

@media (max-width:480px) {
	#dot_net .python-heading {
		font-size: 22px;
	}

	#dot_net .text-muted {
		font-size: 15px;
	}
}

.dotnet-card .card-icon img {
	display: block;
	width: 60px;
	height: 60px;
	max-width: 100%;
	object-fit: contain;
	margin: 0 auto 20px;
}

.dotnet-cards {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 30px;
}

.dotnet-card {
	flex: 1 1 250px;
	max-width: 300px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	padding: 25px 15px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.dotnet-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.dotnet-card .icon {
	font-size: 50px;
	margin-bottom: 20px;
}

.dotnet-card .card-icon i {
	font-size: 50px;
	color: rgba(19, 94, 115, 1);
	margin-bottom: 20px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.dotnet-card h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	white-space: nowrap;
}

.dotnet-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.dotnet-card ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 16px;
	color: rgba(164, 164, 164, 1);
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	text-align: center;
}

@media (max-width:992px) {
	.dotnet-cards {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:768px) {
	.dotnet-card {
		flex: 1 1 100%;
		max-width: 90%;
	}
}



/* Tablet View (≤992px) */
@media (max-width: 992px) {
	.nav-tabs {
		justify-content: center;
		gap: 20px;
	}

	.nav-tabs .nav-link {
		font-size: 16px;
		margin-left: 15px;
	}
}

/* Mobile View (≤768px) */
@media (max-width: 768px) {
	.nav-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		gap: 15px;
		padding-left: 10px;
	}

	.nav-tabs .nav-link {
		font-size: 15px;
		margin-left: 10px;
		padding-bottom: 4px; /* ensures underline visible */
	}

	.nav-tabs .nav-link.active::after {
		bottom: -2px; /* slight offset for tighter spacing */
	}
}