/*
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.   ***************/
.img-font img{
	border-radius: 1rem;
}
.service-icon {
    width: 4rem;
    height: 4rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    background: #1e40af;
    border-radius: 1rem;
}
.dn .box{
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	border-radius: 1rem;
}
.dn .box-image{
	border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.dn .box-text {
	padding: 1.5rem !important;
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
	box-shadow: unset !important;
}
.btn-full {
    width: 100%;
    justify-content: center;
	color: white;
	border-radius: 0.5rem;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}