/*
Theme Name: EFSoftware
Theme URI: https://example.com/
Author: EFSoftware
Author URI: https://example.com/
Description: A basic custom theme for Elementor Free with simple header and footer.
Version: 1.0
Text Domain: efsoftware
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.site-footer{
background:#f5f5f5;
padding:60px 0;
}

.footer-top{
display:grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap:60px;
}

.footer-bottom{
margin-top:40px;
display:flex;
justify-content:space-between;
font-size:14px;
}