/*
 Theme Name: Golsam
 Theme URI: https://rahkardigital.com/golsam
 Description: Child theme for Hello Elementor
 Author: Salin Team
 Author URI: https://salinteam.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: golsam
*/
/* BreadCrumb */
body {
	font-family: 'YekanBakh-fa' !important;
}
/* ====== Breadcrumb ====== */
.form-breadcrumb {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 200px;
  font-size: 24px;
  /*padding: 10px 16px;*/
}

.form-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
	margin-bottom: 30px;
}

.form-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #766A6A;
}

.form-breadcrumb a {
  color: #4D4343;
  text-decoration: none;
  font-weight: 700;
  transition: color .2s ease;
	font-size: 20px;
	font-family: 'YekanBakh';
}

.form-breadcrumb a:hover {
  color: #4D4343;
}

.form-breadcrumb img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.form-breadcrumb {
		/*margin-top: 80px;
		margin-right: 0;*/
		padding-top: 120px;
		margin: 10px;
		font-size: 14px;
	}
	.form-breadcrumb a {
		font-size: 16px;
	}
	.form-breadcrumb ul {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.form-breadcrumb {
		padding-top: 150px;
		margin: 30px;
		font-size: 14px;
	}
}

.job-apply-container {
	margin-top: 200px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
	border: 1px solid #00733C;
  background: #fff;
  border-radius: 12px;
	font-family: 'YekanBakh';
	margin-bottom: 40px;
}
#job-apply-form {
	display: flex;
	flex-direction: column;
}
.form-apply-btn {
	align-self: flex-end;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.job-apply-container {
		margin: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.job-apply-container {
		margin: 30px;
	}
}

.job-apply-title {
  text-align: center;
  margin-bottom: 20px;
}

.job-apply-form label {
	position: absolute;
	margin-right: 12px;
	margin-top: 5px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
	transition: 0.2s ease all;
	background: #fff;
	padding: 0 6px;
	color: #4D4343;
	font-weight: 700;
	z-index: 1000;
}

.form-grid-input {
	margin-top: 40px;
} 

form.complaint-form input:not([type="checkbox"]):not([type="radio"]),
form.job-apply-form textarea,
form.job-apply-form select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #5D5A5A;
  border-radius: 8px;
  font-size: 14px;
	font-family: 'YekanBakh-fa';
	height: 48px;
}

.job-apply-form textarea {
  min-height: 80px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
	position: relative;
}

.job-apply-form button,
.job-apply-form input[type="submit"]{
  padding: 8px 24px;
  background: #00733C;
  color: #EEFFF7;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
  white-space: nowrap;
	border: none !important;
	margin-top: 10px;
}
.job-apply-form button:hover {
	background: #004A27;
}

.input-with-button {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-button input {
  flex: 1;
  padding-right: 35px;
}

.input-with-button button {
  position: absolute;
  left: 0;
  border: none;
  color: #00733C;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	background: none !important;
}
.input-with-button button:hover {
	background: none !important;
	color:#00733C !important;
}

@media screen and (max-width: 768px) {
	.form-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.form-grid-input {
		margin-top: 10px !important;
	}
	.job-apply-form label {
		z-index: 1;
	}
	.input-with-button {
		margin-bottom: 10px;
	}
}


/* Dealership form style */
/* ====== Breadcrumb ====== */
.dealership-wrapper {
    max-width: 1200px; 
    margin: 0 auto;    
    padding: 0 15px;   
}
.job-breadcrumb {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 15px;
  	font-size: 24px;
	font-family: 'YekanBakh';
	font-weight: 700;
	width: 100%;
}

.job-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #766A6A;
}

.job-breadcrumb a {
  color: #766a6a;
  text-decoration: none;
  font-weight: 700;
	font-size: 20px;
  transition: color .2s ease;
}

.job-breadcrumb a:hover {
  color: #766a6a;
}

.job-breadcrumb img {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}
.job-breadcrumb span {
	font-size: 20px;
	font-weight: 700;
	color: #4d4343;
}
@media screen and (max-width: 768px) {
	.job-breadcrumb {
		padding-top: 130px;
		margin-right: 15px;
	}
	.job-breadcrumb a {
		font-size: 16px;
	}
	.job-breadcrumb span {
		font-size: 16px;
	}
}

.job-form-container{
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 60px 90px;
	border: 1px solid #00733C;
  background: #fff;
  border-radius: 12px;
	font-family: 'YekanBakh';
	margin-bottom: 40px;
}

.job-apply-title {
  text-align: center;
  margin-bottom: 20px;
}

