/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.home-banner-text {
	font-size: 3rem !important; 
}

.orange {
	color: #ec5b13;
}
.ux-timer.light span {
	color: #ec5b13 !important;
}
.banner-image-radius {
	border-radius: 24px;
	overflow: hidden;
}

.margin-top-28 {
	margin-top: 28px !important;
}

.bg-primary\/10 {
    background-color: rgb(236 91 19 / 0.1);
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

.flex-col {
	flex-direction: column;
}

.p-6 {
    padding: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.border {
	border-width: 1px;
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252);
}
.border-slate-100 {
	--tw-border-opacity: 1;
    border-color: #f1f5f9
}
.rounded-2xl {
    border-radius: 1rem;
}

.card h3 {
	margin-bottom: 0px;
}
.card p {
	margin-bottom: 0px;
}