.hero-section {
    background-color: var(--primary-color);
    padding-bottom: 30px;
}

.hero.grid {
    align-items: center;
}
.section-column {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding: 10px;
    position: relative;
    justify-content: center;
}
.section-column h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    z-index: 1;
    margin: 0px;
}
.hero.btn {
    background: #fff;
    border: none;
    color: var(--primary-color);
}
.section-column p {
    color: #fff;
    z-index: 1;
    font-size: 18px
}
.hero-section-bottom span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.product-cards-section h2,
.process-section h2,
.why-choose-us-section h2,
.client-testimonials h2,
.blogs-section h2 {
    text-align: center;
}
.product-cards.grid-4 {
    gap: 20px;
}
.product-card-item {
    border-radius: 11px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card-item:hover {
    transform : translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.product-image {
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
}
.product-card-title {
    color: var(--secondary-text-color);
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    display: block;
    padding: 10px;
}
.product-card-description {
    padding: 0px 10px 10px 10px;
    display: block;
}
.content-text ul, .content-text ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-text ol,
.content-text h3,
.content-text h4,
.content-text ul,
.content-text p,
.content-text b,
.content-text strong,
.content-text i,
.content-text em,
.content-text h2 {
   width: 80%; margin: 0 auto 1rem auto;
}
.process-img {
    padding: 25px;
    border: 2px solid #EC8B6B;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-img img {
    width: 80px;
    height: 80px;
}
.process-step span{
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.process-section p {
    text-align: center;
}
.wcu-item {
    margin: 50px 30px 30px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 20px 40px 15px;
    border-radius: 12px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #0002;
}
.icon-wrapper {
    padding: 15px;
    box-shadow: 0 0 10px #0002;
    border-radius: 999px;
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: 1;
}
.wcu-item img {
    width: 35px;
    height: 35px;
    aspect-ratio: 1 / 1;
}
.icon-wrapper, .wcu-item {
    display: flex;
    background: #fff;
}
.wcu-title {
    color: var(--secondary-text-color);
    font-weight: 600;
    font-size: 22px;
    display: block;;
}
.text-with-image.grid{
    gap: 50px;
    align-items: center;
}
.image-sec img{
    border-radius: 0px 0px 70px 0px;
    overflow: hidden;
    width: 100%;
}
.client-testimonials.container {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .slider-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
  }
 .site-logo {
    margin-right: 100px;
}
.stars-rating {
    text-align: center;
}
 .stars-rating .star{
   color: #F5BA2C;
   font-size: 26px;
 }
  .site-logo img{
    width: 150px;
  }
  .arrow-btn {
    flex-shrink: 0;
    width: 30px;
    height: 29px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: background 0.2s, transform 0.15s;
    line-height: 1;
    padding: 0;  
  }
  .client-testimonials-list { flex: 1; overflow: hidden; }
  .cards-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    align-items: stretch;
  }
  .client-testimonials-item {
    flex: 0 0 auto; 
    background: #F4F4F4;
    padding: 20px;
    min-width: 0;
    transition: box-shadow 0.2s;
    box-sizing: border-box;
  }
  .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background: #8aabb0;
    overflow: hidden;
  }
  .card-meta { flex: 1; }
  .client-name {
    font-weight: 600;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 
  .google-icon { width: 18px; height: 18px; }
  .review-date { font-size: 0.78rem; color: #888; margin-top: 2px; }
  .review-rating { display: flex; gap: 3px; }
  .review-rating .star { font-size: 24px; color: #F5BA2C; }
  .review-text {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
  }
 
  .read-toggle {
    color: #aaa;
    font-size: 0.82rem;
    display: none; 
    margin-top: 6px;
    cursor: pointer;
    transition: color 0.2s;
  }
  .read-toggle:hover { color: #e8825a; }
  .dots {
    display: none;
   
  }
  .faq-section-heading {
    background-image: linear-gradient(180deg, #EC8B6B 0%, #EC7198 100%);
    color: #fff;
    padding: 07px 10px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.sec-desc {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}
.faq-heading {
    color: var(--secondary-text-color);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}
.faq-item {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 10px;
}
.sample-section {
    position: relative;
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .sample-bg {
    position: absolute;
    inset: 0;
    background-image: url(https://www.elitecustomboxes.com/wp-content/uploads/2023/06/Jewelry-Boxes-Banner-Image.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sample-content {
    position: relative;
    z-index: 2;
    margin-left: auto;       
    width: 100%;
    padding: 80px 40px;
    display: flex;
    justify-content: flex-end;
  }
  .sample-text-block {
    max-width: 600px;
  }
  .sample-title {
    color: #110E0F;
  }
  .sample-desc {
    margin-bottom: 36px;
    max-width: 500px;
  }
  .sample-btn.btn {
    background-color: #fff;
    color: var(--secondary-color);
    font-weight: 600;
  }
  .home-blog-wrapper.grid{
    padding: 0 calc(25% / 2);
}
.home-blog-item{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    justify-content: start;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 7px;
    padding-bottom: 20px;
    justify-content: space-between;
    overflow: hidden;
}
.home-blog-item img {
    object-fit: cover;
    width: auto;
    border-radius: 6px 5px 0 0;
    width: 100%;
    height: 180px;
}
.home-blog-heading{
    color: var(--secondary-text-color);
    font-weight: 600;
    font-size:16px;
    display: block;
    margin: 20px 15px;
}
.home-blog-button-wrapper{
    text-align: center;
    margin-top:25px ;
}
.home-blog-button.btn{
       margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 1024px) {
    .process-steps.grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .wcu-wrapper.grid {
    align-items: stretch;
    margin-left: 20px;
}
.wcu-title {
        font-size: 18px;
    }
    .sample-desc {
    margin-bottom: 36px;
    max-width: 380px;
}
   .sample-bg {
    position: absolute;
    inset: 0;
    background-image: url(https://www.elitecustomboxes.com/wp-content/uploads/2023/06/Jewelry-Boxes-Banner-Image.webp);
    background-size: cover;
    background-position: 20% 50%;
    background-repeat: no-repeat;
    margin: 0px 20px;
}
  .home-blog-wrapper.grid {
    padding:0 50px;
  }
}
@media screen and (max-width: 600px) {
    .product-card-item {
        width: 300px;
        margin: 0 auto;
    }
    .wcu-wrapper {
        margin-left: 20px;
    }
    .wcu-title {
        font-size: 18px;
    }
     .slider-wrapper{
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }
  .site-logo{
    order:1;
    width:100%;
    margin-right:0;
    text-align:center;
    margin-bottom:20px;
  }
  #prevBtn{
    order:2;
  }
  .client-testimonials-list{
    order:3;
    width:100%;
  }
  #nextBtn{
    order:4;
  }
    .client-testimonials-item { flex: 0 0 100%; }
  .sample-bg {
    position: absolute;
    inset: 0;
    background-image: url(https://www.elitecustomboxes.com/wp-content/uploads/2023/06/Jewelry-Boxes-Banner-Image.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 20px;
   }
    .sample-content {
      justify-content: flex-start;
    }
 
    .sample-text-block {
      max-width: 100%;
    }  
}