/* footer intro */
/* --------------------------------------------- */
.footer-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  flex-wrap: wrap;
}

.footer-intro-text {
  flex: 1 1 50%;
  text-align: left;
}

.footer-intro-text h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 12px;
}

.footer-intro-text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  padding-top: 1.5rem;
}

.footer-intro-image {
  flex: 1 1 40%;
  text-align: center;
}

.footer-intro-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .footer-intro-block {
    flex-direction: column;
    text-align: center;
  }

  .footer-intro-text {
    text-align: center;
  }
}

/* footer why to use */
/* --------------------------------------------- */
.footer-benefits {
  max-width: 1000px;
  margin: 6rem auto;
  padding: 0 1rem;
}

.footer-benefits h2{
  text-align: center;
}
.footer-benefits-intro {
  max-width: 700px;
  margin: 1rem auto 2rem;
  font-size: 1rem;
  color: #444;
  text-align: center;
}

.footer-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-content: center;
}

.benefit-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  /* text-align: center; */
}

.benefit-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.benefit-card p {
  font-size: 0.9rem;
  color: #555;
  padding-top: 0.7rem;
}

@media (max-width: 768px) {
  .footer-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.verified-icon {
  color: #3797C0;
  margin-right: 6px;
}

/* FAQs */
/* --------------------------------------------- */
/* FAQ Section */
.footer-faq {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.footer-faq h2 {
  font-size: 1.6rem;
  text-align: center;
  color: #333;
  margin-bottom: 2rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.faq-question {
  font-size: 1.05rem;
  color: #333;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  font-size: 1.2rem;
  color: #888;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-question::after {
  content: '–';
  transform: rotate(180deg);
}

.faq-answer {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  color: #555;
  display: none;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}


/* footer container */
/* --------------------------------------------- */
.footer {
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
  border-top: 1px solid #e0e0e0;
}

.footer-container {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-container h2 {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}

.footer-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 20px;
}

.request-icon-btn {
  background-color: #3797C0;
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.request-icon-btn:hover {
  background-color: #3797C0;
}

.rich-icon {
  font-size: 1.1rem;
}

.footer-about-heading {
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #333;
}

.footer-text p {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Footer Info Section */
.footer-info {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 40px;
  gap: 2rem;
}

.footer-column {
  min-width: 200px;
  padding-left: 4rem;
}

.footer-contact,
.footer-follow,
.footer-popular,
.footer-products {
  flex: 0 0 22%;
}

.footer-column h3 {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 1.2rem;
}

.footer-column p,
.footer-column li {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  text-decoration: none;
  color: #3797C0;
}

/* .footer-column a:hover {
  text-decoration: underline;
} */

.footer-divider {
  margin: 50px auto 30px auto;
  border: none;
  height: 0px;
  background-color: #e0e0e0;
  width: 90%;
}

.footer-logo-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.footer-column ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 14px;
  color: #666;
}

.footer-bottom p {
  padding-bottom: 0.5rem;
}
.footer-bottom strong {
  color: #333;
}

.footer-attribution {
  margin-top: 3rem;
  font-size: 0.75rem;
  color: #777;
  line-height: 1.4;
  align-content: center;
  text-align: center;
  max-width: 50%;
  margin-left: 25%;
}

.footer-attribution a {
  color: #3797C0;
  text-decoration: none;
}

.footer-attribution a:hover {
  text-decoration: underline;
}


/* Responsive stacking for smaller screens */
@media (max-width: 768px) {
  .footer-info {
    flex-direction: column;
  }

  .footer-about,
  .footer-contact,
  .footer-follow {
    flex: 1 0 100%;
  }

}
