.banner {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: auto;
    isolation: isolate
}

.banner__box {
    text-align: center
}

.banner__box.gradient {
    transform: perspective(0)
}

@media only screen and (max-width: 749px) {
    .banner--content-align-mobile-right .banner__box {
        text-align:right
    }

    .banner--content-align-mobile-left .banner__box {
        text-align: left
    }
}

@media only screen and (min-width: 750px) {
    .banner--content-align-right .banner__box {
        text-align:right
    }

    .banner--content-align-left .banner__box {
        text-align: left
    }

    .banner--content-align-left.banner--desktop-transparent .banner__box,.banner--content-align-right.banner--desktop-transparent .banner__box,.banner--medium.banner--desktop-transparent .banner__box {
        max-width: 68rem
    }
}

.banner__media.animate--zoom-in {
    clip-path: inset(0px)
}

.banner__media.animate--zoom-in>img:not(.zoom):not(.deferred-media__poster-button),.banner__media.animate--zoom-in>svg:not(.zoom):not(.deferred-media__poster-button) {
    position: fixed;
    height: 100vh
}

@media screen and (max-width: 749px) {
    .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height:28rem
    }

    .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 34rem
    }

    .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,.banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 39rem
    }

    .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 28rem
    }

    .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 34rem
    }

    .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 39rem
    }
}

@media screen and (min-width: 750px) {
    .banner {
        flex-direction:row
    }

    .banner--small:not(.banner--adapt) {
        min-height: 42rem
    }

    .banner--medium:not(.banner--adapt) {
        min-height: 56rem
    }

    .banner--large:not(.banner--adapt) {
        min-height: 72rem
    }

    .banner__content.banner__content--top-left {
        align-items: flex-start;
        justify-content: flex-start
    }

    .banner__content.banner__content--top-center {
        align-items: flex-start;
        justify-content: center
    }

    .banner__content.banner__content--top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .banner__content.banner__content--middle-left {
        align-items: center;
        justify-content: flex-start
    }

    .banner__content.banner__content--middle-center {
        align-items: center;
        justify-content: center
    }

    .banner__content.banner__content--middle-right {
        align-items: center;
        justify-content: flex-end
    }

    .banner__content.banner__content--bottom-left {
        align-items: flex-end;
        justify-content: flex-start
    }

    .banner__content.banner__content--bottom-center {
        align-items: flex-end;
        justify-content: center
    }

    .banner__content.banner__content--bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 749px) {
    .banner:not(.banner--stacked) {
        flex-direction:row;
        flex-wrap: wrap
    }

    .banner--stacked {
        height: auto
    }

    .banner--stacked .banner__media {
        flex-direction: column
    }
}

.banner__media {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.banner__media-half {
    width: 50%
}

.banner__media-half+.banner__media-half {
    right: 0;
    left: auto
}

.banner__media-half.animate--fixed:first-child>img,.banner__media-half.animate--zoom-in:first-child>img {
    width: 50%
}

.banner__media-half.animate--fixed:nth-child(2)>img,.banner__media-half.animate--zoom-in:nth-child(2)>img {
    left: 50%;
    width: 50%
}

@media screen and (max-width: 749px) {
    .banner--stacked .animate--fixed:first-child>img,.banner--stacked .animate--zoom-in:first-child>img {
        width:100%
    }

    .banner--stacked .banner__media-half.animate--fixed:nth-child(2)>img,.banner--stacked .banner__media-half.animate--zoom-in:nth-child(2)>img {
        left: 0;
        width: 100%
    }

    .banner--stacked .banner__media-half {
        width: 100%
    }

    .banner--stacked .banner__media-half+.banner__media-half {
        order: 1
    }
}

@media screen and (min-width: 750px) {
    .banner__media {
        height:100%
    }
}

.banner--adapt,.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
    height: auto
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom .banner__media,.banner--stacked:not(.banner--mobile-bottom) .banner__media {
        position:relative
    }

    .banner--stacked.banner--adapt .banner__content {
        height: auto
    }

    .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
        background: transparent
    }

    .banner:not(.banner--mobile-bottom) .banner__box {
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .banner:not(.banner--mobile-bottom) .button--secondary {
        --alpha-button-background: 0
    }

    .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        position: absolute;
        height: auto
    }

    .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
        max-height: 100%;
        overflow: hidden;
        position: absolute
    }

    .banner--stacked:not(.banner--adapt) .banner__media {
        position: relative
    }

    .banner:before {
        display: none!important
    }

    .banner--stacked .banner__media-image-half {
        width: 100%
    }
}

