@charset "utf-8";
/* CSS Document */
.body {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
/* Increase line height for paragraph text only */
p {
  line-height: 2;
}
body, body p, ul {
  font-family: Poppins, sans-serif;
  color: #373a36;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}
.bg-img-hero, .bg-top {
  background-repeat: no-repeat
}
/* Inner pages hero blue gradient overlay */
.bg-img-hero {
  position: relative;
}
.bg-img-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    rgba(25, 49, 171, 0.9) 0%, 
    rgba(25, 49, 171, 0.7) 40%, 
    rgba(25, 49, 171, 0.4) 70%,
    rgba(25, 49, 171, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}
/* Make sure content stays above the gradient */
.bg-img-hero .container {
  position: relative;
  z-index: 2;
}
/* Hero Styles */
/* .heroitem {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}

.heroitem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom, 
      rgba(15, 35, 125, 0.95) 0%,
      rgba(25, 50, 174, 0.5) 15%,
      rgba(25, 50, 174, 0) 35%),
    linear-gradient(to left,
      rgba(15, 35, 125, 0.95) 0%,
      rgba(25, 50, 174, 0.5) 10%,
      rgba(25, 50, 174, 0) 25%),

    linear-gradient(to top,
      rgba(15, 35, 125, 0.95) 0%,
      rgba(25, 50, 174, 0.5) 15%,
      rgba(25, 50, 174, 0) 35%),
    linear-gradient(to right,
      rgba(15, 35, 125, 0.95) 0%,
      rgba(25, 50, 174, 0.5) 10%,
      rgba(25, 50, 174, 0) 25%);
  z-index: -1;
  pointer-events: none;
}

.heroitem .container {
  position: relative;
  z-index: 2;
} */
.hover-bg-primary-soft {
    transition: all 0.3s ease;
}
.hover-bg-primary-soft:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(25, 49, 171, 0.15);
    background-color: rgba(25, 49, 171, 0.05) !important;
}
.hover-bg-primary-soft:hover i {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.hover-bg-primary-soft:hover h6 {
    color: #1931AB !important;
}
.hover-bg-primary-soft i {
    transition: transform 0.3s ease;
}

/*CSS FOR HOMEPAGE ONLY*/

/* Card image container styling */
.card-img-container {
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	height: 200px;
}
/* Card image styling */
.custom-card .card-img-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
/* Multiple wave effect at the bottom of the image */
.card-img-container::before {
	content: '';
	position: absolute;
	bottom: -15px;
	/* Extend well below the container */
	left: 0;
	width: 100%;
	height: 30px;
	/* Increased height for better visibility */
	background-color: white;
	z-index: 2;
	/* Multiple wave pattern using a repeating SVG as a mask - flipped vertically */
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V73.71c47.79-22.2,103.59-32.17,158-28,70.36,5.37,136.33,33.31,206.8,37.5C438.64,87.57,512.34,66.33,583,47.95c69.27-18,138.3-24.88,209.4-13.08,36.15,6,69.85,17.84,104.45,29.34C989.49,95,1113,134.29,1200,67.53V120Z' opacity='.25'%3E%3C/path%3E%3Cpath d='M0,120V104.19C13,83.08,27.64,63.14,47.69,47.95,99.41,8.73,165,9,224.58,28.42c31.15,10.15,60.09,26.07,89.67,39.8,40.92,19,84.73,46,130.83,49.67,36.26,2.85,70.9-9.42,98.6-31.56,31.77-25.39,62.32-62,103.63-73,40.44-10.79,81.35,6.69,119.13,24.28s75.16,39,116.92,43.05c59.73,5.85,113.28-22.88,168.9-38.84,30.2-8.66,59-6.17,87.09,7.5,22.43,10.89,48,26.93,60.65,49.24V120Z' opacity='.5'%3E%3C/path%3E%3Cpath d='M0,120V114.37C149.93,61,314.09,48.68,475.83,77.43c43,7.64,84.23,20.12,127.61,26.46,59,8.63,112.48-12.24,165.56-35.4C827.93,42.78,886,24.76,951.2,30c86.53,7,172.46,45.71,248.8,84.81V120Z'%3E%3C/path%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,120V73.71c47.79-22.2,103.59-32.17,158-28,70.36,5.37,136.33,33.31,206.8,37.5C438.64,87.57,512.34,66.33,583,47.95c69.27-18,138.3-24.88,209.4-13.08,36.15,6,69.85,17.84,104.45,29.34C989.49,95,1113,134.29,1200,67.53V120Z' opacity='.25'%3E%3C/path%3E%3Cpath d='M0,120V104.19C13,83.08,27.64,63.14,47.69,47.95,99.41,8.73,165,9,224.58,28.42c31.15,10.15,60.09,26.07,89.67,39.8,40.92,19,84.73,46,130.83,49.67,36.26,2.85,70.9-9.42,98.6-31.56,31.77-25.39,62.32-62,103.63-73,40.44-10.79,81.35,6.69,119.13,24.28s75.16,39,116.92,43.05c59.73,5.85,113.28-22.88,168.9-38.84,30.2-8.66,59-6.17,87.09,7.5,22.43,10.89,48,26.93,60.65,49.24V120Z' opacity='.5'%3E%3C/path%3E%3Cpath d='M0,120V114.37C149.93,61,314.09,48.68,475.83,77.43c43,7.64,84.23,20.12,127.61,26.46,59,8.63,112.48-12.24,165.56-35.4C827.93,42.78,886,24.76,951.2,30c86.53,7,172.46,45.71,248.8,84.81V120Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
/* Second layer of waves for more depth - also flipped vertically */
.card-img-container::after {
	content: '';
	position: absolute;
	bottom: -10px;
	/* Positioned to overlap with the card body */
	left: 0;
	width: 100%;
	height: 25px;
	/* Increased for better visibility */
	background-color: white;
	z-index: 3;
	/* Different wave pattern for second layer - flipped vertically */
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,63.56c58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V120H0V92.65A600.21,600.21,0,0,1,321.39,63.56Z'%3E%3C/path%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,63.56c58,10.79,114.16,30.13,172,41.86,82.39,16.72,168.19,17.73,250.45.39C823.78,89,906.67,48,985.66,27.17c70.05-18.48,146.53-26.09,214.34-3V120H0V92.65A600.21,600.21,0,0,1,321.39,63.56Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
/* Add padding to the card body to accommodate the waves */
.custom-card .card-body {
	padding-top: 20px !important;
}
/* Hover effects for card images */
.custom-card:hover .card-img-top {
	transform: scale(1.08);
}
/* Card styling */
.custom-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}
.custom-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.bg-coral {
	background-color: #FF6B6B;
}
.bg-soft-coral {
	background-color: #FFB6C1;
}
/* Responsive hero heights */
    /* Large devices - Desktop and larger (≥992px) */
.heroitem {
	height: clamp(350px, 35vw, 450px);
	/* Increased height */
	overflow: hidden;/* Prevent content overflow */
}

/* Medium devices - Tablets and smaller laptops (<992px) */
    /* iPad Pro, iPad Air, Surface Pro, etc. */
@media (max-width: 991.98px) {
.heroitem {
	height: clamp(300px, 35vw, 400px);/* Increased height */
}
}

/* Small devices - Large phones and small tablets (<768px) */
    /* iPad Mini, Galaxy Tab, larger phones in landscape */
@media (max-width: 767.98px) {
.heroitem {
	height: clamp(250px, 40vw, 350px);/* Increased height */
}
}

/* Extra small devices - Most phones (<576px) */
    /* iPhone, Android phones in portrait mode */
@media (max-width: 575.98px) {
.heroitem {
	height: clamp(350px, 75vw, 420px);/* Significantly increased for mobile */
}
/* Increase left margin for hero text on phones */
.heroitem .w-75 {
	width: 75% !important;
	/* Narrower width to keep text left-aligned */
	margin-left: 1rem !important;
	padding-right: 0 !important;/* Ensure text doesn't extend too far right */
}
/* Reduce text size on mobile */
.heroitem h1.heroh1 {
	font-size: 2rem !important;
	/* Slightly larger than before */
	line-height: 1.2 !important;
}
.heroitem p.fs-3 {
	font-size: 1.125rem !important;
	/* Slightly larger than before */
	line-height: 1.4 !important;
}
.heroitem .fs-2 {
	font-size: 1.5rem !important;/* Slightly larger than before */
}
/* Add more bottom padding to ensure content fits */
.heroitem .container {
	padding-bottom: 2.5rem !important;
	padding-left: 1rem !important;/* Ensure consistent left alignment */
}
/* Ensure text stays on left side of hero */
.heroitem .col-lg-6 {
	padding-right: 25% !important;/* Create space on right side for image */
}
}
/* Ensure consistent vertical positioning of hero content */
.heroitem {
	position: relative;
	display: flex;
	align-items: center;
}
.heroitem .container {
	width: 100%;
}
/* Consistent spacing for all hero text */
.heroitem .space-top-lg-2 {
	margin-top: 0 !important;
}

/* Add responsive spacing for hero text on smartphones */
@media (max-width: 767.98px) {
.heroitem .container {
	padding-top: 2rem !important;
	padding-bottom: 3rem !important;
}
.heroitem .w-75 {
	width: 100% !important;
}
}
/* Hide all hero items initially to prevent flash */
.heroitem {
	opacity: 0;
	display: none;
	transition: opacity 0.3s ease-in-out;
}
/* Add a loading state to the hero container */
.hero-container.loading {
	position: relative;
	min-height: 300px;
}
.hero-container.loading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
}

/* Mobile-specific adjustment for the waves border */
@media (max-width: 767.98px) {
.shape.shape-bottom {
	margin-bottom: -1.49rem !important;
}
}
/* Modern card styling */
.rate-card {
	border-radius: 16px;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	position: relative;
}
.rate-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
/* Modern icon styling */
.icon-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -40px auto 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* Subtle background pattern for icons */
.icon-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: inherit;
}
/* Rate styling */
.rate-value {
	font-weight: 700;
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
/* Card top accent */
.card-accent {
	height: 8px;
	background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
/* Custom colors for each card type */
.auto-card {
--primary-color: #4361ee;
--secondary-color: #3a0ca3;
}
.motorcycle-card {
--primary-color: #7209b7;
--secondary-color: #560bad;
}
.rv-card {
--primary-color: #2a9d8f;
--secondary-color: #264653;
}
.certificate-card {
--primary-color: #f4a261;
--secondary-color: #e76f51;
}
.ira-card {
--primary-color: #e63946;
--secondary-color: #a8201a;
}
.money-market-card {
--primary-color: #06d6a0;
--secondary-color: #118ab2;
}
/* Increase hero section height */
.heroitem {
	min-height: 60vh;
	/* Increased from default */
	display: flex;
	align-items: center;
	position: relative;
}

/* HERO Responsive adjustments */
@media (max-width: 767.98px) {
.heroitem {
	min-height: 50vh;/* Slightly smaller on mobile but still taller than before */
}
/* Mobile-specific adjustment for the waves border */
.shape.shape-bottom {
	margin-bottom: -1.49rem !important;
}
}

/* Subtle height increase for hero section on desktop only */
@media (min-width: 992px) {
.heroitem {
	min-height: 60vh;/* Moderate increase for desktop only */
}
}

/* Keep mobile-specific adjustment for the waves border */
@media (max-width: 767.98px) {
.shape.shape-bottom {
	margin-bottom: -1.49rem !important;
}
}

/* Very subtle height increase for hero section on large desktop screens only */
@media (min-width: 1200px) {
.heroitem .container {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
}

/* Keep mobile-specific adjustment for the waves border */
@media (max-width: 767.98px) {
.shape.shape-bottom {
	margin-bottom: -1.49rem !important;
}
}

/* Mobile-specific adjustment for the waves border only */
@media (max-width: 767.98px) {
.shape.shape-bottom {
	margin-bottom: -1.49rem !important;
}
}

/* Desktop-only padding adjustment */
@media (min-width: 1200px) {
#heropromo .container.content-space-t-4.content-space-3.content-space-b-lg-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
}
/* Additional styles for the updated member section */
.bg-gradient-dark {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.bg-opacity-70 {
--bs-bg-opacity: 0.7;
}
.transition-hover {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.icon-box {
	transition: transform 0.2s ease;
}
.transition-hover:hover .icon-box {
	transform: scale(1.1);
}
.rounded-4 {
	border-radius: 0.75rem;
}
/* Soft background colors */
.bg-soft-primary {
	background-color: rgba(13, 110, 253, 0.1);
}
.bg-soft-coral {
	background-color: rgba(255, 91, 91, 0.1);
}
.bg-soft-success {
	background-color: rgba(25, 135, 84, 0.1);
}
.bg-soft-info {
	background-color: rgba(13, 202, 240, 0.1);
}
.bg-soft-warning {
	background-color: rgba(255, 193, 7, 0.1);
}
/* Ensure consistent sizing and appearance */
.product-item {
	min-width: 140px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #495057;
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 1rem;
	transition: all 0.3s ease;
	text-align: center;
}
.product-item:hover {
	background-color: #e9ecef;
	transform: translateY(-3px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	color: #0d6efd;
}
.product-item i {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}
.product-item span {
	font-size: 0.9rem;
	font-weight: 500;
}
/* Ensure consistent spacing in the grid */
.product-category .d-flex {
	justify-content: center;
}

@media (min-width: 768px) {
.product-grid {
	padding: 1rem;
}
}
/* Styles for the updated Financial Tools tab */
.bg-gradient-dark {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.bg-opacity-70 {
--bs-bg-opacity: 0.7;
}
.transition-hover {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.icon-box {
	transition: transform 0.2s ease;
}
.transition-hover:hover .icon-box {
	transform: scale(1.1);
}
.rounded-4 {
	border-radius: 0.75rem;
}
/* Soft background colors */
.bg-soft-primary {
	background-color: rgba(13, 110, 253, 0.1);
}
.bg-soft-coral {
	background-color: rgba(255, 91, 91, 0.1);
}
.bg-soft-success {
	background-color: rgba(25, 135, 84, 0.1);
}
.bg-soft-info {
	background-color: rgba(13, 202, 240, 0.1);
}
.bg-soft-warning {
	background-color: rgba(255, 193, 7, 0.1);
}
/* Additional styles for the updated buttons */
.btn-outline-coral {
	color: #ff5b5b;
	border-color: #ff5b5b;
}
.btn-outline-coral:hover {
	color: #fff;
	background-color: #ff5b5b;
	border-color: #ff5b5b;
}
.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.text-start {
	text-align: left !important;
}
/* Enhanced styles for more visual pop */
.bg-gradient-coral {
	background: linear-gradient(135deg, #ff5b5b 0%, #ff8f70 100%);
	color: white;
}
.bg-gradient-blue {
	background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
	color: white;
}
/* Stylish application buttons */
.app-button {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.app-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}
.app-button:hover::before {
	transform: translateX(0);
}
.app-button i {
	font-size: 1.25rem;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
.app-button span {
	position: relative;
	z-index: 1;
}
/* Loan button styling */
.loan-button {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	box-shadow: 0 4px 6px rgba(255, 91, 91, 0.2);
}
.loan-button:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(255, 91, 91, 0.3);
	color: white;
}
/* Service button styling */
.service-button {
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	box-shadow: 0 4px 6px rgba(13, 110, 253, 0.2);
}
.service-button:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(13, 110, 253, 0.3);
	color: white;
}
/* Enhanced styles with reduced height */
.bg-gradient-coral {
	background: linear-gradient(135deg, #ff5b5b 0%, #ff8f70 100%);
	color: white;
}
.bg-gradient-blue {
	background: linear-gradient(135deg, #0d6efd 0%, #0dcaf0 100%);
	color: white;
}
.bg-gradient-dark {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
/* Stylish application buttons with reduced height */
.app-button {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
}
.app-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}
.app-button:hover::before {
	transform: translateX(0);
}
.app-button i {
	font-size: 1.1rem;
	margin-right: 8px;
	position: relative;
	z-index: 1;
}
.app-button span {
	position: relative;
	z-index: 1;
	font-size: 0.9rem;
}
/* Loan button styling */
.loan-button {
	box-shadow: 0 2px 4px rgba(255, 91, 91, 0.2);
}
.loan-button:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(255, 91, 91, 0.3);
	color: white;
}
/* Service button styling */
.service-button {
	box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}
.service-button:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
	color: white;
}
.rounded-4 {
	border-radius: 0.75rem;
}
/* Custom Primary Button Style */
.btn-primary {
	color: #fff;
	background-color: #1C37C4;
	border-color: #1C37C4;
}
.btn-primary:hover {
	color: #fff;
	background-color: #182fa7;
	border-color: #16299d;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #182fa7;
	border-color: #16299d;
	box-shadow: 0 0 0 0.25rem rgba(28, 55, 196, 0.5);
}
/* Modern Tab Styles */
.nav-tabs-modern {
	border-bottom: 0;
}
.nav-tabs-modern .nav-link {
	margin-right: 4px;
	color: #495057;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-bottom: 0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	font-weight: 500;
	transition: all 0.2s ease;
}
.nav-tabs-modern .nav-link:hover {
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.nav-tabs-modern .nav-link.active {
	color: #fff;
	background-color: #1C37C4;
	border-color: #1C37C4;
}
/* Card Header Styles */
.card-header.bg-primary {
	background-color: #1C37C4 !important;
}
/* Form Styles */
.tooltip-icon {
	color: #1C37C4;
	cursor: pointer;
}
.form-range::-webkit-slider-thumb {
background: #1C37C4;
}
.form-range::-moz-range-thumb {
background: #1C37C4;
}
.form-range::-ms-thumb {
background: #1C37C4;
}

/* Keep rounded-pill on desktop, remove on smartphones */
@media (max-width: 767.98px) {
#calculatorTabs .nav-link.rounded-pill {
	border-radius: 0 !important;
}
/* Adjust the tab navigation for better mobile appearance */
.nav-tabs-modern .nav-link {
	margin-right: 0;
	border-radius: 0 !important;
}
/* Make first tab rounded on top-left and last tab rounded on top-right */
.nav-tabs-modern .nav-item:first-child .nav-link {
	border-top-left-radius: 0.5rem !important;
}
.nav-tabs-modern .nav-item:last-child .nav-link {
	border-top-right-radius: 0.5rem !important;
}
}

/* Also apply to the main navigation pills from the other code */
@media (max-width: 767.98px) {
.nav-pills .nav-link.rounded-pill {
	border-radius: 0 !important;
}
/* Make first pill rounded on left and last pill rounded on right */
.nav-pills .nav-item:first-child .nav-link {
	border-top-left-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.nav-pills .nav-item:last-child .nav-link {
	border-top-right-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}
}

/* Override rounded-pill on smartphones only */
@media (max-width: 767.98px) {
/* Target the specific nav elements with higher specificity */
#calculatorTabs .nav-item .nav-link.rounded-pill, .nav-pills .nav-item .nav-link.rounded-pill {
	border-radius: 0 !important;
}
/* For the main navigation pills, keep rounded edges only on outer corners */
.nav-pills .nav-item:first-child .nav-link {
	border-top-left-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.nav-pills .nav-item:last-child .nav-link {
	border-top-right-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}
/* For calculator tabs, keep rounded edges only on top corners */
.nav-tabs-modern .nav-item:first-child .nav-link {
	border-top-left-radius: 0.5rem !important;
}
.nav-tabs-modern .nav-item:last-child .nav-link {
	border-top-right-radius: 0.5rem !important;
}
}
/* Fix for Financial Tips tab appearing selected */
#events-tab:not(.active), #events-tab-mobile:not(.active) {
	color: var(--bs-nav-link-color);
	background-color: transparent;
}

/* Simple media query to remove rounded-pill on mobile */
@media (min-width: 768px) {
#financeTab .nav-link {
	border-radius: 50rem;
}
}
/* Border Orbit Showcase Styles - With matching colors from rate cards */
.border-orbit-showcase {
	position: relative;
	background: linear-gradient(145deg, #f8f9fa, #e7eaf9);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 3rem 2rem;
	overflow: visible; /* Allow icons to go outside */
	min-height: 450px;
}
/* Define color variables to match rate cards */
.border-orbit-showcase {
--auto-primary: #4361ee;
--auto-secondary: #3a0ca3;
--motorcycle-primary: #7209b7;
--motorcycle-secondary: #560bad;
--rv-primary: #2a9d8f;
--rv-secondary: #264653;
--certificate-primary: #f4a261;
--certificate-secondary: #e76f51;
--ira-primary: #e63946;
--ira-secondary: #a8201a;
--money-market-primary: #06d6a0;
--money-market-secondary: #118ab2;
}
.border-orbit-showcase::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px dashed rgba(28, 55, 196, 0.2);
	border-radius: 14px;
	pointer-events: none;
}
.border-orbit-showcase .orbit-icon {
--orbit-offset: 0px;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 5;
	animation: orbitBorder 120s linear infinite;
}
/* Stagger the animations */
.border-orbit-showcase .orbit-icon:nth-child(1) {
	animation-delay: 0s;
}
.border-orbit-showcase .orbit-icon:nth-child(2) {
	animation-delay: -20s;
}
.border-orbit-showcase .orbit-icon:nth-child(3) {
	animation-delay: -40s;
}
.border-orbit-showcase .orbit-icon:nth-child(4) {
	animation-delay: -60s;
}
.border-orbit-showcase .orbit-icon:nth-child(5) {
	animation-delay: -80s;
}
.border-orbit-showcase .orbit-icon:nth-child(6) {
	animation-delay: -100s;
}
    
    /* Position the icons along the border path */
    @keyframes orbitBorder {
0% {
top: 0;
left: 25%;
transform: translate(-50%, -50%);
}
12.5% {
top: 0;
left: 75%;
transform: translate(-50%, -50%);
}
25% {
top: 25%;
left: 100%;
transform: translate(-50%, -50%);
}
37.5% {
top: 75%;
left: 100%;
transform: translate(-50%, -50%);
}
50% {
top: 100%;
left: 75%;
transform: translate(-50%, -50%);
}
62.5% {
top: 100%;
left: 25%;
transform: translate(-50%, -50%);
}
75% {
top: 75%;
left: 0;
transform: translate(-50%, -50%);
}
87.5% {
top: 25%;
left: 0;
transform: translate(-50%, -50%);
}
100% {
top: 0;
left: 25%;
transform: translate(-50%, -50%);
}
}
.border-orbit-showcase .orbit-icon-wrapper {
	width: 50px;
	height: 50px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 10;
	animation: softPulse 4s ease-in-out infinite;
}
/* Colored orbit icons to match rate cards */
.border-orbit-showcase .orbit-icon:nth-child(1) .orbit-icon-wrapper i, .border-orbit-showcase .orbit-icon:nth-child(2) .orbit-icon-wrapper i {
	color: var(--auto-primary); /* Checking/Savings - blue like auto */
}
.border-orbit-showcase .orbit-icon:nth-child(3) .orbit-icon-wrapper i, .border-orbit-showcase .orbit-icon:nth-child(4) .orbit-icon-wrapper i {
	color: var(--rv-primary); /* Loans - teal like RV */
}
.border-orbit-showcase .orbit-icon:nth-child(5) .orbit-icon-wrapper i, .border-orbit-showcase .orbit-icon:nth-child(6) .orbit-icon-wrapper i {
	color: var(--money-market-primary); /* Services - green like money market */
}
.border-orbit-showcase .orbit-icon-wrapper:hover {
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	animation-play-state: paused;
}
/* Colored backgrounds on hover to match rate cards */
.border-orbit-showcase .orbit-icon:nth-child(1) .orbit-icon-wrapper:hover, .border-orbit-showcase .orbit-icon:nth-child(2) .orbit-icon-wrapper:hover {
	background-color: var(--auto-primary);
}
.border-orbit-showcase .orbit-icon:nth-child(3) .orbit-icon-wrapper:hover, .border-orbit-showcase .orbit-icon:nth-child(4) .orbit-icon-wrapper:hover {
	background-color: var(--rv-primary);
}
.border-orbit-showcase .orbit-icon:nth-child(5) .orbit-icon-wrapper:hover, .border-orbit-showcase .orbit-icon:nth-child(6) .orbit-icon-wrapper:hover {
	background-color: var(--money-market-primary);
}
.border-orbit-showcase .orbit-icon-wrapper:hover i {
	color: white;
}
.border-orbit-showcase .orbit-icon-wrapper.active {
	box-shadow: 0 0 0 3px rgba(28, 55, 196, 0.3), 0 6px 16px rgba(0, 0, 0, 0.15);
}
/* Active state colors to match rate cards */
.border-orbit-showcase .orbit-icon:nth-child(1) .orbit-icon-wrapper.active, .border-orbit-showcase .orbit-icon:nth-child(2) .orbit-icon-wrapper.active {
	background-color: var(--auto-primary);
}
.border-orbit-showcase .orbit-icon:nth-child(3) .orbit-icon-wrapper.active, .border-orbit-showcase .orbit-icon:nth-child(4) .orbit-icon-wrapper.active {
	background-color: var(--rv-primary);
}
.border-orbit-showcase .orbit-icon:nth-child(5) .orbit-icon-wrapper.active, .border-orbit-showcase .orbit-icon:nth-child(6) .orbit-icon-wrapper.active {
	background-color: var(--money-market-primary);
}
.border-orbit-showcase .orbit-icon-wrapper.active i {
	color: white !important;
}
    
    /* Add a subtle pulsing animation to the icons */
    @keyframes softPulse {
0% {
transform: translate(-50%, -50%) scale(1);
}
50% {
transform: translate(-50%, -50%) scale(1.05);
}
100% {
transform: translate(-50%, -50%) scale(1);
}
}
/* Category Tabs */
.border-orbit-showcase .category-tabs {
	position: relative;
	z-index: 2;
}
.border-orbit-showcase .category-tab-buttons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 1.5rem;
}
.border-orbit-showcase .category-tab-btn {
	background: transparent;
	border: none;
	color: #495057;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 30px;
	transition: all 0.3s ease;
	position: relative;
	cursor: pointer;
}
.border-orbit-showcase .category-tab-btn::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 3px;
	background: #1C37C4;
	transform: translateX(-50%);
	transition: width 0.3s ease;
}
/* Colored tab buttons to match categories */
.border-orbit-showcase .category-tab-btn[data-category="accounts"].active {
	color: var(--auto-primary);
}
.border-orbit-showcase .category-tab-btn[data-category="loans"].active {
	color: var(--rv-primary);
}
.border-orbit-showcase .category-tab-btn[data-category="services"].active {
	color: var(--money-market-primary);
}
.border-orbit-showcase .category-tab-btn[data-category="accounts"].active::after {
	background: var(--auto-primary);
	width: 80%;
}
.border-orbit-showcase .category-tab-btn[data-category="loans"].active::after {
	background: var(--rv-primary);
	width: 80%;
}
.border-orbit-showcase .category-tab-btn[data-category="services"].active::after {
	background: var(--money-market-primary);
	width: 80%;
}
/* Category Panels */
.border-orbit-showcase .category-panel {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}
.border-orbit-showcase .category-panel.active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}
/* Product Grid */
.border-orbit-showcase .product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.border-orbit-showcase .product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: white;
	border-radius: 12px;
	padding: 15px 10px;
	text-decoration: none;
	color: #495057;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	text-align: center;
	height: 100px;
}
/* Colored product icons based on category */
.border-orbit-showcase .category-panel[data-category="accounts"] .product-item i {
	color: var(--auto-primary);
}
.border-orbit-showcase .category-panel[data-category="loans"] .product-item i {
	color: var(--rv-primary);
}
.border-orbit-showcase .category-panel[data-category="services"] .product-item i {
	color: var(--money-market-primary);
}
.border-orbit-showcase .product-item span {
	font-weight: 600;
	font-size: 0.85rem;
}
.border-orbit-showcase .product-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
/* Colored hover states based on category */
.border-orbit-showcase .category-panel[data-category="accounts"] .product-item:hover {
	color: var(--auto-primary);
}
.border-orbit-showcase .category-panel[data-category="loans"] .product-item:hover {
	color: var(--rv-primary);
}
.border-orbit-showcase .category-panel[data-category="services"] .product-item:hover {
	color: var(--money-market-primary);
}
.border-orbit-showcase .product-item:hover i {
	transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
.border-orbit-showcase .product-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575.98px) {
.border-orbit-showcase .product-grid {
	grid-template-columns: 1fr;
}
.border-orbit-showcase .category-tab-buttons {
	flex-direction: column;
	align-items: center;
}
.border-orbit-showcase .orbit-icon {
	display: none; /* Hide orbiting icons on mobile */
}
}

/*END HOMEPAGE CSS */
.mt-n12 {
  margin-top: -8rem !important;
}
#dynamic-bg {
  transition: background-image 1s ease-in-out, transform 1s ease-in-out;
  background-size: cover;
  background-position: center;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide .cms-editable p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.ratecard {
  max-height: 100px !important; /* Adjust the value as needed */
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-space-t-6 {
  padding-top: 14.5rem !important
}
.card-text {
  color: #222 !important;
}
.no-bg {
  background: none !important; /* Use !important to override any other background styles */
}
.carousel-inner {
  padding: 0 20px; /* Adjust the padding as needed */
}
/* .custom-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.custom-card .card-img-container {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%; 
}
.custom-card .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
.custom-card:hover .card-img-top {
  transform: scale(1.05);
}
.custom-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.custom-card .card-text {
  flex: 1;
  margin-bottom: 1rem;
} */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
.service-card {
  perspective: 1000px;
  height: 280px;
}
.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.service-card:hover .service-card-inner {
  transform: rotateY(180deg);
}
.service-card-front, .service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-card-front {
  background: linear-gradient(145deg, #f8f9fa, #e9ecef);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card-back {
  background: linear-gradient(145deg, #1D39C9, #22BEEF);
  color: white;
  transform: rotateY(180deg);
  text-align: center;
}
.service-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #1D39C9;
}
.pulse-circle {
  position: absolute;
  bottom: 20px;
  width: 10px;
  height: 10px;
  background: #22BEEF;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 190, 239, 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(34, 190, 239, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 190, 239, 0);
  }
}
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .service-card {
    height: 240px;
  }
}
.feature-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}
.feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .feature-card {
    padding: 1.5rem !important;
  }
  .feature-icon {
    width: 40px;
    height: 40px;
  }
}
/* Swiper container height consistency */
.swiper-slide {
  height: auto;
}
.text-gradient-blue {
  background: linear-gradient(135deg, #1C37C4 0%, #2442D9 85%, #3351EE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); /* Adds slight definition to help gradient stand out */
  color: #1C37C4; /* Fallback for browsers that don't support gradient text */
}
.product-filter {
  width: 100%;
}
.product-filter .btn {
  padding: 0.75rem 2rem;
  min-width: 200px;
}
.product-filter .btn.active {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}
/* Mobile styles */
@media (max-width: 575.98px) {
  .product-filter .btn {
    padding: 0.75rem 1rem;
    min-width: 100%;
  }
  .product-filter .btn:last-child {
    margin-bottom: 0;
  }
  .product-filter .btn i {
    width: 20px;
  }
}
/* Tablet and up styles */
@media (min-width: 576px) {
  .product-filter {
    max-width: 800px;
    margin: 0 auto;
  }
  .product-filter .btn {
    flex: 1;
  }
}
.product-category {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-category.active {
  display: block;
  opacity: 1;
}
.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--bs-gray-700);
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  min-width: 120px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}
.product-item:hover, .product-item:focus {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  text-decoration: none;
  outline: none;
}
.product-item:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}
.product-item i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--bs-primary);
}
.product-item span {
  font-weight: 500;
  font-size: 0.9rem;
}
/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .product-item {
    min-width: calc(50% - 1rem);
    padding: 1.25rem;
  }
  .product-item i {
    font-size: 1.75rem;
  }
  .product-item span {
    font-size: 0.85rem;
  }
}
@media (max-width: 575.98px) {
  .product-item {
    min-width: calc(33.333% - 1rem);
    padding: 1rem;
  }
  .product-item i {
    font-size: 1.5rem;
  }
  .product-item span {
    font-size: 0.75rem;
  }
}
/* Add this to your existing styles */
.btn-coral {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E85A68; /* Darker base color */
  --bs-btn-border-color: #E85A68;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #D14350; /* Darker hover state */
  --bs-btn-hover-border-color: #D14350;
  --bs-btn-focus-shadow-rgb: 232, 90, 104;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #C13846; /* Darker active state */
  --bs-btn-active-border-color: #C13846;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E85A68;
  --bs-btn-disabled-border-color: #E85A68;
}
/* Optional: Add a subtle transition effect */
.btn-coral.btn-transition {
  transition: all 0.3s ease;
}
.btn-coral.btn-transition:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(232, 90, 104, 0.2);
}
.text-gray-600 {
  color: #6c6d71;
}
.text-coral {
  color: #E85A68 !important; /* Using the same base color as btn-coral */
}
.bg-gradient-light {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
}
.offcanvas {
  background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
}
/* Custom Modal Styles */
#creditUnionVsBanksModal .modal-content {
  background-color: #f8f9fa;
  /* Light grey background */
  border-radius: 0.5rem;
  /* Rounded corners */
}
#creditUnionVsBanksModal .modal-header {
  background-color: #6c6d71;
  /* Bootstrap primary color */
  color: white;
  /* White text */
  border-bottom: none;
  /* Remove default border */
}
#creditUnionVsBanksModal .modal-title {
  font-weight: bold;
}
#creditUnionVsBanksModal .modal-body {
  font-size: 0.9rem;
  /* Adjust font size */
}
#creditUnionVsBanksModal .modal-body p {
  padding: 0.5rem;
  /* Add padding */
  background-color: white;
  /* White background */
  border-radius: 0.5rem;
  /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  margin-bottom: 1rem;
  /* Add space between paragraphs */
}
#creditUnionVsBanksModal .modal-body i {
  color: #007bff;
  /* Icon color to match the header */
}
#creditUnionVsBanksModal .btn-close {
  filter: invert(1);
  /* Make close button white */
}
.text-primary {
  color: #1D39C9 !important;
}
.text-blue {
  color: #1D39C9;
}
.text-green {
  color: #6c6d71;
}
.text-lightblue {
  color: #22BEEF;
}
.bg-alert {
  background-color: #C2E7D9;
}
#ratecard5 .swiper-slide a, #ratecard5 .swiper-slide a:not([class*="btn"]) {
  text-decoration: none !important;
}
.accordion-button:not(.collapsed) {
  color: #1D39C9 !important;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: rgba(189, 197, 209, .2) !important;
}
.notd {
  text-decoration: none !important;
}
a.nav-link.text-primary:hover {
  color: #6c6d71 !important;
  /* Adjust the color as needed */
}
a {
  color: #1D39C9;
  /*	font-weight: 600*/
}
a:hover {
  color: #F47C20;
}
ul {
  font-weight: 400 !important;
  color: #373a36 !important
}
.logo-small {
  height: 50px !important;
  /* Or any size you prefer */
  transition: height 0.3s ease !important;
  /* Smooth transition for the logo size change */
}
.text-officina {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
.text-poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
.h1lead {
  /*	font-family: "Caveat Brush", cursive;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #1D39C9;
}
.text-purple {
  color: #1D39C9;
}
.lead, .lead a {
  font-weight: 400;
  line-height: 1.7;
}
.h1, h1 {
  font-weight: 600;
  color: #1D39C9;
  /* font-size: 5.25rem; */
  line-height: 1 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: .5rem;
}
.heroh1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #1D39C9;
  font-size: 4rem;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
/* Media query for smartphones */
@media (max-width: 576px) {
  .heroh1 {
    font-size: 3.5rem;
    /* Adjust the font size as needed for smartphones */
  }
}
.h1, .h2, .h3, .h4, .nav .nav-link, .title-block, h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}
.h2, .h3, h2, h3 {
  font-weight: 600;
}
.h2, h2 {
  color: #1D39C9;
  font-size: 3rem;
  line-height: 1.1;
}
.h3, h3 {
  font-size: 2rem;
  color: #036;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.2 !important;
}
b, strong {
  font-weight: bold;
  /*footer links*/
}
.nav-link:focus, .nav-link:hover {
  color: #6c6d71 !important;
}
.nav-link-special:hover {
  color: #D3D3D3 !important;
  /* Light grey */
}
.footer-background {
  background: linear-gradient(165deg, #1D39C9 0%, #244CC8 40%, #15288A 100%);
  position: relative;
  overflow: hidden;
}
#header .navbar-topbar {
  padding-top: 0;
  /* Remove top padding */
  padding-bottom: 0;
  /* Remove bottom padding */
  margin-top: -10px;
  /* Example value, adjust as needed */
}
.header .nav-link {
  color: #fff
}
.navbar-nav .nav-link {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  /*	color: #1D39C9;*/
  font-size: 1.15rem;
}
/*
.navbar-toggler {
    color: #000;
    background-color: #fff;
}
*/
#topbar .nav > .nav-link, .topbar {
  font-family: Poppins, sans-serif !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 13px !important
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #373a36;
  background-color: rgba(0, 157, 209, .3) !important;
  font-size: 1rem !important;
  font-family: Poppins, sans-serif;
  font-weight: 600 !important;
  border-bottom-width: .1875rem !important;
  border-bottom-color: #004851 !important
}
.nav:not(.nav-pills) .nav-link.active {
  color: #343f4c !important;
  border-color: transparent transparent #b6bf00 !important
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #373a36;
  background-color: rgba(109, 205, 184, .3) !important;
  font-size: 1rem !important;
  font-family: Poppins, sans-serif;
  border-bottom-width: .1875rem !important;
  border-bottom-color: #1D39C9 !important
}
/*BACKGROUNDS AND GRADIENTS */
.gradient-orange {
  background: linear-gradient(45deg, #22BEEF, #ffc72c)
}
.gradient-pink-orange {
  background: linear-gradient(45deg, rgba(107, 34, 185, 0.5), rgba(244, 123, 31, 0.5));
}
.bg-colorz-blue {
  position: relative;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(at 30% 20%, rgba(29, 57, 201, 0.15), transparent 35%), radial-gradient(at 70% 40%, rgba(34, 190, 239, 0.12), transparent 45%), radial-gradient(at 50% 60%, rgba(66, 99, 235, 0.15), transparent 40%);
  background-color: #FFFFFF;
}
.bg-colorz2 {
  position: relative;
  width: 100%;
  height: 100%;
  /* Make the gradient cover the full container height */
  background:
    radial-gradient(at 30% 20%, rgba(255, 175, 189, 0.3), transparent 20%), radial-gradient(at 70% 40%, rgba(255, 223, 175, 0.3), transparent 30%), radial-gradient(at 50% 60%, rgba(175, 223, 255, 0.3), transparent 30%);
  background-color: #FFFFFF;
  /* Fallback color to ensure a smooth transition to white */
}
.bg-colorz3 {
  position: relative;
  width: 100%;
  height: 524px;
  /* Adjust based on your needs */
  background:
    radial-gradient(at 30% 30%, rgba(255, 233, 207, 0.2), transparent 70%), radial-gradient(at 70% 30%, rgba(207, 233, 255, 0.2), transparent 70%), radial-gradient(at 50% 50%, rgba(233, 255, 207, 0.2), transparent 70%);
  background-color: #FFFFFF;
  /* Fallback color */
}
.bg-colorz {
  position: relative;
  background-color: #FFFFFF;
  /* Base white background */
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
}
.bg-colorz::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(234, 246, 248, 0.3) 10%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(245, 236, 212, 0.3) 10%, transparent 40%), radial-gradient(circle at 50% 80%, rgba(235, 141, 17, 0.1) 20%, transparent 50%), #FFFFFF;
  pointer-events: none;
}
.bg-colorz > * {
  position: relative;
  z-index: 1;
}
.bg-softgradient {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /*    padding: 0 5rem;*/
  background-image: url(../img/backgrounds/soft-gradient.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
.bg-footer-purple {
  background-color: #1D39C9 /*	background: linear-gradient(45deg, #1D39C9, #4c1d43, #712a63)*/
}
.bg-purple {
  background-color: #1D39C9
}
.bg-teal {
  background-color: #6c6d71;
}
.bg-header {
  background: #1D39C9;
  /*background: linear-gradient(to right, #fff, #ccc);*/
}
.bg-primary {
  background: #1D39C9 !important;
}
.bg-info {
  color: #22BEEF !important;
}
.bg-top {
  background-image: linear-gradient(to right, rgba(48, 127, 226, .03), rgba(48, 127, 226, .05) 50%, rgba(48, 127, 226, .05))
}
.bgpattern {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%2392aca3' fill-opacity='0.05' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E")
}
.calloutbg {
  background-color: #5d9732;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23609c34' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2363a135' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2366a637' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2369ab38' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%236cb03a' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2372ba3d' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2379c441' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2380ce44' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2386d948' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%238de34b' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover
}
.bg-dark {
  background: #6C6D71 !important;
}
.bggradient {
  background: #036189;
  background: linear-gradient(180deg, #036189 35%, #0293bf 100%)
}
.bg-gradientblue {
  background: #fff;
  background: -moz-radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%);
  background: -webkit-radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%);
  background: radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%)
}
.bg-dark-grey {
  background-color: #697883 !important
}
.bg-purple {
  background-color: #1D39C9 !important
}
.bg-greyish {
  background-color: #7FA1AF !important
}
.rgba-black-light, .rgba-black-light:after {
  background-color: rgba(0, 0, 0, .4)
}
.rgba-blue, .rgba-blue:after {
  background-color: rgba(99, 153, 174, .8)
}
.rgba-orange, .rgba-orange:after {
  background-color: rgba(224, 126, 60, .8)
}
.rgba-green, .rgba-green:after {
  background-color: rgba(138, 141, 74, .8)
}
.rgba-teal, .rgba-teal:after {
  background-color: rgba(0, 169, 157, .8)
}
.rgba-grey, .rgba-grey:after {
  background-color: rgba(118, 134, 146, .8)
}
.rgba-lime, .rgba-lime:after {
  background-color: rgba(194, 225, 137, .8)
}
.rgba-teal-strong, .rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, .7)
}
.mask, .video-container iframe, video[poster] {
  height: 100%;
  width: 100%
}
@media (max-width:767px) {
  .navbar-brand-logo {
    min-width: 8rem;
    max-width: 8rem
  }
}
@media (min-width:768px) and (max-width:991px) and (orientation:portrait) {
  .navbar-brand-logo {
    min-width: 6rem;
    max-width: 6rem
  }
  .btn-join {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg.navbar-dark .navbar-nav, .navbar-expand-lg.navbar-dark .navbar-topbar-collapse {
    background: #1D39C9 !important;
  }
}
@media (max-width:575.98px) {
  .navbar-expand-sm.navbar-dark .navbar-nav, .navbar-expand-sm.navbar-dark .navbar-topbar-collapse {
    background: #1D39C9 !important;
  }
}
@media (max-width:575.98px) {
  .navbar-dropdown-menu-inner {
    padding: .25rem .25rem !important;
  }
}
.navbar-brand-logo {
  width: 100%;
  min-width: 7.5rem;
  max-width: 14rem;
  height: auto
}
/* Make logo smaller on smartphones */
@media (max-width: 576px) {
  .navbar-brand-logo {
    max-width: 10rem;
    /* Example of a smaller max-width for smartphones */
    min-width: 4rem;
    /* Optionally, you can also adjust the min-width */
  }
}
.navbar-expand-lg .navbar-brand, .navbar-expand-lg .navbar-brand > img {
  width: 14rem !important
}
.navbar-brand {
  margin-left: 0 !important
}
.navbar .dropdown-menu {
  border-top: .1875rem solid #FF6978
}
.header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
  color: rgba(255, 255, 255)
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-top: .1875rem solid #fff !important
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu)::before {
    background-color: #fff !important;
  }
}
.nav-item .topsearchlink.nav-link:hover, .nav-item .topsearchlink.nav-link:hover .fas {
  color: #D3D3D3 !important;
  /* Light grey */
}
/* More sophisticated animations */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floating {
  animation: floating 6s ease-in-out infinite;
}
/* Target the anchor tag within the swiper-slide with class 'card' */
.swiper-slide .card:hover {
  background-color: #F2F3F6 !important;
  /* Light grey color */
}
#routingNumber {
  cursor: pointer;
  color: #ffffff;
  /* Assuming white text to match your existing style */
  transition: background-color 0.3s ease;
  /* Smooth transition for background color */
}
#routingNumber:hover {
  background-color: rgba(255, 255, 255, 0.2);
  /* Slightly lighter background on hover */
  text-decoration: underline;
  /* Underline to indicate it's clickable */
}
.content-space-t-6 {
  padding-top: 14.5rem !important
}
.content-space-t-7 {
  padding-top: 18.5rem !important
}
.content-space-t-8 {
  padding-top: 22.5rem !important
}
/*
.navbar-light .navbar-nav .nav-link {
	color: #39393A;
}
*/
.navbar-light .navbar-nav .nav-link:hover {
  color: #8D99AE;
}
.innerhero {
  position: absolute !important;
  bottom: -150px !important;
  left: 0 !important;
}
.disclosure, .text-regular, body p, ul {
  font-family: Poppins, sans-serif
}
.nav .nav-link, body p, ul {
  font-size: 1rem
}
.footer-background .nav .nav-link, .footer-background p, .footer-background ul {
  font-size: 1rem;
}
.dropdown-item, .text-regular {
  font-weight: 500
}
.full-height {
  height: 100%;
  /* This makes the image take the full height of its parent */
}
#ProductSection .nav:not(.nav-pills) .nav-link.active, #ProductSection a {
  color: #a5501c
}
.mt-n15, .my-n15 {
  margin-top: -7rem !important
}
.expanded-text:hover span.short-name, .heroitem, span.longer-name {
  display: none
}
.icon {
  align-items: stretch
}
.card.custom-border {
  border-top: 2px solid #fff
}
.offcanvas.offcanvas-top .btn-close {
  width: 30px;
  height: 30px;
  border: 1px solid #22BEEF;
  border-radius: 4px;
  padding: 3px;
  box-sizing: border-box;
  background-color: rgba(238, 239, 231) !important;
  border-color: #22BEEF !important;
  color: #fff !important;
  font-size: .75rem !important
}
.offcanvas.offcanvas-top .btn-close::after, .offcanvas.offcanvas-top .btn-close::before {
  height: 8px !important;
  width: 2px !important
}
.offcanvas-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: none !important
}
.h2, .h3, .h4, h2, h3, h4 {
  padding-bottom: 0
}
.offcanvas.offcanvas-top {
  height: 50vh;
  max-height: 100%
}
@media (min-width:576px) {
  .offcanvas.offcanvas-top {
    height: 60vh
  }
}
@media (min-width:768px) {
  .offcanvas.offcanvas-top {
    height: 70vh
  }
}
.offcanvas.offcanvas-top .offcanvas-body {
  overflow-y: auto
}
.nav-tabs {
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
  /* Removed bottom border from nav-tabs component */
}
.nav-tabs .nav-link {
  position: relative;
  display: block;
  /* Ensures nav-link behaves correctly with positioning */
  border: 1px solid #dee2e6;
  /* Border color for all tabs */
  margin-bottom: -1px;
  /* Overlap the tab over the bottom border of the tab content */
  border-bottom: none;
  /* Removed bottom border for all tabs to avoid double borders */
}
.nav-tabs .nav-link:not(.active) {
  background: linear-gradient(to right, #f8f9fa, #e9ecef);
  /* Inactive tabs background */
}
.nav-tabs .nav-link.active {
  color: #22BEEF !important;
  /* Sets the text color to orange for active tab */
  background-color: #fff;
  /* Active tab background color set to white */
  border-color: transparent;
  /* Makes the top, left, and right borders transparent */
  border-bottom-color: #22BEEF;
  /* Sets the bottom border color to orange */
  z-index: 1;
  /* Raise the z-index of the active tab to be above inactive tabs */
  font-weight: 400;
}
.nav-tabs .nav-link i {
  color: #1D39C9;
  /* Bootstrap's predefined orange color for icons */
}
.nav-tabs .nav-link:hover span, .nav-tabs .nav-link.active span {
  color: #22BEEF !important;
}
.tab-content {
  /* background-color: #fff; */
  /* Set tab content area background to white */
  border: none !important;
  /* Border color for tab content area */
  border-top: none;
  /* Explicitly remove the top border for the tab content */
}
/* Create the downward arrow for the active tab */
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  /* Adjust this value to overlap the border as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* Adjust the size of the arrow */
  border-right: 10px solid transparent;
  /* Adjust the size of the arrow */
  border-top: 10px solid #22BEEF;
  /* This is the color of the arrow */
  z-index: 1;
  /* Ensure the arrow is above any other positioned elements */
}
/* Custom styles for mobile footer */
.footer-link {
  text-decoration: none;
  color: #495057;
  font-size: 0.8rem;
}
.footer-link:hover {
  color: #007bff;
}
.icon-box {
  display: inline-flex;
  /* Use flex to center content */
  justify-content: center;
  /* Center content horizontally */
  align-items: center;
  /* Center content vertically */
  width: 100px;
  /* Set a specific width */
  height: 100px;
  /* Set the same value for height to make it a circle */
  padding: 20px;
  border-radius: 50%;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.header-white-nav-links {
  color: rgba(255, 255, 255, .9) !important
}
.text-primary, a.text-primary:focus, a.text-primary:hover {
  color: #1D39C9;
}
.text-green {
  color: #6c6d71
}
.text-orange {
  color: #22BEEF
}
.icon-text-orange {
  color: #22BEEF
}
/** TEXT GRADIENTS */
.text-gradient-purple {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(141deg, #1D39C9, #9c26d7);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
}
.text-regular {
  font-size: 13px
}
.text-sans {
  font-family: Poppins, sans-serif !important
}
.btn-dark, .btn-light, .btn-outline-primary, .btn-outline-secondary, .btn-primary, .btn-secondary, .btn-success, .btn-success.dropdown-toggle, .btn-white {
  font-family: Poppins, sans-serif
}
.banner-links a, .navlinkcolor, .text-grey {
  color: #464646 !important
}
.disclosure, .list-checked-item, .text-pepper {
  color: #373a36 !important
}
/*FONT WEIGHTS*/
.fw-1 {
  font-weight: 100;
  /* Light */
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
  /* Normal/light */
}
.fw-4 {
  font-weight: 400 !important;
  /* Normal - often the same as 'normal' */
}
.fw-5 {
  font-weight: 500;
  /* Medium */
}
.fw-6 {
  font-weight: 600;
  /* Semi-bold */
}
.fw-7 {
  font-weight: 700;
  /* Bold */
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
  /* Extra-bold */
}
/*COLOR CARDS*/
.card-green {
  border-bottom: 4px solid #8CC938;
  /* Sets the bottom border color */
  transition: background-color 0.3s;
  /* Smooth transition for the background color change */
}
.card-green:hover {
  background-color: #F6FBEF;
  /* Changes the background color on hover */
}
/* Card with #F38F1E border */
.card-orange {
  border-bottom: 4px solid #F38F1E;
  /* Orange border */
  transition: background-color 0.3s;
  /* Smooth transition for background color */
}
.card-orange:hover {
  background-color: #FEF5EC;
  /* Light orange background on hover */
}
/* Card with #1D39C9 border */
.card-purple {
  border-bottom: 4px solid #1D39C9;
  /* Purple border */
  transition: background-color 0.3s;
  /* Smooth transition for background color */
}
.card-purple:hover {
  background-color: #F5F2FC;
  /* Light purple background on hover */
}
/* Card with #348EC0 border */
.card-blue {
  border-bottom: 4px solid #348EC0;
  /* Blue border */
  transition: background-color 0.3s;
  /* Smooth transition for background color */
}
.card-blue:hover {
  background-color: #EEF6FA;
  /* Light blue background on hover */
}
.fav-card-hover {
  transition: all 0.3s ease-in-out;
  /* Smooth transition for hover effect */
  border: solid 1px transparent;
  /* Prepare the border for the hover effect */
}
.fav-card-hover:hover {
  background: radial-gradient(circle, rgba(244, 123, 32, 0.5) 0, rgba(243, 144, 29, 0.5) 35%, rgba(244, 123, 32, 0.5) 100%);
  border-bottom: 3px solid #F38F1D;
  /* Blue bottom border */
  transform: translateY(-5px);
  /* Slightly lift the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Enhance shadow for depth effect */
}
.disclosure {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important
}
#ProductSection a, #ProductSection h3, .btn-outline-danger, .f400, .text-black {
  font-weight: 400 !important
}
.title-block {
  font-size: 1.45rem;
  font-weight: 300 !important;
  line-height: 1.6
}
.alert .sitealert, .sitealert {
  font-size: 1rem !important;
}
.alert-light {
  font-size: 1rem !important;
  color: #000 !important;
  font-weight: 500;
  border-radius: 0;
  z-index: 1050 !important;
  border-color: #6c6d71;
  /*	position: fixed; top: 0; left: 0; width: 100%; z-index: 1050 !important;*/
}
.alert-light .alert-link {
  color: #000 !important;
  font-weight: 500;
  text-decoration: underline !important
}
img {
  max-width: 100%
}
.bg-img-hero {
  background-size: cover;
  background-position: top center
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.embed-container, .section {
  position: relative;
  overflow: hidden
}
.opacity-8 {
  opacity: .7 !important
}
.opacity-3 {
  opacity: .3 !important
}
.min-vh-md-80 {
  min-height: 70vh
}
.page-image {
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 15px #ddd !important
}
.step-icon-soft-primary {
  color: #1D39C9 !important;
  background-color: rgba(55, 125, 255, .1)
}
.text-footer {
  color: #666 !important;
  font-weight: 600
}
.text-tiny {
  font-size: .65rem
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalized {
  text-transform: capitalize !important
}
.text-black {
  color: #464646
}
.link-gold {
  color: #a39382 !important
}
.link-bluegrey, .text-blu, .text-iconblue {
  color: #6399ae !important
}
.embed-container {
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%
}
.embed-container embed, .embed-container iframe, .embed-container object, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.section {
  margin: 60px 0;
  padding: 60px 0
}
.image-left, .image-right {
  max-width: 100% !important;
  margin-bottom: 15px !important
}
.fa-rotate {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.nav-box .nav-link.active {
  color: #57ccf6 !important;
  background-color: #bbdde6 !important;
  box-shadow: 0 12px 15px rgba(140, 152, 164, .1)
}
.banner-links, .text-orchard {
  color: #b6bf00 !important
}
.banner-links:hover {
  color: #57ccf6 !important;
  transition: .2s ease-in-out !important;
  transform: translateY(-3px) !important
}
.text-body {
  color: #444 !important
}
.border-primary {
  border-color: #F48F1E !important;
}
.fspace {
  letter-spacing: 1.5px
}
.dropdown-item:hover, .slick-pagination-interactive .slick-center .slick-pagination-interactive-title {
  color: #005eb8 !important
}
.f200 {
  font-weight: 200 !important
}
.f500 {
  font-weight: 500 !important
}
.f600, .table thead th {
  font-weight: 600 !important
}
.slick-pagination-interactive .slick-slide {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8) !important;
  transition: .3s
}
.slick-pagination-interactive-text {
  color: #677788 !important
}
.text-charcoal {
  color: #343f4c !important
}
.text-slate {
  color: #394046
}
.alert-primary, .table thead th {
  background-color: #1D39C9 !important;
  color: #fff !important
}
@media (min-width:768px) and (max-width:1024px) {
  .header .nav-link-toggle::after {
    display: none !important
  }
}
.navbar-banner::after {
  background: 0 0 !important
}
.link-underline, .text-underline {
  border-bottom: .0625rem dashed #97a4af
}
@media all {
  video {
    display: inline-block;
    vertical-align: baseline
  }
  .using-mouse:focus {
    outline: 0
  }
  .using-mouse::-moz-focus-inner {
    border: 0
  }
}
.background-video {
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: cover
}
video[poster] {
  object-fit: cover
}
.background-video-content {
  color: #fff !important;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 35px
}
.badge-primary {
  color: #fff;
  background-color: #1D39C9 !important
}
@media (min-width:992px) {
  .offcanvas.offcanvas-top {
    height: 50vh
  }
  .text-shadow {
    text-shadow: 1px 1px 0 #fff
  }
  .text-lightblue {
    color: #00aeef
  }
  .header-box-shadow .header-section {
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    box-shadow: 0 1px 20px rgba(140, 152, 164, .25) !important;
    z-index: 1 !important
  }
  #skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #bf1722;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #fff;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    text-decoration: underline !important;
    z-index: 1000 !important
  }
  .shadow-primary-lg {
    box-shadow: 0 0 50px rgba(0, 72, 81, .4) !important
  }
  #skiptocontent a:focus {
    position: absolute !important;
    left: 0;
    top: 0;
    outline: 0;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in
  }
  .image-left {
    margin-right: 20px !important;
    float: left !important
  }
  .image-right {
    margin-left: 20px !important;
    float: right !important
  }
  .cms-float-left {
    margin-right: 40px !important;
    margin-bottom: 35px !important;
    margin-top: 15px !important
  }
  .cms-float-right {
    margin-left: 40px !important;
    margin-bottom: 25px !important;
    margin-top: 15px !important
  }
  .box-shadow {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04)
  }
  .box-shadow-shallow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
  }
  .box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2)
  }
  .border--round, .border--round .background-image-holder, .border--round:before {
    border-radius: 6px
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none
  }
  .go-to {
    background-color: rgba(255, 105, 120, .8) !important;
    color: #fff;
    opacity: .5;
    bottom: 95px !important
  }
  .go-to:focus:hover, .go-to:hover {
    color: #fff;
    background-color: rgba(255, 105, 120) !important;
    opacity: 1
  }
  .expanded-text {
    width: 100%
  }
  .expanded-text:hover span.longer-name {
    display: block
  }
  @media (min-width:768px) {
    .shapedividers_com-691::before {
      background-size: 100% 57px;
      background-position: 50% 0
    }
  }
  @media (min-width:1025px) {
    .shapedividers_com-691::before {
      bottom: -.1vw;
      left: -.1vw;
      right: -.1vw;
      top: -.1vw;
      background-size: 100% 90px;
      background-position: 50% 0
    }
  }
  @media (min-width:2100px) {
    .shapedividers_com-691::before {
      background-size: 100% calc(2vw + 90px)
    }
  }
  .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
  }
  @media (max-width: 575.98px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu)::before {
      background-color: rgba(33, 50, 91, 0);
    }
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
  }
  .table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: normal;
    text-align: left
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
  }
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
  }
  .table-comparison th {
    font-weight: 600;
    color: #1d5c42
  }
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table {
    border: 0
  }
  .table-responsive-sm > .table thead {
    display: none
  }
  .table-responsive-sm > .table tbody, .table-responsive-sm > .table td, .table-responsive-sm > .table th, .table-responsive-sm > .table tr {
    display: block;
    width: 100%
  }
  .table-responsive-sm > .table td, .table-responsive-sm > .table th {
    border: 1px solid #edf0f1;
    border-top: none;
    padding: .5rem
  }
  .table-responsive-sm > .table td[data-header]:before {
    content: attr(data-header) ": ";
    font-weight: 700;
    display: block;
    color: #005eb8;
    margin-bottom: .25rem
  }
  .table-responsive-sm > .table td[data-header] {
    padding-left: 0;
    padding-top: .5rem
  }
  .table-striped > tbody > tr:nth-of-type(odd) > td, .table-striped > tbody > tr:nth-of-type(odd) > th {
    background-color: #f8f9fa;
    color: #000 !important
  }
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
  }
  .fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
  }
  .fa-xs {
    font-size: .75em
  }
  .fa-sm {
    font-size: .875em
  }
  .fa-1x {
    font-size: 1em
  }
  .fa-2x {
    font-size: 2.25em
  }
  .fa-3x {
    font-size: 3em
  }
  .fa-4x {
    font-size: 4em
  }
  .fa-5x {
    font-size: 5em
  }
  .fa-6x {
    font-size: 6em
  }
  .fa-7x {
    font-size: 7em
  }
  .fa-8x {
    font-size: 8em
  }
  .fa-9x {
    font-size: 9em
  }
  .fa-10x {
    font-size: 10em
  }
  .icon-md {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  /* Hover Glow Effect for Images */
  .img-hover-glow:hover {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.3s ease-in-out;
  }
  /* Gradient Text */
  .gradient-text {
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* Frosted Glass Effect */
  .frosted-glass {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  /* Text Shadows for Depth */
  .text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .text-neon {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-shadow:
      0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
  }
  /* Custom Scrollbar for a polished look */ ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #797A7D;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  }
  /* Advanced Shadows and Depth */
  .shadow-depth-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .shadow-depth-2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.19), 0 9px 12px rgba(0, 0, 0, 0.23);
  }
  /* Interactive Background */
  .bg-interactive {
    background-color: #009FFF;
    background-image: linear-gradient(160deg, #009FFF 0%, #ec2F4B 100%);
    transition: background-image 0.5s ease-in-out;
  }
  .bg-interactive:hover {
    background-image: linear-gradient(160deg, #ec2F4B 0%, #009FFF 100%);
  }
}
/* Modern Header Styles */ :root {
  --header-height: 120px;
  --utility-height: 40px;
  --nav-height: 80px;
}
.navbar-modern {
  position: relative;
  height: var(--header-height);
  background: white;
}
/* Utility Bar */
.utility-bar {
  height: var(--utility-height);
  background: var(--neutral-light);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.utility-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.utility-link {
  color: var(--neutral-dark);
  font-size: 0.875rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}
.utility-link:hover {
  color: var(--primary-blue);
}
.utility-divider {
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.utility-text {
  font-size: 0.875rem;
  color: var(--neutral-dark);
}
/* Main Navigation */
.main-nav {
  height: var(--nav-height);
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.nav-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding: 0;
}
.logo {
  height: 40px;
  width: auto;
}
/* Navigation Menu */
.nav-menu {
  display: flex;
  gap: 2rem;
  margin: 0 2rem;
}
.nav-link {
  color: var(--neutral-dark);
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-blue);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-link:hover::after {
  width: 100%;
}
.nav-icon {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.nav-link:hover .nav-icon {
  transform: rotate(-180deg);
}
/* Action Buttons */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* Mobile Toggle */
.mobile-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: var(--neutral-dark);
  font-size: 1.5rem;
}
/* Responsive Adjustments */
@media (max-width: 991.98px) {
  :root {
    --header-height: 80px;
    --utility-height: 0;
    --nav-height: 80px;
  }
  .utility-bar {
    display: none;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    gap: 0.5rem;
  }
  .btn {
    padding: 0.5rem 1rem;
  }
}
/* Animation Classes */
.fade-in {
  animation: fadeIn 0.3s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.nav-link:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
/* Ensure main nav links are white */
.navbar-dark .nav-link, .navbar-dark .topbar {
  color: #fff !important;
}
/* Keep hover state visible */
.navbar-dark .nav-link:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
/* Style the chevron icons */
.navbar-dark .nav-link .bi-chevron-down, .navbar-dark .topbar .bi-chevron-down {
  opacity: 0.7;
  margin-left: 0.25rem !important;
  /* Reduced from .375rem (ms-1) to .25rem */
}
#header {
  background: linear-gradient(135deg, #1D39C9 0%, #15288A 50%, #0D1A5A 100%);
}
/* Custom Primary Button Style */
.btn-primary {
  color: #fff;
  background-color: #1C37C4;
  border-color: #1C37C4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #182fa7; /* Darker shade for hover */
  border-color: #16299d; /* Even darker for border */
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #182fa7;
  border-color: #16299d;
  box-shadow: 0 0 0 0.25rem rgba(28, 55, 196, 0.5); /* Lighter shade for focus ring */
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #16299d; /* Darker shade for active state */
  border-color: #142493; /* Even darker for border */
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #1C37C4;
  border-color: #1C37C4;
}
/* Outline version */
.btn-outline-primary {
  color: #1C37C4;
  border-color: #1C37C4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1C37C4;
  border-color: #1C37C4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(28, 55, 196, 0.5);
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1C37C4;
  border-color: #1C37C4;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #1C37C4;
  background-color: transparent;
  opacity: 0.65;
}
/* Add these styles for the product showcase icons animation */
.product-showcase .product-item i {
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}
.product-showcase .product-item:hover i {
  transform: translateY(-5px);
  color: var(--bs-primary);
}
.product-showcase .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.5rem;
  background-color: var(--bs-white);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 160px;
  height: 140px;
  text-decoration: none;
  color: var(--bs-gray-700);
}
.product-showcase .product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--bs-primary);
}
.product-showcase .product-item span {
  font-weight: 500;
  margin-top: 0.25rem;
}
/* Base soft colors */
.bg-soft-primary {
  background-color: rgba(25, 49, 171, 0.1);
}
.bg-soft-coral {
  background-color: rgba(255, 107, 107, 0.1);
}
.bg-soft-blue {
  background-color: rgba(13, 110, 253, 0.1);
}
.bg-soft-green {
  background-color: rgba(25, 135, 84, 0.1);
}
.bg-soft-yellow {
  background-color: rgba(255, 193, 7, 0.1);
}
.bg-soft-purple {
  background-color: rgba(111, 66, 193, 0.1);
}
.bg-soft-gray {
  background-color: rgba(233, 236, 239, 0.5);
}
.text-coral {
  color: #ff6b6b;
}
.text-primary {
  color: #1931ab !important;
}
.btn-primary {
  background-color: #1931ab;
  border-color: #1931ab;
}
.btn-primary:hover {
  background-color: #142789;
  border-color: #142789;
}
.rounded-4 {
  border-radius: 1rem;
}
/* Custom range slider styling */
.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #e9ecef;
  outline: none;
  padding: 0;
  margin: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1931ab;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-range::-webkit-slider-thumb:hover {
  background: #142789;
  transform: scale(1.1);
}
.custom-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #1931ab;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-range::-moz-range-thumb:hover {
  background: #142789;
  transform: scale(1.1);
}
/* Icon Cluster Styles */
.icon-cluster {
  position: relative;
  width: 220px;
  height: 220px;
}
.icon-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(25, 49, 171, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 20px rgba(25, 49, 171, 0.3);
}
.icon-main i {
  font-size: 40px;
  color: white;
}
.icon-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(25, 49, 171, 0.2);
  border-radius: 50%;
  animation: rotate 30s linear infinite;
}
.icon-satellite {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 110px 0;
  transform: rotate(var(--rotation)) translateX(110px) rotate(calc(-1 * var(--rotation)));
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.icon-satellite i {
  font-size: 20px;
  color: #1931ab;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Add subtle pulse animation to main icon */
.icon-main {
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}