


.icon-content-group-header{
    max-width: 768px !important;
    margin: 0 auto;
    padding-bottom: 32px;
}

.logo-grid,
.logo-carousel {
    margin-top: 30px;
    padding-bottom: 32px;
}
.logo-carousel {
    margin-bottom: 30px;
}
.component-social-proof-sec .logo-wrapper-sec {
    padding: 0;
    aspect-ratio: 140 / 55;
    width: 140px;
    height: 55px;
}
.logo-grid.flex-column {
    flex-direction: column !important;
    align-items: flex-start;
}

.logo-grid {
    column-gap: 32px;
    row-gap: 32px;
}

.logo-grid.flex-column .logo-wrapper-sec {
    width: 100%;
    margin-bottom: 15px;
}

.logo-grid.flex-row .logo-wrapper-sec {
    display: inline-block;
}
.component-social-proof-sec .logo-wrapper {
    padding: 10px;
    display: flex;
    border-radius: 10px;
    background: #f8f8f8;
    width: 100%;
    max-width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.logo-wrapper-sec img, .logo-wrapper svg {
    object-fit: contain;
        width: 120px;
    height: 40px;
}
.testimonial-img-wrap img, .testimonial-img-wrap svg {
    width: 76px !important;
    height: 88px;
    object-fit: contain;
    margin-bottom: 10px;
    margin: 0 auto;
}
.logo-carousel .logo-wrapper-sec {
    width: auto;
}

/* Container for dots and nav */
.testimonial-carousel-slider {
    position: relative;
    padding-bottom: 50px;
}
.testimonial-carousel-slider,
.testimonial-grid,
.component-g2-rating-banner {
    margin: 30px 0;

}
.testimonial-carousel-slider.owl-carousel .owl-nav, 
.testimonial-carousel-slider.owl-carousel .owl-dots,
.logo-carousel.owl-carousel .owl-nav,
.logo-carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: 18px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    z-index: 9;
}

/* Dots styling */
.testimonial-carousel-slider.owl-carousel .owl-dots,
.logo-carousel.owl-carousel .owl-dots {
    flex-grow: 1;
    text-align: center;
}

.testimonial-carousel-slider.owl-carousel .owl-dot,
.logo-carousel.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-color: #35468B2C;
    border-radius: 50%;
}
.left-arrow {
    border-top: 2px solid #35468B2C;
    width: 10px;
    display: block;
    border-right: 2px solid #35468B2C;
    height: 10px;
    transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
}
.left-arrow.right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.testimonial-content p {
    margin-bottom: 0;
    color: var(--btn-secondary);
    position: relative;
}
.testimonial-carousel-slider .testimonial-content p {
    font-size: 28px;
}
.testimonial-grid-item {
    padding: 0 25px;
}
.testimonial-carousel-slider .testimonial-content p::before {
    left: 8px;
}
.testimonial-grid .testimonial-content p::before {
    left: -4px;
}
.owl-prev:hover .left-arrow,
.owl-next:hover .left-arrow {
    border-color: var(--btn-primary);
}
.testimonial-title {
    line-height: 2.5;
    color: var(--textColor);
    font-weight: 600;
}
.testimonial-carousel-slider.owl-carousel .owl-dot.active,
.logo-carousel.owl-carousel .owl-dot.active {
    background-color: var(--btn-primary);
}

/* Nav arrows styling */
.testimonial-carousel-slider.owl-carousel .owl-nav,
.logo-carousel.owl-carousel .owl-nav {
    position: absolute;
    width: 15%;
    left: 50%;
    bottom: 4px;
    height: 20px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    z-index: 2;
}

.testimonial-carousel-slider.owl-carousel .owl-nav button, 
.logo-carousel.owl-carousel .owl-nav button {
    background: none;
    border: none;
    font-size: 24px;
    outline: none;
    cursor: pointer;
}

/* Positioning */

