/*
Theme Name: Astra Child
Theme URI: http://example.com/astra-child
Description: قالب فرزند برای قالب آسترا
Author: Your Name
Author URI: http://example.com
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

@font-face {
    font-family: 'iransans';
    src: url('/wp-content/fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/fonts/IRANSansWeb.woff2') format('woff2'), /* Super Modern Browsers */
         url('/wp-content/fonts/IRANSansWeb.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* باعث می‌شود سایتتان سریع‌تر نمایش داده شود */
}

/* اعمال فونت به تمام متن‌های سایت */
body, p, h1, h2, h3, h4, h5, h6, .ast-container, .site-content, .entry-content {
    font-family: 'iransans' !important;
}

  section .con-serv{
            background-color: #fff;
            margin-top: 40px;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
        }

        /* Key Benefits Section */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .benefit-item {
            text-align: center;
            padding: 25px;
            border: 1px solid #eee;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .benefit-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .benefit-item i {
            font-size: 3.5em;
            color: #F15A29;
            margin-bottom: 20px;
        }

        .benefit-item h3 {
            font-size: 1.5em;
            margin-bottom: 10px;
            color: #2c3e50;
        }

        .benefit-item p {
            font-size: 1.05em;
            color: #666;
        }
 .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-top: 40px;
        }

        .process-step {
            background-color: #f8faff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 25px;
            flex: 1 1 calc(33% - 40px); /* 3 items per row on larger screens */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            min-width: 280px;
            text-align: center;
            position: relative;
        }

        .process-step .step-number {
            font-size: 2.5em;
            font-weight: bold;
            color: #F15A29;
            background-color: #e6f2ff;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: -50px auto 20px auto; /* Position above the card */
            border: 4px solid #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .process-step h3 {
            margin-top: 15px;
            font-size: 1.6em;
            color: #2c3e50;
        }

        .process-step p {
            font-size: 1.05em;
            color: #555;
        }

#rank-math-faq {
            /* No specific styles needed for the outer div as container handles layout */
    margin: 20px auto;
    border: 1px solid whitesmoke;
    border-radius: 12px;
    padding: 25px;
        }

        .rank-math-list-item {
            margin-bottom: 35px; /* More space between items */
            padding-bottom: 25px; /* Padding inside for the border */
            border-bottom: 1px solid #e0e0e0; /* Light, subtle separator */
            position: relative; /* For the optional icon */
        }

        .rank-math-list-item:last-child {
            border-bottom: none; /* No border for the last item */
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .rank-math-question {
            font-size: 1.5em; /* Larger question font */
            font-weight: 600; /* Medium bold */
            color: #4a4a4a;
            margin-bottom: 15px; /* Space between question and answer */
            display: flex;
            align-items: center;
        }

        .rank-math-question strong {
            font-weight: 700; /* Make bold text even bolder if present */
        }

        .rank-math-question::before {
            content: '\f059'; /* Font Awesome question circle icon */
            font-family: 'Font Awesome 5 Free';
            font-weight: 900; /* Solid icon */
            color: #F15A29; /* Accent color */
            font-size: 0.8em; /* Slightly smaller than text */
            margin-left: 15px; /* Space from text */
            line-height: 1; /* Align icon better */
        }

        .rank-math-answer p {
            font-size: 1.1em; /* Good size for body text */
            color: #555;
            line-height: 1.9; /* Increased line height for readability */
            margin-top: 0; /* Remove default top margin */
            padding-right: 30px; /* Indent answer slightly */
            position: relative;
        }

        .rank-math-answer p::before {
            content: '';
            position: absolute;
            right: 0;
            top: 5px; /* Adjust as needed */
            width: 3px;
            height: calc(100% - 10px); /* Vertical line length */
            background-color: #f0f0f0; /* Very light subtle line */
            border-radius: 2px;
        }
.rank-math-answer p:last-child {
  margin-top: 10px;
}

.rank-math-answer p:last-child::before {
  content: "» ";
  color: #e67e22;
  font-weight: bold;
}

.rank-math-answer a,
.rank-math-answer p a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.rank-math-answer a:hover,
.rank-math-answer p a:hover {
  background-color: #34495e;
}
        /* Responsive Adjustments */
        @media (max-width: 768px) {
			#rank-math-faq{
				width: auto !important;
			}
            .rank-math-question {
                font-size: 1.3em;
            }
            .rank-math-answer p {
                font-size: 1em;
                padding-right: 20px;
            }
        }

        @media (max-width: 480px) {
			#rank-math-faq{
				width: auto !important;
			}
            .rank-math-question {
                font-size: 1.2em;
                margin-bottom: 10px;
                display: block; /* Stack icon and text on small screens if needed */
            }
            .rank-math-question::before {
                margin-left: 0;
                margin-bottom: 5px;
                display: block;
            }
            .rank-math-answer p {
                padding-right: 15px;
            }
        }

