.owl-carousel {
    width: 100%;
    max-width: 1481px;
    margin: 0 auto;
}

.owl-carousel::before {
    content: "";
    width: 100%;
    display: block;;
    position: absolute;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    background: #F5F5F5;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 91%, rgba(245, 245, 245, 1) 100%);
}

.owl-item {
    display: flex;
    justify-content: center;
}

.owl-item img {
    height: 50px;
    width: auto;
    max-width: 170px; 
}

.extensible-columns-container {
    max-width: 1481px;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.extensible-columns-container > div {
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 32px;
    
}

.extensible-columns-container > div > .extensible-column {
    height: 700px;
    flex: 1;
    transition: 400ms ease-in-out;
    border-radius: 34px;
    border: 5px solid rgba(255,255,255,1);
    outline: 1px solid rgba(0,0,0,0.2);
    position: relative;
    cursor: pointer;
    white-space: nowrap;

}

.extensible-columns-container > div > .extensible-column img {
    height: 100%;
    flex: 1;
    overflow: hidden;
    object-fit: cover;
    filter: grayscale(1) brightness(0.8);
    transition: flex 0.5s, filter 0.5s;
    border-radius: 32px;
    pointer-events: none;
}

.extensible-columns-container > div > .extensible-column:hover{
    flex: 2.45;
}

.extensible-columns-container > div > .extensible-column:hover img {
    filter: grayscale(0) brightness(1.2);
}

.extensible-column .content {

    position: absolute;
    line-height: 4px;
    font-family: "Geist";
    bottom: 20px;
    color: #fff;
    left: 30px;;
}

.extensible-column .content .content-header {
    font-size: 1.5rem;;
}

.extensible-column .content .content-data{
    display: none;
}

.accordion-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.testimonial-card {
   
    background-image: url('/app/uploads/2025/08/Group-75.png');
    border-radius: 32px !important;
    width: 648px !important;
    height: 427px;
    margin-top: 2rem;
    background-repeat: no-repeat;
    padding: 4rem 3rem 2rem 3rem;
    font-family: 'Geist';
    color: #000;
    background-size: 100% 100%;
    position: relative;
    
}

.testimonial-card::before {
    content: "";
    width: 100%;
    height: 95%;
    display: block;
    position: absolute;
    left: 0px;
    top: 5%;
    box-shadow: 0em 0.15em 0.65em 0.109em rgba(121, 121, 121, 0.5) !important;
    border-radius: 32px !important;
    z-index: -1;
}

.slick-slide {
    opacity: 0;
    transition: all 400ms ease-in-out;
    padding: 1rem;
    
}

.slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slick-slide div {
    display:flex;
    justify-content: center;
}

.testimonial-text {
    margin-top: 2rem;
    margin-bottom: 9rem;
}

.testimonial-metadata, .testimonial-metadata > div {
    
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.testimonial-metadata > div {
    gap: 1rem
}


.testimonial-metadata > div > div {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column !important;
}


.testimonial-metadata > div h6 {
    text-transform: capitalize;
    font-size: 1.2rem;
}

.testimonial-metadata > div h6, .testimonial-metadata > div p{
    margin: 0px;
}

.testimonial-metadata > div p{
    font-size: 0.8rem;
    
}

.testimonial-metadata > img {
    height: 33px;
}


.testimonials-slider-controls-wrapper, .testimonials-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-slider-controls {
    justify-content: space-between;
    margin-bottom: 8rem;
}

.testimonials-slider-controls-wrapper {
    width: 100%;
    margin: 0 auto;
   
}

.testimonials-slider-controls {
    width: 100%;
    max-width: 685px;
}

.custom-arrows {
    width: 88px;
    height: 88px;
    background-color: #fff;
    border-radius: 50px;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0em 0.15em 0.65em 0.109em rgba(121, 121, 121, 0.5) !important;
}
    

.custom-post-card {
    background-color: #fff;
    border-radius: 32px;
    height: 660px;
    margin-bottom: 2rem;
    padding: 0.5rem;
    box-shadow: 0px 0.15rem 0.65rem 0.109rem rgba(38,38,38,0.4);
    
}

.custom-post-card a, .custom-post-card a:hover {
    color: #000;
}


.custom-post-card-content {
    padding: 20px;
}

.custom-post-card h4 {
    margin-top: 0px;
    margin-bottom: 2rem;
}

.custom-post-card-image {
    border-radius: 24px;
    width: 100%;
    height: 399px;
}

.custom-post-card-meta {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
}

.custom-post-card-wrapper-similar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1485px;
    margin: 0 auto;
}

.custom-post-card-wrapper-similar > .custom-post-card {
    width: 32.5%;
    max-width: 484px;
    height: 477px;
}

.custom-post-card-wrapper-similar  .custom-post-card-image {
    width: 100%;
    height: 277px;
   
}

.custom-post-card-cta {
    margin-top: 2rem
}

.custom-post-card-cta span {
    border-bottom: 1px solid;
    font-weight: 700;
}

.tags-wrapper {
    margin-bottom: 1rem;;
}


.post-tag {
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid;
    margin-right: 10px;
}


.respirator-timeline-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.respirator-timeline {
   
}

.timeline-line-wrapper{
    width: 10px;
    height: 100%;
    background: rgb(219, 219, 219);
    border-radius: 10px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    z-index: -1;
    overflow: hidden;
}

.timeline-line {
    width: 10px;
    height: 5%;
    border-radius: 10px;
    transition: height 2s ease; /* Smooth height transition */
    background: #F5F5F5;
    background: linear-gradient(180deg,rgba(245, 245, 245, 1) 0%, rgba(13, 4, 0, 1) 100%);
}


.respirator-timeline .timeline-item-odd, .respirator-timeline .timeline-item-even {
    display: flex;
    width: 100%;
    max-width: 850px;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
    position: relative;
}

.respirator-timeline .timeline-item-odd {
    text-align: right;
}

.respirator-timeline .timeline-item-odd > div:last-of-type {
   
    display: flex;
    justify-content: flex-start;
}

.respirator-timeline .timeline-item-even > div:last-of-type {
    
    display: flex;
    justify-content: flex-end;
}

.respirator-timeline .timeline-item-even {
   
    flex-direction: row-reverse;
    text-align: left;
}

.respirator-timeline .timeline-item-odd > div, .respirator-timeline .timeline-item-even > div {
     width: 40%;
}

.timeline-item-marker {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    background: grey;
    border-radius: 50px;
    left: 0px;
    right:  0;
    margin: 0 auto;
    transition: all 1s ease-in-out;
    /*transition-delay: 600ms;*/
   
}

.timeline-item-marker.no-marker {
    display: none;
}

.timeline-item-number {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
   font-family: "Geist";
    padding-top: 2px;
    transition: all 1s ease-in-out;
}

.timeline-item-odd .timeline-item-number {
    margin: 0 0 0 auto
}

.timeline-item h6{
    font-family: "Geist";
   text-transform: capitalize;
   font-size: 20px;;
}

.timeline-item-content > div {
       font-family: "Geist";
       color: #000;
}

/*
.respirator-timeline .timeline-item > div {
    width: 40%;
     border: 1px solid red;
}


.respirator-timeline .timeline-item .timeline-item-content  {
    text-align: right;
}
*/


@media screen and (max-width: 992px ) {
    .custom-post-card-wrapper-similar  {
        flex-wrap: wrap;
    }
  
    .custom-post-card-wrapper-similar > .custom-post-card  {
        width: 48%
    }

}

@media screen and (max-width: 768px ) {
  
    .custom-post-card-wrapper-similar {
        justify-content: center;
        align-items: center;
    }

    .custom-post-card-wrapper-similar > .custom-post-card  {
        width: 100%;
    }

    .custom-post-card {
        height: 600px;
    }

}

@media screen and (max-width: 575px) {

    .testimonial-metadata > div h6 {
        font-size: 1;
    }

    .testimonial-metadata > div p {
        font-size: 0.6rem;
    }

    .testimonial-metadata > div img{
        width: 30px;
    }

    .testimonial-metadata > img {
        height: 20px;
    }

}

@media screen and (max-width: 480px){
    .testimonial-metadata > div {
        gap: 0.5rem;
    }

    .extensible-columns-container {
        padding: 0 2rem;
    }

    .extensible-columns-container, .extensible-column > div, .extensible-columns-container > div {
        height: auto !important;
    }
    
    .extensible-columns-container > div > .extensible-column {
        width: 100%;
        height: 500px;
    }

    .extensible-columns-container > div {
        flex-direction: column;
    }

    
    .extensible-columns-container > div > .extensible-column:hover{
        flex: none; 
    }

    .extensible-columns-container > div > .extensible-column img {
        width: 100%;
    }

    .extensible-columns-container > div > .extensible-column {
        flex: none;
    }


    .timeline-item h6{
       
        font-size: 14px;
    }

    .timeline-item-content > div {
       
        font-size: 12px;
    }


}