.elementor-4539 .elementor-element.elementor-element-54c64b8:not(.elementor-motion-effects-element-type-background), .elementor-4539 .elementor-element.elementor-element-54c64b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF3E5;}.elementor-4539 .elementor-element.elementor-element-54c64b8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4539 .elementor-element.elementor-element-54c64b8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4539 .elementor-element.elementor-element-6a62843{--spacer-size:10px;}.elementor-4539 .elementor-element.elementor-element-a94ed51{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__thumbnail__link{width:100%;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__meta-data span + span:before{content:"•";}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__card{border-width:0px;border-radius:10px;padding-top:0px;padding-bottom:0px;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__text{padding:0 12px;margin-top:20px;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__meta-data{padding:10px 12px;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__avatar{padding-right:12px;padding-left:12px;}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post:hover .elementor-post__thumbnail img{filter:brightness( 114% ) contrast( 97% ) saturate( 141% ) blur( 0px ) hue-rotate( 0deg );}.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__title, .elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__title a{color:#1B3A5D;}.elementor-4539 .elementor-element.elementor-element-757a692{--spacer-size:40px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4539 .elementor-element.elementor-element-a94ed51 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-8a69428 */.katizan-categories {
  padding: 60px 20px;
  background-color: #f1f3f6;
  text-align: center;
  direction: rtl;
}

.katizan-categories .section-title {
  font-size: 28px;
  color: #1B3A5D;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.katizan-categories .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background-color: #D17A00;
  border-radius: 2px;
}


.categories-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  justify-items: center;
}

.category-item {
  background: #ffffff; /* کارت سفید یکدست */
  padding: 24px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 180px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}


.category-item:hover {
  background-color: #fff;
}

.category-item:hover h3 {
  color: #D17A00;
}

.category-item img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}


.category-item h3 {
  font-size: 16px;
  margin: 0;
  color: #1B3A5D;
  transition: color 0.3s;
}

/* 🌐 حالت تبلت: 2 کارت بزرگ‌تر بالا + 3 کوچیک‌تر پایین */
@media (max-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .category-item {
    max-width: 100%;
  }

  .category-item:nth-child(1),
  .category-item:nth-child(2) {
    grid-column: span 3;
  }

  .category-item:nth-child(3),
  .category-item:nth-child(4),
  .category-item:nth-child(5) {
    grid-column: span 2;
  }
}

/* 📱 موبایل: 1 ستون کامل */
@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }

  .category-item {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }

  .category-item {
    grid-column: auto !important;
    max-width: 100%;
  }
}

html[lang^="en"] .katizan-categories {
  direction: ltr;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbfa61b */.contact-page .katizan-advantages {
  padding: 60px 20px;
  text-align: center;
  background: #F9F9F9;
}

.contact-page .katizan-advantages h2 {
  font-size: 28px;
  color: #D17A00;
  margin-bottom: 40px;
}

.contact-page .advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.contact-page .adv-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.contact-page .adv-card:hover {
  transform: translateY(-6px);
}

.contact-page .adv-card i {
  color: #D17A00;
  margin-bottom: 16px;
}

.contact-page .adv-card h3 {
  font-size: 18px;
  color: #1B3A5D;
  margin-bottom: 10px;
}

.contact-page .adv-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS */section.katizan-advantages {
  padding: 60px 20px;
  text-align: center;
  background: #F9F9F9;
}

section.katizan-advantages h2 {
  font-size: 28px;
  color: #D17A00;
  margin-bottom: 40px;
}

section.katizan-advantages .advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

section.katizan-advantages .adv-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

section.katizan-advantages .adv-card:hover {
  transform: translateY(-6px);
}

section.katizan-advantages .adv-card i {
  color: #D17A00;
  margin-bottom: 16px;
}

section.katizan-advantages .adv-card h3 {
  font-size: 18px;
  color: #1B3A5D;
  margin-bottom: 10px;
}

section.katizan-advantages .adv-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */