.footer-block {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 64px 0 20px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-container .qs-col-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 650px;
}
.payment-methods-images{
  margin-top: 10px;
}

.footer-container .qs-col-wrapper .footer-column {
  width: 50%;
}
.brand-column {
  grid-column: 1;
}
.contact-social-links{
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-tagline {
  color: #888888;
  font-size: 16px;
  line-height: 1.5;
}

.read-story-link {
  margin-bottom: 20px;
  color: #888888 !important;
  width: max-content;
  margin-top: 10px;;
}
.read-story-link:hover {
color: #ffe44d !important;
}
.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.social-link:hover {
  background-color: #ffd700;
}

.social-link .dashicons {
  color: #ffffff;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.footer-heading {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ffd700;
  transition: width 0.3s ease;
}

.footer-heading:hover::after {
  width: 100%;
}

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

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #888888 !important;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ffe44d !important;
}

.newsletter-text {
  color: #888888;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-input {
  flex-grow: 1;
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 4px !important;
  background-color: #333333;
  color: #ffffff !important;
}

.newsletter-button {
  padding: 10px 20px;
  background-color: #ffd700;
  border: none;
  border-radius: 4px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-button:hover {
  background-color: #ffe44d;
}

/* Disclaimer styles */
.disclaimer-text-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 30px;
}

.disclaimer-text-wrapper p {
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.disclaimer-text-wrapper p strong {
  color: #aaaaaa;
}
.single-product .footer-bottom{
   padding: 20px 32px 80px;
}
.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* Use only the pseudo-element for the line */
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #333333;
  margin-inline: 2rem;
}

.copyright {
  color: #888888;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #888888 !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-bottom-links a:hover {
  color: #ffe44d !important;
}

/* Add these styles to your socialLinksStyles string */
.footer-column .footer-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  transition: background-color 0.3s;
}

.contact-info-icon:hover {
  background-color: #ffd700;
}

.contact-info-icon .dashicons {
  color: #fff;
  font-size: 20px;
}
.contact-info-icon .dashicons-phone{
  transform: rotate(96deg);
}
.contact-info-text {
  font-size: 16px;
  line-height: 1.5;
  color: #888888;
}

.contact-info-text a {
  text-decoration: none;
  transition: color 0.3s;
  color: #888888;
}

.contact-info-text a:hover {
  color: #ffe44d;
}

.social-links-row {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-links-row .social-link {
  width: 40px;
  height: 40px;
  background-color: #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: background-color 0.3s;
}

.social-links-row .social-link:hover {
  background: #ffd700;
}

.social-links-row .social-link .dashicons {
  color: #fff;
  font-size: 20px;
}

/* div.footer-column:last-child a {
  width: max-content;
} */

.get-in-touch-btn {
  background-color: #333333;
  color: #fff;
  border: none;
  padding: 12px 25px;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-in-touch-btn:hover {
  background: #ffd700;
  color: #000000;
}

@media (max-width: 1224px) {
  .footer-container .qs-col-wrapper {
    width: 530px;
  }
}

@media (max-width: 1100px) {
  .footer-container .qs-col-wrapper {
    width: 100%;
  }
  .footer-container {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 768px) {
  .footer-block {
    padding: 48px 0 20px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 20px;
  }

  .disclaimer-text-wrapper {
    padding: 0 16px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 20px 16px 10px;
  }

  .footer-bottom::before {
    margin-inline: 1rem;
  }
  .footer-container .qs-col-wrapper {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  .newsletter-form {
    flex-direction: column;
  }

  .footer-container .qs-col-wrapper {
    gap: 20px;
  }
  .footer-block {
        padding: 30px 0 20px;
    }
   
}

@media (max-width: 525px) {
  .footer-bottom {
    padding: 20px 16px 80px;
  }

  .footer-container .qs-col-wrapper {
    gap: 20px;
  }
}