/*صفحه شستشوی فرش*/

.main-header {
    background-color: #2c3e50; /* Darker header for contrast */
    color: #fff;
    padding: 60px 0;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-header h1 {
    font-size: 3.2em;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.main-header p {
    font-size: 1.3em;
    opacity: 0.9;
}

/* Section Styling */
.intro-section {
    background-color: #fff;
    padding: 35px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-right: 5px solid #007bff; /* Accent border */
}

.intro-section p {
    font-size: 1.15em;
    line-height: 1.8;
}

.intro-section p strong {
    color: #007bff;
}

.wash-step {
    background-color: #fff;
    padding: 35px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wash-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.step-number {
    background-color: #007bff; /* Accent color for step number */
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 50%;
    margin-left: 20px;
    min-width: 60px; /* Ensure circular shape */
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.4);
}

.wash-step h2 {
    font-size: 2.2em;
    color: #2c3e50;
    margin: 0;
    text-align: right; /* Align title to right */
    flex-grow: 1; /* Take remaining space */
}

.wash-step p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Video Wrapper for Aparat iframes */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    background-color: #000; /* Black background for video area */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Footer Styles */
.main-footer {
    background-color: #2c3e50;
    color: #aaa;
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
    border-top: 5px solid #007bff; /* Accent line */
}

.main-footer p {
    margin: 0;
    font-size: 0.95em;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .main-header h1 {
        font-size: 2.5em;
    }
    .main-header p {
        font-size: 1.1em;
    }
    .container {
        padding: 15px;
    }
    .intro-section, .wash-step {
        padding: 25px;
        margin-top: 25px;
    }
    .step-header {
        flex-direction: column; /* Stack number and title */
        align-items: flex-end; /* Align to right */
    }
    .step-number {
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 1.3em;
        padding: 8px 15px;
    }
    .wash-step h2 {
        font-size: 1.8em;
        text-align: right;
    }
    .wash-step p {
        font-size: 1em;
    }
    .video-wrapper {
        padding-bottom: 65%; /* Adjust aspect ratio slightly for smaller screens if needed */
    }
}

@media (max-width: 480px) {
    .main-header h1 {
        font-size: 2em;
    }
    .main-header p {
        font-size: 1em;
    }
    .intro-section p, .wash-step p {
        font-size: 0.95em;
    }
    .step-number {
        font-size: 1.1em;
        min-width: 50px;
        padding: 6px 12px;
    }
    .wash-step h2 {
        font-size: 1.6em;
    }
}

/* استایل اصلی جدول */
.table_resp {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #F15A29; /* رنگ طلایی برای حاشیه جدول */
    text-align: center;
}
.table_resp .highlight td {
  background-color: #ffe9b3 !important;
}

/* استایل سلول‌ها */
.table_resp th, .table_resp td {
    padding: 12px;
    border: 1px solid #F15A29; /* رنگ طلایی برای حاشیه سلول‌ها */
}

/* استایل عنوان ستون‌ها */
.table_resp th {
    background-color: #F15A29; /* پس‌زمینه طلایی برای عنوان‌ها */
    color: #FFFFFF; /* متن سفید */
    font-weight: bold;
}

/* پس‌زمینه برای سلول‌های داده */
.table_resp td {
    background-color: #FFFFFF; /* پس‌زمینه سفید برای داده‌ها */
    color: #333333; /* رنگ متن تیره */
}

/* رنگ پس‌زمینه ردیف‌های زوج */
.table_resp tr:nth-child(even) {
    background-color: #F5F5F5; /* پس‌زمینه خاکستری کم‌رنگ */
}

/* ریسپانسیو سازی */
@media (max-width: 768px) {
    .table_resp {
        display: block;
        overflow-x: auto; /* فعال کردن اسکرول افقی */
        -webkit-overflow-scrolling: touch; /* روان‌سازی اسکرول در دستگاه‌های لمسی */
    }
    
    .table_resp th, .table_resp td {
        white-space: nowrap; /* جلوگیری از شکستن خطوط برای خوانایی بهتر */
        padding: 8px; /* کاهش حاشیه‌ها در موبایل */
        font-size: 14px;
    }
}

        .con-loc {
            background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .loc-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            padding: 40px 0;
        }

        .locat-item {
            background: linear-gradient(145deg, #ffffff, #e6f0fa);
            border-radius: 25px;
            padding: 35px;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            border: 2px solid #3498db;
        }

        .locat-item:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            border-color: #f1c40f;
        }

        .locat-item i {
            font-size: 50px;
            color: #3498db;
            margin-bottom: 25px;
            transition: all 0.3s ease;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
        }

        .locat-item:hover i {
            color: #f1c40f;
            transform: rotate(5deg) scale(1.1);
        }

        .locat-item h3 {
            font-size: 26px;
            color: #2c3e50;
            margin: 15px 0;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            position: relative;
        }

        .locat-item h3::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 60px;
            height: 3px;
            background: #f1c40f;
            transform: translateX(-50%);
            transition: width 0.3s ease;
        }

        .locat-item:hover h3::after {
            width: 100px;
        }

        .locat-item p {
            font-size: 17px;
            color: #34495e;
            line-height: 1.7;
            margin: 10px 0 0;
            padding: 0 15px;
        }

        .locat-item::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(241, 196, 15, 0.1) 0%, transparent 70%);
            transition: all 0.5s ease;
            z-index: -1;
        }

        .locat-item:hover::before {
            transform: scale(1.2);
        }

        .locat-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(to right, #3498db, #f1c40f);
            transition: height 0.3s ease;
        }

        .locat-item:hover::after {
            height: 12px;
        }

        @media (max-width: 768px) {
            .loc-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .locat-item {
                padding: 25px;
            }

            .locat-item h3 {
                font-size: 22px;
            }

            .locat-item p {
                font-size: 15px;
            }

            .locat-item i {
                font-size: 40px;
            }
        }

        @media (max-width: 480px) {
            .con-loc {
                padding: 0 15px;
            }

            .locat-item {
                padding: 20px;
            }
        }


