/*
Theme Name: Certificat Constatator - Tema
Theme URI: http://certificat-constatator-instant/
Description: CCI - Tema
Author: Bacila Andrei
Author URI: https://fast-it.ro
Template: hello-elementor
Version: 1.0.6
*/

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: bold;
	src: url("/assets/fonts/Inter-Bold.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: local("Inter"), url("/assets/fonts/Inter-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: local("Inter"), url("/assets/fonts/Inter-Medium.woff") format("woff");
	font-display: swap;
}

body,
html {
	margin: 0;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	/* background-image: url('/assets/images/bg_img.png'); */
	background-color: #e9edf5;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: black;
}

.anpc {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 57px;
}

#onrc {
	max-width: 100%;
	height: auto;
}

.main_title {
	color: #404b61;
	padding-bottom: 0px !important;
	padding-top: 45px;
	font-size: 2rem;
}

.main_subtitle {
	margin-top: 7px;
	display: block;
	color: #404b61;
	font-size: 1.5rem;
}

.footer-items ul {
	list-style-type: none;
	padding-inline-start: 2px;
}

picture img {
	width: 354px;
	padding-top: 9px;
}

.navbar {
	background-color: #404b61;
	padding: 0.7rem 1rem;
	height: 88px;
}

.navbar .navbar-brand {
	color: #fff;
	margin-right: 0 !important;
}

.navbar .navbar-brand:hover {
	color: #404b61;
}

.navbar .container {
	padding-top: 0 !important;
}

body > .container {
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.form-container {
	background-color: #ffffff;
	padding: 2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 960px;
	border-radius: 8px;
	display: flex;
	/* Align side by side */
}

.steps-container,
.info-container {
	background-color: #fff;
	border-radius: 8px;
}

.steps {
	list-style: none;
	padding: 0;
}

.steps li {
	padding: 0.4rem 0;
	position: relative;
	padding-left: 2rem;
	font-weight: 500;
	color: #ad322d;
	transition: all 0.3s ease;
}

.steps li.active,
.steps li:hover {
	color: #ad322d;
	cursor: pointer;
}

.steps li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
	font-size: 1.2em;
	transition: all 0.3s ease;
}

.step-indicator .steps::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
	font-size: 1.2em;
	transition: all 0.3s ease;
}

.step-indicator .steps {
	padding: 0.4rem 0;
	position: relative;
	padding-left: 2rem;
	font-weight: 500;
	color: #ad322d;
	transition: all 0.3s ease;
}

.steps li.active::before {
	content: "\f058";
	color: #ad322d;
}

.step-indicator.active .steps::before {
	content: "\f058";
	color: #ad322d;
}

/* Additional styles to align the form section */
.form-section {
	flex-grow: 1;
	/* Fill the remaining space */
	display: flex;
	flex-direction: column;
	/* Stack elements vertically */
}

.form-title {
	font-size: 1.5em;
	color: #495057;
	font-weight: bold;
	margin-bottom: 1rem;
}

.form-group input[type="text"] {
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
}

.form-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}

/* Style for primary action buttons */
.btn-custom {
	background-color: #404b61;
	color: white;
	padding: 10px 25px;
	border-radius: 20px;
	/* Rounded corners */
	font-weight: bold;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
	background-color: #ad322d !important;
	/* Lighter purple on hover/focus */
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Style for secondary action buttons */
.btn-secondary {
	margin-right: 4px;
	background-color: #6c757d;
	/* Bootstrap's default secondary color */
	color: white;
	padding: 10px 25px;
	border-radius: 20px;
	/* Rounded corners */
	font-weight: bold;
	border: none;
	transition: all 0.3s ease;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #5a6268;
	/* Darker grey on hover/focus */
	color: white;
}

/* Additional styles for the form */
.form-step {
	display: none;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}

.form-step.active {
	display: block;
}

/* Hover effect for list items */
.steps li:not(.active):hover::before {
	color: #404b61;
}

/* Info container styling */
.info-container {
	color: #495057;
	font-size: 0.9rem;
	line-height: 1.5;
	min-height: 259px;
}

.title {
	color: #404b61;
	font-weight: bold;
	font-size: 24px;
	font-family: "Inter";
	margin-bottom: 0px;
}

/* Add spacing between icon and text for list items */
.info-container ul {
	list-style: none;
	padding: 0;
	/* margin-bottom: 0 !important; */
}

.info-container ul li {
	padding: 0.5rem 0;
}

.info-container ul li i {
	color: #404b61;
	margin-right: 0.5rem;
}

.title-container a {
	text-decoration: none;
}

.terms h1 {
	margin-bottom: 30px;
	color: #404b61;
}

.terms h4,
h5 {
	color: #404b61;
}

.terms .card {
	margin-bottom: 10px;
}

.terms ul {
	list-style: circle !important;
	margin-left: 30px !important;
}

.steps-container,
.info-container {
	background-color: #fff;
	padding: 2rem;
	border-radius: 8px;
}

.card-info {
	height: auto;
	min-height: 200px;
}

.intro {
	font-size: 14px;
}

.companyInfo p,
.invoiceInfo p,
.tipdocselect {
	margin: 0;
	padding: 0;
	color: grey;
	font-size: 12px;
}

.steps-container {
	padding-top: 15px;
}

.steptitle {
	display: block;
	font-size: 14px;
}

.selectboxes {
	display: block;
}

/* Styling for custom radio buttons */
.custom-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	/* Adjust the font size as needed */
}

