/* تعریف فونت YekanBakhFaNum-Light */
@font-face {
    font-family: 'YekanBakhFaNum-Light';
    src: url('https://safaei-gallery.com/wp-content/uploads/2025/05/YekanBakhFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت YekanBakhFaNum-Bold */
@font-face {
    font-family: 'YekanBakhFaNum-Bold';
    src: url('https://safaei-gallery.com/wp-content/uploads/2025/05/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* اعمال فونت YekanBakhFaNum-Light به body */
body {
    font-family: 'YekanBakhFaNum-Light', sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #FFFFF;
    margin: 0;
  padding: 0;
}


/* اعمال فونت YekanBakhFaNum-Bold به عناوین */
h1, h2, h3, h4, h5, h6 {
    font-family: 'YekanBakhFaNum-Bold', sans-serif;
    font-weight: 700;
    color:#004a61;
	line-height: 50px;margin: 10px 0px 10px 0px;
}

/* اعمال فونت YekanBakhFaNum-Light به متن‌های معمولی */
p {
    font-family: 'YekanBakhFaNum-Light', sans-serif;
    font-weight: 300;
    color:#004a61;
    font-size:20px;line-height: 36px;
}
a{text-decoration:none;}
.seo-service-box a {
  color: #5ab2ff;
}
li {
  font-size: 19px;
  line-height: 45px;
}

.wp-block-code {
  background: #f2f9fb;
  border-radius: 5px;
  padding: 10px;
	text-align:left;direction: ltr;
}

.aligncenter.size-full {

  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;

  font-family: inherit;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

thead {
  background-color: #f2f6fc;
}

thead th {
  padding: 1rem;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #e0e0e0;
}

tbody td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #eee;
  color: #444;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:hover {
  background-color: #f1f7ff;
  transition: background-color 0.2s ease-in-out;
}

@media (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0.5rem;
    background: #fff;
  }

  td {
    padding: 0.8rem 1rem;
    text-align: right;
    position: relative;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    top: 0.8rem;
    font-weight: bold;
    color: #666;
    text-align: left;
  }
}











.wp-block-image img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
display: block;
  margin: auto;
}

.wp-block-column.has-background.is-layout-flow.wp-block-column-is-layout-flow {
  padding: 20px;
}





.container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 16px;
      position: relative;
      z-index: 1;
    }

    .main-header {
      background-color: #1e3a8a;
      color: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      position: relative;
      z-index: 10;
    }

    .header-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 12px 0;
    }

    .logo-title {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .logo {
      height:50px;
    }

    .site-title {
      font-size: 1.3rem;
      font-weight: bold;
      color: #ffffff;
    }

    .contact-numbers {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }

    .contact-numbers span {
      font-size: 1.2rem;
      font-weight: 500;
      color: #ffffff;
    }
.contact-numbers a {
  color: #FFF;
}
    .main-nav {
      position: relative;
    }

    .nav-list {
      display: flex;
      list-style: none;
      gap: 20px;
      padding: 0;
      margin: 0;
    }

    .nav-list a {
      color: #ffffff;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .nav-list a:hover {
      color: #dbeafe;
    }

    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
    }

    .hamburger span {
      width: 24px;
      height: 3px;
      background-color: #ffffff;
      border-radius: 2px;
    }

    @media (max-width: 1024px) {
      .nav-list {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #1e3a8a;
        position: absolute;
      top: 214%;
    left: 100%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 999;
        padding: 24px 32px;
        margin: 0;
        border-radius: 12px;
        width: fit-content;
        min-width: 310px;
      }

      .nav-list.active {
        display: flex;
      }

      .hamburger {
        display: flex;
        margin-right: 16px;
      }
    }

    @media (max-width: 768px) {
      .header-top {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
      }

      .contact-numbers {
        flex-direction: column;
        align-items: flex-end;
      }
    }