/*image single post*/
.single-featured-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto !important;
  padding: 1rem;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
}

.single-featured-image img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border-radius: 8px;
  background-color: #f0f0f0; /* برای اینکه فضای خالی عکس معلوم نباشد */
  display: block;
}


/*مزیت رقابتی لوکیشن ها*/
   .container-mor {
          background-color: #f4f7fa;
    max-width: 1100px;
    margin: 45px auto;
    padding: 20px;
    border-radius: 15% 5% 15% 5%;
        }

        .section-title {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 40px !important;
            position: relative;
        }

        .section-title::after {
            content: '';
            width: 60px;
            height: 3px;
            background: #1e88e5;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .advantages-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .advantage-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 24px;
            text-align: right;
            border: 1px solid #e0e0e0;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .advantage-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .advantage-card i {
            font-size: 32px;
            color: #1e88e5;
            margin-bottom: 16px;
            display: block;
        }

        .advantage-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0 0 12px;
        }

        .advantage-card p {
            font-size: 16px;
            color: #4a4a4a;
            line-height: 1.5;
            margin: 0;
        }

        @media (max-width: 768px) {
            .advantages-section {
                grid-template-columns: 1fr;
            }

            .advantage-card {
                padding: 20px;
            }

            .advantage-card h3 {
                font-size: 18px;
            }

            .advantage-card p {
                font-size: 14px;
            }

            .section-title {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }
        }


