body {
    font-family: Vazirmatn, tahoma, sans-serif;
}

.logo-img{
    width: 70px;
}
.brand-logo {
    display: flex;
    align-items: center; /* عمودی وسط‌چین */
    gap: 10px; /* فاصله بین لوگو و متن */
  }
  
  .logo-title {
    display: flex;
    flex-direction: column; /* متن‌ها زیر هم */
    margin: 0; /* حذف فاصله پیشفرض h2 */
    font-size: 12px; /* اندازه فونت */
    line-height: 1.4;
  }
  
  .logo-title span {
    display: block; /* هر span یک خط جدا */
  }
  .padding-section-photo{
    padding-bottom: 100px;
  }
  .section-title-h2{
    font-size: 40px;
  }

  .news-thumb {
    height: 81px;
  object-fit: cover;
  border-radius: 4px;
  margin-left: 20px;
  }
  
  .news-list h6 {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .news-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }
  
  .section-title {
    padding-bottom: 25px;
  }

  .card-img-top.rounded{
    height: 284px;
  }
  .contents-section{
    
        direction: rtl;
        font-family: Vazirmatn, tahoma, sans-serif;
        border: 1px solid #ddd;   /* خط کم‌رنگ */
        border-radius: 6px;       /* گوشه‌های گرد */
        padding: 20px;            /* فاصله داخلی */
        background: #ececec;         /* پس‌زمینه سفید */
      
  }

  .products-share {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }
  
 
  
  .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(#fbc02d calc(var(--percent) * 1%), #ddd 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
  }
  
  .circle span {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #000;
  }
  
  .product-name {
    margin-top: 10px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
  }

  .h2-size-number{
    font-size: 33px;
  }

  .inline-footer{
        display: inline-block;
        border-bottom: 2px solid #ffffff; /* رنگ آبی تیره */
        padding-bottom: 14px; /* کمی فاصله از متن */
     
  }
  .padding-top-15px{
    padding-top: 15px;
  }

  /* ====== About Page Styles ====== */
  .about-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .about-text-block p {
    font-size: 15px;
    line-height: 2;
    color: #555;
    text-align: justify;
  }

  .missions-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .mission-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
  }

  .mission-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
  }

  .mission-icon {
    font-size: 48px;
    color: #fbc02d;
    margin-bottom: 15px;
  }

  .mission-card h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .mission-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.9;
  }

  .certificates-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .certificate-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px 15px;
    transition: all 0.3s ease;
    height: 100%;
  }

  .certificate-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }

  .certificate-thumb {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .certificate-info h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }

  .certificate-info p {
    font-size: 13px;
    color: #777;
  }

  /* ====== Tenders Page Styles ====== */
  .tenders-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
    background: #f5f5f5;
  }

  .tender-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
  }

  .tender-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    border-color: #bbb;
  }

  .tender-card--call {
    border-right: 4px solid #fbc02d;
  }

  .tender-card__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .tender-card__month {
    text-align: center;
    margin-bottom: 20px;
  }

  .tender-card__month .month-name {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
  }

  .tender-card__month .month-year {
    display: block;
    font-size: 16px;
    color: #888;
    margin-top: 5px;
  }

  .tender-card__body {
    flex: 1;
    margin-bottom: 20px;
  }

  .tender-card__body p {
    font-size: 14px;
    line-height: 1.9;
    color: #555;
  }

  .tender-card__footer {
    text-align: center;
  }

  .tender-btn {
    display: inline-block;
    padding: 8px 28px;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-family: Vazirmatn, tahoma, sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .tender-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
  }

  /* ====== Contact Page Styles ====== */
  .contact-info-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .contact-info-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 35px 20px;
    height: 100%;
    transition: all 0.3s ease;
  }

  .contact-info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }

  .contact-info-icon {
    font-size: 42px;
    color: #fbc02d;
    margin-bottom: 18px;
  }

  .contact-info-card h5 {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .contact-info-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 5px;
  }

  .contact-info-card a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
  }

  .contact-info-card a:hover {
    color: #fbc02d;
  }

  .social-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .social-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }

  .social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .social-card:hover {
    transform: translateY(-6px);
    text-decoration: none;
  }

  .social-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  }

  .social-card:hover .social-icon-circle {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
  }

  .social-label {
    font-size: 13px;
    color: #555;
    font-family: Vazirmatn, tahoma, sans-serif;
    font-weight: bold;
    transition: color 0.3s;
  }

  .social-card:hover .social-label {
    color: #222;
  }

  .social-instagram .social-icon-circle {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  }

  .social-linkedin .social-icon-circle {
    background: #0077b5;
  }

  .social-twitter .social-icon-circle {
    background: #1da1f2;
  }

  .social-telegram .social-icon-circle {
    background: #0088cc;
  }

  .social-whatsapp .social-icon-circle {
    background: #25d366;
  }

  .contact-form-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .contact-form-wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
  }

  .contact-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    font-family: Vazirmatn, tahoma, sans-serif;
    transition: border-color 0.3s;
    direction: rtl;
  }

  .contact-input:focus {
    border-color: #fbc02d;
    box-shadow: 0 0 0 0.15rem rgba(251, 192, 45, 0.25);
  }

  .contact-textarea {
    resize: vertical;
    min-height: 120px;
  }

  .contact-map-wrapper {
    height: 100%;
  }

  .map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .map-container iframe {
    display: block;
  }

  /* ====== Projects Page Styles ====== */
  .projects-page-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .project-block {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 35px 30px;
    transition: box-shadow 0.3s ease;
  }

  .project-block:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  }

  .project-block__header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
  }

  .project-block__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #fbc02d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .project-block:hover .project-block__icon {
    transform: scale(1.1);
  }

  .project-block__title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .project-block__meta {
    font-size: 13px;
    color: #888;
  }

  .project-block__desc {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
  }

  .project-gallery__item {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }

  .project-gallery__item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .project-gallery__item:hover img {
    transform: scale(1.08);
  }

  .project-gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .project-gallery__item:hover .project-gallery__overlay {
    opacity: 1;
  }

  .project-gallery__overlay i {
    font-size: 28px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .project-gallery__item:hover .project-gallery__overlay i {
    transform: scale(1.2);
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  /* ====== Careers Page Styles ====== */
  .careers-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .careers-form-wrapper {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 40px 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  .careers-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .resume-upload-area {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 35px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #fafafa;
  }

  .resume-upload-area:hover,
  .resume-upload-area.drag-over {
    border-color: #fbc02d;
    background: #fffdf0;
  }

  .resume-upload-area.has-file {
    border-color: #4caf50;
    background: #f0faf0;
  }

  .resume-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .resume-upload-content i {
    font-size: 42px;
    color: #bbb;
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s ease;
  }

  .resume-upload-area:hover .resume-upload-content i {
    color: #fbc02d;
  }

  .resume-upload-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
  }

  .upload-browse {
    color: #fbc02d;
    font-weight: bold;
    text-decoration: underline;
  }

  .resume-upload-content small {
    font-size: 12px;
    color: #999;
  }

  .resume-file-name {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    color: #4caf50;
    font-weight: bold;
  }

  /* ====== Shareholders Page Styles ====== */
  .shareholders-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .shareholder-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
  }

  .shareholder-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }

  .shareholder-logo {
    margin-bottom: 20px;
  }

  .shareholder-logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    padding: 8px;
    background: #fafafa;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .shareholder-card:hover .shareholder-logo img {
    transform: scale(1.08);
    border-color: #fbc02d;
  }

  .shareholder-info h5 {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    font-family: Vazirmatn, tahoma, sans-serif;
    min-height: 40px;
  }

  .shareholder-bar-wrapper {
    width: 100%;
    height: 28px;
    background: #eee;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
  }

  .shareholder-bar {
    height: 100%;
    width: var(--share-percent);
    background: linear-gradient(90deg, #fbc02d, #f9a825);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: barGrow 1s ease forwards;
    position: relative;
  }

  @keyframes barGrow {
    from { width: 0; }
    to { width: var(--share-percent); }
  }

  .shareholder-percent {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  /* ====== Board Members Page Styles ====== */
  .board-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .board-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
  }

  .board-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
  }

  .board-card__img {
    position: relative;
    overflow: hidden;
    height: 260px;
  }

  .board-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .board-card:hover .board-card__img img {
    transform: scale(1.06);
  }

  .board-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    display: flex;
    justify-content: flex-end;
  }

  .board-card__role-badge {
    background: #fbc02d;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 20px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .board-card__info {
    padding: 22px 20px;
    text-align: center;
  }

  .board-card__info h4 {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin-bottom: 8px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .board-card__position {
    display: block;
    font-size: 13px;
    color: #fbc02d;
    font-weight: bold;
    margin-bottom: 14px;
  }

  .board-card__education {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #777;
    background: #f8f8f8;
    padding: 10px 14px;
    border-radius: 6px;
  }

  .board-card__education i {
    font-size: 18px;
    color: #fbc02d;
    flex-shrink: 0;
  }

  /* ====== Global Minimal Animations ====== */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
  }

  .animate-fade {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
  }

  .animate-scale {
    opacity: 0;
    animation: scaleIn 0.5s ease forwards;
  }

  .contact-info-icon i,
  .mission-icon i,
  .certificate-thumb {
    transition: transform 0.3s ease;
  }

  .contact-info-card:hover .contact-info-icon i,
  .mission-card:hover .mission-icon i {
    transform: scale(1.15);
  }

  .certificate-card:hover .certificate-thumb {
    transform: scale(1.08);
  }

  /* ====== Articles Listing Page Styles ====== */
  .articles-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .article-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
  }

  .article-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }

  .article-card__img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 220px;
  }

  .article-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .article-card:hover .article-card__img img {
    transform: scale(1.06);
  }

  .article-card__date {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
  }

  .article-card__date i {
    margin-left: 5px;
    color: #fbc02d;
  }

  .article-card__body {
    padding: 22px 20px;
  }

  .article-card__category span {
    display: inline-block;
    background: #bb7f4c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
  }

  .article-card__body h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .article-card__body h4 a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
  }

  .article-card__body h4 a:hover {
    color: #bb7f4c;
  }

  .article-card__body p {
    font-size: 13px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
  }

  .article-card__link {
    font-size: 13px;
    font-weight: bold;
    color: #bb7f4c;
    text-decoration: none;
    transition: color 0.3s;
  }

  .article-card__link i {
    margin-right: 5px;
    transition: margin 0.3s;
  }

  .article-card__link:hover {
    color: #fbc02d;
  }

  .article-card__link:hover i {
    margin-right: 10px;
  }

  /* ====== Article Detail Page Styles ====== */
  .article-detail-section {
    direction: rtl;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .article-detail__featured {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .article-detail__featured img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
  }

  .article-detail__meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
  }

  .article-detail__meta span {
    font-size: 13px;
    color: #888;
  }

  .article-detail__meta span i {
    color: #bb7f4c;
    margin-left: 6px;
  }

  .article-detail__title {
    font-size: 26px;
    font-weight: bold;
    color: #222;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .article-detail__content p {
    font-size: 15px;
    line-height: 2.2;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
  }

  .article-detail__content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-right: 15px;
    border-right: 3px solid #bb7f4c;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .article-detail__quote {
    background: #f8f5f0;
    border-right: 4px solid #bb7f4c;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
  }

  .article-detail__quote i {
    font-size: 28px;
    color: #bb7f4c;
    opacity: 0.4;
    margin-bottom: 10px;
    display: block;
  }

  .article-detail__quote p {
    font-size: 15px;
    font-style: italic;
    color: #555;
    line-height: 2;
    margin-bottom: 0;
  }

  .article-detail__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .tags-label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }

  .tags-label i {
    color: #bb7f4c;
    margin-left: 5px;
  }

  .article-detail__tags a {
    display: inline-block;
    padding: 4px 14px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
  }

  .article-detail__tags a:hover {
    background: #bb7f4c;
    border-color: #bb7f4c;
    color: #fff;
  }

  .article-detail__share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .article-detail__share span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }

  .share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .share-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    color: #fff;
  }

  .share-telegram { background: #0088cc; }
  .share-twitter { background: #1da1f2; }
  .share-linkedin { background: #0077b5; }
  .share-copy { background: #555; }

  .article-sidebar {
    position: sticky;
    top: 100px;
  }

  .sidebar-widget {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .sidebar-widget__title {
    font-size: 17px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #bb7f4c;
    font-family: Vazirmatn, tahoma, sans-serif;
  }

  .related-post {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: background 0.2s;
  }

  .related-post:last-child {
    border-bottom: none;
  }

  .related-post:hover {
    text-decoration: none;
  }

  .related-post img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .related-post h6 {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 4px;
    font-family: Vazirmatn, tahoma, sans-serif;
    transition: color 0.3s;
  }

  .related-post:hover h6 {
    color: #bb7f4c;
  }

  .related-post small {
    font-size: 11px;
    color: #999;
  }

  .related-post small i {
    margin-left: 4px;
    color: #bb7f4c;
  }

  .sidebar-categories {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar-categories li {
    border-bottom: 1px solid #f0f0f0;
  }

  .sidebar-categories li:last-child {
    border-bottom: none;
  }

  .sidebar-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: all 0.3s;
  }

  .sidebar-categories li a:hover {
    color: #bb7f4c;
    padding-right: 10px;
  }

  .sidebar-categories li a span {
    background: #f5f5f5;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 10px;
    color: #888;
  }

  .breadcrumbs-banner {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .breadcrumbs-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.85) 0%, rgba(100, 70, 40, 0.7) 60%, rgba(187, 127, 76, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .breadcrumbs-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fbc02d, transparent);
    z-index: 2;
  }

  .breadcrumbs-banner .container {
    position: relative;
    z-index: 3;
  }

  .footer-img-cover {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.6),   /* رنگ مشکی با شفافیت 60% */
        rgba(0, 0, 0, 0.6)
      ),
      url("../images/bg-footer02.jpg");
    background-size: cover;
    background-position: center;
    color: #fff; /* متن‌ها سفید بشن */
    
  }