.job-apply-form label {
	position: absolute;
	margin-right: 12px;
	margin-top: 5px;
	transform: translateY(-50%);
	font-size: 14px;
	pointer-events: none;
	transition: 0.2s ease all;
	background: #fff;
	padding: 0 6px;
	color: #4D4343;
	font-weight: 700;
	z-index: 1000;
}

.form-grid-input {
	margin-top: 40px;
} 

form.job-apply-form input,
form.job-apply-form textarea,
form.job-apply-form select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #5D5A5A;
  border-radius: 8px;
  font-size: 14px;
	padding-right: 20px;
	height: 48px;
}
.form-grid-input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url('data:image/svg+xml;utf8,<svg fill="black" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') 
              no-repeat left 10px center; 
  padding-left: 30px; 
}

.job-apply-form textarea {
  min-height: 80px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
	position: relative;
}

.job-apply-form button,
.job-apply-form input[type="submit"]{
  padding: 8px 24px;
  background: #00733C;
  color: #EEFFF7;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
  white-space: nowrap;
	border: none !important;
	margin-top: 10px;
}
.job-apply-form button:hover {
	background: #004A27;
}

/* */
.input-with-button {
  position: relative;
  display: flex;
  align-items: center;
}

.input-with-button input {
  flex: 1;
  padding-right: 35px;
}

