/*
Theme Name: Cloverconsulting Child
Description: This is a child theme for Cloverconsulting Theme
Author: Uniweb
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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


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


}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --clover-green: #4CAF50;
    --clover-dark: #2E7D32;
    --clover-light: #81C784;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
/* 	font-family: "Playfair Display", serif !important; */

}
p{
	margin-bottom: 0.5em;
/* 	font-family: "Inter", sans-serif !important; */

}

.core-services h3{
    font-size: 1.3rem;
/*     font-family: "Inter", sans-serif !important; */
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}



.home-contact h3{
/*     font-family: "Inter", sans-serif !important; */
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
.home-contact p i {
    width: 30px;
}
.home-contact p i {
    background: #67B16A;
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
      padding: 12px;
    margin-right: 12px;
}

.absolute-footer.dark {
    color: #fff;
}
/* ========== Uwf Form ========== */
.uwf-field label {
    display: none;
}

.uwf-field {
    margin-bottom: -14px;
    background: #fbfbfb;
  
}
  .uwf-field input[type=text], .uwf-field input[type=email], .uwf-field input[type=tel], .uwf-field input[type=number],
  .uwf-field textarea {
    width: 100%;
    padding: 5px 10px;
   
    border: 1px solid #999;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88rem;
    font-weight: 300;
    outline: none;
    transition: border-color 0.3s;
  }


/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px;  color: #3FCFE8;}

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}
