/* TEL Our Lab Section - Global */
.tel-our-lab-section {
    background: #F6F6F3;
    padding: 120px 0;
}

.tel-our-lab-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

/* Header */
.tel-our-lab-title {
    font-family: "InterFace Thin";
    font-weight: 400;
    font-size: 59.33px;
    line-height: 56px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.tel-our-lab-subtitle {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: rgba(51, 38, 36, 0.75);
    max-width: 680px;
    margin: 0 auto 30px;
}

.tel-our-lab-btn {
    display: inline-block;
    border: 1px solid #1A2621;
    padding: 10px 30px;
    font-family: 'InterFace', sans-serif;
    font-size: 14.14px;
    line-height: 25.5px;
    letter-spacing: 17%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: all 300ms cubic-bezier(0, 0, 0.58, 1);
    margin-bottom: 60px;
}

.tel-our-lab-btn:hover {
    background: #1A2621;
    color: #fff;
}

/* Swiper card */
.tel-our-lab-card {
    background: transparent;
    text-align: left;
    position: relative;
}

.tel-our-lab-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 15px;
}

.tel-our-lab-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: 'InterFace', sans-serif;
    font-size: 12px;
    letter-spacing: 2.72px;
    text-transform: uppercase;
    background: #FFFFFF;
    color: #000;
    padding: 4px 10px;
    border: 1.09px solid #0000001A;
    box-shadow: 0px 2px 4px #00000040;
}

.tel-our-lab-date {
    font-family: "InterFace Thin";
    font-size: 14px;
    letter-spacing: 0.34px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #000;
}

.tel-our-lab-card-title {
    font-family: 'InterFace', sans-serif;
    font-size: 14px;
    line-height: 21.8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.tel-our-lab-card-desc {
    font-family: "InterFace Thin";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.34px;
    color: #000;
}

/* Swiper navigation */
.tel-our-lab-swiper-nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding-top: 35px;
}

.tel-our-lab-swiper-nav .tel-our-lab-prev,
.tel-our-lab-swiper-nav .tel-our-lab-next {
    position: static;
    width: 9.5px;
    height: 18px;
    margin: 0;
}

.tel-our-lab-swiper-nav .tel-our-lab-prev {
    background: url("/assets/images/front-office-v4/footer/arrow-left.svg") center/cover no-repeat;
}

.tel-our-lab-swiper-nav .tel-our-lab-next {
    background: url("/assets/images/front-office-v4/footer/arrow-right.svg") center/cover no-repeat;
}

.tel-our-lab-swiper-nav .tel-our-lab-prev::after,
.tel-our-lab-swiper-nav .tel-our-lab-next::after {
    display: none;
}

.tel-our-lab-pagination {
    position: static;
    background: #EFEFEF;
    padding: 5px 10px;
    border-radius: 100px;
    transform: translateX(0) !important;
}

.tel-our-lab-pagination .swiper-pagination-bullet-active-main {
    background: #000;
}


@media (max-width: 1024px) {
    .tel-our-lab-section {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .tel-our-lab-section {
        padding: 60px 0;
    }
}