.banner__content {
    padding: 0;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2
}

@media screen and (min-width: 750px) {
    .banner__content {
        padding:5rem
    }

    .banner__content--top-left {
        align-items: flex-start;
        justify-content: flex-start
    }

    .banner__content--top-center {
        align-items: flex-start;
        justify-content: center
    }

    .banner__content--top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .banner__content--middle-left {
        align-items: center;
        justify-content: flex-start
    }

    .banner__content--middle-center {
        align-items: center;
        justify-content: center
    }

    .banner__content--middle-right {
        align-items: center;
        justify-content: flex-end
    }

    .banner__content--bottom-left {
        align-items: flex-end;
        justify-content: flex-start
    }

    .banner__content--bottom-center {
        align-items: flex-end;
        justify-content: center
    }

    .banner__content--bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        order:2
    }

    .banner:not(.banner--mobile-bottom) .field__input,.banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
        background: transparent
    }
}

.banner__box {
    padding: 4rem 1.5rem;
    position: relative;
    height: fit-content;
    align-items: center;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
    z-index: 1
}

.banner--mobile-bottom .banner__box {
    padding: 4rem 3.5rem
}

@media screen and (min-width: 750px) {
    .banner__box {
        padding:4rem 3.5rem
    }

    .banner--desktop-transparent .banner__box {
        padding: 4rem 0;
        background: transparent;
        max-width: 89rem;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .banner--desktop-transparent .button--secondary {
        --alpha-button-background: 0
    }

    .banner--desktop-transparent .content-container:after {
        display: none
    }
}

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:after,.banner--mobile-bottom .banner__media:after {
        display:none
    }
}

.banner:after,.banner__media:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.banner__box>*+.banner__text {
    margin-top: 1.5rem
}

@media screen and (min-width: 750px) {
    .banner__box>*+.banner__text {
        margin-top:2rem
    }
}

.banner__box>*+* {
    margin-top: 1rem
}

.banner__box>*:first-child {
    margin-top: 0
}

@media screen and (max-width: 749px) {
    .banner--stacked .banner__box {
        width:100%
    }
}

@media screen and (min-width: 750px) {
    .banner__box {
        width:auto;
        max-width: 71rem;
        min-width: 45rem
    }
}

@media screen and (min-width: 1400px) {
    .banner__box {
        max-width:90rem
    }
}

.banner__heading {
    margin-bottom: 0
}

.banner__box .banner__heading+* {
    margin-top: 1rem
}

.banner__buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 45rem;
    word-break: break-word
}

@media screen and (max-width: 749px) {
    .banner--content-align-mobile-right .banner__buttons--multiple {
        justify-content:flex-end
    }

    .banner--content-align-mobile-center .banner__buttons--multiple>* {
        flex-grow: 1;
        min-width: 22rem
    }
}

@media screen and (min-width: 750px) {
    .banner--content-align-center .banner__buttons--multiple>* {
        flex-grow:1;
        min-width: 22rem
    }

    .banner--content-align-right .banner__buttons--multiple {
        justify-content: flex-end
    }
}

.banner__box>*+.banner__buttons {
    margin-top: 2rem
}

@media screen and (max-width: 749px) {
    .banner:not(.slideshow) .rte a,.banner:not(.slideshow) .inline-richtext a:hover,.banner:not(.slideshow) .rte a:hover {
        color:currentColor
    }
}

@media screen and (min-width: 750px) {
    .banner--desktop-transparent .rte a,.banner--desktop-transparent .inline-richtext a:hover,.banner--desktop-transparent .rte a:hover {
        color:currentColor
    }
}

.banner__box-content--wrapper {
    display: flex;
    gap: 2rem
}

.phi-testimonial-card__avatar-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    margin-bottom: -60px
}

.phi-testimonial-card__avatar {
    width: 163px;
    height: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 76px;
    bottom: 0;
    left: 26%;
}