/*فرایند شستشو*/
        .container-pros {
          background-color: #f4f7fa;
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
            color: #2d2d2d;
        }

        .section-title {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }

        .section-title::after {
            content: '';
            width: 60px;
            height: 3px;
            background: #1e88e5;
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .process-timeline {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 40px;
            padding: 20px 0;
        }

        .process-step-loc {
            display: flex;
            align-items: center;
            position: relative;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
        }

        .process-step-loc:nth-child(even) {
            align-self: flex-end;
            transform: translateX(-10%);
        }

        .process-step-loc:nth-child(odd) {
            align-self: flex-start;
            transform: translateX(10%);
        }

        .process-step-loc .icon {
            width: 60px;
            height: 60px;
            background: #1e88e5;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-left: 20px;
            flex-shrink: 0;
        }

        .process-step-loc .content {
            background: #ffffff;
            border-radius: 10px;
            padding: 20px;
            border: 1px solid #e0e0e0;
            flex-grow: 1;
            position: relative;
        }

        .process-step-loc .content h3 {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin: 0 0 10px;
        }

        .process-step-loc .content p {
            font-size: 14px;
            color: #4a4a4a;
            margin: 0;
            line-height: 1.5;
        }

        .process-step-loc:not(:last-child)::after {
            content: '';
            position: absolute;
            width: 2px;
            height: 60px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="2" height="60"><line x1="1" y1="0" x2="1" y2="60" stroke="%231e88e5" stroke-width="2" stroke-dasharray="4,4"/></svg>') repeat-y;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1;
        }

        @media (max-width: 768px) {
            .process-step-loc:nth-child(even),
            .process-step-loc:nth-child(odd) {
                align-self: center;
                transform: translateX(0);
            }

            .process-step-loc {
                flex-direction: column;
                align-items: center;
                text-align: center;
                max-width: 300px;
            }

            .process-step-loc .icon {
                margin-left: 0;
                margin-bottom: 15px;
            }

            .process-step-loc:not(:last-child)::after {
                left: 50%;
            }

            .section-title {
                font-size: 24px;
            }
        }

        @media (max-width: 480px) {
            .container-pros {
                padding: 0 15px;
            }

            .process-step-loc .content h3 {
                font-size: 16px;
            }

            .process-step-loc .content p {
                font-size: 13px;
            }

            .process-step-loc .icon {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }

/*box call for locations*/
    .section-b-loc {
      padding: 3rem 1rem;
    }

    .container-b-loc {
      max-width: 500px;
      margin: 0 auto;
      padding: 0 1rem;
    }

    .contact-box-loc {
      background-color: #ffffff;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease;
    }

    .contact-box-loc:hover {
      transform: translateY(-6px);
    }

    .discount-banner {
      background-color: #dc2626;
      color: #fff;
      font-weight: bold;
      padding: 0.75rem 1rem;
      text-align: center;
      font-size: 1rem;
    }

    .contact-content {
      padding: 2rem;
      text-align: center;
    }

    .contact-text {
      font-size: 1.15rem;
      color: #333;
      margin-bottom: 1.5rem;
    }

    .cta-button {
      display: inline-block;
      background-color: #1e40af;
      color: #fff !important;
      text-decoration: none;
      font-weight: bold;
      padding: 0.9rem 1.8rem;
      border-radius: 10px;
      font-size: 1rem;
      transition: background-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: #1b3797;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .contact-content {
        padding: 1.5rem;
      }

      .contact-text {
        font-size: 1rem;
      }

      .cta-button {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        border-radius: 8px;
      }

      .discount-banner {
        font-size: 0.95rem;
        padding: 0.6rem;
      }
    }

.entry h2{
	font-size: 24px !important;
}

/*style form*/
.formandarz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: 'IRANSans', sans-serif;
  justify-content: space-between;
	margin-bottom: 40px !important;
}

.formandarz > div {
  flex: 1 1 45%;
  min-width: 250px;
}

.formandarz label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
}

.formandarz input[type="text"],
.formandarz input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.formandarz input[type="text"]:focus,
.formandarz input[type="tel"]:focus {
  border-color: #2f80ed;
  outline: none;
}

/* استایل دکمه ارسال */
.formandarz input[type="submit"] {
  background-color: #f15a29;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 30px auto 0;
}

.formandarz input[type="submit"]:hover {
  background-color: #f15a29;
}
}

/*style footer*/
.site-footer{
    margin-top: 1px !important;
}
 

