/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* ===== CSS RESET ===== */

/* 1. Use a consistent box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin and padding */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* 3. Set default body styles */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: sans-serif;
}

/* 4. Remove list styles on ul, ol elements */
ul[role='list'], ol[role='list'], ul, ol {
  list-style: none;
  padding: 0;
}

/* 5. Make images easier to work with */
img, picture {
  max-width: 100%;
  display: block;
}

/* 6. Inherit fonts for form elements */
input, button, textarea, select {
  font: inherit;
}

/* 7. Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 8. Remove built-in form styles on focus */
input:focus, textarea:focus, select:focus {
  outline: none;
}

/* 9. Anchor defaults */
a {
  text-decoration: none;
  color: inherit;
}




/* 10. Remove all animations and transitions for people that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

    header {
        background: var(--Gray-Box, #FFF);
        box-shadow: 2px 2px 5px 0px rgba(0, 34, 71, 0.09);
        width: 100%;
      transition: all 0.3s ease;
    }

    header .container {
        max-width: 1240px;
        margin: auto;
        padding: 16px 0px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    header .header-main {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex: 1;
        justify-content: space-between;
    }

    header .header-left {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }

    header .contact-info {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        gap: 8px;
    }

    header .btn-inquiry {
        border-radius: 8px;
        background: #F16136;
        color: #FBFFFF;
        text-align: center;
        font-family: IRANYekanXFaNum;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        border: none;
        padding: 14px 18px;
    }

    header .call-information {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    header .call-information label {
        color: rgba(0, 41, 72, 0.80);
        text-align: center;
        font-family: IRANYekanXFaNum;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 171.429% */
    }

    header .call-information span {
        color: #002948;
        text-align: center;
        font-family: IRANYekanXFaNum;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 24px;
        /* 120% */
    }

    header .call-information span b {
        color: #F16136;
    }
    
    header.fixed {
      top: 0;
      left: 0;
      z-index: 999;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transform: translateY(-100%);
      transition: transform 0.3s ease;
    }
    header a img {
        width: 89%;
    }
     header.fixed.animate {
      position: fixed;
      transform: translateY(0%) !important;
      transition: transform 0.3s ease;
    }


      .footer {
        background-color: #EFEFF0;
        margin-top: 274px;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 9rem;
        max-width: 1240px;
        margin: auto;
    }

    .footer-section {
        flex: 1 1 220px;
        min-width: 220px;
    }

    .footer-section .menuNav .menu {
        display: flex;
        gap: 8px;
        ;
    }

    .footer-section-menu {
        display: flex;
        flex-direction: row;
        flex: 1 1 302px;
        gap: 22px
    }

    .footer-section h4 {
        margin-bottom: 1rem;
        color: var(--Black, #1A1A1A);
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160.6%;
        /* 25.696px */
    }

    .footer-container .about p {
        color: #002948;
        text-align: right;
        font-family: IRANYekan;
        font-size: 12.797px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;

        /* 187.546% */
    }

    .footer-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-section ul li {
        margin-bottom: 0.5rem;
    }

    .footer-section ul li a {
        color: #002948;
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.6%;
        /* 22.484px */
    }

    .trust-logos {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin: 1rem 0;
    }

    .trust-logos img {
        height: 60px;
    }

    .buttons .btn {
        display: inline-block;
        background-color: #f05431;
        color: #fff;
        padding: 0.5rem 1rem;
        margin: 0.25rem;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
    }

    .footer-bottom {

        background: var(--Gray, #7A7A7A);
    margin-top: 36px;



    }

    .footer-bottom section {
        max-width: 1240px;
        margin: auto;
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

    .footer-bottom span {

        color: #FFF;
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.6%;
        /* 25.696px */
    }

    .socials {
        text-align: center;
        /* margin-bottom: 1rem; */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .socials a {
        margin: 0 0.5rem;
        display: inline-block;
    }

    /* آکاردئون فقط در موبایل */
    .accordion {
        display: none;
        flex-direction: column;
        gap: 1rem;
    }

    .accordion-item {
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }

    .accordion-header {
        background-color: #FFD3C2;
        color: #000;
        padding: 8px 16px;
        cursor: pointer;
        font-weight: bold;
        position: relative;
        font-family: IRANYekanXFaNum;
        border-radius: 8px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .accordion-header::after {
      content: '';
      position: absolute;
      left: 1rem;
      width: 24px;
      height: 25px;
      background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/icon-park-outline_down.svg'); /* مسیر فایل SVG */
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 0.3s ease;
    }


    .accordion-header.active::after {
        transform: rotate(180deg);
    }

    .accordion-body {
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .accordion-body ul {
        padding: 0;
        list-style: none;
    }
    .accordion-body ul li {
        font-family: IRANYekanXFaNum;
    }

    .trust-logos .logo {
        display: flex;
        height: 80px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;

        border-radius: 8px;
        background: #FFF;
    }

    .footer-container .about {
        flex: 1 2 86px;
    }

    .footer-container .footer-section-trust {
        flex: 1 1 154px;
    }

    /* موبایل */
    @media (max-width: 768px) {
        .footer-container {
            display: none;
        }

        .accordion {
            display: flex;
        }

        .trust-logos {
            justify-content: center;
        }
    }

    /* تبلت و دسکتاپ */
    @media (min-width: 769px) {
        .accordion {
            display: none !important;
        }
    }

    footer p,
    footer span {
        font-family: IRANYekanXFaNum !important;
    }

    .footer .contact-strip {
        border-radius: 8px;
        border: 0.3px solid var(--Gray, #7A7A7A);
        background: #FFF;
        box-shadow: 4px 4px 12px 0px rgba(212, 212, 212, 0.25);
        display: flex;
        width: 1240px;
        height: 96px;
        padding: 8px 24px;
        align-items: center;
        gap: 8px;
        flex-direction: row;
        position: relative;
        overflow: hidden;
        margin: auto;
        top: -64px;
    }

    .footer .contact-strip .contact-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .footer .contact-strip .contact-title {
        color: var(--Orange, #F16136);
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 160.6%;
        /* 35.332px */
        flex: 1 118px;
    }

    .footer .contact-strip .contact-info {
        display: flex;
        flex-direction: row;
    }

    .footer .divider {
        width: 42px;
        height: 240px;
        transform: rotate(31deg);
        position: absolute;
        right: 85.533px;
        bottom: -33.207px;
        background: rgba(255, 255, 255, 0.00);
        box-shadow: -7px 0px 9px -5px rgba(187, 180, 180, 0.30);
    }

    .footer .contact-strip .info-item {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .footer .contact-strip .contact-info .item-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .contact-strip .contact-info .item-flex small {
        color: #000;
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 160.6%;
        /* 22.484px */
    }

    .footer .contact-strip .contact-info .item-flex div {
        color: #002948;
        text-align: right;
        font-family: IRANYekanXFaNum;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18.459px;
        /* 120% */
    }

    .footer .contact-strip .item-left {
        margin-right: 58px;
        width: 100%;
    }

    .footer .contact-strip .item-left .item {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }
    @media(max-width: 565px) {
        .footer .contact-strip, header .btn-inquiry {
            display: none;
        }
        header .call-information label {
            font-size: 12px;
        }
        header .call-information span {
            font-size: 17px;
            font-weight: 700;
        }
        .contact-info svg {
            width: 48px;
            height: 48px;
        }
        header .container {
            padding: 16px 8px;
        }
        .footer .accordion {
            padding: 24px 16px;
            background: white;
            border-top: 1px solid #E0E0E0;
        }
        .footer-bottom .socials {
            gap: 8px;
        }
        .footer-bottom span {
            font-size: 12px;
        }
        .footer-bottom .socials svg {
            width: 20.704px;
            height: 20.704px;
        }
        .footer-bottom section {
            gap: 8px;
            padding: 16px 6px;
        }
        .trust-logos .logo {
            background: #EFEFF0;
        }
        .accordion .about {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .accordion .about p {
            color: #000;
            text-align: center;
            font-family: IRANYekanXFaNum;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 200% */
        }
        .accordion .contactus-mobile {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }
         .accordion .contactus-mobile label {
             color: #FA3C08;
            text-align: center;
            font-family: IRANYekanXFaNum;
            font-size: 16px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
         }
          .accordion .contactus-mobile p {
              color: #000;
                text-align: center;
                font-family: IRANYekanXFaNum;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
          }
    }
    
    #tabelsPrice .dropdown {
        position: relative;
        width: 220px;
        display: flex
;
    flex-direction: column;
    align-items: flex-end;
    }

    #tabelsPrice .dropdown-toggle {
        background-color: #f25a2e;
        color: #fff;
        padding: 6px 12px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        width: 74%;
        text-align: right;
        position: relative;
    }

    #tabelsPrice .dropdown-toggle::after {
        content: '▾';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
    }

    #tabelsPrice .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #1e1e1e;
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 10;
    }

    #tabelsPrice .dropdown.open .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
            height: 188px;
    overflow-y: scroll;
    }
    #tabelsPrice .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

#tabelsPrice .dropdown-menu::-webkit-scrollbar-track {
    background: #222; /* رنگ بک‌گراند منو */
}

#tabelsPrice .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #888; /* رنگ دسته اسکرول */
    border-radius: 4px;
    border: 2px solid #222; /* برای فاصله بین thumb و track */
}

#tabelsPrice .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

    #tabelsPrice .dropdown-item {
        padding: 10px 15px;
        color: #ccc;
        cursor: pointer;
        transition: background 0.2s;
        font-size: 14px;
    }

    #tabelsPrice .dropdown-item:hover {
        background-color: #2a2a2a;
        color: #fff;
        
    }
#tabelsPrice {
        display: flex
;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 16px
}
#tabelsPrice .container {
    padding: 20px;
    margin: auto;
    border-radius: 8px;
    border: 0.3px solid #ddd;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(237, 237, 237, 0.25);
    width: 100%;
}

        #tabelsPrice .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-family: iranyekanxfanum;
        }

        #tabelsPrice .header h2 {
            margin: 0;
            color: var(--Black, #1A1A1A);
            text-align: right;
            
            /* H2 */
            font-family: IRANYekanXFaNum;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 160.6%; /* 32.12px */
        }
         #tabelsPrice .update-time  {
             color: var(--Black, #1A1A1A);
    text-align: center;
    font-family: IRANYekanXFaNum;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.6%;
    text-align: right;
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 4px
         }
        #tabelsPrice .update-time span.upToDate {
           background: rgba(8, 147, 103, 0.16);
        }

        #tabelsPrice .actions {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        #tabelsPrice .btn {
            padding: 10px 15px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: bold;
        }

        #tabelsPrice .csv {
            background: rgba(241, 97, 54, 0.08);
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
            color: var(--Black, #1A1A1A);
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
        }

        #tabelsPrice .select-factory {
            background-color: #F16136;
            color: white;
        }

        #tabelsPrice .price-table {
            width: 100%;
            border-collapse: collapse;
        }

        #tabelsPrice .price-table thead tr {
            background-color: #fff4f4;
        }
