/* ===== Testimonial Grid (matches reference design) ===== */
.page-id-12469 .ekit-template-content-footer {
    display: none;
}
.cw_testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 20px; */
    box-sizing: border-box;
}

.cw_testimonial-card {
    position: relative;
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1.5px solid #002A61;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 8px 8px 0 0 #002A61;
}

.cw_testimonial-quote {
    display: block;
    font-family: 'Ubuntu';
    font-size: 34px;
    line-height: normal;
    color: #f5822a;
    font-weight: 700;
    margin-bottom: 0;
}

.cw_testimonial-title {
    font-size: 20px;
    font-weight: 700;
    color: #002A61;
    margin: 12px 0;
    line-height: 1.3;
}

.cw_testimonial-desc {
    margin: 0 0 20px;
    color: #404757;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.cw_testimonial-divider {
    border-bottom: 1px solid #e0e0e0;
    margin-top: auto;
    margin-bottom: 12px;
    padding-top: 32px;
}

.cw_testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cw_testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cw_testimonial-avatar--placeholder {
    background: #d9d9d9;
}

.cw_testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cw_testimonial-name {
    color: #002A61;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cw_testimonial-designation {
    color: #737D8F;
    font-family: Ubuntu;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.orng-border span {
    border-radius: 2px;
}
.heading-height > div {
    min-height: 72.3px;
}
.bg-gradient::before{
        background-image: linear-gradient(90deg, rgba(14, 26, 64, 0.45) 0%, rgba(14, 26, 64, 0.00) 35%, rgba(14, 26, 64, 0.00) 100%)!important;
}
/* ===== Responsive ===== */
@media (max-width: 1024px) {
.heading-height > div {
    min-height: auto;
}
}
@media (max-width: 768px) {
.cw_testimonial-card{
    padding: 24px;
}
.cw_testimonial-title{
    margin-top:0;
}
.cw_testimonial-divider{
    padding-top: 24px;
}
}
@media (max-width: 768px) {
    .cw_testimonial-grid {
        gap: 24px;
    }

    .cw_testimonial-card {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 26px 24px 22px;
        box-shadow: 8px 8px 0 0 #0b2f5c;
    }

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