/*
Theme Name: Wilmer
Theme URI: https://wilmer.qodeinteractive.com/
Description: Construction WordPress Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: wilmer
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.mkdf-side-menu-slide-from-right.mkdf-right-side-menu-opened .mkdf-side-menu {
    background: #000 !important;
}
.mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder {
    background-color: #24272e !important;
    border: 1px solid #fff !important;
    margin: 30px 20px 0px 0px !important;
}
.mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder:hover {
    background-color: #f4b124 !important;
}

/*----ul li css  */
.list ul li{
    padding-left: 20px;
}
.list ul li{
	position:relative;
	list-style:none;
	padding-bottom:10px;
}
.list ul li:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f4b123;
    margin-left: 5px;
    left: 0px;
    position: absolute;
    font-size: 15px;
    top: 0px;
}
/*--------single product page css   */
.related_product  .elementor-inner-section .related.products>h2 ,
.related_product  .price,
.related_product  .shopengine_add_to_list_action,
.related_product .shopengine-icon-quick_view_1,
.related_product .shopengine_comparison_add_to_list_action{
    display: none;
}
.elementor-10244 .elementor-element.elementor-element-8d89b9f .shopengine-related :is(.price, .price .amount, .price ins, .price del) ,.shopengine-widget .shopengine-related .related .products .product .shopengine-wishlist,.shopengine-widget .shopengine-related .related .products .product .shopengine-comparison,.elementor-10244 .elementor-element.elementor-element-8d89b9f .shopengine-related .products .star-rating {
    display: none;
}
.related_product ul.products li{
	width:95% !important;
}
.single_product figure .mkdf-onsale {
    position: absolute;
    bottom: 10px;
    right: 0;
    top: auto;
}
.single_product figure .mkdf-new-product {
    position: absolute;
    bottom: 10px;
    left: 0;
    top: auto;
}
.product_sing_cnt h2 {
	font-size: 32px;
	  font-weight: 700;
	  margin-bottom: 20px;
	text-align:left;
	color:#fff;
	margin-top:0px;
	line-height:1.3em;
}
.product_sing_cnt p{
	line-height:1.3em;
}
@media(max-width:767px){
	.related_product ul.products li{
		width:100% !important;
	}
	.product_sing_cnt h2 {
		font-size: 27px;
	}
}
/* ---------- form css */
.cf7-flex-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cf7-flex-row {
    display: flex;
    gap: 10px;
}

.cf7-half-field {
    width: 50%;
}

.cf7-full-field {
    width: 100%;
}

/* Ensure input text color is white */
.quote_form input,
.quote_form textarea {
    color: #fff !important;
    background: transparent; /* Keep background transparent */
    border: none; /* Remove default borders */
    border-bottom: 2px solid #ccc; /* Default bottom border */
    padding: 5px; /* Add some spacing */
    width: 100%; /* Ensure full width */
}

/* Ensure textarea has a proper height */
.quote_form textarea {
    height: 100px !important;
    resize: vertical; /* Allow resizing */
}

/* Error styling - only bottom border red */
.quote_form input.wpcf7-not-valid,
.quote_form textarea.wpcf7-not-valid {
    border-bottom: 2px solid #f00 !important;
}

/* Hide error messages */
.wpcf7-not-valid-tip {
    display: none !important;
}

/* Responsive for smaller screens */
@media screen and (max-width: 768px) {
    .cf7-flex-row {
        flex-direction: column;
    }
    
    .cf7-half-field {
        width: 100%;
    }
}
/* ------- prodcut page tab section  */
.custom-tabs {
    width: 100%;
}
.tab-text h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
	line-height:1.3em;
}
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 0px;
    /* border-bottom: 2px solid #fff; */
    padding-bottom: 20px;
}

.tab-button {
    flex: 1; /* Makes each tab equal width */
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
	font-size:16px;
}

.tab-button.active {
    background-color: #eaa12a; /* Match the flag color */
    color: #000;
}

.tab-button.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eaa12a; /* Match tab background */
}

 .custom-tabs {
	 text-align: center;
}

