/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
body,
body p,
body a,
body h1,
body h3,
body h4,
body h5,
body h6 {custom-pricing-box
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
}

.entry-title, h2 {
     color: #fff
}

.columns ul li {
    color:#fff !important;
}


body {
  background: #0b1a0b;
  position: relative;
}


.single-product form.cart .single_add_to_cart_button {
    width: 35% !important;
     margin: 20px 15px;
}

.single-product form.cart .wsb-button {
    background: #e8a82a;
    width: 75% !important;
    margin: 20px 0px;
}



:root :where(.wp-element-button, .wp-block-button__link) {
    background: #e8a82a !important;
}

/* MAIN GRADIENT */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;

  background:
    radial-gradient(ellipse 55% 50% at 60% 30%, rgba(40,80,30,0.85) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 20% 70%, rgba(25,55,20,0.6) 0%, transparent 55%),
    radial-gradient(ellipse 25% 30% at 85% 80%, rgba(30,65,25,0.4) 0%, transparent 50%),
    radial-gradient(ellipse 20% 25% at 5% 15%, rgba(35,70,28,0.3) 0%, transparent 45%),
    linear-gradient(160deg, #0a1a0a 0%, #0f2210 40%, #0a1a0a 100%);
}

/* BOKEH LIGHT EFFECT */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;

  background:
    radial-gradient(circle 120px at 62% 25%, rgba(120,200,80,0.08) 0%, transparent 100%),
    radial-gradient(circle 60px at 75% 15%, rgba(180,240,120,0.05) 0%, transparent 100%),
    radial-gradient(circle 80px at 55% 40%, rgba(100,180,60,0.06) 0%, transparent 100%),
    radial-gradient(circle 40px at 80% 50%, rgba(160,220,100,0.04) 0%, transparent 100%);
}



h1.product_title.entry-title {
    color: white;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.0;
    margin-bottom: 6px;
}

.woocommerce-product-details__short-description p{
    color:white;
    font-size:16px;
}

table.variations {
    background: white;
    border-radius: 6px;
    
}
.label, .value {
    background: transparent !important;
}

.custom-pricing-box p {
  border: 1px solid #d4881e;
  padding: 25px 26px;
  border-radius: 6px;
  text-align:center;
  background: #283c16;
  color:#d4881e !important;
  font-size:18px;
}



.custom-pricing-box{
    display:flex;
    gap:12px;
    margin: 10px 0px;
    color:white;
    width: 100%;
}

#cases-output{
    color: #2e5030;
    font-size:18px;
    text-transform:uppercase;
    font-weight: 500;
}


/*why choose section css*/

.growmate-why-choose {
    width:100vw !important;
    position: relative;
    background: url('http://retail.growmate.co/wp-content/uploads/2026/03/why-choose-background-image.webp') no-repeat center center/cover;
    padding: 80px 20px;
    color: #000;
    margin-top: 70px;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.growmate-why-choose .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(40 40 40 / 85%);
}

.growmate-why-choose .container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.growmate-why-choose h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    
    
}

.growmate-why-choose .columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
}

.growmate-why-choose ul {
    list-style: none;
    padding: 0;
    width: 50%;
}

.growmate-why-choose ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #24421e;
}

/* Checkmark icon */
.growmate-why-choose ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745 !important;
    font-weight: bold;
}

button.wsb-button.js-wsb-add-to-cart {
    background: #2e5030;
    border: none;
    color: white;
    border-radius: 10px;
	padding: 12px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #c7c7c7;
}


/* Checkout Page */
.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #000000;
}


.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #000000 !important;
}

/* Login page customizations */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    display:none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    margin:auto !important;
    float:none;
    height: 55vh;
}

.page-header .entry-title {
    display:none;
}

.woocommerce-form-login__submit {
        background-color: #e8a82a !important;
}

.wh-txt {
    color:#fff !important;
}

sup {
    top: -1.2em;
    font-size: 12px;
    margin-top: 10px;
}


[type=button], [type=submit], button {
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
}
/* Mobile responsive */
@media (max-width: 768px) {
    .growmate-why-choose .columns {
        flex-direction: column;
    }

    .growmate-why-choose ul {
        width: 100%;
    }
	
	.custom-pricing-box{
		flex-direction:column;
	}
	
	/*.single-product form.cart .single_add_to_cart_button { */
	/*        width: 53% !important;*/
	/*}*/
	
	.woocommerce div.product .woocommerce-tabs ul.tabs {
	    padding: 0 0 0 0em;
	}
	
	.single-product form.cart .wsb-button {
	    width: 65% !important;
	    margin: 0px 0px;
	}
	
	.custom-pricing-box {
	    margin-top:50px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
}

/* woocommerce login page form email label change */


add_filter( 'gettext', 'change_woocommerce_login_label', 20, 3 );
function change_woocommerce_login_label( $translated_text, $text, $domain ) {

    if ( $domain === 'woocommerce' ) {

        if ( $translated_text === 'Username or email address' ) {
            $translated_text = 'Email or Mobile Number'; // <-- apna text daalo
        }

    }

    return $translated_text;
}
