.tiro {
	font-family: "Tiro Devanagari Marathi", serif !important;
	font-weight: 400;
}

.footer {
	background-color: #343a40;
	color: white;
	padding: 20px 0;
	width: 100%;
}

.footer a {
	color: #f8f9fa;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .social-icons a {
	margin: 0 10px;
}

.swiper {
	width: 100%;
	height: 300px;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.card2 {
	width: 300px;
	text-align: center;
}

.card-img-top {
	border: 1px solid lavender;
}

body {
	font-family: Arial, sans-serif;
}

.navbar-brand img {
	height: 40px;
}

.hero-section {
	background-color: #f8f9fa;
	padding: 20px 0;
}

.course-title {
	color: #4a4a8a;
	font-size: 2.5rem;
	font-weight: bold;
}

.feature-list {
	list-style-type: none;
	padding-left: 0;
	font-size: 1.2rem;
}

.feature-list li::before {
	content: "✓";
	color: #28a745;
	margin-right: 10px;
}

.cta-form {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.btn-primary {
	background-color: #ffd700;
	border-color: #ffd700;
	color: #000;
}

.btn-primary:hover {
	background-color: #e6c200;
	border-color: #e6c200;
}

.instructor-image {
	max-width: 100%;
	border-radius: 10px;
}

.badge {
	font-size: 0.8rem;
	padding: 5px 10px;
	margin-right: 5px;
}

.card {
	margin-bottom: 20px;
	text-align: center;
}

.card-icon {
	font-size: 30px;
	color: #4A4A8A;
	margin-bottom: 15px;
	height: 80px;
	width: 80px;
	display: inline-block;
	background-color: lavender;
	border-radius: 50px;
	line-height: 80px;
}

.list {
	columns: 500px;
}

.list img {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0.7rem;
}

.list2 {
	columns: 100px;
}

@media (max-width: 767.98px) {
	.list2 {
		columns: 75px;
	}
}

.list2 img {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0.7rem;
}