/*style table*/
.price-table-section {
            max-width: 1200px;
             background-color: #f9f9f9;
            margin: 2rem auto;
            padding: 1rem;
        }
        .price-table-section h2 {
            text-align: center;
            color: #2e7d32;
            margin-bottom: 1.5rem;
        }
        .table-nazar {
            width: 100%;
            border-collapse: collapse;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        .table-nazar th, .table-nazar td {
            padding: 1rem;
            text-align: right;
            border-bottom: 1px solid #ddd;
        }
        .table-nazar th {
            background-color: #2e7d32;
            color: white;
            font-weight: bold;
        }
        .table-nazar tr:nth-child(even) {
            background-color: #f5f5f5;
        }
        .table-nazar tr:hover {
            background-color: #e8f5e9;
        }
        .table-nazar .highlight {
            color: #fbc02d;
            font-weight: bold;
        }
        .table-nazar .tooltip {
            position: relative;
            cursor: help;
        }
        .table-nazar .tooltip::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: 100%;
            right: 0;
            background-color: #333;
            color: white;
            padding: 0.5rem;
            border-radius: 4px;
            font-size: 0.9rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s;
            z-index: 10;
        }
        .table-nazar .tooltip:hover::after {
            opacity: 1;
            visibility: visible;
        }
        .table-nazar .cta-button {
            display: inline-block;
            background-color: #fbc02d;
            color: #2e7d32;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 1rem;
            text-align: center;
        }
        @media (max-width: 768px) {
            .table-nazar th, .table-nazar td {
                padding: 0.5rem;
                font-size: 0.9rem;
            }
            .price-table-section h2 {
                font-size: 1.5rem;
            }
        }



 /* ====== قالیشویی اندرزگو - باکس شماره‌ها ====== */
  .tell-andarzgo {
    --ta-bg: #0f172a;        /* slate-900 */
    --ta-card: #111827;      /* gray-900 */
    --ta-muted: #9ca3af;     /* gray-400 */
    --ta-text: #e5e7eb;      /* gray-200 */
    --ta-accent: #7c3aed;    /* violet-600 */
    --ta-accent-2: #06b6d4;  /* cyan-500 */
    --ta-border: rgba(255,255,255,0.08);
    background:
      radial-gradient(1200px 400px at 100% -10%, rgba(124,58,237,.12), transparent 60%),
      radial-gradient(900px 300px at -10% 110%, rgba(6,182,212,.12), transparent 60%),
      var(--ta-bg);
    color: var(--ta-text);
    padding: clamp(16px, 3vw, 28px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.35);
    border: 1px solid var(--ta-border);
    max-width: 980px;
    margin: 24px auto;
  }

  .tell-andarzgo .ta-wrapper {
    display: grid;
    gap: 18px;
  }

  .tell-andarzgo .ta-header {
    display: grid;
    gap: 6px;
    padding-inline: 6px;
  }

  .tell-andarzgo .ta-title {
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 800;
    letter-spacing: -0.3px;
    background: linear-gradient(90deg, var(--ta-accent), var(--ta-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .tell-andarzgo .ta-subtitle {
    font-size: clamp(12px, 1.6vw, 14px);
    color: var(--ta-muted);
  }

  .tell-andarzgo .ta-list {
    list-style: none;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
  }

  .tell-andarzgo .ta-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
    border: 1px solid var(--ta-border);
    border-radius: 16px;
    padding: 12px 14px;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
  }

  .tell-andarzgo .ta-item:hover {
    transform: translateY(-2px);
    border-color: rgba(124,58,237,.35);
    background: linear-gradient(180deg, rgba(124,58,237,.06), rgba(6,182,212,.03));
  }

  .tell-andarzgo .ta-branch {
    font-weight: 700;
    font-size: clamp(14px, 1.8vw, 16px);
    color: #ffffff;
    white-space: nowrap;
  }

  .tell-andarzgo .ta-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(14px, 2vw, 16px);
    color: #ffffff;
    background:
      linear-gradient(90deg, rgba(124,58,237,.9), rgba(6,182,212,.9));
    border: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 6px 14px rgba(124,58,237,.18), 0 2px 6px rgba(6,182,212,.16);
    transition: filter .15s ease, transform .15s ease;
    will-change: transform;
  }

  .tell-andarzgo .ta-phone:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
  }

  .tell-andarzgo .ta-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    opacity: .95;
  }

  /* ——— ریسپانسیو ——— */
  @media (min-width: 560px) {
    .tell-andarzgo .ta-list {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (min-width: 920px) {
    .tell-andarzgo .ta-list {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .tell-andarzgo .ta-item {
      grid-template-columns: 1fr;
      align-items: start;
    }
    .tell-andarzgo .ta-phone {
      justify-self: start;
    }
  }

  /* کاهش لرزش هنگام کلیک در موبایل */
  @media (hover: none) {
    .tell-andarzgo .ta-item:hover {
      transform: none;
    }
    .tell-andarzgo .ta-phone:hover {
      transform: none;
    }
  }


  .floating-call-container {
            position: fixed;
            bottom: 20px; /* فاصله از پایین */
            right: 20px; /* فاصله از راست */
            z-index: 9999;
            direction: rtl; /* جهت راست به چپ */
        }

        #floating-call-btn {
            /* رنگ تم: سبز آبی */
            background-color: #2C7A7B; 
            color: white;
            border: none;
            border-radius: 50px;
            padding: 16px;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s, transform 0.3s;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
        }

        #floating-call-btn:hover {
            background-color: #245F60; /* سبز آبی تیره‌تر */
            transform: scale(1.05);
        }

        /* استایل آیکون SVG داخل دکمه اصلی */
        #floating-call-btn svg {
            width: 20px;
            height: 20px;
            fill: white; /* آیکون اصلی سفید باشد */
        }

        /* استایل باکس بازشو */
        #call-box {
            position: absolute;
            bottom: calc(100% + 15px); /* قرارگیری بالای دکمه */
            right: 0;
            width: 250px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            padding: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        }

        /* نمایش باکس بازشو */
        #call-box:not(.call-box-hidden) {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        #call-box h4 {
            margin: 0 0 15px 0;
            color: black;
            border-bottom: 2px solid #00BCD4; /* رنگ تم: سبز آبی */
            padding-bottom: 5px;
            font-size: 18px;
        }

        .call-item {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #333;
            padding: 8px 0;
            border-bottom: 1px dashed #eee;
            transition: background-color 0.2s;
            line-height: 1.5;
        }

        .call-item:last-child {
            border-bottom: none;
        }

        .call-item:hover {
            background-color: #f7f7f7;
            border-radius: 4px;
            padding: 8px;
            margin: 0 -8px;
        }

        .call-item .icon {
            /* کانتینر آیکون برای مدیریت فاصله */
            margin-left: 10px;
            display: flex;
            align-items: center;
        }

        /* استایل SVGهای داخل باکس بازشو */
        .call-item .icon svg {
            width: 22px; /* کمی بزرگتر برای وضوح */
            height: 22px;
            stroke-width: 2;
            fill: none; /* بیشتر آیکون‌های موبایل stroke هستند */
        }

        /* رنگ آیکون مدیریت: سبز آبی */
        .manager-call .icon svg {
            stroke: #00BCD4; 
        }

        /* رنگ آیکون پشتیبانی: زرد */
        .support-call .icon svg {
            stroke: #FFEB3B; 
        }

        /* تغییر رنگ آیکون در حالت هاور */
        .manager-call:hover .icon svg {
            stroke: #0097A7; 
        }

        .support-call:hover .icon svg {
            stroke: #FBC02D; 
        }


