.dr1013career {

}

/* Career Section */
.dr1013career .career-section {
	background: linear-gradient(135deg, #004c99, #0066cc);
	padding: 60px 20px;
	text-align: center;
	color: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.dr1013career .career-container {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
}

.dr1013career .career-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.dr1013career .career-summary {
	font-size: 1.2rem;
	color: #e0e0e0;
	line-height: 1.7;
	margin-bottom: 30px;
	padding: 0 15px;
	opacity: 0.9;
}

.dr1013career .career-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.dr1013career .career-actions a {
	display: flex;
	align-items: center;
	padding: 15px 25px;
	font-size: 1.2rem;
	font-weight: 600;
	background-color: #0066cc;
	border-radius: 40px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.3s ease, box-shadow
		0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	color: white;
}

.dr1013career .career-actions a:hover {
	background-color: #004c99;
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.dr1013career .career-actions img {
	margin-right: 12px;
	width: 28px;
	height: 28px;
}

/* Button Hover Effects */
.dr1013career .career-actions a:hover img {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

/* Responsive Design */
@media ( max-width : 632px) {
	.dr1013career .career-summary {
		font-size: 1rem;
	}
	.dr1013career .career-actions {
		flex-direction: column;
		gap: 15px;
	}
	.dr1013career .career-title {
		font-size: 2.2rem;
	}
}
