/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

button {
        font-family: "IRANSans", Sans-serif;
    font-weight:600;
}


* {
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    direction: rtl;
}


#comment {
        width: -webkit-fill-available;
}.posts table tr


#submit {
        font-weight: 600;
    width: auto;
}

.comment-respond input {
    padding: 15px 10px;
    width:100%;
}

form .comment-form-cookies-consent {
    display:none;
}

.comment-respond p {
    margin: 15px 0;
}

.comment-respond textarea {
    margin-bottom:0 !important;
}

.desktop-header {
  position: relative;
}

.desktop-header:after {
  content: "";
  position: absolute;
  width: var(--container-max-width);
  height: 1px;
  background: var(--e-global-color-9e32a61);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:1024px) {
  .desktop-header:after {
    width: 100%;
  }
}


.bold {
  color: #FF7400;
  font-weight: 600;

}

.main-heading h1 {
  font-size: 25px;
}

.main-heading h2 {
  font-size: 25px;
}

.main-heading h3 {
  font-size: 25px;
}

.form .wpforms-field {
  padding: 10px !important;
}

div.wpforms-container-full select:not([multiple])>option:not(.placeholder):checked {
  font-weight: 500 !important;
}

.contact-form select {
  -webkit-appearance: none !important;
}

.form .wpforms-title {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.form .wpforms-field-large {
  border: none !important;
  background-color: #f0f0f1 !important;
  color: #322a2a;

  font-weight: 500 !important;
  font-size: 14px;
  appearance: auto;
}

.form .wpforms-field-large:focus {
  box-shadow: none !important;
}

.form .wpforms-submit-container {
  width: 100%;
  padding-right: 10px;
}

.form button {
  width: 100% !important;
  font-weight:600 !important;
}

.comment-slider .swiper {
  width: 100%;
  max-width: 700px;
  margin: auto;
  cursor: grab;
}

.comment-slider .swiper-slide {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s ease;
  text-align: center;


}

.comment-slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.comment-slider .swiper-slide-next,
.swiper-slide-prev {
  transform: scale(0.95);
  opacity: 0.8;
  z-index: 2;
}

.comment-slider .user-name {
  background: #ff7400;
  color: white;
  padding: 5px 15px;
  border-radius: 8px 8px 20px 8px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -6px;
  font-size: 14px;
}

.comment-slider .user-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 20px auto;
  border: 2px dashed #ccc;
}

.comment-slider .user-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-slider .stars {
  text-align: center;
  margin: 15px 0;
}

.comment-slider .stars i {
  color: #FFA500;
  font-size: 20px;
}

.comment-slider .review-text {
  text-align: justify;
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  line-height: 2.8;
}



.posts h2 {
  color: #303F9F !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;

}

.posts h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  margin-top: 20px;
  color: #4fa97d !important;
}

.posts h4 {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 0;
  margin-top: 20px;
}

.posts h5 {
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 0;
  margin-top: 20px;
}

.posts p[style*="text-align: center"] {
        text-align: right !important;
  background-color: #f2f5f5;
    border-right: 6px solid #638888;
    padding: 0px 10px;
    margin: 10px 0;
    border-radius: 10px;
    margin-right:0;
}



.posts .elementor-element-cb97f0a {
  padding: 0
}

.posts p[style*="text-align: center"] span {
  font-weight:700;

}

.posts .e-con-inner {
  gap: 0;
}

.posts img {
  border-radius: 10px !important;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  border-radius:10px !important;
}

.posts p {
  padding-bottom: 5px;
  line-height: 2.4rem;
  margin-block-end: unset;
  margin-bottom: 5px;
  text-align: justify;
  font-weight: 500;
}

.posts p span {
  font-size: 16px !important;
}

.posts a {
  font-size: 17px;
  color: #5BC18F;
  font-weight: 600;
  background-color: transparent !important;
}

.posts ul {
  padding: 0px 7px 0px 7px;
  display: flex;
  flex-direction: column;
}