/*لینک سازی های مرتبط */

.andarzgo-location-box{
    margin:40px 0;
    padding:25px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fafafa;
}

.andarzgo-location-box h3{
    margin-bottom:15px;
}

.andarzgo-main-link{
    display:inline-block;
    margin-top:10px;
    margin-bottom:20px;
    font-weight:700;
}

.andarzgo-related-posts ul{
    margin:15px 0 0;
    padding-right:20px;
}

.andarzgo-related-posts li{
    margin-bottom:8px;
}

#ast-scroll-top{
	background-color: #2C7A7B !important;
}

/* ==========================================================================
   Andarzgo Hub Page Master Styles
   ========================================================================== */

/* 1. Global & Reset elements inside hub */
.andarzgo-hub-wrapper {
    direction: rtl;
    text-align: right;
    font-family: inherit;
    box-sizing: border-box;
}

/* 2. Hero Section */
.hub-hero {
    background-color: #1B2F4A;
    padding: 40px 20px 60px 20px;
    text-align: center;
    border-bottom: 4px solid #F15A29;
}
.hub-breadcrumb {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-bottom: 24px;
}
.hub-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}
.hub-breadcrumb a:hover {
    color: #FF7A50;
}
.hub-badge {
    display: inline-block;
    background-color: rgba(241, 90, 41, 0.18);
    color: #FF7A50;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.hub-hero h1 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.4;
}
.hub-hero h1 em {
    color: #FF7A50;
    font-style: normal;
}
.hub-hero-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto 32px auto;
}
.hub-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 767px) {
    .hub-hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .hub-hero-buttons a {
        width: 100%;
        max-width: 280px;
    }
}
.btn-hub {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.btn-hub-primary {
    background-color: #F15A29;
    color: #ffffff;
}
.btn-hub-primary:hover {
    background-color: #C44B22;
	color: white !important;
}
.btn-hub-primary:active {
    background-color: #C44B22;
	color: white !important;
}
.btn-hub-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.btn-hub-secondary:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
	color: white !important;
}
.btn-hub-secondary:active {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
	color: white !important;
}