.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #478c8c4a;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.custom-radio:hover input ~ .checkmark {
	background-color: #066b6b8a;
}

.custom-radio input:checked ~ .checkmark {
	background-color: #ad322d;
}

.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio input:checked ~ .checkmark:after {
	display: block;
}

.custom-radio .checkmark:after {
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.beneficiari,
.constatator {
	padding-top: 10px;
	border-top: 1px solid lightgrey;
}

input {
	font-size: 14px !important;
	margin-top: 5px;
}

select {
	margin-top: 8px;
	font-size: 14px !important;
	width: 100%;
}

.info-card {
	background-color: #ffffff;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.info-card h2 {
	color: #404b61;
	margin-top: 20px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	height: 35px;
}

.btn-primary {
	background: #404b61;
	border-color: #404b61;
}

.info-card p {
	color: #666666;
	font-size: 0.9rem;
	line-height: 1.6;
	margin: 15px 0;
	padding: 0 15px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

.info-card p:last-child {
	border-bottom: none;
}

.info-card a {
	text-align: center;
	display: block;
	color: #404b61;
	margin-bottom: 20px;
}

.info-card .btn {
	width: calc(100% - 30px);
	margin: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.subtitle {
	font-size: 17px;
	display: block;
	font-weight: 400;
	color: #ad322d;
	padding-bottom: 12px;
}

.label-custom {
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 18px;
	display: block;
	color: #000000;
	font-size: 15px;
}

.phone,
.mail {
	font-weight: bold;
	color: #404b61 !important;
}

.step-instructions {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 2rem;
}

.footer-copyright-area {
	background-color: #404b61;
	color: white;
}

.footer-copy-right p {
	margin-top: 1rem;
}

a {
	color: black;
}

.error {
	font-size: 14px;
	color: red;
	font-weight: 600;
}

.btn-primary:hover {
	background-color: #404b61;
	border-color: #404b61;
}

ul > li:nth-child(1) {
	padding-top: 0;
}

input::placeholder {
	color: grey;
}

.terms {
	text-align: justify;
}

/* desktop */
@media (min-width: 992px) {
	.btn {
		border-radius: 20px;
	}

	.logo {
		width: 59%;
	}

	.hidden-lg {
		display: none !important;
	}

	.container {
		display: block;
		justify-content: center;
	}

	.form-container {
		flex-direction: row;
		align-items: flex-start;
	}

	.steps-container,
	.form-section {
		width: 35%;
		margin: 0;
	}
}

/* mobil */
@media (max-width: 800px) {
	picture img {
		width: 345px;
		padding-top: 9px;
	}

	.anpc {
		margin-left: 0;
	}

	.shape-top {
		display: none;
	}

	h3 .subtitle {
		margin-top: 5px;
		color: #ad322d;
		font-weight: 400;
	}

	.info-container {
		margin-top: 3rem;
	}

	.intro {
		margin-bottom: 20px;
	}

	.navbar .container {
		padding-right: 0 !important;
		margin-right: 0 !important;
	}

	.logo {
		width: 100%;
	}

	.steps li {
		font-size: 14px;
	}

	.form-title {
		font-size: 18px;
	}

	input,
	select,
	button {
		font-size: 14px !important;
	}

	.step {
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #eeeeee;
	}

	.step.active {
		color: #404b61;
	}

	.step:last-child {
		border-bottom: none;
	}

	.form-group {
		margin: 20px 0;
	}

	.form-group input {
		width: 100%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		box-sizing: border-box;
		/* Include padding and border in the element's total width and height */
	}

	.btn-custom {
		width: 100%;
		padding: 10px;
		background-color: #404b61;
		color: white;
		border: none;
		border-radius: 5px;
		margin: 10px 0;
		cursor: pointer;
		font-size: 16px;
	}

	.btn-secondary {
		width: 20%;
		margin-right: 4px !important;
		padding: 10px;
		color: white;
		border: none;
		border-radius: 5px;
		margin: 10px 0;
		cursor: pointer;
		font-size: 16px;
	}

	.btn-custom:hover {
		background-color: #e64a19;
	}

	.hidden-xs {
		display: none !important;
	}

	.title {
		padding-bottom: 20px;
		font-size: 23px;
	}

	.terms {
		text-align: left;
		margin: 10px !important;
		padding: 1rem !important;
	}

	.card-info {
		height: auto;
		min-height: 250px;
	}

	/* Ensure the steps and form are in a single column */
	.mobile-steps-form-container {
		display: block;
		width: 100%;
	}

	.steps {
		list-style: none;
		padding-left: 0;
		text-align: left;
		font-weight: bold;
		cursor: pointer;
	}

	.form-step {
		display: none;
		padding-top: 10px;
	}

	.form-step.active {
		display: block;
	}

	.step-indicator {
		margin-bottom: 20px;
	}

	.total-h3 {
		font-size: 20px;
	}
	.form-step {
		padding-left: 4px;
	}
	.status-service {
		font-size: 13px;
	}

	.main_title {
		font-size: 20px;
		padding-top: 25px;
	}
	.main_subtitle {
		font-size: 1rem;
	}

	#onrc {
		max-width: 120%;
	}

	.model-decl a {
		margin-bottom: 10px;
	}
}

/*whatsapp btn */

svg {
	box-sizing: unset;
}

#whatsapp-chat,
a.blantershow-chat {
	box-sizing: unset !important;
	position: fixed;
	right: 15px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

#whatsapp-chat.hide,
#whatsapp-chat.show {
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}

.hFENyl,
.info-avatar,
.whatsapp-chat-body {
	position: relative;
}

.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 0.5;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: 0 !important;
	width: 350px;
	border-radius: 10px;
	bottom: 90px;
	overflow: hidden;
	z-index: 99;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	background: #fff;
	color: #404040;
	display: flex;
	font-weight: 400;
	justify-content: space-between;
	z-index: 98;
	height: 22px;
	bottom: 25px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 30px;
}

.info-chat span,
a.informasi {
	display: block;
}

a.blantershow-chat svg {
	transform: scale(1.2);
	margin: 0 10px 0 0;
}

.header-chat {
	background: #095e54;
	color: #fff;
	padding: 20px;
}

.header-chat h3 {
	margin: 0 0 10px;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar img {
	/*border-radius: 100%;*/
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
}

a.informasi {
	padding: 20px;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}

a.informasi:hover {
	background: #f1f1f1;
}

#get-number,
.hide,
span.my-number {
	display: none;
}

#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

#get-label,
#get-nama {
	color: #fff;
}

textarea#chat-input {
	border: none;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 40px;
	outline: 0;
	resize: none;
	padding: 10px;
	font-size: 14px;
}

