/*
Theme Name: AgroVision Pro Child
Theme URI: https://gracethemes.com/themes/farming-wordpress-theme/
Author: Grace Themes
Author URI: https://gracethemes.com/
Description: Child theme of AgroVision Pro Theme.

Version: 1.2
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: agrovision-pro
Text Domain: agrovision-pro-child
*/

@import url("../agrovision-pro/style.css");
@import url("./assets/responsive.css");

:root {
	--global--color-green: #4BAF4F;
	--global--color-dark_green: #2A5D4C;
	--global--color-deep_teal: #1b6d78;
	--global--color-light_blue: #63C0C3;
}

[data-id="3cbb223f"]:hover .elementor-image-box-content {
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 1);
}

[data-id="3cbb223f"] .elementor-image-box-content {
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 0.5);
}


.feature_box::after {
	background: #47a14a !important;
}

.elementor-image-box-img > img {
	margin: auto;
}

.set_color_deep_teal {
	color: var(--global--color-deep_teal);
}

.regulators__composition-list {
	list-style-image: url('/wp-content/themes/agrovision-pro/images/check_mark.svg');
}

.two_columns, .regulators_use_columns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.h4-green {
	color: var(--global--color-green);
}

.regulators-description-container, .regulators-img-container, 
.regulators_seeds_treatment, .regulators_foliar_nutrition, .regulators_flex_list {
	flex: 1;
}
    

.regulators__seeds_treatment_img > img, .regulators__foliar_nutrition_img > img {
	height: 4rem;
	
}

.regulators_use_description_text {
	color: var(--global--color-deep_teal);
}

.plant-growth-regulators_crop-spraying_img {

}

.regulators_seeds_treatment_title_block, .regulators_crop_spraying_title_block {
	background-color: rgba(100, 100, 100, 0.5);
	background-blend-mode: overlay;
	width: 100%;
	height: 277px;
	display: flex;
	justify-content: center;
}

.regulators_seeds_treatment_title_block {
	background: no-repeat url("/wp-content/uploads/2026/03/seed_treatment.webp");
	background-size: cover;
}

.regulators_crop_spraying_title_block {
	background: no-repeat url("/wp-content/uploads/2026/03/crop_spraying.webp");
	background-size: cover;
	
}

.regulators_seeds_treatment_title, .regulators_crop_spraying_title {
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: white;
	background-color: hsla(180, 55%, 35%, 0.5);
}

.regulators_products_slider {
	margin-top: 3rem;
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
}

.regulators_product_select {
	flex: 1;
	border: 2px solid;
	border-color: var(--global--color-deep_teal);
	border-radius: 0.5rem;
	padding: 1rem;
}

.maxiplant_text_highlight {
	color: var(--global--color-green);
	font-weight: bold;
}

.proplant_text_highlight {
	color: var(--global--color-light_blue);
	font-weight: bold;
}

.maxiplant_color {
	color: var(--global--color-dark_green);
}

.proplant_title {
	color: var(--global--color-light_blue);
}

.maxiplant_title, .proplant_title {
	font-size: 2em;
	font-weight: bold;
}

.button_regulators_product > a {
	background-color: var(--global--color-green);
	text-decoration: none;
}

.crop_processing_columns {
	display: flex;
	flex-direction: row;
}

.crops_processing_title {
	flex: 30%;
}

.crops_processing_title_name {
	
}

.crops_processing_icon{
	width: 4rem;
}

.crops_processing_description {
	flex: 70%;
}