.posts ol {
  padding: 0px 7px 0px 7px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.posts ul li {
  align-items: baseline;
  position: relative;
  padding: 5px 0px 5px 0px;
}

.posts ul li b {
  color: black;
}

.posts ol li {

  align-items: baseline;
  position: relative;
  padding: 5px 0px 5px 0px;
}

.posts table {
    width: 100% !important;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
}

table, td, th {
    transition: background 0.2s;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.posts table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/*
  این کد اولین سطر از اولین بخش جدول (چه thead و چه tbody) را هدف می‌گیرد.
*/
table > :first-child > tr:first-child {
  background-color: #57bc8b; /* رنگ سبز */
  color: white; /* رنگ متن سفید */
}

/*
  این قانون کمکی تضمین می‌کند که استایل به سلول‌های th هم برسد،
  چون گاهی مرورگرها استایل پیش‌فرض قوی‌تری برای th دارند.
*/
table > :first-child > tr:first-child th {
  background-color: inherit;
  color: inherit;
}


@media only screen and (max-width: 767px) {
  .posts h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-right: -4px;
    margin-left: -17px;
  }

  .posts h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: -4px;
    margin-left: -17px;
  }

  .posts h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0px;
    margin-right: -4px;
    margin-top: 10px;
  }

  .posts p {
    margin-bottom: 0px;
    margin-top: 3px;
  }

  .posts p[style*="text-align: center"] span {
    font-weight: 700 !important;
  }
  
  .posts p[style*="text-align: center"] a {
    font-size: 15px !important;
  }

  .main-heading h1 {
    font-size: 20px;
    line-height: 2.3rem;
  }

  .main-heading h2 {
    font-size: 18px;
  }

  .main-heading h3 {
    font-size: 18px !important;
  }

  .form .wpforms-field-label {
    font-size: 13px !important;
  }

  .form .wpforms-field-large {
    font-size: 13px !important;
  }
  .header-border .elementor-toc__header-title {
        border-bottom: none !important;
        text-align:right !important;
  }
  .elementor-toc__body {
      border-top: 1px solid !important;
    padding-top: 10px !important;
    margin-top: 0 !important;
  }
  .comment-slider .swiper-slide {
      min-height: 400px;
  height: auto;
  }
}


.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
}

.brand-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.brand-swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.brand-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .brand-swiper .swiper-slide {
        max-width: 350px;
    }
}

.brand-page-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: right;
    direction: rtl;
    position: relative;
    transition: all 0.3s ease;
    min-height: 100%;
    border: 1px solid #e0e0e0;
}