.input-with-button button {
  position: absolute;
  left: 0;
  border: none;
  color: #00733C;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	background: none !important;
}
.input-with-button button:hover {
	background: none !important;
	color:#00733C !important;
}
/* responsive */
@media screen and (max-width: 768px) {
	.form-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.form-grid-input {
		margin-top: 10px;
	}
	.job-apply-form label {
		z-index: 1;
	}
	.job-form-container {
		padding: 20px 20px 60px !important;
		margin: 10px;
	}
	form.job-apply-form textarea {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
	.job-form-container {
		padding: 20px 20px 60px !important;
		margin: 20px;
	}
}

/* dealership style */
.deal-apply-form label {
	position: absolute;
	margin-right: 12px;
	margin-top: 5px;
	transform: translateY(-50%);
	font-size: 16px;
	transition: 0.2s ease all;
	background: #fff;
	padding: 0 6px;
	color: #4D4343;
	font-weight: 700;
	z-index: 1;
}
.form-select-section label {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.form-grid-input {
	margin-top: 40px;
} 

form.complaint-form input:not([type="checkbox"]):not([type="radio"]),
form.deal-apply-form textarea,
form.deal-apply-form input:not([type="checkbox"]):not([type="radio"]),
form.deal-apply-form select {
  padding: 8px;
  border: 1px solid #5D5A5A;
  border-radius: 8px;
  font-size: 14px;
	height: 48px;
}

.deal-apply-form textarea {
  min-height: 80px;
}

.form-select-input {
	display: flex;
	flex-direction: row;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
	position: relative;
}

.deal-apply-form button,
.deal-apply-form input[type="submit"]{
  padding: 8px 24px;
  background: #00733C;
  color: #EEFFF7;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
  white-space: nowrap;
	border: none !important;
	margin-top: 10px;
	float: left;
}
.deal-apply-form button:hover {
	background: #004a27;
}

.form-select-input {
    display: flex;
    gap: 50px; 
    align-items: center;
    margin-top: 6px;
}

.form-select-input label {
    display: flex;
    align-items: center;
    gap: 5px; 
    font-size: 14px;
    cursor: pointer;
}
.form-select-button label {
	position: relative;
}

.form-group label {
	position: relative;
}
.form-select-section {
	display: flex;
	justify-content: space-between;
}

.success-modal {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.success-modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.success-modal-content p {
  font-size: 16px;
  font-weight: bold;
  color: #0a3d0a;
}

.close-modal {
  float: right;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
}
.close-modal:hover {
  color: #000;
}
.deal-apply-form .form-grid-input > label::after,
.deal-apply-form .form-grid > .form-grid-input > label::after,
.deal-apply-form textarea + label::after {
    content: " *";
    color: red;
    font-weight: bold;
    margin-left: 2px;
}

.deal-apply-form input[type="radio"] + label::after,
.deal-apply-form input[type="checkbox"] + label::after {
    content: none;
}
.required-field::after {
    content: " *";
    color: red;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
	.form-grid {
		grid-template-columns: 1fr;
	}
	.form-select-section {
		display: block;
		margin-top: 10px;
	}
	.form-grid-input {
	    margin-top: 20px;
	}
	.deal-apply-form .form-grid,
  	.deal-apply-form .form-grid-input,
  	.deal-apply-form .form-select-button,
  	.deal-apply-form .form-group {
    	margin-top: 0 !important;
    	margin-bottom: 20px !important;
  }
  	/*.deal-apply-form textarea {
    	margin-bottom: 20px !important;
  }*/
  	.deal-apply-form button {
    margin-top: 12px !important;
  }
	.deal-apply-form label {
		font-size: 14px;
		margin-top: 3px;
	}
}
/* END */

/* Complaint form style */
.complaint-form label {
    position: absolute;
	margin-right: 12px;
	margin-top: 5px;
	transform: translateY(-50%);
	font-size: 16px;
	transition: 0.2s ease all;
	background: #fff;
	padding: 0 6px;
	color: #4D4343;
	font-weight: 700;
	z-index: 1;
}
form.complaint-form input:not([type="checkbox"]):not([type="radio"]),
form.complaint-form textarea,
form.complaint-form select {
    padding: 8px;
  margin-top: 5px;
  border: 1px solid #5D5A5A;
  border-radius: 8px;
  font-size: 14px;
	font-family: 'YekanBakh-fa';
	height: 48px;
}

.form-select-button label {
    position: relative;
}
.complaint-form button,
.complaint-form input[type="submit"] {
    padding: 8px 24px;
  background: #00733C;
  color: #EEFFF7;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
  white-space: nowrap;
	border: none !important;
	margin-top: 10px;
	float: left;
}
.complaint-form button:hover {
	background: #004a27;
}
@media (max-width: 768px) {
  .form-grid {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .form-grid-input {
    width: 100%;
  }

	.complaint-form label {
		font-size: 14px;
		margin-top: 3px;
	}
}
/* END */

/* agents style */
.e-hotspot__tooltip {
	background: none !important;
	width: 250px;
}
.agent-info {
	position: relative;
    border: 2px solid #00733C !important;       
    padding: 20px !important;                
    border-radius: 8px !important;           
    background-color: #fff !important; 
	color: #4D4343 !important;
    max-width: 400px !important;          
    margin-bottom: 15px !important;          
    font-family: 'YekanBakh' !important;
}
.agent-info::before,
.agent-info::after {
    content: "";
    position: absolute;
    left: 45%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #00733C transparent;
}

.agent-info::before {
    top: -22px; 
}

.agent-info::after {
    top: -20px; 
    border-color: transparent transparent #fff transparent;
}

.agent-info strong {
    display: block;
    font-size: 16px;
	color: #00733C;
	border-bottom: 1px solid #af2025;
	width: 70%;
}
.agent-info br {
    line-height: 1.5em;           
}

.agent-info img {
    margin-right: 5px;            
    vertical-align: middle;
}
.agent-info .agent-name {
    display: block !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}

.agent-info .agent-role,
.agent-info .agent-address,
.agent-info .agent-mobile,
.agent-info .agent-email {
    display: inline-block !important;
    font-size: 14px !important;
}
.agent-mobile a {
	color: #4d4343;
	font-family: 'YekanBakh-fa';
}
.agent-role {
	font-weight: bold;
}

/*@media screen and (max-width: 768px) {
	.agent-info {
		padding: 5px !important;
		max-width: 150px !important;
	}
	.agent-info::before, .agent-info::after {
		display: none;
	}
	.agent-info .agent-name {
		font-size: 14px !important;
	}
	.agent-info .agent-role, .agent-info .agent-address, .agent-info .agent-mobile, .agent-info .agent-email {
		font-size: 12px !important;
	}
}*/
@media screen and (max-width: 768px) {
  .e-hotspot__tooltip,
  .agent-info {
    max-width: 85vw !important; 
    width: auto !important;
    box-sizing: border-box;
    overflow-wrap: break-word;
	  padding: 5px !important;
  }
	.agent-info .agent-name {
		font-size: 14px !important;
	}
	.agent-info .agent-role, .agent-info .agent-address, .agent-info .agent-mobile, .agent-info .agent-email {
		font-size: 12px !important;
	}

  .agent-info::before,
  .agent-info::after {
    display: none !important;
  }

  .elementor-hotspot__tooltip {
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .elementor-hotspot__tooltip[data-side="left"],
  .elementor-hotspot__tooltip.elementor-hotspot--left {
    left: 5px !important;
    right: auto !important;
    transform: none !important;
  }

  .elementor-hotspot__tooltip[data-side="right"],
  .elementor-hotspot__tooltip.elementor-hotspot--right {
    right: 5px !important;
    left: auto !important;
    transform: none !important;
  }

  html, body {
    overflow-x: hidden !important;
  }
}

/* END */

/* product single page */
.product-section .section-title {
	font-family: 'YekanBakh-fa';
	font-size: 18px;
	font-weight: 700;
	display: flex;
	gap: 8px;
}
.product-section .ingredients-table {
	border: 1px solid #91AFA1 !important;
	border-radius: 4px !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
.product-section .ingredients-table thead {
	background-color: #BFDCCE !important;
	font-family: 'YekanBakh-fa';
}
.product-section .ingredients-table tbody {
	background-color: #fff !important;
	font-family: 'YekanBakh-fa';
}
.product-section .ingredients-table tbody:hover {
	background-color: #fff !important;
}
.product-section .pests-table td {
	background: white !important;
	font-family: 'YekanBakh-fa';
}
.product-section .dosage-table td {
	background: white !important;
	font-family: 'YekanBakh-fa';
}
.ingredients-table td {
	background: white !important;
	font-family: 'YekanBakh-fa';
}
.product-section .ingredients-table th,
.product-section .ingredients-table td {
	border: 1px solid #91AFA1 !important;
    padding: 12px;
	text-align: center;
	font-family: 'YekanBakh-fa';
	font-size: 14px;
}
.benefits-list {
	font-family: 'YekanBakh-fa';
	font-size: 16px;
	font-weight: 400;
}
.product-section .dosage-table {
	border: 1px solid #91AFA1 !important;
	border-radius: 4px !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
.product-section .dosage-table thead {
	background-color: #BFDCCE !important;
}
.product-section .dosage-table tbody {
	background-color: #fff !important;
}
.product-section .dosage-table th,
.product-section .dosage-table td {
	border: 1px solid #91AFA1 !important;
    padding: 12px;
	text-align: center;
	font-family: 'YekanBakh-fa';
	font-size: 14px;
}
.product-section .pests-table {
	border: 1px solid #91AFA1 !important;
	border-radius: 4px !important;
	border-collapse: separate !important;
	border-spacing: 0;
}
.product-section .pests-table thead {
	background-color: #BFDCCE !important;
}
.product-section .pests-table tbody {
	background-color: #fff !important;
}
.product-section .pests-table th,
.product-section .pests-table td {
	border: 1px solid #91AFA1 !important;
    padding: 12px;
	text-align: center;
	font-family: 'YekanBakh-fa';
	font-size: 14px;
}
.pesticide-info p {
	font-family: 'YekanBakh-fa';
	font-size: 16px;
}
/* blog page */
.post-filters {
	padding-bottom: 10px;
	display: flex;
	gap: 16px;
}
.post-filters button {
	font-family: 'YekanBakh';
	font-size: 14px;
	color: #4D4343;
	background-color: #DCD8D8;
	padding: 8px 24px;
	border: none;
	border-radius: 8px;
}
.post-filters button.active {
	background-color: #00733C;
	color: #fff;
}
.post-filters button:hover {
	background-color: #00733C;
}
@media screen and (max-width: 768px) {
	.post-filters button {
		padding: 6px 12px;
	}
}
/* product categories in blog page */
.custom-products-title {
	font-family: 'YekanBakh';
	font-size: 18px;
	color: #4D4343;
	font-weight: bold;
}
.custom-product-categories {
	font-family: 'YekanBakh';
	font-size: 16px;
	font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.custom-product-categories a.product-category-link {
    text-decoration: none;
    color: #4D4343;
    transition: 0.3s;
}
.related-title {
	font-family: 'YekanBakh';
	font-size: 18px;
	color: #4D4343;
}
/* pagination */
.my-pagination {
  margin-top: 20px;
  text-align: center;
	position: absolute;
	width: 100%;
	bottom: -20%;
}
.my-pagination button:hover {
	background-color: #00733C;
}
@media screen and (max-width: 800px) {
	.my-pagination {
		bottom: -3%;
	}
}

.my-pagination .page-btn {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  background: #00733C;
  color: #fff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
	font-size: 12px;
}

/* products filter bar */
.products-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00733C;
    padding: 8px 0;
    margin-bottom: 20px;
    font-family: 'YekanBakh', sans-serif;
    color: #4D4343;
}

.products-sorting-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-icon {
    width: 18px;
    height: 18px;
}

.sort-label {
    font-weight: 600;
    font-size: 15px;
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 0;
}

.sort-btn {
    background: none;
    border: none;
    color: #4D4343;
    font-size: 14px;
	font-weight: 400;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.sort-btn:hover {
    color: #00733C;
	background: none;
	border: none;
}

.sort-btn.active {
    font-weight: 400;
    color: #00733C;
	background: none;
	border: none;
}

.products-count-left {
    font-size: 14px;
    color: #555;
	font-family: 'YekanBakh-fa';
}

@media (max-width: 768px) {
    .products-header-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
	.products-sorting-right {
		display: inline-block;
	}
	.products-count-left {
		margin-right: 15px;
		font-size: 12px;
	}
}

