/* Shengwang Footer Component Styles */

/* Main Footer Container */
.shengwang-foot {
  background: #F6F8FC;
  padding: 24px 0;
  font-family: var(--font-family);
}

@media screen and (min-width: 1600px) {
  .shengwang-foot .container {
    max-width: 1360px;
  }
}
/* Subscribe Section */
.shengwang-foot-subscribe-section {
  margin-bottom: 26px;
}

.shengwang-foot-subscribe-wrapper {
  display: flex;
  /* gap: 197px;
  gap: 24px; */
  justify-content: space-between;
  align-items: center;
}

.shengwang-foot-subscribe-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.shengwang-foot-subscribe-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.39;
  color: #000;
}

.shengwang-foot-subscribe-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

.shengwang-foot-subscribe-form-wrapper {
  display: flex;
  align-items: center;
}

.shengwang-foot-subscribe-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.shengwang-foot-subscribe-input {
  width: 300px;
  height: 40px;
  padding: 8px 16px 8px 20px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  color: #999999;
  transition: all 0.3s ease;
  outline: none;
}

.shengwang-foot-subscribe-input::placeholder {
  color: #999999;
}

.shengwang-foot-subscribe-input:focus {
  border-color: var(--color-primary);
}

.shengwang-foot-subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  background: var(--color-primary);
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.219;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  border:1px solid var(--color-primary);
}


/* Main Footer Section */
.shengwang-foot-main {
  margin-bottom: 16px;
}

.shengwang-foot-divider {
  width: 100%;
  height: 1px;
  background: #E2E2E2;
}

.shengwang-foot-footer-links {
  display: flex;
  justify-content: flex-start;
  gap: 120px;
  margin: 40px 0;
}

.shengwang-foot-link-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.shengwang-foot-link-column {
  max-width: 250px;
  width: calc(25% - 45px);
  flex: 1;
}

.shengwang-foot-link-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
  color: #111111;
  margin: 0;
}
.shengwang-foot .shengwang-social{
  display:flex;
  gap: 12px;
}
.shengwang-foot .shengwang-social a{
  aspect-ratio:1;
  width: 21px;
  display:inline-block;
}
.shengwang-foot .shengwang-social img{
  aspect-ratio:1;
  width: 100%;
  height: 100%;
}
.shengwang-foot-link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shengwang-foot-link-list li {
  margin: 0;
}

.shengwang-foot-link-list a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  color: #444444;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: pre-line;
}
.shengwang-foot-link-list p{
  font-size: 14px;
  line-height: 1.429;
  color: #444444;
}
.shengwang-foot-link-list a:hover {
  color: var(--color-primary);
}

/* Footer Bottom */
.shengwang-foot-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 145px;
}

.shengwang-foot-bottom-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.shengwang-foot-bottom-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shengwang-foot-bottom-link:hover {
  color: var(--color-primary);
}

.shengwang-foot-copyright {
  flex-shrink: 0;
}

.shengwang-foot-copyright p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  margin: 0;
}

/* Responsive Design - Mobile First Approach */
@media (max-width: 1600px){
   .shengwang-foot-subscribe-title {
    font-size: 42px;
  }
}
/* Tablet (max-width: 1440px) */
@media (max-width: 1440px) {
  .shengwang-foot {
    padding: 24px 0;
  }

  .shengwang-foot-footer-links {
    gap: 80px;
    flex-wrap: wrap;
  }
}

/* Medium Tablet (max-width: 1200px) */
@media (max-width: 1200px) {
  .shengwang-foot {
    padding: 24px 0;
  }
.shengwang-foot-subscribe-title {
    font-size: 38px;
  }
  .shengwang-foot-footer-links {
    gap: 60px;
  }

  .shengwang-foot-subscribe-wrapper {
    /* gap: 120px; */
  }
}

/* Small Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .shengwang-foot {
    padding: 24px 0;
  }
   .shengwang-foot-subscribe-title {
    font-size: 30px;
  }

  .shengwang-foot-footer-links {
    flex-wrap: wrap;
    gap: 40px;
  }

  .shengwang-foot-link-column {
    width: calc(50% - 20px);
    flex: unset;
  }

  .shengwang-foot-link-column:nth-child(2) {
    width: calc(50% - 20px);
  }

  .shengwang-foot-subscribe-wrapper {
    /* gap: 80px; */
  }

  .shengwang-foot-bottom-content {
    gap: 60px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .shengwang-foot-subscribe-form{
    width:100%;
  }
  .shengwang-foot {
    padding: 24px 0;
  }

  .shengwang-foot-subscribe-wrapper {
    gap: 12px;
    flex-direction: column;
  }

  .shengwang-foot-subscribe-input-group {
    /* flex-direction: column; */
    width: 100%;
    gap: 12px;
  }

  .shengwang-foot-subscribe-input {
    width: 100%;
  }

  .shengwang-foot-subscribe-btn {
    /* width: 100%; */
  }

  .shengwang-foot-footer-links {
    gap: 32px;
  }

  .shengwang-foot-link-column {
    width: calc(50% - 16px);
  }

  .shengwang-foot-link-column:nth-child(2) {
    width: calc(50% - 16px);
  }

  .shengwang-foot-link-gap {
    gap: 10px;
  }

  .shengwang-foot-bottom-content {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
  }

  .shengwang-foot-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .shengwang-foot-copyright {
    text-align: center;
  }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .shengwang-foot {
    padding: 20px 0;
  }
  .shengwang-foot-subscribe-content {
  align-items: center;
}
  .shengwang-foot-subscribe-title {
    font-size: 26px;
  }

  .shengwang-foot-subscribe-text {
    font-size: 14px;
  }

  .shengwang-foot-link-title {
    font-size: 13px;
  }

  .shengwang-foot-link-list a {
    font-size: 13px;
  }

  .shengwang-foot-bottom-link,
  .shengwang-foot-copyright p {
    font-size: 11px;
  }

  .shengwang-foot-subscribe-wrapper {
    gap: 10px;
  }

  .shengwang-foot-footer-links {
    /* flex-direction: column; */
    gap: 24px;
  }

  .shengwang-foot-link-column {
    width: 100%;
    max-width: calc(50% - 20px);
  }

  .shengwang-foot-link-column:nth-child(2) {
    width: 100%;
  }


  .shengwang-foot-footer-links {
    margin: 24px 0;
  }
}

/* Extra Small Mobile (max-width: 375px) */
@media (max-width: 375px) {
  .shengwang-foot {
    padding: 16px 12px;
  }

  .shengwang-foot-subscribe-input {
    padding: 8px 12px;
  }

  .shengwang-foot-subscribe-btn {
    padding: 12px 20px;
  }

  .shengwang-foot-bottom-links {
    gap: 12px;
  }
}

/* Form Success/Error States */
.shengwang-foot-subscribe-form.success .shengwang-foot-subscribe-input {
  border-color: #28a745;
}

.shengwang-foot-subscribe-form.error .shengwang-foot-subscribe-input {
  border-color: #dc3545;
}

/* Accessibility - Focus States */
.shengwang-foot-subscribe-input:focus-visible,
.shengwang-foot-subscribe-btn:focus-visible,
.shengwang-foot-link-list a:focus-visible,
.shengwang-foot-bottom-link:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.shengwang-foot .crmFormVali-error{
  right: auto;
  left: 20px;
  top: calc(100% + 4px);
}