#tabelsPrice .price-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    
}
        #tabelsPrice .price-table th,
        #tabelsPrice .price-table td {
            padding: 12px;
            border-bottom: 1px solid #eee;
            text-align: center;
        }
        #tabelsPrice table tr td {
            padding: 8px;
            color: #000;
            text-align: center;
            font-family: IRANYekanXFaNum;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        #tabelsPrice table tr th {
            padding: 12px;
            color: #000;
            text-align: center;
            font-family: IRANYekanXFaNum;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
        #tabelsPrice .price.up {
            color: #089367;
        }

        #tabelsPrice .price.down {
            color: #E51717;
        }
        
        @media(max-width: 565px) {
        #tabelsPrice .header {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 16px;
            top: 80px;
            position: sticky;
            background: white;
            z-index: 9;
            padding: 8px 0px 8px 0px;
        }

        #tabelsPrice .csv span {
            display: none;
        }

        #tabelsPrice .actions {
            width: 100%;
            justify-content: flex-end;
        }
        #tabelsPrice .dropdown-item {
            font-size: 12px;
        }
        #tabelsPrice .dropdown {
            width: 140px;
        }
        
        #tabelsPrice table tr td {
            font-weight: 300;
        }
        #tabelsPrice table tr td.PriceOfTable {
            font-weight: 700;
        }
        
    }
    
    .benefits-container {
  padding: 1.2rem;
  border-radius: 10px;
  direction: rtl;
  text-align: center;
  font-family: IRANYekanXFaNum;
  border-radius: 8px;
border: 0.3px solid var(--Gray, #ddd);
background: #F8F8F8;
}

.benefits-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: right;
}

