.single-organization-template  .testimonial-header {
    /* background-image: url("../images/thumbnail/OBJECTS.png"); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    min-height: 200px;
}
.single-organization-template  .primary-btn {
    background-color: #ffffff;
    font-family: var(--font-satoshi-bold) !important;
    font-weight: 500;
    font-size: 13.34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    border-radius: 30px;
}
.single-organization-template  .frisby {
    width: 10px;
    height: 10px;
    background-color: #f5c233;
    border-radius: 50%;
    position: relative;
    display: block;
}
.single-organization-template  .frisby::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    background-color: white;
    border-radius: 50%;
}
.single-organization-template  .banner-text-left {
    font-family: "Parkinsans", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
    padding-top: 25px;
}
.single-organization-template  .testimonial-header h1 {
    font-size: clamp(26px, 4vw, 48px);
}
.single-organization-template  .text-c-warning {
    color: #ebc349;
}
.single-organization-template  .testimonial-carousal {
    /* background-image: url("../images/background/bg-carousal.png"); */
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 22px;
}
.single-organization-template  .client-reviews-slider {
    padding: clamp(0px, 4vw, 50px) 0;
}
.single-organization-template  .testimonial-carousal .carousel {
    max-width: 550px;
}
.single-organization-template  .buttons-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
    width: fit-content;
}
.single-organization-template  .carousel-control-prev, .single-organization-template  .carousel-control-next {
    position: unset;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #0000001a;
    margin-bottom: 8px;
}
.single-organization-template  .carousel-control-prev, .single-organization-template  .carousel-control-next {
    position: unset;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #0000001a;
    margin-bottom: 8px;
}
.single-organization-template .testimonials-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
.single-organization-template .card-testimonial {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 20px;
}
.single-organization-template .testimonial-carousal .carousel {
    max-width: 550px;
}
.single-organization-template .header-card-testimonial {
    display: flex;
    gap: 21px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.single-organization-template .pn-media-object {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.single-organization-template .pn-media-images {
    display: flex;
    flex-shrink: 0;
}
.single-organization-template .pn-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-organization-template .pn-image-container:first-child {
    margin-left: 0;
}
.single-organization-template .no-of-customers h4 {
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 28.95px;
    line-height: 36px;
    letter-spacing: -1;
    color: #114e46;
}
.single-organization-template .no-of-customers p {
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 400;
    color: #7a8483;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}
.single-organization-template .pn-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.single-organization-template .pn-star-rating .pn-star-item {
    display: inline-flex;
    width: 17px;
    height: auto;
    overflow: hidden;
}
.single-organization-template .pn-star-rating .pn-star-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-organization-template .client-logo img {
    max-width: 200px;
    height: 85px;
    object-fit: contain;
}
@media only screen and (max-width: 768px) {
   .single-organization-template .testimonial-carousal{
    height: auto;
   }
   body.single-organization-template .pn_conect_with_us_card{
    padding: 15px;
   }
   body.single-organization-template .corevalue_items_box .overview_items_main{
    grid-template-columns: 1fr;

   }
   body.single-organization-template .core_value_card{
    align-items: center;
   }
   .single-organization-template .buttons-group{
    right: 10px;
   }
    .single-organization-template .main_header{
     z-index: 99999;
    }
}