	

	
	section{ font-family: "Poppins", sans-serif !important; }
	section h1, section h2, section h3{ font-weight:600; font-family: "Poppins", sans-serif !important; }
	section p{ margin-bottom:10px; font-family: "Poppins", sans-serif !important; }
	section a{ color:inherit !important; font-family: "Poppins", sans-serif !important; }
	section a:hover{ text-decoration: none; }


	.alternate-row-direction > .row:nth-of-type(even){ flex-direction:row-reverse; }
	.brand-aspect-ratio{ width:100%; aspect-ratio: 75 / 50; object-fit: cover; }
	.brand-border-radius{ border-radius:15px; }
	.border-top-brand{ border-top:5px solid #eeb111; }
	.border-bottom-brand{ border-bottom:5px solid #eeb111; }
	.text-black{ color:black !important; }
	.text-brand{ color:#eeb111 !important; }
	.bg-gray-lighter{ background-color:#f6f6f6; }
	.brand-logo{ display:block; height:auto; width:100%; max-width:200px; }
	.fs-7{ font-size:14px; }
	section .fw-bold{ font-weight:600 !important; }
	@media(min-width:768px){
	.border-between > *:first-child{ border-right:1px solid lightgray; }
	}

	section .btn-brand { display: inline-block; text-transform:capitalize; font-weight: 600; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: #fff0; border: 2px solid #fff0; padding: .25rem 1.5rem; font-size: 14px; border-radius: 30px; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
	.category-img{ width:100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
	
	section .btn-brand{ background-color: #eeb111; border-color: #eeb111; color: white; }
	section .btn-brand:hover, section .btn.btn-brand:active, section .btn.btn-brand:focus{ background-color:#e4ad1d; color:white; border-color:#e4ad1d; }

	.brand-hero{ display:block; width:100%; aspect-ratio: 1920 / 600; object-fit: cover; }
	@media(max-width:768px){
		.brand-hero{ width:100%; aspect-ratio: 2 / 1; object-fit: cover; }
	}

	.feature-container{ min-height:400px;  background-image:linear-gradient(90deg, rgb(226 226 226) 30%, transparent), url(/custom_fsearch_pages/custom_content_blocks/whirl_custom_assets/images/smart-bg.jpg?ccid=x4827b2c1); background-position: left center; background-size:cover; background-repeat: no-repeat; display:flex; justify-content:center; align-items:center; border-radius:15px; }
		@media(max-width:992px){
			.feature-container{ background-image:linear-gradient(90deg, rgba(226,226,226,.8)), url(/custom_fsearch_pages/custom_content_blocks/whirl_custom_assets/images/smart-bg.jpg?ccid=x4827b2c1);  }
		}

	/* navigation */
	.nav-item{ display:block; text-decoration: none; text-align: center; }
	.nav-item-img{ transition:all .3s ease; display:inline-block; width:100%; max-width:100px; aspect-ratio: 1 / 1; object-fit: contain; }
	.nav-item-title{ margin-bottom:0; margin-top:1rem; text-decoration: none; font-weight:400; }
	.nav-item:hover .nav-item-img{ transform:scale(1.1); }

	/* Bootstrap5 Classes */
	.fs-1 { font-size: 40px !important; }
	.fs-2 { font-size: 32px !important; }
	.fs-3 { font-size: 28px !important; }
	.fs-4 { font-size: 24px !important; }
	.fs-5 { font-size: 20px !important; }
	.fs-6 { font-size: 16px !important; }
	.lh-1{ line-height: 1; }
	.w-100{ width:100%; }