.gardensun-case-list {
  background: #fff;
  padding: 100px 0;
}

.gardensun-case-list .case-header {
  margin-bottom: 80px;
}

.inqury-form .submit {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: auto;
}

.inqury-form .submit::before{
  content: "";
  display: inline-block;
  background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/inst/Gardensun/3178/2935/sections/gardensun_inquiry_form_1750128328854144/icon.png);
  width: 15px;
  height: 15px;
}

.gardensun-case-list .case-title {
  /* margin-top: 100px; */
  color: #221815;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
}

.gardensun-case-list .case-desc {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  max-width: 80%;
  margin: 0 auto;
}

.gardensun-case-list #pagesize ul li:first-child,
.gardensun-case-list #pagesize ul li:last-child{
  display: none;
}

.gardensun-case-list #pagesize ul li a {
  background: #d9d9d9;
  color: #221815;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding: 4px 13px;
  border: none;
  margin: 0 10px;
}

.gardensun-case-list #pagesize ul li a.active {
  border: none;
  color: #f6f5f1;
}

.gardensun-case-list #pagesize ul li a:hover {
  border: none;
  box-shadow: none;
}

.gardensun-case-list .featured-case-content {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}

.gardensun-case-list .featured-case-title {
  color: #221815;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.gardensun-case-list .featured-case-desc {
  color: #666666;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

.gardensun-case-list .featured-case-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  padding: 8px 20px;
  transition: all 0.3s ease;
  align-self: flex-start;
  background: #E60012;
}

.gardensun-case-list .featured-case-btn:hover {
  /* background: #FFF;
  color: #E60012;
  text-decoration: none; */
}

.gardensun-case-list .featured-case-image {
  position: relative;
  aspect-ratio: 4 / 3;
}

.gardensun-case-list .featured-case-image img {
  width: 718px;
  height: 384px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gardensun-case-list .case-grid {
  /* margin-bottom: 60px */
}

.gardensun-case-list .case-item {
  height: 100%;
}

.gardensun-case-list .case-image {
  position: relative;
  aspect-ratio: 4 / 3;
  margin-bottom: 40px;
}

.gardensun-case-list .case-image::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  width: 50px;
  height: 4px;
  background-color: #E60012;
}

.gardensun-case-list .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gardensun-case-list .case-info {
  text-align: center;
}

.gardensun-case-list .case-info-title {
  color: #221815;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

/* 响应式设计 */
@media (max-width: 991px) {
  .gardensun-case-list {
    padding: 60px 0;
  }
  
  .gardensun-case-list .case-header {
    margin-bottom: 50px;
  }
  
  .gardensun-case-list .case-title {
    font-size: 36px;
    line-height: 50px;
  }
  
  .gardensun-case-list .case-desc {
    font-size: 16px;
    line-height: 24px;
  }
  
  .gardensun-case-list .featured-case-content {
    padding-right: 0;
    min-height: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .gardensun-case-list .featured-case-title {
    font-size: 28px;
    line-height: 38px;
  }
  
  .gardensun-case-list .featured-case-desc {
    font-size: 15px;
    line-height: 23px;
  }
  
  .gardensun-case-list .featured-case-btn {
    align-self: center;
  }
  
  .gardensun-case-list .case-grid {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .gardensun-case-list {
    padding: 60px 0;
  }
  
  .gardensun-case-list .case-header {
    margin-bottom: 40px;
  }
  
  .gardensun-case-list .case-title {
    font-size: 28px;
    line-height: 40px;
  }
  
  .gardensun-case-list .case-desc {
    font-size: 14px;
    line-height: 21px;
  }
  
  .gardensun-case-list .featured-case-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  
  .gardensun-case-list .featured-case-desc {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  
  .gardensun-case-list .featured-case-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  
  .gardensun-case-list .case-image {
    margin-bottom: 40px;
  }
  
  .gardensun-case-list .case-info-title {
    font-size: 18px;
    line-height: 26px;
  }
  
  .gardensun-case-list .case-grid {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .gardensun-case-list {
    padding: 60px 0;
  }
  
  .gardensun-case-list .case-title {
    font-size: 24px;
    line-height: 32px;
  }
  
  .gardensun-case-list .featured-case-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  
  .gardensun-case-list .featured-case-desc {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  
  .gardensun-case-list .featured-case-btn {
    font-size: 13px;
    padding: 10px 20px;
    gap: 8px;
  }
  
  .gardensun-case-list .case-info-title {
    font-size: 16px;
    line-height: 24px;
  }
} 