/* 
Theme Name:   Softlene
Theme URI:    
Description:  
Author:       softleneindustries@gmail.com
Author URI:   http://softlene.com
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/* == Add your own styles below this line ==
--------------------------------------------*/

/* Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

::selection {
  background: #155329; /* your theme green */
  color: #ffffff;      /* white text */
}

::-moz-selection {
  background: #155329;
  color: #ffffff;
}

/* Wrapper for responsive scroll */
.yarn-specs-wrapper {
	overflow-x: auto;
	width: 100%;
}

/* Table Styling */
.yarn-specs-table {
	min-width: 600px;
	width: 100%;
	border-collapse: collapse;
	font-family: 'Roboto', sans-serif;
}

/* Table Head */
.yarn-specs-heading {
	background-color: #155429;
	color: #fff;
	text-align: left;
	padding: 14px 12px;
	font-weight: 600;
}

/* Table Rows */
.yarn-specs-table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}
.yarn-specs-table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

/* Table Body Cells */
.yarn-specs-label,
.yarn-specs-value {
	padding: 14px 12px;
	color: #222;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
}

.yarn-usage-list .elementor-widget-container ul {
	margin: 0 0 1.5em 1em;
}

/* Input + Textarea Styling */
input.cf7-input-name,
input.cf7-input-email,
input.cf7-input-subject,
textarea.cf7-input-message {
	width: 100% !important;
	padding: 20px 16px !important;
	margin-bottom: 15px !important;
	font-size: 20px !important;
	font-family: 'Roboto', sans-serif !important;
	color: #1b1b1b !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
	box-sizing: border-box !important;
	transition: border 0.3s ease !important;
}

/* Textarea Height */
textarea.cf7-input-message {
	min-height: 120px !important;
	resize: vertical;
}

/* Focus State */
input.cf7-input-name:focus,
input.cf7-input-email:focus,
input.cf7-input-subject:focus,
textarea.cf7-input-message:focus {
	border-color: #155329 !important;
	outline: none !important;
	background-color: #fff !important;
}

/* Submit Button */
input.cf7-submit-btn {
	background-color: #155329 !important;
	color: #fff !important;
	padding: 20px !important;
	width: 100% !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	font-family: 'Roboto', sans-serif !important;
	border: none !important;
	border-radius: 6px !important;
	cursor: pointer;
	transition: background 0.3s ease !important;
}

/* Hover effect */
input.cf7-submit-btn:hover {
	background-color: #103b22 !important;
}


textarea.cf7-input-message {
	height: 150px;
}

span.wpcf7-not-valid-tip {
	font-size: 0.7rem;
	font-family: 'Roboto', sans-serif;
}

span.wpcf7-form-control-wrap {
	margin-bottom: -20px;
}

.wpcf7-response-output {
	margin: 0 !important;
	margin-top: -20px !important;
}