.hero-section {
  background: linear-gradient(to left, #dbeafe, #eff6ff);
  padding: 60px 20px;
  text-align: center;
  color: #1e3a8a;
}

.hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1e3a8a;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.8;
  color: #1e3a8a;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1e3a8a;
  color: #fff;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgba(30, 58, 138, 0.3);
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.cta-button:hover {
  background-color: #172e74;
  transform: scale(1.05);
  box-shadow: 0 15px 25px rgba(30, 58, 138, 0.5);
}

.whatsapp-button {
  background-color: #25D366;
  color: #fff;
}

.whatsapp-button:hover {
  background-color: #1da851;
  box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.why-us-section {
  background-color: #f3f4f6;
  padding: 60px 20px;
  text-align: center;
  color: #1e3a8a;
}

.why-us-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.reason-box {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.reason-box h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #1e3a8a;
}

.reason-box p {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.8;
}

.reason-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.coverage-section {
  background: linear-gradient(to left, #dbeafe, #eff6ff);
  padding: 80px 20px;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  color: #1e3a8a;
  margin-bottom: 12px;
  font-weight: bold;
}

.section-subtitle {
  color: #334155;
  font-size: 1rem;
  margin-bottom: 40px;
}

.area-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.area-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 24px 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.area-card h3 {
  font-size: 1.1rem;
  color: #1e3a8a;
  margin-bottom: 8px;
}

.area-card p {
  font-size: 0.95rem;
  color: #334155;
  margin: 0;
}

.area-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}
.faq-clean {
  background: #f3f4f6;
  padding: 60px 20px;
  font-family: "Vazirmatn", Tahoma, sans-serif;
  color: #1e3a8a;
}

.faq-clean .container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 800;
}

.faq-item {
  border-radius: 12px;
  background: #fff;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-question {
  display: block;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  transition: background 0.3s ease;
}

.faq-question::after {
  content: "+";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  transition: transform 0.3s;
}

.faq-item input[type="checkbox"]:checked + .faq-question::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f9fafb;
  padding: 0 20px;
  font-size: 0.95rem;
  transition: max-height 0.4s ease;
}

