.dh-Subscribe-area {
  position: relative;
  margin-bottom: -99px;
}
.dh-Subscribe-area .row.dh-bg {
  background: var(--color-primary);
  padding: 79px 0 79px 43px;
  border-radius: 10px;
}

.dh-Subscribe-form {
  margin: 0 0 0 7px;
}
.dh-Subscribe-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-second);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dh-Subscribe-area .dh-form-field input {
font-size: 18px;
font-weight: 400;
height: 60px;
padding: 5px 35px 5px 28px;
position: relative;
width: 64%;
margin: auto;
border: 0;
border-radius: 5px;
box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 41%);
background: #fff;
outline: 0;
color: black;
}
.dh-subscribe-button {
  color: var(--title-text-color);
  height: 60px;
  font-size: 14px;
  border: none;
  display: inline-flex;
  align-items: center;
  background: #fff500;
  padding: 18px 10px 18px;
  position: absolute;
  right: 45px;
  bottom: 0px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.dh-form-field .crmFormVali-error {
    color: #ee0e0a;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 300px; 
    top: 65px;
}

.dh-subscribe-button i {
  font-size: 19px;
  padding-left: 9px;
}

.dh-footer-area {
  padding: 179px 0 12px;
  background-color: var(--title-text-color);
}

.dh-footer-bio .dh-bio-thumb img {
  width: 120px; 
  height: auto;
  object-fit: contain; 
}

.dh-footer-area .dh-bio-content p {
  color: var(--color-second);
  font-size: 16px;
  font-weight: 400;
  padding: 36px 0 30px;
}
.dh-footer-menu-title {
  display: inline-block;
  margin-top: 30px;
}
.dh-footer-menu-title h3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
  transition: .5s;
}
.dh-footer-area .dh-social-icon {
  display: inline-block;
  margin-left: 19px;
}
.dh-footer-area .dh-social-icon ul li {
  display: inline-block;
}
.dh-footer-area .dh-social-icon ul li a i {
  display: inline-block;
  color: var(--color-second);
  font-size: 15px;
  padding-right: 8px;
transition: .5s;
}
.dh-footer-service-menu {
  margin-left: 21px;
}
.dh-footer-title h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 52px;
}
.dh-footer-area .dh-service-menu-items {
  margin-left: 32px;
}
.dh-footer-area .dh-service-menu-items ul li {
  display: inherit;
  position: relative;
  margin-top: 10px;
}
.dh-footer-area .dh-service-menu-items ul li::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  background: #fff;
  left: -31px;
  bottom: 12px;
  cursor: pointer;
  transform: scaleY(2);
  opacity: 1;
  transition: .5s;
}
.dh-footer-area .dh-service-menu-items ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: .5s;
}
.dh-footer-title h2 {
  font-size: 22px;
  color: var(--color-second);
  font-weight: 500;
}
.dh-footer-Address {
  margin-left: 39px;
}
.dh-footer-Address-text p {
  font-size: 15px;
  color: #fff;
}
.dh-footer-title h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.dh-footer-area .dh-single-recent-post-box {
  display: inline-block;
  margin-bottom: 30px;
}
.dh-footer-Posts {
  margin-left: 30px;
}
.dh-footer-area .dh-post-thumb {
  float: left;
  margin-right: 14px;
}
.dh-footer-area .dh-post-thumb img {
  max-height: 81px;
  max-width: 81px;
}
.dh-footer-area .dh-post-content-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.dh-footer-area .dh-post-content-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 10px;
}
.dh-footer-area .dh-post-content-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.dh-footer-copyright-text p {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Roboto";
}
.dh-footer-copyright-menu {
  text-align: right;
}
.dh-footer-copyright-menu ul li {
  display: inline-block;
}
.dh-footer-copyright-menu ul li a {
  opacity: 50%;
  padding-left: 29px;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
  font-family: "Roboto";
}
.dh-footer-area .dh-post-content-text h4 a:hover {
  color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li:hover::before{
color: var(--color-primary);
}
.dh-footer-area .dh-social-icon ul li a i:hover{
color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li a:hover {
  color: var(--color-primary);
}
.dh-footer-area .dh-service-menu-items ul li:hover:before {
  opacity: 1;
  transform: scaleY(1);
  background: var(--color-primary);
}

/* 大屏断点（无需修改） */
@media (min-width: 1500px) {
  .dh-Subscribe-area .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .dh-Subscribe-area .container {
    max-width: 1140px;
  }
  .dh-footer-area {
    padding: 159px 0 12px;
  }
}

@media (min-width: 1170px) and (max-width: 1199px) {
  .dh-Subscribe-title h2 {
    font-size: 34px;
    margin-top: 10px;
  }
  
  .dh-footer-Address {
    margin-left: 0;
  }
  
  .dh-footer-Posts {
    margin-left: 0;
  }
  
  .dh-footer-Posts .dh-post-content-text h4 {
    font-size: 17px;
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .dh-Subscribe-title h2 {
    font-size: 32px;
  }
  .dh-subscribe-button {
    right: 50px;
  }
  .dh-footer-area {
    padding: 200px 0 12px;
  }
  .dh-footer-Posts {
    margin-left: -11px;
  }
  .dh-footer-Address {
    margin-left: -10px;
  }
}

/* 核心修改1：iPad 端（768px ~ 1024px）隐藏 .dh-bg */
@media (min-width: 768px) and (max-width: 1024px) {
  .dh-Subscribe-area .row.dh-bg {
    display: none !important; /* 强制隐藏 */
  }
  /* 同步调整 Subscribe 区域的 margin，避免隐藏后出现空白/错位 */
  .dh-Subscribe-area {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

/* 原有 768px ~ 991px 断点（保留原有逻辑，已包含在 iPad 隐藏范围内） */
@media (min-width: 768px) and (max-width: 991px) {
  .dh-Subscribe-area {
    margin-bottom: -55px;
    padding: 41px 0 0;
  }
  .dh-Subscribe-area .row.dh-bg {
    padding: 31px 0 31px;
  }
  .dh-Subscribe-title {
    padding: 11px 0 0;
  }
  .dh-Subscribe-title h2 {
    font-size: 26px;
    margin: 0 0 0 3px;
    position: relative;
    left: 11px;
  }
  .dh-Subscribe-form {
    margin: 0 0 0 7px;
    position: relative;
    left: 20px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 50px;;
  }
  .dh-subscribe-button {
    padding: 9px 13px 17px;
    right: 37px;
  }
  .dh-subscribe-button i {
    font-size: 14px;
  }
  .dh-footer-copyright-menu ul li a {
    font-size: 14px;
    padding-left: 17px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-footer-area {
    padding: 125px 0 12px;
  }
  .dh-footer-title h4 {
    margin-bottom: 41px;
  }
}

/* 核心修改2：移动端（767px 以下）隐藏 .dh-bg */
@media only screen and (max-width: 767px) {
  .dh-Subscribe-area .row.dh-bg {
    display: none !important; /* 强制隐藏 */
  }
  /* 同步调整 Subscribe 区域的 margin，避免隐藏后出现空白/错位 */
  .dh-Subscribe-area {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

/* 原有移动端断点（保留原有逻辑，已包含在 767px 隐藏范围内） */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 20px 0 20px;
  }
  .dh-Subscribe-area {
    margin-bottom: -52px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .dh-Subscribe-title h2 {
    font-size: 20px;
  }
  .dh-Subscribe-area .dh-form-field input {
    font-size: 10px;
    height: 42px;
    padding: 5px 130px 5px 28px;
    width: 56%;
  }
  .dh-subscribe-button {
    font-size: 16px;
    padding: 10px 12px;
    right: 225px;
  }
  .dh-subscribe-button i {
    font-size: 15px;
  }
  .dh-footer-area .dh-bio-content p {
    padding: 18px 0 2px;
  }
  .dh-footer-title h4 {
    margin: 20px 0 21px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-Subscribe-form {
    text-align: center;
  }
  .dh-subscribe-button {
    right: 120px;
  }
  .dh-footer-copyright-text {
    text-align: center;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-area {
    padding: 122px 0 12px;
  }
  .dh-footer-area .dh-bio-content p {
    width: 70%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 26px 0 37px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    text-align: center;
    margin-bottom: 7px;
  }
  .dh-Subscribe-title h2 {
    font-size: 35px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 52px;
    width: 86%;
  }
  .dh-Subscribe-area .dh-form-field {
    text-align: center;
  }
  .dh-subscribe-button {
    padding: 14px 24px 14px;
    right: 46px;
  }
  .dh-footer-service-menu {
    margin-bottom: 24px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    padding-top: 23px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
    padding-top: 11px;
  }
  .dh-footer-title h4 {
    margin-bottom: 30px;
  }
  
  .dh-footer-copyright-text {
    text-align: center;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-copyright-menu ul li a {
    padding-left: 13px;
  }
  .dh-footer-area {
    padding: 0;
  }
  .dh-footer-area .dh-bio-content p {
    width: 79%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dh-Subscribe-area .row.dh-bg {
    padding: 20px 0 26px;
  }
  .dh-Subscribe-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .dh-Subscribe-title h2 {
    font-size: 23px;
  }
  .dh-Subscribe-area .dh-form-field {
    text-align: center;
  }
  .dh-subscribe-button {
    right: 31px;
  }
  .dh-Subscribe-area .dh-form-field input {
    padding: 5px 35px 5px 8px;
  }
  .dh-Subscribe-area .dh-form-field input {
    height: 36px;
    width: 89%;
  }
  .dh-subscribe-button {
    font-size: 15px;
    padding: 5px 10px 7px;
  }
  .dh-footer-area .dh-service-menu-items ul li::before {
    height: 0;
  }
  .dh-footer-service-menu {
    margin-left: 0;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
  }
  .dh-footer-area .dh-service-menu-items {
    margin-left: 0;
  }
  .dh-footer-service-menu {
    margin-bottom: 24px;
  }
  .dh-footer-service-menu {
    margin-left: 0;
    padding-top: 23px;
  }
  .dh-footer-Address {
    margin-left: 0;
  }
  .dh-footer-Posts {
    margin-left: 0;
    padding-top: 11px;
  }
  .dh-footer-title h4 {
    margin-bottom: 17px;
  }
  .dh-footer-copyright-menu ul li a {
    padding-left: 7px;
  }
  .dh-footer-copyright-text {
    text-align: center;
  }
  .dh-footer-copyright-menu {
    text-align: center;
  }
  .dh-footer-area {
    padding: 0;
  }
}