.benefits-title .highlight {
  color: #f05a28;
  font-weight: bold;
}

.benefits-flex {
  display: flex;
  flex-wrap: nowrap; /* فقط در دسکتاپ: همه آیتم‌ها در یک ردیف */
  justify-content: center;
  gap: 1rem;
  flex-direction: row;
}

.benefit-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  flex-shrink: 0;
      flex: 1;
}

.benefit-box:hover {
  transform: translateY(-5px);
}

.benefit-box img {
  width: 36px;
  height: 36px;
  margin-bottom: 0.5rem;
}

.benefit-box p {
  color: #000;
text-align: center;
font-family: IRANYekanXFaNum;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

/* 📱 موبایل: دو آیتم در هر ردیف */
@media (max-width: 767px) {
  .benefits-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefit-box {
    min-width: 38%;
  }
  .benefits-container {
      padding: 0.6rem;
  }
  .benefits-title {
      text-align: cetner !important;
      font-size: 20px;
  }
}

/* 📱📱 تبلت: wrap شود، ولی همه در یک ستون نیفتند */
@media (min-width: 768px) and (max-width: 1024px) {
  .benefits-flex {
    flex-wrap: wrap;
  }
  
}

.stickCTAMobile {
    display: none
}

#tabelsPrice .responsive-table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  font-family: iranyekanxfanum, sans-serif;
}
#tabelsPrice .responsive-table th,
#tabelsPrice .responsive-table td {
  padding: 8px 10px;
  border: none;
  text-align: center;
}

