    section.customer-blog {
        padding-bottom: 50px;
        background-color:#FEF9F2;
    }

    .filter-container-wrapper {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
        /*margin-top: -70px;*/
        margin-bottom:71px;
    }

    .cards-container-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .filter-cust {
        display: flex;
        justify-content: center;
    }

    .industry-tabs {
        list-style: none;
        display: flex;
        gap:15px;
        background: #fff;
        padding: 18px 28px;
        border-radius: 8px; /* */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #dcdcdc #f1f1f1;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /*border: 1px solid #dcdcdc;*/
        margin: 0;
      box-shadow: 0px 0px 2px 0px #3C354966;
        flex-grow: 1;
        max-width: 100%;
        z-index:2;
        align-items: center;
       
    }

    .industry-tabs::-webkit-scrollbar {
        height: 8px;
    }

    .industry-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .industry-tabs::-webkit-scrollbar-thumb {
        background: #dcdcdc;
        border-radius: 10px;
    }

    .industry-tabs::-webkit-scrollbar-thumb:hover {
        background: #c0c0c0;
    }

    .industry-tabs li.tab {
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 100px;
        font-family:'Poppins',sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#3C247F;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.3s ease;
        border: none;
        background-color: transparent; /* */
       /* */
    }

    .industry-tabs li.tab:not(.active):hover {
        background-color: #f0f0f0;
    }

   

    .industry-tabs li.tab[data-slug="all"].active {
        background-color:#FBB040;
        color: white;
    }

    .industry-tabs li.tab[data-slug="ecommerce"].active {
        background-color: #009499;
        color: white;
    }
    .industry-tabs li.tab[data-slug="non-profits"].active {
        background-color: #751165;
        color: #fff;
    }
    .industry-tabs li.tab[data-slug="retail"].active {
        background-color: #C1F5F1;
        color: #3C247F;
    }
    .industry-tabs li.tab[data-slug="services"].active {
        background-color: #3C247F;
        color: white;
    }
    .industry-tabs li.tab[data-slug="real-estate"].active {
        background-color: #F1E3FF;
        color: #3C247F;
    }
    .industry-tabs li.tab[data-slug="music"].active {
        background-color: #FCEFDC;
        color: #3C247F;
    }
    .industry-tabs li.tab[data-slug="nature"].active {
        background-color: #EBFFFD;
        color: #3C247F;
    }

    .industry-tag {
        position: absolute;
        top: 28px;
        left: 28px; /* */
        border-radius: 4px; /* */
        font-size: 0.8em;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 2;
        font-family: 'Poppins',sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: capitalize;
        color:#3C247F;
        border-radius:31px;
        padding-top: 12.5px;
        padding-right: 14px;
        padding-bottom: 12.5px;
        padding-left: 14px;
        transition: all 0.3s ease;
    }

    .industry-tag.ecommerce {
        background-color: #009499;
        color: #fff;
    }
    .industry-tag.non-profits {
        background-color: #751165;
        color: #fff;
    }
    .industry-tag.retail {
        background-color: #C1F5F1;
        color: #3C247F;
    }
    .industry-tag.services {
        background-color: #3C247F;
        color: white;
    }
    .industry-tag.real-estate {
        background-color: #F1E3FF;
        color: #3C247F;
    }
    .industry-tag.music {
        background-color: #FCEFDC;
        color: #3C247F;
    }
    .industry-tag.nature {
        background-color: #EBFFFD;
        color: #3C247F;
    }
    .industry-tag.all {
        background-color: #EBFFFD;
        color: #FBB040;
    }
.industry-tag.nxg {
  background: #F7EEFF;
}
    .list-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 0;
        justify-content: center;
        width: 100%;
    }

    .list-column {
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
        width: 360px;
        flex-shrink: 0;
        flex-grow: 0;
        display: flex;
        flex-direction: column;
          border: 2px solid #3C3549;
    transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    will-change: border, box-shadow;
    }
 

.list-column.content:hover {

    box-shadow: 10px 10px 0px 0px #3C247F;
}

    .card-header-image {
        position: relative;
        width: 100%;
        height: 192px;
        overflow: hidden;
    }
 
