.main-tab {
    width: 100%;
    float: left;
}
.main-tab-list {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}

.main-tab-list > li {
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}
.main-tab-list > li > a {
    padding: 0 14px 10px;
    font-size: 22px;
    color: #002347;
    transition: all 0.3s ease-in;
    border-bottom: 4px solid transparent;
}

.main-tab-list > li > a[aria-selected="true"] {
    color: #f7ac06;
    border-bottom: 4px solid #f7ac06;
}

.medical-device-bg {
	width: 100%;
	float: left;
}

.main-tab > .tab-content {
    display: block;
    width: 100%;
    float: left;
    padding: 40px 0 0;
}
.medical-device-img {
	width: 35%;
	float: left;
}

.medical-device-img img {
	width: 100%;
}
.medical-device-para {
	width: 65%;
	float: left;
	padding: 0 40px 0 50px;
	line-height: 35px;
}
.medical-device-list {
	width: 100%;
	float: left;
}
.regulatory-bg {
	width: 100%;
	float: left;
}
.materials-bg {
	width: 100%;
	float: left;
}
.pharma-services {
	width: 100%;
	float: left;
}
.pharma-services-img {
	width: 35%;
	float: left;
}
.pharma-services-img img {
	width: 100%;
}
.pharma-services-para {
	width: 65%;
	float: left;
	padding: 0 0 0 50px;
	line-height: 30px;
}
.testimonial-slide {
	width: 100%;
	float: left;
}
.testimonial-card-bg {
    padding: 0 3px;
    text-align: center;
}
.testimonial-card {
    width: 540px;
    display:inline-block;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 95px 60px 40px;
    position: relative;
    margin: 56px 0 15px;
}
.testimonial-img {
    width: 113px;
    height: 113px;
    border-radius: 115px;
    background: #e8ebff;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-img-in {
    width: 99px;
    height: 99px;
    border-radius: 100px;
    background: #f0f0f0;
    overflow: hidden;
}
.testimonial-img-in img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.testimonial-card p {
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}
.testimonial-card .testimonial-name {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #002347;
    text-align: center;
    margin: 25px 0 0;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}

.testimonial-position {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}
.client-card-slide {
	width: 100%;
	float: left;
}
.client-card-bg {
    padding: 5px 3px;
    text-align: center;
}

.client-card {
	width: 200px;
	height: 123px;
	text-align: center;
	background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.client-card .client-img {
	width: 40px;
	height: 40px;
	margin: 20px 0 0;
	display: inline-block;
	overflow: hidden;
	border-radius: 3px;
	background: #eaeaea;
}
.client-card .client-img img {
	width: 100%;
	float: left;
	object-fit: cover;
}
.client-card p {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #7c7c7c;
	margin: 10px 0 0;
}

@media (min-width:1200px) {
    .main-tab-list > li {
            margin: 0 0 20px;
    }
}

@media (max-width:1200px) {
    .main-tab-list > li {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
    }
    .main-tab-list > li > a {
        display: inline-block;
    }
    .testimonial-card {
        width: 450px;   
    }
}

@media (max-width:992px) {
    .testimonial-card {
        width: 540px;   
    }
}
@media (max-width:767px) {
    .main-tab-list > li > a {
        width: 100%;
        font-size: 16px;
    }
    .medical-device-img {
        width: 100%;
    }
    .medical-device-para {
        width: 100%;
        padding: 40px 0 0;
    }
    .pharma-services-img {
        width: 100%;
    }
    .pharma-services-para {
        width: 100%;
        padding: 40px 0 0;
    }
}
@media (max-width:650px) {
    .testimonial-card {
        width: 100%;   
    }
}

/* LIMS NLP Section Styles */
.lims-nlp-section {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.lims-nlp-section h2 {
    color: #002347;
}
.custom-btn-primary {
    background-color: #002347;
    border-color: #002347;
    transition: all 0.3s ease;
}
.custom-btn-primary:hover {
    background-color: #f7ac06;
    border-color: #f7ac06;
    color: #fff;
}
.custom-btn-secondary {
    color: #002347;
    border-color: #002347;
}
.custom-btn-secondary:hover {
    background-color: #002347;
    color: #fff;
}
.text-primary {
    color: #002347 !important;
}
.text-warning {
    color: #f7ac06 !important;
}
.bg-primary {
    background-color: #002347 !important;
}
.bg-dark {
    background-color: #0b1c2d !important;
}
.lims-nlp-section .badge-warning {
    background-color: #f7ac06;
    color: #fff;
}
.custom-check-list li {
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}
.nlp-how-it-works .step-number {
    z-index: 1;
    position: relative;
}
.badge-card {
    transition: transform 0.3s ease;
}
.badge-card:hover {
    transform: scale(1.05);
}
.tech-card {
    transition: all 0.3s ease;
}
.tech-card:hover {
    border-color: #f7ac06 !important;
    box-shadow: 0 5px 15px rgba(247, 172, 6, 0.2) !important;
}
.custom-pill-list li {
    display: inline-block;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 3px;
    font-size: 0.9rem;
    border: 1px solid #e9ecef;
}
.audience-list .list-group-item {
    font-size: 1.1rem;
}
.custom-btn-outline-info {
    color: #f7ac06;
    border-color: #f7ac06;
}
.custom-btn-outline-info:hover {
    background-color: #f7ac06;
    color: #fff;
}
.border-left-primary { border-left: 4px solid #002347 !important; }
.border-left-info { border-left: 4px solid #17a2b8 !important; }
.border-left-danger { border-left: 4px solid #dc3545 !important; }
.border-right-success { border-right: 4px solid #28a745 !important; }
.border-right-warning { border-right: 4px solid #ffc107 !important; }
.border-right-dark { border-right: 4px solid #343a40 !important; }
.w-20px { width: 30px; }