a#send-it {
	width: 40px;
	font-weight: 700;
	padding: 10px 10px 0;
	background: #eee;
	color: grey;
}

.first-msg {
	background: 0 0;
	padding: 30px;
	text-align: center;
}

.first-msg span {
	background: #e2e2e2;
	color: #333;
	font-size: 14.2px;
	line-height: 1.7;
	border-radius: 10px;
	padding: 15px 20px;
	display: inline-block;
}

.start-chat .blanter-msg {
	display: flex;
}

a.close-chat {
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0%,
	25% {
		background-color: #b6b5ba;
	}

	15% {
		background-color: #111;
	}
}

@keyframes hPhMsj {
	15%,
	35% {
		background-color: #b6b5ba;
	}

	25% {
		background-color: #111;
	}
}

@keyframes iUMejp {
	25%,
	45% {
		background-color: #b6b5ba;
	}

	35% {
		background-color: #111;
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}

@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}

@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}

@media (max-width: 763px) {
	.info-card .card-info {
		height: auto;
		min-height: 150px;
	}
}
@media (max-width: 480px) {
	.info-card .card-info {
		height: auto;
		min-height: 180px;
	}
}
@media (max-width: 993px) and (min-width: 764px) {
	.info-card .card-info {
		height: auto;
		min-height: 300px;
	}
	.info-card .card-body {
		min-height: auto;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.info-card .card-info {
		height: 335px;
	}
	.info-card .card-body {
		min-height: auto;
	}
}

@media (min-width: 1200px) {
	.info-card .card-body {
		min-height: auto;
	}
}

.show {
	display: block;
}

.eJJEeC,
.kAZgZq,
.whatsapp-message {
	opacity: 0;
	box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}

.dAbFpq,
.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.kAZgZq,
.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: #fff;
	border-radius: 0 8px 8px;
	position: relative;
	transition: 0.3s;
	transform-origin: center top 0px;
	z-index: 2;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: #e6ddd4;
}