.card-header-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
object-position: top center;
}

 .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(60, 53, 73, 0.65) 0%,
        rgba(60, 53, 73, 0) 100%
    );
    pointer-events: none;
    z-index: 1; /* Make sure it sits above the background image */
}


    .list-cust-content {
        padding: 28px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .title-cust {
       font-family:"Song Myung",sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 36px;
letter-spacing: 0%;

        margin: 0 0 8px;
        color:#3C3549;
    
    }

    .owner {
       font-family:'Poppins',sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 23px;
letter-spacing: 0.5px;
text-transform:Capitalize;

        margin-bottom: 16px;
        color:#3C3549;
    }

    .owner a {
        color:#5587E0;
        text-decoration: none;
    }

    .owner a:hover {
        text-decoration: underline;
    }

.qoute-cust {
  min-height: 92px;
}
    .qoute-cust p {
            font-family:'Poppins',sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.5px;
color:#3C3549;
        margin-bottom: 24px;
        flex-grow: 1;
        -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
    }

    .viewMore-btn {
        margin-top: auto;
        align-self: flex-start;
        background: transparent;
border-radius: 30px;
/*max-width:150px;*/
line-height:normal !important;
padding:12.2px 30.5px;
border: 2px solid #3C247F;
border-radius:50px;
        transition: all 0.3s ease;
        font-family:'Poppins',sans-serif;
font-weight: 600;
font-size: 15px;
line-height: 150%;
letter-spacing: 0%;
color:#3C247F;
    }

    .viewMore-btn:hover {
       background: #321F65 !important;
  box-shadow: 0px 4px 4px 0px rgba(50,31,101,0.2) !important;
 
  color: white !important;
    }

    .search-and-filter {
        position:relative;
        margin-top: 0;
        width: 100%;
        margin-top:-84px;
       

    }

    body #loadMoreBtn {
        background:#3C247F !important;
        border: 2px solid #3d2d76;
        color:#fff;
        min-width:142px;
        padding: 10.5px 24px;
        border-radius: 30px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    #loadMoreBtn:hover {
        background-color: #3d2d76;
        color: #fff;
    }
/* === Responsive Styles === */