/*
.g2-rating-left {
 width: 313px;
 margin-right: 49px;
 padding-right: 49px;
 position: relative;
 top: -15px;
}
.g2-rating-left::after {
 content: "";
 width: 2px;
 height: 151%;
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 background: rgba(137,128,136, 0.132676);
  transform: translateY(-50%);
}
.g2-rating-left .g2-logo {
 width: 264px;
 height: 67px;
 object-fit: contain;
}
.g2-rating-right {
  width: calc(100% - 313px);
}
.logos-listing .logos-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logos-listing {
  margin-right: 25px;
  margin-bottom: 15px;
  width: 85px;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-listing:last-child {
 margin-right: 0;
}
*/
/*  testimonial-card-carousel */
.testimonial-cards .logo-wrapper,
.testimonial-cards .logo-wrapper-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
}
.testimonial-cards .testimonial-content {
    min-height: 50px;
    overflow: hidden;
    display: flex;
    margin: 10px 0;
    align-items: center;
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.testimonial-cards .logo-wrapper .testimonial-content p {
    font-size: 16px;
        line-height: 22px;
}
.testimonial-cards .designation,
.testimonial-cards .testimonial-title {
    color: var(--btn-primary);
    font-size: 16px;
    line-height: normal;
    margin: 0;
    display: block;
    width: 100%;
}
.testimonial-cards .designation {
    margin-bottom: 5px;
}
.testimonial-carousel-slider.owl-carousel .owl-nav.disabled *,
.logo-carousel.owl-carousel .owl-nav.disabled * { display:none; }
@media(max-width: 1600px){ 
    .testimonial-carousel-slider .testimonial-content p {
        font-size: 24px;
    }
}

@media(max-width: 992px){ 

    /* Logo Grid */
     /* Testimonails */
    .testimonial-carousel-slider.owl-carousel .owl-nav {
        width: 140px;
    }

    .testimonial-carousel-slider .testimonial-content p {
        font-size: 22px;
    }

    .testimonial-grid .testimonial-grid-item:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media(max-width: 769px){ 
    .testimonial-carousel-slider.owl-carousel .owl-nav, 
    .logo-carousel.owl-carousel .owl-nav {
        display: none;
    }
        .testimonial-carousel-slider.owl-carousel .owl-nav {
        width: 50%;
    }
    .logo-wrap {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
    h2.heading {
        font-size: 30px;
    }
    .component-social-proof-sec .logo-grid {
        column-gap: 32px;
        row-gap: 16px;
    }
    .component-social-proof-sec .logo-grid .logo-wrapper-sec {
        margin: 0;
    }
    .component-social-proof-sec .logo-carousel  .logo-wrapper {
        height: 150px;
        padding: 0;
    }

    /* Testimonails */
    .testimonial-carousel-slider .testimonial-content p {
        font-size: 20px;
    }
    .testimonial-img-wrap img {
        width: 55px;
        height: 65px;
    }

    /* Reviews */
   /* .g2-rating-wrap {
        flex-direction: column ;
    }
    .g2-rating-left {
        margin-right: 0;
        padding-right: 0;
    }
    .g2-rating-left::after {
        display: none;
    }
    .g2-rating-left .g2-logo {
        margin: 20px auto 0;
    }
    .g2-rating-right {
        width: 100%;
        justify-content: center;
        grid-gap: 15px 25px;
    }
    .logos-listing {
        margin-right: 0;
        margin-bottom: 0;
        height: 85px;
    }*/
    
}

@media(max-width: 576px){ 
    h2.heading {
        font-size: 26px;
    }
    .component-social-proof-sec .logo-wrapper {
    margin: 0 auto;
    }
    .component-social-proof-sec .logo-grid .logo-wrapper-sec {
    flex: 0 0 140px;
    }

    .logo-carousel .logo-wrapper-sec {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }

     /* Testimonails */
     .testimonial-carousel-slider .testimonial-content p {
        font-size: 18px;
    }

    .testimonial-content p {
        font-size: 15px;
    }
        .testimonial-carousel-slider.owl-carousel .owl-nav {
        width: 75%;
    }
}
.logo-carousel.testimonial-carousel-slider .logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.logo-carousel.testimonial-carousel-slider .logo-wrapper {
    padding: 10px;
}
.logo-carousel.testimonial-carousel-slider .logo-wrap .testimonial-title, .logo-carousel.testimonial-carousel-slider .logo-wrap .designation {
    flex: 0 0 20px;
}

.logo-splide .splide__list {
  will-change: transform;
  transform: translate3d(0,0,0);
}

.logo-splide .splide__track {
  backface-visibility: hidden;
  perspective: 1000px;
}
.logo-splide .splide__slide {
  transform: translateZ(0);
}
.testimonial-card-splide .logo-wrapper img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
/* full width testimonial slider css */
    .testimonial-fullwidth .owl-item{
opacity:.4;
transform:scale(.9);
transition:all .4s ease;
}

.testimonial-fullwidth .owl-item.active{
opacity:1;
transform:scale(1);
}

.testimonial-fullwidth .owl-item{
opacity:.35;
transform:scale(.85);
transition:all .4s ease;
}

.testimonial-fullwidth .owl-item.active{
opacity:1;
transform:scale(1);
}

.testimonial-fullwidth .carousel-sub-item{
max-width: 100%;
    margin: 0 auto !important;
    text-align: center;
    padding: 0 64px;
}
.component-social-proof-sec:has(.testimonial-fullwidth) .container {
    max-width: 100% !important;
    padding: 0;
}
.testimonial-fullwidth .owl-dots {
    gap: 8px;
}
.component-social-proof-sec .logo-wrapper:has(a):hover {
    scale: 1.2;
}
.grid-column-right .logo-grid {
        flex-wrap: wrap;
}
.grid-column-right .logo-grid .logo-wrapper-sec {
    flex: 0 0 45%;
}
.grid-column-right .social-proof-description {
    margin-bottom: 32px;
}
.grid-column-right .logo-grid .logo-wrapper-sec .logo-wrapper {
    width: 140px;
    margin: 0 auto;
}
.buttons-alignment {
    margin-top: 32px;
}
.logo-splide .splide__slide {
 margin-bottom: 40px !important;
}
@media only screen and (min-width: 1920px)
{
    .testimonial-fullwidth .carousel-sub-item{
    padding: 0 128px;
}
}
@media only screen and (max-width: 767px)
{
    .testimonial-fullwidth .carousel-sub-item{
    padding: 0 20px;
}
}