.phi-testimonial-card__avatar-img {
    width: 100px;
    height: 100px
}

.phi-testimonial-simple {
    width: 100%;
    max-width: 306px;
    overflow: hidden;
    box-shadow: 0 10px 30px #0000001a;
    position: relative;
    border-radius: 8px;
    background: #f8f9fa;
}


.phi-testimonial-simple__header {
    background: linear-gradient(135deg,#006b4e,#00a67e);
    height: 250px;
    position: relative
}

.phi-testimonial-simple__header:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: #f8f9fa;
    clip-path: ellipse(120% 100% at 50% 100%)
}

.phi-testimonial-simple__content {
    background: #f8f9fa;
    padding: 1px 32px;
    padding-bottom: 2rem;
    text-align: center;
    position: relative
}

.phi-testimonial-simple__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px
}

.phi-testimonial-simple__company {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    margin-top: 0
}

.phi-testimonial-simple__quote {
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    position: relative;
    z-index: 1
}

@media (max-width: 480px) {
    .phi-testimonial-simple {
        max-width:100%
    }

    .phi-testimonial-simple__header { 
        height: 180px
    }

    .phi-testimonial-simple__content {
        padding: 2px 10px 18px;
    }

    .phi-testimonial-simple__content:after {
        height: 40px
    }

    .phi-testimonial-simple__title {
        font-size: 16px
    }

    .phi-testimonial-simple__company,.phi-testimonial-simple__quote {
        font-size: 10px
    }
}

.phi-testimonial-card__icon {
    width: 20px;
    height: 20px
}

.phi-testimonial-card__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0
}

.phi-testimonial-card__stars {
    display: flex;
    justify-content: center;
    gap: 4px
}

.phi-testimonial-card__header {
    padding-top: 2rem
}

@media screen and (max-width: 749px) {
    .phi-testimonial-card__avatar {
        width:96px;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        top: 75px;
        bottom: 0;
        left: 25%
    }

    .phi-testimonial-simple__content {
        padding: 2px 10px 18px 
    }

    .phi-testimonial-simple__title {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0
    }

    .phi-testimonial-card__label svg {
        width: 16px;
    }

    .phi-testimonial-card__stars {
        margin-top: -6px;
    }

    .phi-testimonial-card__stars svg {
        width: 17px;
    }
    
}


.testimonials-section__title {
    color: var(--mode-color);
}

@media screen and (min-width: 750px) {

    .testimonials-section__title {
            font-family: Poppins;
            font-weight: 500;
            font-style: Medium;
            font-size: 54px;
            line-height: 111.00000000000001%;
            letter-spacing: 0%;
            color: var(--mode-color);
    }


    .testimonials-section__subtitle {
        font-family: Poppins;
        font-weight: 500;
        font-size: 24px;
        line-height: 112.00000000000001%;
        letter-spacing: 0;
        margin-bottom: 3rem;
        color: var(--mode-color); 
    }

    .phi-testimonial-card__label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0
    }

 
}



 .pi-image-banner-v1 .banner__media.media {
    border: 2px solid #000;
    border-radius: 27px; 
    color: #000; 
    background: #fafafa;
  }





.pi-dark-mode  .pi-image-banner-v1 .banner__media.media {
    border: 2px solid #fff;
    border-radius: 27px; 
    color: #fff;
    background: #000; 
  }


  /* .pi-dark-mode  .pi-image-banner-v1 .banner__heading {
    color: #fff;
}  */

.post-template-default .section.pi-image-banner-v1 {
    margin-bottom: 3rem;
}  
   

@media screen and (min-width: 750px) {

    .post-template-default .section.pi-image-banner-v1 {
        margin-bottom: 6rem;
    }    
}  

.testimonials-section__subtitle {
    margin-bottom: 1rem;
}   



img.wiq-mobile-image {
    display: none !important;
}

img.wiq-desktop-image {
    display: block ;
}


@media screen and (max-width: 749px) {
    .page-template-page-our-services .banner__heading.inline-richtext {
        font-weight: 600;
        font-size: 3.5rem;
        padding: 22px;
        padding-bottom: 0;
    }
     
    img.wiq-mobile-image {
        display: block !important;
    }

    img.wiq-desktop-image {
        display: none ;
    }
    
}