/*
Theme Name:   Consalti child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://consaltiwp.themesflat.com/
Template:     consalti
Version:      1.0.0
Tested up to: 5.9.3
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  consalti-child-theme
*/

.themesflat-top .content-right {
	display: none!important;
}
.tf-heading-section .before-title {
    border-left: 5px solid #0F5FDF!important; 
}

#mainnav > ul > li.current-menu-item > a, #mainnav > ul > li.current-menu-ancestor > a, #mainnav > ul > li.current-menu-parent > a, .themesflat-top ul li > i, .themesflat-top a:hover, #mainnav ul.sub-menu > li > a:hover, #mainnav ul.sub-menu > li.current-menu-item > a, #mainnav-mobi ul li.current-menu-item > a, #mainnav-mobi ul li.current-menu-ancestor > a, #mainnav ul.sub-menu > li.current-menu-ancestor > a, #mainnav-mobi ul li .current-menu-item > a, #mainnav-mobi ul li.current-menu-item .btn-submenu:before, #mainnav-mobi ul li .current-menu-item .btn-submenu:before {
    color: #0F5FDF!important;
}

.customFeatureService .customSingleServiceCard .elementor-image-box-content {
	padding: 20px;
}

.customFeatureService .customSingleServiceCard {
	position: relative;
	overflow:hidden;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}
.customFeatureService .customSingleServiceCard  .elementor-image-box-description {
    position: absolute;
    top: 100%;
	color: #fff;
}
.customFeatureService .customSingleServiceCard:hover .elementor-image-box-description { 
	transition: top 1s ease-in-out;
	top: 5%;
	background: #0f5fdfb8;
    padding: 20px;
    border-radius: 5px;
}
.customFeatureService .customSingleServiceCard a.customReadMore {
    margin-top: 15px !important;
    display: block;
	font-weight: 600;
	color: #fff;
}
	
.contact-page, #header.header-style1 .logo {
	background-color: #0F5FDF!important;
}
#footer img {
	max-width:30%;
}

.customMainPopup input, .customMainPopup select  {
	border: 2px solid #e9e9e9!important;
}
.customMainPopup div.form-row.customName {
	display: flex;
	justify-content: space-between!important;
}
.customMainPopup .wpcf7 input[type="url"], 
.customMainPopup .wpcf7 input[type="email"], 
.customMainPopup .wpcf7 input[type="tel"], 
.customMainPopup select  {
	width: 100%!important;
}
.customMainPopup .customButton p {
	display: flex!important;
	flex-direction: column!important;
	justify-content:center!important;
	    align-items: center;
}
.customMainPopup p {
	margin-block-end: 0!important;
}
.customMainPopup label {
	    font-weight: 600;
    font-size: 14px;
}
#customTeamSection .social {
	display:none!important;
}
.tf-services-wrap.style3 .services-post:hover .content {
	background: #0f5fdf!important;
}
.tf-services-wrap.style3 .services-post .content {
	box-shadow: 0px 7px 10px #0f5fdf4a!important;
}
.services-page .widget h2::after {
	background-image: linear-gradient(90deg, #0f5fdf, #0f5fdf 75%, transparent 75%, transparent 100%)!important;
}
/* Contact form Start */
.cf7-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.cf7-form .form-group {
  margin-bottom: 20px;
}

.cf7-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.cf7-form input[type="text"],
.cf7-form input[type="email"],
.cf7-form input[type="tel"],
.cf7-form select,
.cf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s;
}

.cf7-form textarea {
  min-height: 120px;
}

.cf7-form input:focus,
.cf7-form textarea:focus,
.cf7-form select:focus {
  border-color: #0056b3;
  outline: none;
}

.cf7-form input[type="submit"] {
  background-color: #0056b3;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-form input[type="submit"]:hover {
  background-color: #003f8a;
}
.wpcf7 .do_not_use_br br {
  display: none;
}
.cf7-form label{
	display: none;
}
/* Contact Form End */