.tab-buttons {
	display: flex;
	justify-content: center;
	gap: 0px;
/* 	border-bottom: 2px solid #fff; */
	padding-bottom: 10px;
}
.tab-button {
    background: #fff;
    border: none;
    padding: 20px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    border-right: 1px solid #aaa;
}

.tab-button.active {
	background: #f4a428;
	color: #000;
}

.tab-content-wrapper {
    padding: 50px 0px 0px;
    color: white;

}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-inner {
	display: flex;
/* 	align-items: center; */
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
}
.tab-inner .list ul li {
    position: relative;
    list-style: none;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}
.tab-image img {
	max-width: 400px !important;
}

.tab-text {
	text-align: left;
}
.tab-text.list h2 {
    margin-bottom: 40px;
}
.tab-inner .cstm_button {
    background: #f4b123;
    font-size: 18px;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
	color:#000 !important;
}
.tab-inner .cstm_button:hover{
	color:#000;
}
/* ---product area css */
.prodcut_sec{
	padding:100px 0px;
}
.soil-section {
  background-color: #000;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
	margin-bottom:30px;
}

.soil-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.soil-text {
    flex: 60%;
   padding:30px;
    text-align: start;
}

.soil-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
	text-align:left;
	color:#fff;
	margin-top:0px;
	line-height:1.3em;
}

.soil-text p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
		text-align:left;
}
.soil-text a:hover{
	color:#000;
	background: #f4b123;
	
}
.soil-button {
  background: #f4b123;
  color: #000;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
		text-align:left;
}

.soil-button:hover {
  background: #e2a316;
}

.soil-image {
    flex: 40%;
    text-align: start;
    margin: 0;
    padding: 0;
}
.soil-image {
    display: flex;
}
.soil-image img {
    height: 100%;
    object-fit: cover;
}
.col_revese .soil-image{
	 text-align: end;
}
.soil-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.soil-text{
	text-align:left;
}
.soil-text.list ul li {
    text-align: left;
    font-weight: 400;
}

@media(max-width:980px){
	.tab-text h2 {
		font-size: 32px;
		margin-top:0px;
	}
	.tab-inner {
		display: block;
	}
	.tab-image img {
		max-width: 100% !important;
	}
	 .tab-buttons {		
		flex-wrap: wrap !important;
	}
	.tab-button{
		border:1px solid #aaa;
	}
	.soil-container{
		display:block;
	}
	.soil-container.col_revese {
		display: flex;
		flex-direction: column-reverse;
	}
	.soil-text {
	   padding:20px;
	}	
/* 	.soil-text h2 {
	  font-size:27px;
		text-align: center;
	}
	.soil-text p{
		text-align:center;
	} */
	 .soil-text {
        padding: 20px;
/*         text-align: center; */
    }

}
@media(max-width:767px){
	.tab-text h2 {
		font-size: 30px;
	}
	.tab-buttons {		
		flex-wrap: wrap !important;
		gap:15px;
	}
}


/* ---header css */
.post-type-archive-product img.mkdf-dark-logo ,
.post-type-archive-product  img.mkdf-normal-logo,
.single-product img.mkdf-dark-logo ,
.single-product  img.mkdf-normal-logo{
	display:none !important;
	opacity:0;
}
.post-type-archive-product img.mkdf-light-logo,
.single-product img.mkdf-light-logo{
    display: BLOCK ! IMPORTANT;
    opacity: 999 !important;
    transform: none !important;
} 

.tax-product_cat img.mkdf-normal-logo ,.tax-product_cat img.mkdf-dark-logo{
	display:none !important;
	opacity:0;
}
.tax-product_cat img.mkdf-light-logo{
    display: BLOCK ! IMPORTANT;
    opacity: 999 !important;
    transform: none !important;
} 
.tax-product_cat .mkdf-title-holder .mkdf-title-inner {
    background: #000 !important;
}
.tax-product_cat .mkdf-title-holder .mkdf-title-inner h1 {
    color: #fff !important;
}
/* -----single prodcut page form css */
.wpcf7-response-output {
    color: #fff !important;
}