/* SEO heading and footer hierarchy — preserve existing visual design */

.page-title .breadcumb-wrap h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-title .breadcumb-wrap h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.dc-hero-area-slider h2 {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0.45em;
}

.text-moving-sec .text-moving .text-moving-title {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
}

.text-moving-sec .text-moving .text-moving-title span {
  font-size: 128px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin: 0 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #16171A;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 991px) {
  .text-moving-sec .text-moving .text-moving-title span {
    font-size: 50px;
    margin: 0 20px;
  }
}

.text-moving-sec .text-moving .text-moving-title span:nth-child(even) {
  background: -webkit-linear-gradient(transparent, transparent), url("../images/title-bg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

.footer-section .link-widget ul li h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.footer-section .widget-title h4,
.footer-section .widget-title .footer-info-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  position: relative;
  color: #fff;
}

.header-right-menu-wrap h3 {
  font-size: inherit;
  font-weight: 600;
}

.product-seo-content {
  color: #4a4a4a;
  line-height: 1.8;
}

.home-seo-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #593838;
  margin: 0 0 1.5rem;
}

.product-seo-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #593838;
  margin: 2.2rem 0 1rem;
}

.product-seo-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #8b5e3c;
  margin: 1.4rem 0 0.6rem;
}

.product-seo-content p,
.product-seo-content li {
  font-size: 16px;
  margin-bottom: 0.85rem;
}

.product-seo-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.product-seo-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.product-seo-content .faq-item {
  margin-bottom: 1.5rem;
}

.product-hero-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.product-faq-section {
  margin-top: 3rem;
}

.product-faq-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #593838;
  margin: 0 0 1.5rem;
}

.product-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .product-faq-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.product-faq-card {
  background: #fff;
  border: 1px solid #efe6dc;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(89, 56, 56, 0.08);
  overflow: hidden;
}

.product-faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  background: #faf6f1;
  border: 0;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
}

.product-faq-q h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  color: #593838;
}

.product-faq-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  position: relative;
}

.product-faq-icon::before,
.product-faq-icon::after {
  content: "";
  position: absolute;
  background: #8b5e3c;
  border-radius: 2px;
}

.product-faq-icon::before {
  width: 14px;
  height: 2px;
  top: 10px;
  left: 4px;
}

.product-faq-icon::after {
  width: 2px;
  height: 14px;
  top: 4px;
  left: 10px;
}

.product-faq-card.is-open .product-faq-icon::after {
  display: none;
}

.product-faq-a {
  display: none;
  padding: 0 20px 18px;
  background: #fff;
}

.product-faq-card.is-open .product-faq-a {
  display: block;
}

.product-faq-a p {
  margin: 16px 0 0;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.7;
}