.whatsapp-chat-body::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0.08;
}

.eJJEeC {
	background-color: #fff;
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	transition: 0.1s;
	z-index: 1;
}

.hFENyl {
	display: flex;
}

.dRvxoz,
.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0;
}

.ixsrax {
	background-color: #9e9da2;
	animation-name: ZpjSY;
}

.dRvxoz {
	background-color: #b6b5ba;
	animation-name: hPhMsj;
}

.kAZgZq::before {
	position: absolute;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	top: 0;
	left: -12px;
	width: 12px;
	height: 19px;
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: #111;
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}

.online {
	color: green;
	background: #c8ffc1;
	border-radius: 25px;
	padding: 8px;
	float: right;
	bottom: -43px;
	left: 8px;
	position: relative;
}

.offline {
	color: #db0008;
	background: #ffcfcf;
	border-radius: 25px;
	padding: 8px;
	float: right;
	bottom: -44px;
	left: 8px;
	position: relative;
}
/* whatsapp btn end */

.model {
	background-color: #ad322d;
	border-color: #ad322d;
}

.faq-container {
	color: #495057;
}

.faq-container h5 {
	color: #ad322d;
}

.faq-container,
.info-container {
	background-color: #ffffff;
	padding: 2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
}

.faq-container b {
	color: black;
}

.faq-container .card {
	margin-bottom: 5px;
}

.faq-container .specimen-div {
	text-align: center;
}

.specimen-div a {
	margin-top: 15px;
}

.model-decl a {
	width: 100%;
}

.model-decl {
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.specimen-div a {
		width: 420px;
	}

	.logo_onrc {
		position: absolute;
		top: 15px;
		right: 32px;
		width: 75px;
	}
}

@media (max-width: 990px) {
	.logo_onrc {
		position: absolute;
		width: 51px;
		top: 60px;
		right: 24px;
	}

	.faq-container h5 {
		font-size: 16px;
	}

	.faq-container .card-body {
		font-size: 14px;
	}

	.faq-container ul {
		margin-left: 3px;
		padding-left: 3px;
	}
	.step-instructions {
		font-size: 12px;
	}
}
.cta-box {
	height: 106px;
}

.card-info ul li {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.card-price {
	padding-bottom: 15px;
	color: #ad322d;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	margin-top: 15px;
}

.modal-full-height {
	min-height: 100vh;
}

.modal-full-height .modal-content {
	min-height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
}

.modal-full-height .modal-body {
	flex-grow: 1;
	overflow-y: auto;
}

.modal-full-height iframe {
	min-height: calc(100vh - 120px);
}

.modal-content .close {
	font-size: 1.5rem !important;
	color: black;
}

.ty-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ffffff;
	padding: 2rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	width: auto;
	min-height: 350px;
	border-radius: 8px;
	margin: 20px auto;
	box-sizing: border-box;
}


/* Equal Height Cards for Multilingual */
@media (min-width: 768px) {
    .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .row .col-md-4 {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .info-card {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    
    .info-card .card-body {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
    }
    
    .info-card .card-info {
        flex: 1 !important;
    }
}

/* Language Switcher - Clean Language Codes */
.language-switcher {
    display: inline-flex !important;
    gap: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    align-items: center !important;
}

.language-switcher a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1 !important;
    text-align: center !important;
    border-radius: 3px !important;
    transition: all 0.2s ease !important;
    opacity: 0.6 !important;
    background: none !important;
    border: none !important;
    color: #ccc !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 4px 6px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

.language-switcher a:hover {
    opacity: 0.9 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

.language-switcher a.active {
    opacity: 1 !important;
    color: #007bff !important;
    font-weight: 600 !important;
}