#tabelsPrice .expand-btn {
      padding: 0px 0px 0px 7px;
  cursor: pointer;
  /*background: #eee;*/
  border: none;
  border-radius: 4px;
}

#tabelsPrice .details-row {
  display: none;
  background: #f9f9f9;
}

#tabelsPrice .details-box {
  text-align: right;
  padding: 10px;
  font-size: 14px;
  color: #444;
}
#tabelsPrice .details-box .product-title {
  font-weight: bold;
  margin-bottom: 6px;
}

#tabelsPrice .title{
        display: flex
;
    flex-direction: column;
    gap: 8px;
}
#tabelsPrice .details-box .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#tabelsPrice .chart-icon {
  font-size: 18px;
  color: #2e7d32;
}

/* مخصوص موبایل */
@media (max-width: 768px) {
    #tabelsPrice .expand-btn { display: inline-block; }
}
#tabelsPrice tr:nth-child(even) {
  background-color: #F8F8F8;
}

 #tabelsPrice th,  #tabelsPrice td {
    border: none;
    padding: 8px;
    text-align: left;
  }
  #tabelsPrice thead {
      background-color: #FEF2EF;
  }
  @media only screen and (max-width: 768px) {
  .stickCTAMobile {
        display: block;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    border-top: 1px solid rgba(187, 180, 180, 0.38);
    background: #FFF;
    box-shadow: 0px -2px 11.8px 0px rgba(187, 180, 180, 0.38);
    width: 100%;
    padding: 8px 16px;
    right: 0px;
    }

    .stickCTAMobile a {
        display: flex;
        padding: 12px 18px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        gap: 8px;
        border-radius: 8px;
        background: var(--Orange, #F16136);
    }

    .stickCTAMobile a span {
        color: #FFF;
        text-align: right;
        font-family: iranyekanxfanum;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #tabelsPrice .desktop-table{
        display: none;
    }
    #tabelsPrice .responsive-table  {
        display: block;
    }
}


