.footer5467 {
  text-align: center;
  margin-top: 30px;
}

/* Main CTA Button */
.footer5467 .cta {
  display: inline-block;
  padding: 10px 28px;
  background: #2a3cff;
  color: #fff !important;
  font-size: 15px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(42, 60, 255, 0.25);
  transition: all 0.25s ease-in-out;
}

.footer5467 .cta:hover {
  background: #1c2bd8;
  box-shadow: 0 4px 14px rgba(42, 60, 255, 0.35);
}

/* Call & Mail Buttons (soft style) */
.footer5467 .contact-btn {
  display: inline-block;
  padding: 9px 20px;
  margin: 8px 6px;
  background: #f0f3ff;
  border: 1px solid #cdd6ff;
  color: #2a3cff;
  font-size: 14px;
  border-radius: 22px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.footer5467 .contact-btn:hover {
  background: #2a3cff;
  color: #fff !important;
  border-color: #2a3cff;
  box-shadow: 0 2px 10px rgba(42, 60, 255, 0.30);
}


.SideBar {
  width: 100%;
  border: 1px solid #dddddd;
}

.SideBarHeading {
  font-size: 20px;
  font-weight: 600;
  color: #33364a;
}

.SidebarList li a {

  font-size: 16px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 5px;
  color: #7d7f85;
  text-transform: capitalize;
  padding: 8px;
}

/* article sidebar style here start */
.SidebarListpost li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.SidebarListpost li .post-content {
  display: flex;
  align-items: center;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 10px;
  padding: 0 30px 0 0;
  flex: 1;
}

.sidebar-image {
  width: 100px;
  height: 65px;
  margin-left: 10px;
}

.sidebar-image-2 {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  box-shadow: 0 15.96px 53.83px 0 rgba(184, 185, 228, .4), 1px 1px 0 0 #fff;
  padding: 10px;
  border-radius: 25px;
}

.post-date {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.calendar-icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.SidebarListpost li a {
  font-size: 12px;
  font-weight: bold;
  color: #646568;
  text-decoration: none;
}

.SidebarListservice li a {
  font-size: 15px !important;
  color: #646568;
  text-decoration: none;

}

.MoreArticle {

  padding: 20px 20px;

}

.SideBarHeading {
  font-size: 20px;
  font-weight: 600;
  color: #33364a;
}

/* article sidebar style here end */


.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-color: #007bff;
}

.faq-details {
  width: 100%;
}

.faq-summary {
  display: flex;
  justify-content: between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  background: #ffffff;
  transition: background-color 0.3s ease;
  position: relative;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary:hover {
  background: #f8f9fa;
}

.faq-question {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #2d3748;
  margin-right: 15px;
}

.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: #007bff;
  transition: transform 0.3s ease;
  min-width: 20px;
  text-align: center;
}

.faq-details[open] .faq-icon {
  transform: rotate(45deg);
  color: #dc3545;
}

.faq-details[open] .faq-summary {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.faq-answer {
  padding: 0 24px 24px;
  animation: fadeIn 0.3s ease;
}

.faq-answer p {
  margin: 0;
  color: #4a5568;
  line-height: 1.6;
  font-size: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-summary {
    padding: 16px 20px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq-summary {
    padding: 14px 16px;
  }

  .faq-question {
    font-size: 14px;
    margin-right: 12px;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

  .faq-icon {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .ArticleBody h2 {
    font-size: 20px;
  }

  .ArticleBody h3 {
    font-size: 18px;
    font-weight: 500;
  }
}

.ArticleTagBox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 20px;
}

.ArticleTag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d;
  background: #f8f9fa;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
}

.ArticleTag:hover {
  background: #007bff;
  color: white;
  border-color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.ArticleTag svg {
  opacity: 0.8;
}

.ArticleTag:hover svg {
  opacity: 1;
  fill: white;
}

.ArticleTag .fw-medium {
  font-weight: 500;
  margin-left: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ArticleTagBox {
    gap: 10px;
    padding: 10px 0;
  }

  .ArticleTag {
    font-size: 13px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .ArticleTagBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ArticleTag {
    font-size: 12px;
  }
}
.ArticleBody ul {
            list-style-type: disclosure-closed;
            padding-left: 40px;

        }