.swiper-arrow-style-02 {
	background: transparent !important;
}
.swiper-arrow-style-02:hover {
	background: #253475 !important;
}
.bg-secondary {
	background-color: #d82028 !important;
}
.text-red {
	color: #d82028 !important;
}
.accordion-button:not(.collapsed) {
	color: #d82028 !important;
}
p a {
	color: #d82028 !important;
}

.banner-sub {
	margin-top: 30px !important;
}

.error-message {
	color: #d82028;
	background-color: #ffd2d2;
	border: 1px solid #d82028;
	padding: 10px 20px;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
}
.error-message:before {
	content: "❗";
	padding-right: 5px;
	font-weight: bold;
}

.loader {
	width: 35px;
	height: 35px;
	border: 4px solid #253475;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.scrollable-text {
	max-height: 230px;
	/* Adjust based on your needs */
	overflow-y: auto;
}

/* Style the scrollbar (for WebKit browsers) */
.scrollable-text::-webkit-scrollbar {
	width: 3px;
}

.scrollable-text::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.scrollable-text::-webkit-scrollbar-thumb {
	background: #b0b0b0;
}

.scrollable-text::-webkit-scrollbar-thumb:hover {
	background: #878787;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

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

@media (max-width: 990px) {
	#usa-slogan {
		display: none;
	}
}
@media (max-width: 1199px) {
	.navbar-brand img {
		max-width: 200px !important;
	}
}

.brand-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2.5rem;
	padding: 10px 0;
}

.brand-item {
	width: 100px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.3s ease;
}

.brand-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Subtle Button Style */
.btn-view-brands {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #6c757d;
	/* Muted gray */
	text-decoration: none;
	letter-spacing: 1px;
	padding: 8px 16px;
	border: 1px solid #dee2e6;
	/* Very light border */
	border-radius: 4px;
	transition: all 0.3s ease;
}

.btn-view-brands i {
	transition: transform 0.3s ease;
	display: inline-block;
}

.btn-view-brands:hover {
	color: #253475;
	/* Your dark blue */
	border-color: #253475;
	background-color: rgba(37, 52, 117, 0.03);
}

.btn-view-brands:hover i {
	transform: translateX(4px);
	/* Moves arrow slightly on hover */
}
.shadow-xl {
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12) !important;
}
.italic {
	font-style: italic;
}
.icon-sm {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.ls-2 {
	letter-spacing: 2px;
}
