/* Every rule is scoped to the widget wrapper to avoid interfering with Elementor core widgets. */
.elementor-element .dib-nps__section {
    position: relative;
    width: 100%;
    min-height: 629px;
    padding: 53px 18px 32px;
    box-sizing: border-box;
    overflow: hidden;
     
}
.elementor-element .dib-nps__section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: .08;
    pointer-events: none;
}
.elementor-element .dib-nps__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.elementor-element .dib-nps__eyebrow {
    margin: 0 0 5px;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .18em;
    text-align: center;
    text-transform: uppercase;
    color: #f09c22;
}
.elementor-element .dib-nps__eyebrow::before {
    content: "•";
    padding-right: 3px;
}
.elementor-element .dib-nps__heading {
    margin: 0 0 40px;
    padding: 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: center;
    color: #fff;
}
.elementor-element .dib-nps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}
.elementor-element .dib-nps__card {
    min-width: 0;
    padding: 10px;
    background: #fff;
    border: 0 solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,.10);
    transition: transform .25s ease, box-shadow .25s ease;
}
.elementor-element .dib-nps__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.elementor-element .dib-nps__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.elementor-element .dib-nps__image {
    display: block;
    width: 100%;
    height: 121px;
    object-fit: cover;
    border-radius: 5px;
    background: #e7ebef;
}
.elementor-element .dib-nps__image--empty {
    background: linear-gradient(135deg,#dde4e8,#f4f6f7);
}
.elementor-element .dib-nps__title {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    color: #26282b;
}
.elementor-element .dib-nps__excerpt {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.42;
    color: #5e6368;
}
.elementor-element .dib-nps__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}
.elementor-element .dib-nps__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 88px;
    min-height: 25px;
    padding: 15px 30px;
    border: 1px solid #6b6b6b;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #111;
	 
    background: transparent;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}
.elementor-element .dib-nps__button:hover {
    transform: translateY(-1px);
}
.elementor-element .dib-nps__button span {
    font-size: 13px;
    line-height: .8;
    color: #f09c22;
}
.elementor-element .dib-nps__empty {
    padding: 35px 20px;
    text-align: center;
    background: rgba(255,255,255,.9);
    border-radius: 6px;
}
@media (max-width: 767px) {
    .elementor-element .dib-nps__section {
        min-height: auto;
        padding: 42px 14px 28px;
    }
    .elementor-element .dib-nps__inner {
        max-width: 100%;
    }
    .elementor-element .dib-nps__heading {
        margin-bottom: 28px;
        font-size: 23px;
    }
    .elementor-element .dib-nps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .elementor-element .dib-nps__card {
        padding: 8px;
    }
    .elementor-element .dib-nps__image {
        height: 100px;
    }
}
@media (max-width: 480px) {
    .elementor-element .dib-nps__grid {
        grid-template-columns: 1fr;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .elementor-element .dib-nps__image {
        height: 150px;
    }
}