.brand-page-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.brand-page-item img.brand-thumb {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.brand-page-item a:hover img.brand-thumb {
    transform: scale(1.03);
}

.brand-title {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

.brand-title a {
    text-decoration: none;
    color: #222;
}

.brand-title a:hover {
    color: #28c76f;
}

.bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #eee;
}

.brand-date {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
}

.brand-page-item:hover .read-more {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.read-more {
  background-color: #28c76f;
  color: #fff;
  padding: 6px 16px;
  border-radius: 18px 8px 8px 18px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  position: absolute;
  bottom: 11px;
  left: 15px;
}


/* موبایل: دکمه همیشه قابل دیدن */
@media only screen and (max-width: 767px) {
  .read-more {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.swiper-pagination {
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 2000;
  pointer-events: auto;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #28c76f;
}

/* =======================================================
   Pro Service Callout – Full Styles
   (Mobile version: technician image behind content)
   ======================================================= */

:root {
  --brand: #3BD68A;
  --bg: #006754;
  --ink: #f8f9fa;
  --muted: #cbd5e0;
  --radius: 20px;
  --shadow: 0 15px 40px rgba(0, 0, 0, .3);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, .4);
}

/* ===== Container ===== */
.pro-service-callout {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--bg);
  border-radius: var(--radius);
  color: var(--ink);
  width: min(100%, 920px);
  max-height: none;
  margin: 30px auto;
  box-shadow: var(--shadow);
  transition: box-shadow .4s ease, transform .3s ease;
}
.pro-service-callout:hover { box-shadow: var(--shadow-lg); }

.pro-service-callout::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 10% 20%, #4a90e2 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, #a76ee6 0%, transparent 40%);
  opacity: .2;
  transform: rotate(15deg);
  z-index: 0;
  pointer-events: none;
}

/* ===== Image (desktop only visible) ===== */
.pro-service-callout .pro-service-image {
  flex: 0 0 320px;
  height: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
.pro-service-callout .pro-service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

/* ===== Content ===== */
.pro-service-callout .pro-service-content {
  padding: 20px 0 20px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.pro-service-callout .pro-service-pretitle {
  font-weight: 600;
  letter-spacing: .5px;
  margin: 0 0 8px;
  font-size: clamp(.9rem, 2.1vw, 1rem);
}
.pro-service-callout .pro-service-title {
  color: #fff;
  font-weight: 800;
  margin: 0;
  line-height: 1.35;
  font-size: clamp(1.25rem, 4.2vw, 1.8rem);
}
.pro-service-callout .pro-service-description {
  color: var(--muted);
  line-height: 2;
  font-size: clamp(.92rem, 2.6vw, 1rem);
  margin-top: 10px;
}

/* ===== Features ===== */
.pro-service-callout .pro-service-features {
  display: grid;
  grid-template-columns: 1fr;
}
.pro-service-callout .feature-item-pro {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e2e8f0;
  margin-bottom: 12px;
  font-size: 1.05rem;
}
.pro-service-callout .feature-item-pro .icon-checkmark {
  font-size: 1.2rem;
  line-height: 1;
}

.pro-service-callout .feature-item-pro .icon-checkmark .elementor-icon {
	    width: 24px;
    height: 24px;
}

.pro-service-callout .feature-item-pro .icon-checkmark svg {
	font-size: 30px;
}
.pro-service-callout .feature-item-pro .icon-checkmark .elementor-icon svg { fill: #fff; }

/* ===== CTA ===== */
.pro-service-callout .pro-service-cta { margin: 0; }
.pro-service-callout .pro-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, #f56565 0%, #ed8936 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  transition: transform .2s ease, box-shadow .3s ease, background .3s ease;
  box-shadow: 0 10px 30px rgba(237, 137, 54, .4);
}
.pro-service-callout .pro-cta-button:hover {
  background: linear-gradient(90deg, #ed8936 0%, #f56565 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(237, 137, 54, .6);
}
.pro-service-callout .pro-cta-button .icon-phone-pro { font-size: 1.3rem; }

/* ===== Bottom Info ===== */
.pro-service-callout .pro-additional-info {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  font-size: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 25px;
  margin-top: 25px;
}
.pro-service-callout .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: .9;
}
.pro-service-callout .info-item .icon-clock,
.pro-service-callout .info-item .icon-shield { font-size: 1.2rem; color: #ecc94b; }

#elementor-toc__heading-anchor-7 { display: none; }


.form-container {
    text-align: right;
    background: #FFFFFF;
    border-radius: 10px;
}

.form-container form {
	flex-direction: column;
    display: flex;
    gap: 20px;
    padding: 15px;
}

.form-container h2 {
font-size: 22px;
text-align: center;
color: #2c3e50;
margin-bottom: 15px;
}


.form-row .form-group {
flex: 1;
min-width: 140px;
}

.form-group label {
display: block;
margin-bottom: 6px;
font-weight: 500;
color: #444;
}

.form-group textarea {
resize: vertical;
min-height: 70px;
}


.warranty-options {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-top: 8px;
}
.warranty-options label {
font-size: 14px;
display: flex;
align-items: center;
gap: 6px;
}

.form-actions {
display: flex;
justify-content: space-between;
gap: 15px;
margin: 25px 0 15px;
flex-wrap: wrap;
}

.icon-button {
flex: 1;
background-color: #eef3fc;
border: 1px solid #4a90e2;
color: #2d6cdf;
border-radius: 10px;
font-size: 16px;
padding: 12px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
text-align: center;
}

.icon-button:hover {
background-color: #d0e3ff;
color: #1c4fb3;
}

.form-submit button:hover {
background-color: #3b7cc7;
}

.form-actions {
flex-direction: column;
}

.form-submit button {
width: 100%;
}
}

.input-with-button .input-wrapper {
position: relative;
display: flex;
}

.input-with-button .input-wrapper input,
.input-with-button .input-wrapper textarea {
padding-left: 40px;
padding-right: 12px;
width: 100%;
resize: vertical;
}

.inline-icon {
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
background: #eef3fc;
border: 1px solid #4a90e2;
color: #2d6cdf;
font-size: 18px;
padding: 5px 10px;
border-radius: 8px;
cursor: pointer;
transition: 0.3s ease;
z-index: 2;
}

.inline-icon:hover {
background-color: #d0e3ff;
color: #1c4fb3;
}

.form-group {
flex: 1;
min-width: 180px;
}

label {
display: block;
margin-bottom: 6px;
font-weight: bold;
}

.required-label {
color: #d22;
font-size: 13px;
}

input,
select,
textarea {
    font-family: "IRANSans", Sans-serif;
width: 100%;
padding: 10px 14px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 14px;
box-sizing: border-box;
}

textarea {
resize: vertical;
}

.form-submit button:hover {
background-color: #3b7cd9;
}

#map-container {
display: none;
margin-top: 15px;
}

#map {
height: 320px;
width: 100%;
border-radius: 12px;
}

.map-toggle {
background-color: #eef3fc;
color: #2d6cdf;
padding: 10px 14px;
border: 1px solid #4a90e2;
border-radius: 8px;
cursor: pointer;
}

.map-toggle:hover {
background-color: #dce8ff;
}

.location-box {
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
margin-bottom: 20px;
}

.map-box {
height: 220px;
}

.location-actions {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
background: #f9f9f9;
}

#my-location-btn {
    flex: 1 1 auto;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
        background-color: transparent;
        color: #c36;
        border: 1px solid #c36;
}

