/**
 * Theme Name:     Agrios Child
 * Author:         TPLabs
 * Template:       agrios
 * Text Domain:	   agrios-child
 * Description:    Agrios - Agriculture Farming WordPress Theme
 */


#main-content {
    padding: 0;
}
/* .elementor-page-2393 #main-content {
    padding: 0;
}
 */
/*---------------- Hero Slider css start ---------------  */

.master-slider .slide .title {
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 600 !important;
    font-family: 'Manrope' !important;
}

/*---------------- Hero Slider css end ---------------  */


/*---------------- Home enquiry css start ---------------  */

.home_contact_form .row {
    display: flex;
    gap: 20px;
}

/* .home_contact_form input:hover {
    border-bottom: 1px solid #000 !important;
} */

.home_contact_form input[type="text"],
.home_contact_form input[type="email"],
.home_contact_form input[type="tel"] {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 30px;
}
.home_contact_form textarea {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 30px;
    height: 100px;
	font-size: 16px !important;
}

.home_contact_form input:focus {
    border-bottom: 1px solid #000 !important;
    outline: none;
}
.home_contact_form input[type="checkbox"] {
    width: 20px;
    margin-top: -2px;
}

.home_contact_form .wpcf7-acceptance {
    display: block;
}

.home_contact_form .wpcf7-acceptance span {
    font-size: 14px;
    margin-left: 0;
}
.home_contact_form input[type="submit"] {
    background: #4baf47;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px !important;
    font-size: 16px;
    cursor: pointer;
    width: auto;
	line-height: 28px;
	margin-top: 30px;
}

.home_contact_form input[type="submit"]:hover {
    background: #5ed25a;
}




/* === FULL FORM CONTAINER === */
/* .custom-b2b-form {
  background: #ffffff !important;
  padding: 30px 40px !important;
  border-radius: 20px !important;
  box-shadow: 0px 8px 30px rgba(0,0,0,0.12) !important;
  max-width: 900px;
  margin: auto;
} */

/* === TWO COLUMN GRID === */
.custom-b2b-form .form-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

.custom-b2b-form .full-width {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

/* === FIELD STYLES === */
.custom-b2b-form input[type="text"],
.custom-b2b-form input[type="email"],
.custom-b2b-form input[type="tel"],
.custom-b2b-form input[type="number"],
.custom-b2b-form select {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  background: #fff !important;
  color: #222 !important;
  box-shadow: none !important;
	margin-bottom: 0;
}

/* INPUT FOCUS */
.custom-b2b-form input:focus,
.custom-b2b-form select:focus {
  border-color: #4CAF50 !important;
  outline: none !important;
  box-shadow: 0 0 4px rgba(76,175,80,0.25) !important;
}

/* === RADIO BUTTONS === */
.custom-b2b-form .b2b-radio label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-right: 0 !important;
    cursor: pointer !important;
    font-size: 15px !important;
    color: #333 !important;
}
.full-width .wpcf7-list-item {
    margin-left: 15px;
}

/* === LABELS === */
.custom-b2b-form label {
  font-weight: 500 !important;
  color: #333 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* === BUTTON === */
.custom-b2b-form .b2b-submit {
    background: #4CAF50 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 20px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: 0.3s ease !important;
    margin-top: 30px !important;
    line-height: 20px;
}

.custom-b2b-form .b2b-submit:hover {
  background: #43a047 !important;
}








/*---------------- Home enquiry css end ---------------  */


/*---------------- Shop page css start ---------------  */


.wp-block-heading {
    font-size: 22px;
    margin-bottom: 20px;
}
.wc-block-product-categories-list {
    margin-left: 20px;
}
.wp-block-group__inner-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
    background: #f3fff2;
}
.wc-block-product-categories-list-item {
    line-height: 36px;
    color: #3da339;
}
.wc-block-product-categories-list-item a {
    color: #1e1d16;
}
.wc-block-product-categories-list-item a:hover {
    color: #3da339;
}

/*---------------- Shop page css end ---------------  */


/*---------------- Single product page css start ---------------  */

.woocommerce-product-gallery__trigger {
    display: none;
}

/*---------------- Single product page css end ---------------  */







/* === MOBILE RESPONSIVE === */
@media(max-width:768px){
  .custom-b2b-form .form-grid {
    grid-template-columns: 1fr !important;
  }
	.custom-b2b-form .full-width {
    display: block;
}
	.full-width .wpcf7-list-item {
    margin-left: 0;
}
	br{
		display: none;
	}
	.master-slider .slide .title {
    font-size: 24px !important;
	line-height: 38px !important;
}
}

@media(max-width:500px){
	.custom-b2b-form input[type="text"], .custom-b2b-form input[type="email"], .custom-b2b-form input[type="tel"], .custom-b2b-form input[type="number"], .custom-b2b-form select {
    padding: 12px 16px !important;
    font-size: 12px !important;
}
	.custom-b2b-form .b2b-submit {
    padding: 12px 20px !important;
    font-size: 14px !important;
}
	.custom-b2b-form .b2b-radio label {
    font-size: 14px !important;
}
}


