.elementor-720 .elementor-element.elementor-element-981fba5{--display:flex;--min-height:550px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.5;}.elementor-720 .elementor-element.elementor-element-981fba5:not(.elementor-motion-effects-element-type-background), .elementor-720 .elementor-element.elementor-element-981fba5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hunamsystem.ir/wp-content/uploads/2025/10/mario-gogh-VBLHICVh-lI-unsplash-1-scaled.jpg");background-position:center center;background-size:cover;}.elementor-720 .elementor-element.elementor-element-981fba5::before, .elementor-720 .elementor-element.elementor-element-981fba5 > .elementor-background-video-container::before, .elementor-720 .elementor-element.elementor-element-981fba5 > .e-con-inner > .elementor-background-video-container::before, .elementor-720 .elementor-element.elementor-element-981fba5 > .elementor-background-slideshow::before, .elementor-720 .elementor-element.elementor-element-981fba5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-720 .elementor-element.elementor-element-981fba5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-4e61a4d );--background-overlay:'';}.elementor-720 .elementor-element.elementor-element-981fba5.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-720 .elementor-element.elementor-element-15e21b6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 25px 0px;}.elementor-720 .elementor-element.elementor-element-15e21b6 .elementor-heading-title{font-family:"Yekan", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-848fc4f );}.elementor-720 .elementor-element.elementor-element-71e361f{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:center;}.elementor-720 .elementor-element.elementor-element-71e361f .elementor-heading-title{font-family:"Yekan", Sans-serif;font-size:26px;font-weight:300;color:var( --e-global-color-848fc4f );}.elementor-720 .elementor-element.elementor-element-87a35db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-720 .elementor-element.elementor-element-71e361f{--container-widget-width:333px;--container-widget-flex-grow:0;width:var( --container-widget-width, 333px );max-width:333px;}.elementor-720 .elementor-element.elementor-element-71e361f .elementor-heading-title{font-size:21px;}}@media(min-width:768px){.elementor-720 .elementor-element.elementor-element-981fba5{--content-width:100%;}.elementor-720 .elementor-element.elementor-element-87a35db{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-af5e6eb */.honam-support {
  background: #fff;
  padding: 80px 20px;
  font-family: "iranyekan", sans-serif;
  direction: rtl;
  text-align: center;
}

.honam-support .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #639D36;
  margin-bottom: 10px;
}

.honam-support .section-subtitle {
  max-width: 800px;
  margin: 0 auto 50px;
  color: #333;
  line-height: 1.9;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.card {
  background:#fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.card h3 {
  color: #639D36;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.card p {
  color: #444;
  line-height: 1.8;
}

.table-section h4 {
  color: #639D36;
  margin-bottom: 20px;
  font-weight: 700;
}

.table-section table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.table-section th, .table-section td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.table-section th {
  background-color: #85EF20;
  color: #fff;
  font-weight: 700;
}

.table-section tr:hover {
  background-color: #f0ffe8;
}

.table-section td {
  color: #333;
}

/* CTA Section */
.cta-section {
  background:#639D36;
  color:#fff;
  padding:60px 20px;
  text-align:center;
  border-radius:12px;
  margin:40px 20px;
}

.cta-section h2 {
  font-size:2.5rem;
  margin-bottom:20px;
}

.cta-section p {
  font-size:1.2rem;
  max-width:800px;
  margin:0 auto 20px;
}

.cta-button {
  background:#85EF20;
  color:#fff;
  padding:15px 40px;
  border-radius:8px;
  text-decoration:none;
  font-size:1.2rem;
  font-weight:bold;
  transition:0.3s;
}

.cta-button:hover {
  background:#639D36;
}

/* Footer Text */
.footer-text {
  text-align:center;
  padding:40px 20px;
}

.footer-text p {
  font-size:1.2rem;
  font-weight:bold;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Bold.woff2') format('woff2'),
		url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Medium.woff2') format('woff2'),
		url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Yekan';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Regular.woff2') format('woff2'),
		url('https://hunamsystem.ir/wp-content/uploads/2025/10/IRANYekanXFaNum-Regular.woff') format('woff');
}
/* End Custom Fonts CSS */