/* Add here all your CSS customizations */

.language-switcher-item {
	display: flex;
	align-items: center;
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.25);
}

.language-btn {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
}

.language-btn.is-active {
	color: #00a3f0;
}

.language-separator {
	color: rgba(255, 255, 255, 0.45);
	font-size: 11px;
	line-height: 1;
}

/* Force clean language toggle look inside header nav (avoids theme button defaults). */
.header-nav-main .language-switcher-item {
	padding-left: 8px;
	position: relative;
	z-index: 3;
}

.header-nav-main .language-switcher {
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	pointer-events: auto;
}

.header-nav-main .language-btn {
	-webkit-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.82) !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1;
	margin: 0;
	min-width: 0;
	padding: 0;
	text-decoration: none;
	pointer-events: auto;
}

.header-nav-main .language-btn:hover,
.header-nav-main .language-btn:focus {
	color: #ffffff !important;
	outline: 2px solid rgba(0, 163, 240, 0.55);
	outline-offset: 3px;
}

.header-nav-main .language-btn.is-active {
	color: #00a3f0 !important;
}

.header-nav-main .language-separator {
	color: rgba(255, 255, 255, 0.45);
	font-size: 11px;
	line-height: 1;
}

#footer .list-icons li {
	margin-bottom: 10px;
}

#footer .list-icons p {
	line-height: 1.5;
}

#footer .footer-social-list li {
	white-space: nowrap;
}

#footer .office-flag {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px;
	line-height: 1;
	vertical-align: -1px;
}

@media (min-width: 1200px) {
	#footer .col-xl-2 .footer-social-list {
		margin-top: 2px;
	}
}

.freight-seo-section {
	background-image: linear-gradient(rgba(245, 247, 250, 0.94), rgba(245, 247, 250, 0.94)), url("../img/about-bg30.jpg");
	background-size: cover;
	background-position: center;
}

.freight-seo-section .lead {
	color: #5b6672;
	line-height: 1.7;
}

.freight-seo-card {
	height: 100%;
	padding: 22px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(20, 35, 55, 0.08);
}

.freight-seo-card .feature-box-icon {
	min-width: 50px;
}

.freight-seo-card .feature-box-icon em {
	font-size: 28px;
	color: #00a3f0;
}

.freight-seo-card .feature-box-info p {
	line-height: 1.75;
	color: #5b6672;
}

#freight-faq-title {
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

@media (max-width: 767px) {
	.freight-seo-card {
		padding: 18px;
	}

	.freight-seo-card .feature-box-icon {
		min-width: 42px;
	}

	.freight-seo-card .feature-box-icon em {
		font-size: 24px;
	}
}

/* Simple reusable sections for the new service landing pages. */
.onebox-hero {
	position: relative;
	color: #ffffff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.onebox-hero--service {
	min-height: 56vh;
	display: flex;
	align-items: center;
}

.onebox-hero-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.35));
	pointer-events: none;
}

.onebox-hero .container,
.onebox-hero .row {
	position: relative;
	z-index: 1;
}

.onebox-hero-card {
	background: rgba(255, 255, 255, 0.96);
	color: #1b1f24;
	border-radius: 12px;
	padding: 18px 18px;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.onebox-card {
	height: 100%;
	background: #ffffff;
	border-radius: 12px;
	padding: 18px 18px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 28px rgba(20, 35, 55, 0.08);
}

.onebox-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: rgba(0, 163, 240, 0.12);
	color: #00a3f0;
	margin-bottom: 12px;
}

.onebox-card-icon em {
	font-size: 22px;
}

.onebox-callout {
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(0, 163, 240, 0.12), rgba(0, 0, 0, 0.02));
	border: 1px solid rgba(0, 163, 240, 0.18);
	padding: 18px 18px;
}

/* Service "At a Glance / Resumen del servicio" callout */
.onebox-callout.onebox-callout--service-summary {
	background: linear-gradient(135deg, rgba(255, 158, 28, 0.18), rgba(255, 245, 232, 0.35));
	border-color: rgba(255, 158, 28, 0.28);
}

.onebox-callout.onebox-callout--service-summary .list-icons li i {
	color: #ff8a00;
}

.gap-2 {
	gap: 10px;
}

/* Mobile sticky CTA (conversion). */
.onebox-sticky-cta {
	position: fixed;
	right: 14px;
	bottom: 14px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 14px;
	border-radius: 999px;
	background: #00a3f0;
	color: #07101a;
	font-weight: 800;
	letter-spacing: 0.2px;
	text-decoration: none;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.onebox-sticky-cta:hover {
	color: #07101a;
	filter: brightness(1.05);
}

.onebox-sticky-cta:focus {
	outline: 3px solid rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}

@media (min-width: 992px) {
	.onebox-sticky-cta {
		display: none;
	}
}