/* 3. Intro Section */
.hub-section {
    padding: 60px 20px;
    background-color: #ffffff;
}
.hub-section-gray {
    padding: 60px 20px;
    background-color: #F8F7F5;
}
.hub-section-header {
    text-align: center;
    margin-bottom: 40px;
}
.hub-section-eyebrow {
    color: #F15A29;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}
.hub-section-title {
    font-size: 26px;
    font-weight: 900;
    color: #2D2D2D;
    margin: 0;
}
.hub-intro-content {
    max-width: 840px;
    margin: 0 auto;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 1.8;
}

/* 4. Services Grid */
.hub-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .hub-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .hub-services-grid { grid-template-columns: 1fr; }
}
.hub-service-card {
    background: #ffffff;
    border: 1px solid #E4E4E2;
    border-radius: 12px;
    padding: 24px;
    text-decoration: none;
    color: #2D2D2D;
    transition: all 0.3s ease;
    display: block;
}
.hub-service-card:hover {
    border-color: #F15A29;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(241, 90, 41, 0.08);
}
.hub-service-icon {
    font-size: 28px;
    margin-bottom: 12px;
}
.hub-service-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #1B2F4A;
}
.hub-service-card p {
    font-size: 14px;
    color: #6B6B6B;
    margin: 0;
    line-height: 1.6;
}

/* 5. Neighborhoods Grid */
.hub-neighborhoods-box {
    max-width: 1140px;
    margin: 0 auto;
}
.hub-neighborhoods-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media (max-width: 991px) {
    .hub-neighborhoods-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .hub-neighborhoods-grid { grid-template-columns: repeat(2, 1fr); }
}
.hub-neighborhood-link {
    background-color: #F8F7F5;
    border: 1px solid #E4E4E2;
    border-radius: 6px;
    padding: 10px 4px;
    text-align: center;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    overflow: hidden;
    text-transform: ellipsis;
}
.hub-neighborhood-link:hover {
    background-color: #FEF2EE;
    border-color: #F15A29;
    color: #F15A29;
}

/* 6. FAQ Pure CSS Accordion */
.hub-faq-container {
    max-width: 800px;
    margin: 0 auto;
}
.hub-faq-item {
    background: #ffffff;
    border: 1px solid #E4E4E2;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}
.hub-faq-item summary {
    padding: 16px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #1B2F4A;
    cursor: pointer;
    list-style: none;
    position: relative;
    outline: none;
    user-select: none;
}
.hub-faq-item summary::-webkit-details-marker {
    display: none;
}
.hub-faq-item summary::after {
    content: "↓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #F15A29;
    font-weight: bold;
    transition: transform 0.3s;
}
.hub-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
.hub-faq-content {
    padding: 0 20px 16px 20px;
    color: #6B6B6B;
    font-size: 14.5px;
    line-height: 1.7;
    border-top: 1px solid #F8F7F5;
}

/* 7. Region Switcher */
.hub-regions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}
.hub-regions-grid .hub-region-card {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f4f7fa; /* پس‌زمینه ملایم برای دیده شدن بهتر */
    color: #1b2f4a; /* رنگ متن تیره و خوانا */
    border: 2px solid #e1e8ed; /* خط دور دکمه */
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}
.hub-regions-grid .hub-region-card:hover {
    background-color: #f15a29; /* رنگ نارنجی جذاب سازمانی */
    color: #ffffff;
    border-color: #f15a29;
    transform: translateY(-2px); /* افکت حرکتی کوچک */
    box-shadow: 0 4px 12px rgba(241, 90, 41, 0.2);
}
@media (max-width: 767px) {
    .hub-regions-grid { grid-template-columns: 1fr; }
}
.hub-region-card {
    background-color: #ffffff;
    border: 1px solid #E4E4E2;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    color: #1B2F4A;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s;
}
.hub-region-card:hover:not(.current-hub) {
    border-color: #F15A29;
    color: #F15A29;
    background-color: #FEF2EE;
}
.hub-regions-grid .hub-region-card.current-hub {
    background-color: #1b2f4a; /* رنگ سرمه‌ای تیره */
    color: #ffffff;
    border-color: #1b2f4a;
    cursor: default;
    pointer-events: none; /* غیرفعال کردن کلیک روی صفحه فعلی */
}