.logo-style {
  max-height: 70px;
}

.background-green {
  background: linear-gradient(135deg, #d7ffe0 0%, #f4fff8 100%);
  border-radius: 12px;
  margin-top: 20px;
}

.product-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.profile-avatar {
  width: 30px !important;
  height: 30px !important;
  object-fit: cover;
}

.category-link {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  flex-grow: 1;
}

.subcategory-link {
  display: inline-block;
  padding: 0.5rem 0;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  flex-grow: 1;
}

.table th,
.table td {
  vertical-align: middle;
}

.info-window {
  text-align: right; /* راست‌چین */
  direction: rtl; /* جهت راست به چپ */
  font-family: vazirmatn; /* استفاده از فونت بدنه */
}

.footer-bg {
  background: linear-gradient(135deg, #2b7a3e 0%, #1e5a2f 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 30px 30px 0 0;
  margin-bottom: 60px;
}

.hero-about {
  background: linear-gradient(135deg, #2b7a3e 0%, #1e5a2f 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 0 0 30px 30px;
  margin-bottom: 60px;
}
.hero-about h1 {
  font-size: 3rem;
  font-weight: 800;
}
.hero-about p {
  font-size: 1.2rem;
  opacity: 0.9;
}
.about-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}
.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.about-icon {
  font-size: 3rem;
  color: #2b7a3e;
  margin-bottom: 20px;
}
.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #2b7a3e;
  margin-bottom: 15px;
}
.value-badge {
  background: #e9f5eb;
  color: #1e5a2f;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
}

.support-header {
  background: linear-gradient(135deg, #2b7a3e 0%, #1e5a2f 100%);
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 0 0 30px 30px;
  margin-bottom: 60px;
}
.faq-card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}
.faq-card .card-header {
  background: white;
  border-bottom: 1px solid #eef2f6;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-card .card-header:hover {
  background: #f9fbfd;
}
.faq-card .btn-link {
  color: #1e5a2f;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-card .btn-link::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-size: 1.2rem;
  transition: transform 0.2s;
}
.faq-card .btn-link.collapsed::after {
  content: "\F285";
}
.feature-icon {
  background: #e9f5eb;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #2b7a3e;
  margin-bottom: 20px;
}
.contact-box {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f6;
}
footer {
  background: #1a2c1e;
  color: #ccc;
  padding: 30px 0;
  margin-top: 60px;
  text-align: center;
}

.card-body {
  padding: 30px;
}

.about-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}
.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.about-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
}
.hero-about {
  background: linear-gradient(135deg, #198754, #2fa84f);
  color: #fff;
  text-align: center;
  padding: 90px 0;
  margin-bottom: 60px;
}
.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #198754;
  margin-bottom: 15px;
}


.category-toggle-btn{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}

.category-toggle-btn:focus,
.category-toggle-btn:active{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.category-toggle-btn{
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-toggle-btn i{
    transition: .3s;
}

.category-toggle-btn[aria-expanded="true"] i{
    transform: rotate(180deg);
}