#my-location-btn:hover {
    color:black;
}

#location-status {
    font-weight: 600;
font-size: 14px;
padding: 5px 10px;
border-radius: 6px;
background-color: #e8f0fe;
color: #2d6cdf;
transition: background-color 0.3s, color 0.3s;
}

.status.success {
background-color: #4caf50 !important;
color: white !important;
}


.leaflet-control-geocoder {
margin-top: 8px;
margin-right: 10px;
font-size: 13px;
z-index: 1000;
border: none !important;
}

.leaflet-control-geocoder-alternatives {
text-align: left;
border-top: 1px solid black;
}

.dropdown.open {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}


.dropdown-container .list-container.open {
display: block;
overflow-y: auto;
}


.form-container h2 {
    font-size: 22px;
    text-align: center;
    color: #2c3e50;
    margin-top: 25px;
    margin-bottom: 10px;
}

.form-row {
    display: flex;
    gap: 20px; 
}

.form-group {
    flex: 1;
    min-width: 250px; 
    display: flex;
    flex-direction: column;
}

.form-group label,
.form-guarentee label {
    display: block;
    font-weight: 600;
    color: #555;
}

.leaflet-control-attribution {
    display:none;
}

.required-label {
    color: #aaa;
    font-weight: normal;
    font-size: 12px;
}

.list {
    padding: 10px;
    cursor: pointer;
}

.list:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007cba; 
    outline: none;
}

.validation-error {
    color: #dc3232; 
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.form-group input:invalid,
.form-group textarea:invalid {
    
}

.form-guarentee {
    width: 100%;
}

.radio-group {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: normal;
    margin-bottom: 0;
}

#map {
    width: 100%;
    height: 250px;
    background-color: #e9e9e9;
    margin-bottom: 10px;
    border-radius: 4px;
}

.location-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.location-actions button {
    background-color: #007cba;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.location-actions button img {
    display:none !important;
}

.location-actions button#clear-location-btn {
    background-color: #dc3232;
}

.status.success {
    color: #46b450;
}

.dropdown-container {
    position: relative;
}

.dropdown {
display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    appearance: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.dropdown::after {
    content: '▼';
    font-size: 12px;
}

.dropdown-container .list-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    z-index: 9999;
    padding: 10px;
}

#deviceSearchBox, #brandSearchBox {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #eee;
}



#repair-form .form-submit button {
    width: 100%;
    padding: 12px 25px;
background-color: var(--e-global-color-primary);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit button:hover {
background-color: var(--e-global-color-primary);
}

#messageBox {
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 768px) {
    .form-group {
        min-width: 100%; 
    }
    
    .form-row .form-group:last-child {
        margin-bottom: 0;
    }

    .location-actions {
        flex-direction: column;
        align-items: stretch; 
        gap: 10px;
    }
    

    .form-submit button {
        width: 100%;
    }
    .form-row.no-stack {
        flex-direction: row; 
        gap: 15px;
    }
    #location-status {
        text-align:center;
    }
}
/* =======================================================
   Responsive
   ======================================================= */

@media (max-width: 850px) {
  .pro-service-callout {
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    margin: 28px auto;
  }

  /* تصویر جدا حذف میشه */
  .pro-service-callout .pro-service-image {
    display: none;
  }

  /* 👇 تصویر تکنسین میاد پشت بخش متن */
  .pro-service-callout .pro-service-content {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 103, 84, 0.92) 0%, rgba(0, 103, 84, 0.95) 100%);
    background-image: 
      linear-gradient(to bottom, rgba(0, 103, 84, 0.94), rgba(0, 103, 84, 0.96)),
      url("https://achartehran.com/wp-content/uploads/2025/10/Image_fx-13-copy.webp");
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0;
  }

  /* سه‌ستونه در موبایل */
  .pro-service-callout .pro-service-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
	align-items: baseline;
	margin: 10px 0;
  }

  .pro-service-callout .feature-item-pro {
    justify-content: center;
    font-size: .75rem;
    gap: 6px;
    margin: 0;
	flex-direction: column;
	line-height: 2rem;
  }

  .pro-service-callout .pro-cta-button {

    padding: 12px 18px;
	font-size: 14px;
    box-shadow: 0 10px 24px rgba(237, 137, 54, .35);
  }

  .pro-service-callout .pro-additional-info {
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    font-size: .95rem;
  }
  .ab-services-title {
	  font-size: 17px;
  }
  .ab-row>div:nth-child(1) {
        font-size: 15px;
    }
}