/*IS FOR TEST*/
#tabelsPrice .csv {
    display: none !important;
}

@media(max-width: 565px) {
    .actions {
    display: none !important;
}

}
/* افزودن استایل برای قالب صفحه */
.page-content {
    display: flex
;
    flex-direction: row-reverse;
    gap: 28px;
    max-width: 1240px;
    margin: auto;
        margin-top: 42px;
}

.page-content__left {
        width: 73%;
    display: flex
;
    flex-direction: column;
    gap: 24px;
}

.page-content__right {
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.swiper-button-prev:after {
    content: '';
    background: url('/wp-content/themes/hello-theme-child-master/assets/images/arrow.svg') no-repeat center;
    background-size: contain; /* تنظیم اندازه آیکون */
    width: 20px; /* عرض آیکون */
    height: 20px; /* ارتفاع آیکون */
        transform: rotate(180deg);
}
.swiper-rtl .swiper-button-next:after {
    content: '';
    background: url('/wp-content/themes/hello-theme-child-master/assets/images/arrow.svg') no-repeat center;
    background-size: contain; /* تنظیم اندازه آیکون */
    width: 20px; /* عرض آیکون */
    height: 20px; /* ارتفاع آیکون */
}


html, body {
    height: 100%; /* ارتفاع کامل صفحه */
    margin: 0; /* حذف مارجین پیش‌فرض */
}

body {
    display: flex;
    flex-direction: column; /* جهت عمودی برای قرار دادن المان‌ها */
}

.page-content {
    flex-grow: 1; 
}

.mobile_rebar_banner {
    display: none;
}
@media(max-width: 565px) {
    .page-content {
        flex-direction: column;
        padding: 16px;
        width: 100%;
    }
    .page-content__right, .page-content__left {
        width: 100%;
        gap: 12px;
    }
    .page-content__left {
        margin-top: 40px;
    }
    #right_section {
        margin-top: unset !important;
    }
    .price-title {
        font-size: 18px;
        font-weight: 700;
    }
    .price-card {
        padding: 0px;
        border: none;
        background: unset;
    }
    #tabelsPrice .container {
        padding: 14px;
    }
    .mobile_rebar_banner {
        display: block;
    }
    #tabelsPrice .dropdown-toggle {
        width: 82%;
    }
    .page-content {
        margin-top: 0px;
    }
    .footer {
        margin-top: 26px;
    }
    .footer-bottom {
        margin-top: 0px;
            margin-bottom: 77px;
    }
    #tabelsPrice thead {
        z-index: 9;
    }
    #tabelsPrice .container {
        border: 0.3px solid #8d8d8d;
    }
}
@media(max-width: 321px) {
    .d-none-320 {
        display: none;
    }
}

.page-content__right.fixed {
       position: -webkit-sticky; /* برای Safari */
    position: sticky;
    top: 92px; /* از بالا چقدر فاصله داشته باشه */
    align-self: flex-start; /* برای اینکه داخل flex در بالا بمونه */
    }
.page-content__right {
    position: sticky;
    top: 0;
}
.mobile_rebar_banner, .desktop_rebar_banner {
    border-radius: 4px;

}
@media(max-width: 565) {
	.desktop_rebar_banner {
	display: none !important;
}
}