.faq-item input[type="checkbox"]:checked ~ .faq-answer {
  max-height: 300px;
  padding: 16px 20px 20px;
}
.purchase-gallery {
  background: linear-gradient(to left, #dbeafe, #eff6ff);
  padding: 60px 0;
  text-align: center;
}

.purchase-gallery .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  color: #333;
  margin-bottom: 40px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.gallery-item {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-6px);
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.gallery-item span {
  display: block;
  padding: 12px;
  font-size: 0.95rem;
  color: #1e3a8a;
  font-weight: 500;
}
.testimonials {
  background-color: #f3f4f6;
  padding: 60px 20px;
  text-align: center;
}

.testimonials .section-title {
  font-size: 2rem;
  color: #1e3a8a;
  font-weight: bold;
  margin-bottom: 8px;
}

.testimonials .section-subtitle {
  color: #475569;
  margin-bottom: 32px;
  font-size: 1.1rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.testimonial-text {
  font-size: 1rem;
  color: #334155;
  margin-bottom: 16px;
  line-height: 1.8;
}

.testimonial-author {
  font-weight: bold;
  color: #1e3a8a;
  font-size: 0.95rem;
}
.steps-section {
  background: linear-gradient(to left, #dbeafe, #eff6ff);
  padding: 60px 0;
}

.steps-section .section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1e3a8a;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.step-box {
  background-color: #fff;
  flex: 1 1 calc(25% - 24px);
  min-width: 240px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  text-align: center;
  transition: transform 0.3s ease;
}

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

.step-number {
  display: inline-block;
  background-color: #1e3a8a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.step-box h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #1e3a8a;
}

.step-box p {
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .step-box {
    width: 100%;
    max-width: 400px;
  }
}


/* تصویر شاخص و صفحه */
.post-thumbnail, .page-thumbnail {
    width: 100%;
    height: 100%;
}

.post-thumbnail img, .page-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.has-white-color a {
  color: var(--wp--preset--color--white) !important;
}

.wp-block-column.is-vertically-aligned-top.action.has-background.is-layout-flow.wp-block-column-is-layout-flow {
  border-radius: 16px;padding: 20px;
}



















.archive-container {
        width: 100%;
        max-width: 1200px; /* حداکثر عرض 1200 پیکسل */
        margin: 0 auto; /* وسط‌چین کردن محتوا */
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 ستون در دسکتاپ */
        gap: 20px; /* فاصله بین آیتم‌ها */
    }

    .archive-item {
        /* استایل‌های کلی هر آیتم */
        border: 1px solid #ddd; /* حاشیه */
        border-radius: 8px; /* گوشه‌های گرد */
        overflow: hidden; /* محتوای بیرون‌زده را پنهان می‌کند */
    }

    .archive-item img {
        width: 100%; /* عرض کامل تصویر */
        height: auto; /* ارتفاع خودکار */
        display: block; /* برای جلوگیری از فضای خالی زیر تصویر */
    }

    .archive-item-content {
        padding: 15px; /* فاصله‌گذاری داخلی */
    }

    .archive-item-title {
        margin-top: 0; /* حذف فاصله بالا */
        font-size: 1.2em;  /*اندازه فونت*/
    }
  .archive-item-title a{
    text-decoration: none; /*حذف خط زیر لینک*/
    color: inherit; /*رنگ پیشفرض*/
  }
    .archive-item-date {
        font-size: 0.8em; /* اندازه فونت کوچکتر */
        color: #666; /* رنگ خاکستری */
    }
    .archive-title{
      text-align: center; /*وسط چین*/
      margin: 40px auto; /*بالا و پایین 40  چپ و راست اتومات*/
    }

    /* استایل‌های مخصوص تبلت */
    @media (max-width: 1024px) {
        .archive-container {
            grid-template-columns: repeat(3, 1fr); /* 3 ستون در تبلت */
        }
    }

    /* استایل‌های مخصوص موبایل */
    @media (max-width: 767px) {
        .archive-container {
            grid-template-columns: repeat(2, 1fr); /* 2 ستون در موبایل */
        }
    }

    /* استایل‌های صفحه‌بندی (Pagination) */
    .pagination {
        display: flex;
        justify-content: center; /* وسط‌چین کردن */
        margin-top: 30px; /* فاصله از بالا */
        list-style: none; /* حذف علامت‌های لیست */
        padding: 0;
    }

    .pagination li {
        margin: 0 5px; /* فاصله بین آیتم‌های صفحه‌بندی */
    }

    .pagination a,
    .pagination span {
        display: inline-block; /* نمایش به صورت بلاک خطی */
        padding: 8px 12px; /* فاصله‌گذاری داخلی */
        border: 1px solid #ddd; /* حاشیه */
        border-radius: 4px; /* گوشه‌های گرد */
        text-decoration: none; /* حذف خط زیر لینک */
        color: #333; /* رنگ متن */
    }

    .pagination .current {
        background-color: #007bff; /* رنگ پس‌زمینه صفحه فعلی */
        color: #fff; /* رنگ متن صفحه فعلی */
        border-color: #007bff; /* رنگ حاشیه صفحه فعلی */
    }

.archive-item img {
    width: 100%;
    height: 250px; /*  یک ارتفاع ثابت تعیین کنید. */
    object-fit: cover; /* مهم‌ترین بخش */
    display: block;
}


.archive-header {
    width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}



.content-container{
    width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


.customers img {
  height: 50px;  
  width: 50px; 
  
  object-fit: cover; /* کاور کردن عکس */
  object-position: center; /* مرکزیت بخشیدن به عکس */
  border-radius: 999px;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;

}






























/* استایل برادکرامپ */
.breadcrumbs {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
   border: 1px solid rgba(0, 0, 0, 0.060);
  border-radius: 10px;
}

.rank-math-breadcrumb {
  padding-right: 10px;
}


.breadcrumbs a {
    color: #004a61;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* استایل آخرین بروزرسانی */
.last-updated {
    margin-bottom: 20px;
    font-size: 16px;
    color: #004a61;
    font-family: 'YekanBakhFaNum-Light', sans-serif;
}

.post-thumbnail img {margin-bottom: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

/* استایل سایدبار */
.sidebar .widget {
    padding:30px;
    margin-bottom:10px;
}

.sidebar .widget h3 {
    font-family: 'YekanBakhFaNum-Bold', sans-serif;
    color: #004a61;
    font-size: 24px;
    margin-top: 0;
}

.sidebar .widget p {
   text-align:center;
    color: #004a61;
}


/* تنظیم پیش‌فرض برای همه اندازه‌ها - دو ستونه */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-8 {
    flex: 0 0 65%;
    max-width: 65%;padding: 0 0 0 20px;
    
}

.col-md-4 {
    flex: 0 0 34%;
    max-width: 33%;
}

/* تنظیم برای تبلت (768px تا 1024px) - همچنان دو ستونه */
@media (min-width: 768px) and (max-width: 1024px) {
    .col-md-8 {
        flex: 0 0 64%;
        max-width: 64%;
    }

    .col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
        .container {
  padding: 0 15px;
}
}

/* تنظیم برای موبایل (زیر 767px) - تک‌ستونی */
@media (max-width: 767px) {
    .col-md-8, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sidebar .widget {
        margin-bottom: 20px;
    }

    .post-title {
        font-size: 28px;
    }
    .container {
  padding: 0 15px;
}
}
















.comments-area {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  margin-top: 2rem;
  font-family: inherit;
}

.comments-area h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.comment-author img {
  border-radius: 50%;
  margin-left: 0.75rem;
  width: 48px;
  height: 48px;
}

.comment-author .fn {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 1rem;
}

.comment-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.comment-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.comment-reply-link {
  font-size: 0.9rem;
  color: #0056b3;
  text-decoration: none;
  margin-top: 0.5rem;
  display: inline-block;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.children {
  margin-top: 1.5rem;
  margin-right: 2rem;
  border-right: 2px solid #f0f0f0;
  padding-right: 1rem;
}

.comment-respond {
  margin-top: 3rem;
}

.comment-respond h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 97%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.comment-form .submit {
  background: #0073aa;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
font-family: inherit;
}

.comment-form .submit:hover {
  background: #005c87;
}










.contact-section {
  background: linear-gradient(to left, #dbeafe, #eff6ff);
  padding: 60px 20px;
  text-align: right;
}

.contact-section .container {
  max-width: 1200px;
  margin: auto;
}

.contact-section h2 {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 32px;
  text-align: center;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.contact-info {
  flex: 1 1 50%;
  font-size: 1rem;
  color: #1e3a8a;
  line-height: 2;
}

.contact-info a {
  color: #1e3a8a;
  text-decoration: none;
  font-weight: bold;
}

.contact-cta {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: flex-start;
}

.btn-whatsapp,
.btn-call {
  background-color: #1e3a8a;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-whatsapp:hover,
.btn-call:hover {
  background-color: #163679;
  transform: scale(1.05);
}
.site-footer {
  background-color: #1e3a8a;
  color: #ffffff;
  padding: 60px 20px 20px;
  font-size: 0.95rem;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-column {
  flex: 1 1 300px;
}

.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #dbeafe;
}

.footer-column p,
.footer-column a {
  color: #ffffff;
  line-height: 1.8;
  text-decoration: none;
}

.latest-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-post {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #dbeafe;
}

.footer-post span {
  flex: 1;
  font-size: 0.95rem;
  color: #f3f4f6;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #dbeafe;
  font-weight: bold;
}
.footer-bottom p {
  color: #FFF;
}


.call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #10b981; /* سبز اصلی */
  color: white;
  padding: 12px 20px 12px 56px;
  border-radius: 999px;
  font-size:19px;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.call-button:hover {
  background-color: #059669;
}

.call-icon {
  position: absolute;
  left: 16px;
  width: 36px;
  height: 36px;
  background-color: #064e3b; /* سبز تیره‌تر برای کنتراست */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.pulse-circle {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-color: rgba(52, 211, 153, 0.5); /* سبز روشن‌تر */
  border-radius: 50%;
  animation: pulse 1.8s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0.9;
  }
  70% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
}

.call-text {
  margin-left:5px;
  z-index: 3;
  white-space: nowrap;
}

/* موبایل */
@media (max-width: 768px) {
  .call-button {
    padding: 10px 16px 10px 50px;
    font-size: 14px;
    bottom: 15px;
    right: 15px;
  }
  .call-icon {
    width: 32px;
    height: 32px;
    left: 12px;
  }
  .pulse-circle {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}