/** Shopify CDN: Minification failed

Line 170:29 The "-" operator only works if there is whitespace on both sides

**/
.testimonial-heading h2 {
    margin-top: 0;
    font-size: 96px;
    line-height: 1;
    padding-right: 150px;
    margin-bottom:20px;
    color:#080808;
}
.custom-testimonial-content p{
    font-size: 24px;
    color: #484848;
    font-family: "Agenda", sans-serif;
}
.custom-testimonial-section .page-width {
    position: relative;
}

.custom-testimonial-content h2{
    color: var(--Black, #080808);
    font-family: 'pf_videotext_proregular';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.custom-testimonial-section {
    border: 2px solid #000;
}

.swiper-container:has(.swiper-initialized) {
    opacity: 1;
}

.custom-testimonial-card {
    display: flex;
    gap: 2rem;
}

.custom-testimonail-left img {
      min-width: 145px;
      max-width: 145px !important;
    max-height: 145px;
  min-height: 145px;
    height: auto;
}

.custom-testimonail-left {
    width: 34%;
    align-items: center;
    align-content: center;
    text-align: center;
}

.custom-testimonail-right {
    width: 66%;
}

.custom-testimonial-star {
    margin-top: 20px;
}

.custom-testimonial-star svg {
    width: 20px;
    height: 20px;
}

.custom-testimonial-star  {
   display:flex;
   gap:5px;
}

.custom-testimonial-title p {
    margin-bottom: 0;
    text-align: center;
  font-size: 24px;
    font-family: 'pf_videotext_proregular';
    color: #080808;
}

.custom-testimonial-right * {
    margin-bottom: 0;
}

.custom-testimonial-card {
    padding: 24px;
    border: 1px solid #000;
}

.custom-testimonial-arrow {
    position: absolute;
    right: 2.3rem;
    top: -83px;
    width: 60px;
    height: 60px;
    background: transparent;
    margin: 0px;
    display: flex !important;
    z-index: 2;
}

.custom-testimonial-arrow:after {
    content: none;
}

.custom-testimonial-arrow.swiper-button-prev {
    left: unset;
    right: 84px;
}

.custom-testimonial-section .swiper {
    position: unset;
}

.custom-testimonial-arrow:after {
    font-size: 2rem;
    color: #000;
}

@media screen and (max-width:768px) {
    .custom-testimonial-card {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 0px;
    }
    .swiper-container{
        padding-bottom:69px
    }
    .custom-testimonial-star  {
        display:flex;
        gap:5px;
        justify-content: center;
     }
     
    .custom-testimonail-left {
        width: 100%;
    }
    .custom-testimonail-left img{
        max-width: 200px;
    }
    .testimonial-heading h2 {
        font-size: 36px;
    }
    .custom-testimonial-arrow.swiper-button-prev {
        left: unset;
        right: 69px;
    }
    .custom-testimonial-arrow {
        top: -2px;
        width: 45px;
        height: 45px;
    }
    .testimonial-heading h2{
        padding: 0;
    }
    .custom-testimonial-section .swiper{
        position: relative;
    }
    .custom-testimonial-arrow {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);

        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
    }
    .custom-testimonial-arrow.swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 10px);
        right: auto;
    }

    .custom-testimonial-arrow {
       
        bottom: 0px;
        top: unset!important;
    }

    .custom-testimonial-arrow.swiper-button-next{
        right:calc(50% - 45px);
        left:unset;

    }


    .custom-testimonial-arrow.swiper-button-prev{
        left:calc(50% - 45px);
        right:unset;

    }

    .custom-testimonial-content h2{
        font-size:24px;
    }
}