#search{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width:200px;
	min-height:30px !important;
	height:30px !important;
}

#google_translate_element{

}

#google_translate_element .goog-te-gadget-simple{
	padding: 0px;
	border: 0px;
	background-color: transparent;
}

#google_translate_element img{
	display: none;
}

.profile-name { font-size: 1.75rem; font-weight: bold; margin-bottom: 0.75rem; color: #0d6efd; }
.profile-section { margin-bottom: 1rem; }
.card { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 1rem; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
.section-title { font-weight: bold; color: #495057; }
.img-fluid { border-radius: 0.5rem; }