/* Tablet (≤1024px) */
@media (max-width: 1024px) {
  .list-container {
    gap: 24px;
  }

  .list-column {
    width: 45%;
  }

  .filter-container-wrapper,
  .cards-container-wrapper {
    padding: 0 20px;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .industry-tabs {
    gap: 10px;
    padding: 12px 16px;
  }

  .industry-tabs li.tab {
    font-size: 14px;
    padding: 8px 16px;
  }

  .list-container {
    gap: 20px;
  }

  .list-column {
    width: 100%;
    max-width: 100%;
    margin-bottom:20px;
  }
  /*.list-column:hover{*/
  /*    margin-bottom:20px;*/
  /*}*/

  .list-cust-content {
    padding: 20px;
  }

  .title-cust {
    font-size: 20px;
    line-height: 30px;
    text-align:center;
  }

  .qoute-cust p {
    font-size: 14px;
    line-height: 21px;text-align:center;
  }
.owner{
    text-align:center;
}
  .viewMore-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .filter-container-wrapper {
    margin-bottom: 30px;
  }

  .card-header-image {
    height: 160px;
  }

  .industry-tag {
    top: 16px;
    left: 16px;
    font-size: 12px;
    padding: 6px 12px;
  }

  .search-and-filter {
    margin-top: -60px;
  }
}

/* Extra small (≤480px) */
@media (max-width: 480px) {
  .industry-tabs {
    padding: 15px;
    gap: 8px;
  }

  .list-column {
    border-radius: 6px;
  }

  .card-header-image {
    height: 140px;
  }

  .title-cust {
    font-size: 18px;
  }

  .viewMore-btn {
    width: 100%;
    text-align: center;
  }
}


/*Single Hero Banner */
.hero-banner {
    background: url('/images/nxg/nxg-customer-detail/RCInsiders.webp') center/cover no-repeat;
    height:496px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    color: white;
    position: relative;
    box-sizing: border-box;
}
.hero-content {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    z-index: 10;
}
.hero-logo img {
    width: 150px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: 25px;
    left: 500px;
}

/* Testimonial Section */
.testimonial-container {
    background-color: #FCEFDC;
    padding:99px 0px 106px;
    display: flex;
    justify-content: center;
}
.testimonial-detail {
    width: 100%;
    max-width: 640px;
}
.testimonial-back-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.testimonial-back-link span {
    font-weight: 600;
    font-size: 16px;
    color: #3C247F !important;
    margin-left: 10px;
}
.testimonial-back-link svg {
    height: 16px;
    width: 26px;
    display: inline-block;
    padding-bottom:3px;
}
.testimonial-card {
    background: #fff;
    border: 1px solid #3C3549;
    border-radius: 12px;
    padding:27.5px 32px 22px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.testimonial-name {
    font-family: 'Song Myung', serif;
    font-size: 25px;
    color: #1D202D;
    margin-bottom: 0px;
}
.testimonial-info .info-group {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3C3549;
    line-height: 18px;
    margin-bottom:12px;
}
.testimonial-info a {
    color: #5587E0;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none;
}
.separator {
    width: 1px;
    height: 24px;
    margin: 0 10px;
    background-color: #AFB1B5;
    display: inline-block;
}
body .testimonial-tag {
    background-color: #F7EEFF;
    color: #3C247F !important;
    padding: 13px 19.5px;
    border-radius: 30px;
    font-weight: 600 !important;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1;
    min-width: 130px;
  text-align: center;
}
.testimonial-block {
    margin-top: 10px;
}
.testimonial-block h2,
.testimonial-block h4,
.testimonial-block h3 {
    font-size: 20px;
    color: #1D202D;
    margin-bottom:11px;
}
.testimonial-block p {
    font-size: 16px;
    line-height: 28.8px;
    color: #3C3549;
}
.sep {
    border: 1px solid #AFB1B5;
    margin:15px 0;
}

.testimonial-block h2 + p,
.testimonial-block h3 + p, 
.testimonial-block h4 + p {
  border-bottom: 1px solid #AFB1B5;
}
.testimonial-block p:last-of-type{
    border:none;
}

/*cards*/
.customer-cards-wrapper{
       background-color:#FEF9F2;
    padding:68px 0 127px;
}



.customer-cards-grid {
  display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 0;
        justify-content: center;
        width: 100%;
}
.customer-card {
  background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
        width: 360px;
        flex-shrink: 0;
        flex-grow: 0;
        display: flex;
        flex-direction: column;
          border: 2px solid #3C3549;
    transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    will-change: border, box-shadow;
}

.customer-card:hover {
     box-shadow: 10px 10px 0px 0px #3C247F;
}

.customer-card__image-wrapper {
    position: relative;
    width: 100%;
    height: 192px;
    overflow: hidden;
}

.customer-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.customer-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(60, 53, 73, 0.65) 0%,
        rgba(60, 53, 73, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.customer-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #C1F5F1;
    color: #3C247F;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 6px 14px;
    text-transform: capitalize;
    z-index: 2;
}

.customer-card__content {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customer-card__title {
    font-family: "Song Myung", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #3C3549;
    margin: 0 0 8px;
}

.customer-card__owner {
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #3C3549;
}

.customer-card__owner a {
    color: #5587E0;
    text-decoration: none;
}

.customer-card__owner a:hover {
    text-decoration: underline;
}

.customer-card__quote p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #3C3549;
    margin-bottom: 24px;
    flex-grow: 1;
}

.customer-card__btn {
    margin-top: auto;
    align-self: flex-start;
    background: transparent;
    padding:14.2px 30.5px;
    line-height:normal !important;
    border: 2px solid #3C247F;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #3C247F !important;
    text-decoration: none;
    display: inline-block;
}
.customer-cards-heading h2{
    font-family:'Song Myung',sans-serif;
font-weight: 400;
font-size: 31px;
line-height: 42px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:#000;
width:50%;
margin:50px auto;
}
.customer-card__btn:hover {
    background: #321F65 !important;
    box-shadow: 0px 4px 4px 0px rgba(50, 31, 101, 0.2) !important;
    color: white !important;
}
.industry-tag.nxg {
  background: #F7EEFF;
}
/* Responsive */
/* Responsive Enhancements */
@media (max-width: 1024px) {
    .hero-logo img {
        left: 50%;
        transform: translateX(-50%);
    }

    .customer-cards-heading h2 {
        width: 90%;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: 400px;
        padding: 10px;
    }

    .hero-content {
        flex-direction: column;
        padding: 0;
    }

    .testimonial-card {
        padding: 20px;
    }
    .testimonial-detail{
        margin:20px;
    }

    .customer-card {
        width: 100%;
        max-width: 90%;
    }

    .customer-cards-heading h2 {
        font-size: 24px;
        margin: 30px auto;
    }
    .testimonial-info .info-group{
            flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .separator{
        display:none;
    }
    .testimonial-info a{
        margin-left:0;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 300px;
    }

    .hero-logo img {
        width: 120px;
        bottom: 15px;
    }

    .testimonial-back-link span {
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 22px;
    }

    .testimonial-block h4 {
        font-size: 18px;
    }

    .testimonial-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .customer-card__title {
        font-size: 20px;
    }

    .customer-card__quote p {
        font-size: 14px;
    }
   
}

