/* ===========================================
   GLOBAL STYLES & TYPOGRAPHY
=========================================== */
.pxl-main{
	background-color:#fff !important;
}
.pxl-tabs--title {
    text-align: center;
}

.pxl-menu-primary .sub-menu, 
.pxl-menu-primary .children {
    background-color: #343434 !important;
}

#feat-points .pxl-item--icon img {
    width: 70px;
}

#pxl-main, 
.elementor-page:not(.single-product) #pxl-main {
    padding: 100px 0 0 !important;
}



.pxl-scroll-top {
    z-index: 999999 !important;
}

/* ===========================================
   CHATY PLUGIN STYLES
=========================================== */
.chaty-i-trigger .chaty-channel {
    bottom: 83px;
    right: 13px;
}

/* ===========================================
   FLOATING BUTTON STYLES
=========================================== */
.rado-float-btn {
    white-space: nowrap;
    transition: width 0.3s ease, padding 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.rado-float-btn:hover .rado-text, 
.rado-float-btn:focus .rado-text {
    opacity: 1;
    transform: translateX(0);
    color: #fff !important;
}

.rado-float-btn:hover i, 
.rado-float-btn:focus i {
    color: #fff !important;
}

/* ===========================================
   ANIMATIONS
=========================================== */
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.flash {
    animation: flash 1.5s infinite;
}

/* ===========================================
   SEARCH STYLES
=========================================== */
.far.fa-search:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f002";
}

.pxl-search-form1 .pxl-search-submit {
    line-height: 38px;
    font-size: 20px;
    color: #575657;
    right: 10px;
}

.pxl-search-form1 .pxl-search-field {
    height: 26px;
    font-size: 16px;
    color: #575657 !important;
}

.pxl-searchform-wrap {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px 20px !important;
    margin: 0 auto;
}

.pxl-search-field {
    flex: 1;
    border: none;
    background: transparent;
    color: #575657;
    padding: 8px 10px;
    outline: none;
}

.pxl-search-form1 .pxl-searchform-divider {
    display: none;
}

.rado-search {
    position: relative;
    width: 100%;
}

#radoSearch {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
}

#radoResults {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    max-height: 350px;
    overflow-y: auto;
}

.rado-s-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}

.rado-s-item:hover {
    background: #ffe9d6;
}

.rado-s-item .type {
    color: #ff7a00;
    font-size: 12px;
    margin-right: 8px;
    font-weight: bold;
}

.highlight-labtest {
    border: 3px solid #ff7a00 !important;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,122,0,0.5) !important;
}

/* ===========================================
   LAB BOOKING FORM STYLES
=========================================== */
.lab-booking-form {
    max-width: 100%;
    margin: 0 auto;
    background: #575657;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    color: #fff;
    font-family: Arial, sans-serif;
}

.lab-booking-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 24px;
}

.lab-booking-form .cf-field {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.lab-booking-form .cf-field i{
	    background-color: #787878;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #adadad;
    border-radius: 7px;
}

@media(min-width:1200px) and (max-width:1349px){
	.lab-booking-form .cf-field {
		 margin-bottom: 15px;
 }
}
@media(min-width:1399px) and (max-width:1599px){
	.lab-booking-form .cf-field {
		 margin-bottom: 15px;
 }
}
@media(min-width:1600px){
	.lab-booking-form .cf-field {
		 margin-bottom: 15px;
 }
	.lab-booking-form .wpcf7-acceptance .wpcf7-list-item-label{
	margin-bottom:15px !important;
}
}
.lab-booking-form .wpcf7-acceptance .wpcf7-list-item-label{
	color:#fff !important;
}
.lab-booking-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before{
	    width: 20px !important;
    height: 20px !important;
	left:3% !important;
}
.lab-booking-form input[type="text"],
.lab-booking-form input[type="tel"] {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #575657;
    font-size: 14px;
    box-sizing: border-box;
}

.lab-booking-form input::placeholder {
    color: #575657;
}

.lab-booking-form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.lab-booking-form label.agree-field {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.lab-booking-form input[type="submit"] {
    background: #FF7517;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    line-height: 20px;
    transition: background 0.3s ease;
}

.lab-booking-form input[type="submit"]:hover {
    background: #e06600;
}

.lab-booking-form .wpcf7-form-control-wrap {
    margin-bottom: 3px !important;
}

.lab-booking-form label.agree-field input[type="checkbox"] {
    margin-right: 8px;
}

.lab-booking-form .wpcf7-spinner {
    display: none;
}
.lab-booking-form p{
	margin-bottom:0;
}

/* ===========================================
   FRANCHISE FORM STYLES
=========================================== */
.franchise-form {
    font-family: "Poppins", sans-serif;
}

.franchise-form p {
    margin-bottom: 15px;
}

.franchise-form input,
.franchise-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.franchise-form input:focus,
.franchise-form textarea:focus {
    border-color: #ff751e;
    outline: none;
}

.franchise-form .required {
    color: red;
}

.franchise-form .submit-wrap input[type="submit"] {
    background: #ff751e;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
}

.franchise-form .submit-wrap input[type="submit"]:hover {
    background: #e25f10;
}

/* ===========================================
   FILE UPLOAD STYLES
=========================================== */
.custom-file-upload {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.custom-file-upload .upload-input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.custom-file-upload .upload-input p {
    margin-bottom: 0px;
}

.upload-label {
    background: #FF751E;
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    min-width: 160px;
    height: 48px;
}

.upload-label:hover {
    background: #575657;
    transform: translateY(-1px);
}

.file-name {
    color: #575657;
    font-size: 1rem;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 180px);
}

#wpcf7-f8839-p8800-o1 .pxl-file-upload-wrapper {
    display: none;
}

/* ===========================================
   LAB TEST CARD STYLES
=========================================== */
.lab-package-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #575657;
    margin: auto;
}

.lab-package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(255,117,23,0.3);
}

.lab-package-card .tag-label {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FF7517;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lab-package-card .test-title {
    font-size: 18px;
    margin-top: 40px;
    color: #575657;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lab-package-card .test-title i {
    font-size: 18px;
}

.lab-package-card .price-rating {
    margin: 15px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    gap: 16px;
    color: #FF7517;
    font-weight: 600;
}

.lab-package-card .parameters {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.lab-package-card .book-btn {
    background-color: #FF7517;
    color: #fff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255,117,23,0.3);
    border: none;
    cursor: pointer;
}

.lab-package-card .book-btn i {
    color: #fff;
}

.lab-package-card .book-btn:hover {
    background: #575657;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.lab-package-card i {
    color: #FF7517;
    font-size: 14px;
}

.lab-package-card .organ-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.lab-package-card .organ-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.lab-package-card:hover .organ-image img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(3554%) hue-rotate(360deg) brightness(101%) contrast(182%);
    transition: 0.3s ease;
}

.lab-package-card .fl-sec-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.lab-package-card .fl-sec-1 p {
    font-size: 0.9rem;
    color: #575657;
    margin: 0;
}

.lab-package-card .preparation {
    font-size: 0.85rem;
    color: #575657;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
    margin-bottom: 12px;
}

@media(max-width:768px){
	.lab-package-card .preparation{
		min-height: 45px !important;
	}
}

/* ===========================================
   LAB TEST SECTION STYLES
=========================================== */
.lab-test-section {
    margin: 40px auto;
    padding: 0 20px;
}

.lab-test-section .lab-test-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 35px;
    position: relative;
}

.lab-test-section .lab-test-title {
    font-size: 28px;
    font-weight: 700;
    color: #575657;
}

.lab-test-section .lab-test-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lab-test-section .lab-test-filters button {
    padding: 8px 22px;
    border: none;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lab-test-section .lab-test-filters button.active,
.lab-test-section .lab-test-filters button:hover {
    background: #FF7517;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255,117,23,0.3);
}

.lab-test-section .swiper-nav-top {
    position: absolute;
    top: 0;
    right: 4%;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.lab-test-section .swiper-button-next,
.lab-test-section .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 25%;
    background: #fff;
    color: #FF7517;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.lab-test-section .swiper-button-next:after,
.lab-test-section .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

.lab-test-section .swiper-button-next:hover,
.lab-test-section .swiper-button-prev:hover {
    background: #FF7517;
    color: #fff;
    box-shadow: 0 6px 15px rgba(255,117,23,0.3);
}

.lab-test-section .swiper-button-prev {
    margin-right: 8px;
}

.lab-test-section .swiper-wrapper {
    display: flex;
    gap: 20px;
}

.lab-test-section .lab-package-card {
    border-radius: 15px;
    padding: 20px 20px 5px;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    position: relative;
}

.lab-test-section .lab-package-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.lab-test-section .lab-package-card span {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #565756;
    border-radius: 30px;
    text-transform: uppercase;
}

.lab-test-section .lab-package-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #575657;
    margin: 10px 0;
}

.lab-test-section .lab-package-card p.price {
    color: #FF7517;
    font-weight: 700;
    font-size: 18px;
}

.lab-test-section .lab-package-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
}

.lab-test-section .lab-package-card .book-btn {
    margin-top: auto;
    background: #FF7517;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lab-test-section .lab-package-card .book-btn:hover {
    background: #e96c0c;
    box-shadow: 0 6px 15px rgba(255,117,23,0.3);
}

.lab-test-section .lab-package-card {
    border-top: 5px solid #565756;
}

.fl-sec-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

/* ===========================================
   LAB TEST FILTER GRID STYLES
=========================================== */
#labTestFilterGrid {
    font-family: "Poppins", sans-serif;
    padding: 50px 0;
}

#labTestFilterGrid .filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

#labTestFilterGrid .filter-btn {
    background: #f5f5f5;
    border: none;
    color: #575657;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

#labTestFilterGrid .filter-btn.active,
#labTestFilterGrid .filter-btn:hover {
    background: #FF751E;
    color: #fff;
}

#labTestFilterGrid .organ-filter-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(2654%) hue-rotate(360deg) brightness(101%) contrast(102%);
}

#labTestFilterGrid .lab-test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

#labTestFilterGrid .lab-card {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

#labTestFilterGrid .lab-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

#labTestFilterGrid .card-top img.organ-image {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(78%) saturate(2654%) hue-rotate(360deg) brightness(101%) contrast(102%);
}

#labTestFilterGrid .test-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#labTestFilterGrid .organ-name {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

#labTestFilterGrid .parameters,
#labTestFilterGrid .preparation,
#labTestFilterGrid .tat {
    font-size: 14px;
    color: #575657;
    margin-bottom: 6px;
}

#labTestFilterGrid .price {
    font-size: 18px;
    font-weight: 600;
    color: #FF751E;
    margin-top: 8px;
}

#labTestFilterGrid .book-btn {
    display: inline-block;
    margin-top: 10px;
    background: #FF751E;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

#labTestFilterGrid .book-btn:hover {
    background: #575657;
}

/* ===========================================
   FACILITIES SECTION STYLES
=========================================== */
.facilities-section {
    padding: 20px 0 40px;
    position: relative;
}

.facilities-section .facilities-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.facilities-section .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #575657;
}

.facilities-section .facilities-nav {
    display: flex;
    gap: 10px;
}

.facilities-section .splide__arrow {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ff751e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.facilities-section .splide__arrow:hover {
    background: #ff751e;
    color: #fff;
    border-color: #ff751e;
}

.facility-card {
    background: #ff7517;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.facility-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.facility-img-wrap {
    position: relative;
    overflow: hidden;
}

.facility-img-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.facility-card:hover img {
    transform: scale(1.08);
}

.facility-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff751e;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.facility-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #575657;
    margin-bottom: 0;
}

.facility-price {
    font-size: 16px;
    font-weight: 600;
    color: #FF751E;
    margin-bottom: 15px;
}

.facility-book-btn {
    background: #FF751E;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.facility-book-btn:hover {
    background: #e76512;
}

/* ===========================================
   HEALTH PACKAGES STYLES
=========================================== */
.health-packages-section {
    padding: 20px 0px 40px;
    background: #fff;
}

.health-packages-section .section-header {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.health-packages-section .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #575657;
    margin: 0;
}
@media(max-width:768px){
	.section-title{
		font-size: 1.4rem !important;
	} 
}
.health-packages-section .section-subtitle {
    color: #777;
    font-size: 0.95rem;
}

.health-packages-section .filter-buttons {
    display: flex;
    gap: 10px;
}

.health-packages-section .filter-btn {
    background: #575657;
    border: none;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.health-packages-section .filter-btn.active,
.health-packages-section .filter-btn:hover {
    background: #FF751E;
    color: #fff;
}

.health-packages-section .splide__arrow {
    top: -45px;
    right: 0;
    background: #FF751E;
    color: #fff;
    border-radius: 25%;
    width: 35px;
    height: 35px;
}

.health-packages-section .splide__arrow--prev {
    right: 50px !important;
    left: unset !important;
}

.package-card-inner {
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.package-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.package-image-wrap {
    position: relative;
    overflow: hidden;
}

.package-image-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.package-type-label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight: 600;
}

.package-content {
    padding: 15px;
    text-align: left;
}

.package-content i {
    margin-right: 6px;
    color: #FF751E;
}

.package-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #343434;
    margin-bottom: 8px;
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.package-profile,
.package-parameters,
.package-price {
    font-size: 1.05rem;
    color: #575657;
    margin-bottom: 6px;
}

.package-price {
    font-size: 1.2rem;
    font-weight: 700;
}

.package-btn i {
    color: #fff;
}

.splide__slide .package-btn i {
    color: #fff;
    font-weight: 600;
}
.pack-fl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-btn {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.package-btn:hover {
    opacity: 0.9;
    background-color: #383838 !important;
    color: #fff !important;
}

/* ===========================================
   HEALTH PACKAGES LIST STYLES
=========================================== */
.health-packages-list-section {
    margin: 10px auto;
    padding: 20px;
}

.package-card-list {
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.3s;
    background: #fff;
    padding: 20px;
}

.package-card-list:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.package-card-list .package-image-wrap {
    position: relative;
}

.package-card-list .package-image-wrap img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lsi-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-short {
    line-height: 23px;
}

.lsi-title .package-content h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 22px;
}

.lsi-title .package-parameters {
    font-size: 18px;
    font-weight: 500;
}

.package-parameters-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.package-parameters-list li {
    margin: 4px 0;
    font-size: 0.95em;
    color: #444;
}
.package-parameters-list li .ls-bx{
	display:flex; 
	align-items:baseline;
}

.package-parameters-list i {
    color: #FF751E;
    margin-right: 8px;
}

.view-more-btn {
    font-size: 0.9rem;
    text-decoration: underline;
    cursor: pointer;
    color: #000 !important;
    background-color: transparent !important;
    border: none;
}

.view-more-btn:hover {
    text-decoration: underline;
    color: #FF751E;
}

.hidden-param {
    display: none !important;
}
@media(max-width:768px){
	.lsi-title{
		flex-direction:column;
	}
}
/* ===========================================
   SCAN CARD STYLES
=========================================== */
.scan-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.scan-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.scan-img {
    flex: 0 0 40%;
}

.scan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scan-info {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scan-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.scan-header i {
    color: #ff6a00;
    font-size: 22px;
    margin-right: 10px;
}

.scan-header h3 {
    flex: 1;
    font-size: 22px;
    color: #222;
    margin: 0;
}

.scan-price {
    background: #575657;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
}

.scan-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.scan-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #444;
    background: #fafafa;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.3s, transform 0.2s;
}

.scan-list li i {
    color: #ff6a00;
    margin-right: 10px;
    font-size: 13px;
    flex-shrink: 0;
}

.scan-list li:hover {
    background: #fff3ec;
    transform: translateX(3px);
}

.book-btn {
    background: #ff6a00;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
	width:max-content;
}

.book-btn:hover {
    background: #e55a00;
}

/* ===========================================
   TABLE STYLES
=========================================== */
.sub-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #333;
}

.other-facilities-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.other-facilities-table th, 
.other-facilities-table td {
    padding: 12px 15px;
    text-align: left;
}

.other-facilities-table th {
    background: #ff6a00;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.other-facilities-table tr {
    transition: background 0.3s;
}

.other-facilities-table tr:hover {
    background: #fff3ec;
}

.price {
    color: #ff6a00;
    font-weight: 600;
}

.book-btn-table {
    background: #ff6a00;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 14px;
}

.book-btn-table:hover {
    background: #e55a00;
}

/* ===========================================
   CART POPUP STYLES
=========================================== */
.cart-popup-global {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    opacity: 0;
    transition: all 0.4s ease;
}

.cart-popup-global.show {
    bottom: 30px;
    opacity: 1;
}

.cart-popup-global .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-popup-global .popup-btn {
    background: #ff751e;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    margin-top: 6px;
    font-size: 14px;
    transition: background 0.3s;
}

.cart-popup-global .popup-btn:hover {
    background: #e76512;
}

/* ===========================================
   PXL SWIPER STYLES
=========================================== */
.pxl-swiper-slide .pxl-item--inner {
    background-color: #404040 !important;
}

/* ===========================================
   RESPONSIVE STYLES
=========================================== */
@media(max-width: 768px) {
    #pxl-header-elementor #pxl-header-mobile.style-dark {
        background-color: #2b2b2b;
    }
    
    .pxl-header-mobile-elementor {
        width: 100%;
    }
    
    .scan-card {
        flex-direction: column;
    }
    
    .scan-img {
        flex: none;
        height: 200px;
    }
    
    .scan-info {
        padding: 20px;
    }
	.scan-info .d-flex{
		display:flex !important;
		flex-direction:column !important;
		gap:10px !important;
		justify-content:center !important;
		        align-items: center !important;
	}
	.scans-wrapper{
		padding:5px;
	}
	.arm-kural-box{
		flex-direction:column;
	}
    .scan-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 6px 10px;
    }
    
    .filter-buttons {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .facility-title {
        font-size: 16px;
    }
    
    .lab-test-section .lab-test-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .lab-test-section .lab-test-title {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .lab-test-section .filters-nav-wrapper {
        justify-content: space-between;
        width: 100%;
    }
    
    .lab-test-section .lab-test-filters {
        justify-content: flex-start;
    }
    
    .lab-test-section .swiper-nav-top {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

@media(max-width: 1024px) {
    
    .lab-test-section .lab-package-card {
        padding: 20px 18px;
    }
}

@media(max-width: 640px) {
    .lab-test-section .lab-package-card {
        padding: 18px 15px;
    }
}

#rado-popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.65);
      justify-content: center;
      align-items: flex-start;
      z-index: 9999;
      overflow-y: auto;
      padding: 20px;
    }
    #rado-popup {
      background: #fff;
      border-radius: 16px;
      width: 90%;
      max-width: 900px;
      padding: 30px 40px;
      position: relative;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      animation: popupFadeIn 0.3s ease-out;
    }
    @keyframes popupFadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }
    #rado-popup h2 {
      font-size: 24px;
      color: #ff751e;
      margin-bottom: 10px;
      text-align: center;
      line-height: 1.3;
    }
    #rado-popup .sub-text {
      font-size: 14px;
      text-align: center;
      margin-bottom: 25px;
      color: #555;
    }
    #rado-popup .sub-text a {
      color: #ff751e;
      text-decoration: none;
      font-weight: 600;
    }
    #rado-popup .close-popup {
      position: absolute;
      top: 12px;
      right: 16px;
      font-size: 24px;
      cursor: pointer;
      color: #999;
      transition: 0.3s;
    }
    #rado-popup .close-popup:hover {
      color: #ff751e;
    }
    #rado-popup .form-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px 25px;
    }
    #rado-popup .wpcf7-form p {
      margin: 0;
    }
    #rado-popup input[type="text"],
    #rado-popup input[type="email"],
    #rado-popup input[type="tel"],
    #rado-popup input[type="date"],
    #rado-popup input[type="time"],
    #rado-popup select,
    #rado-popup textarea {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      background: #f9f9f9;
      transition: 0.3s;
		color: #6d6d6d;
    }
    #rado-popup input:focus,
    #rado-popup select:focus,
    #rado-popup textarea:focus {
      border-color: #ff751e;
      outline: none;
      background: #fff;
    }
    #rado-popup input[type="submit"] {
      grid-column: 1 / -1;
      background: #ff751e;
      color: #fff;
      font-weight: 600;
		margin-top:10px;
      padding: 0 30px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }
    #rado-popup input[type="submit"]:hover {
      background: #e76613;
    }
		.pxl-select-higthlight, .pxl-select-higthlight.active{
			    background: #f7f6f6;
    color: #707070;
    font-size: 14px;
    border-radius: 8px;
    border: 0.5px solid #cbcbcb;
		}

 #lab-test-filter-section {
            font-family: "Poppins", sans-serif;
            padding: 40px 0;
        }
        .filter-wrapper .filter-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
        }
        .filter-btn {
            background: #575657;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 8px 16px;
            font-weight: 500;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: 0.3s;
        }
        .filter-btn img {
            width: 22px;
            height: 22px;
            filter: brightness(0) invert(1);
        }
        .filter-btn.active,
        .filter-btn:hover {
            background: #FF751E;
        }

        .lab-test-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 20px;
        }
        .lab-test-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: 0.3s;
        }
        .lab-test-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .lab-test-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }
	.lab-test-header h3{
		font-size:18px;
		margin-bottom:0px;
	}
        .organ-icon {
            width: 35px;
            height: 35px;
            filter: invert(44%) sepia(6%) saturate(232%) hue-rotate(81deg) brightness(91%) contrast(85%);
        }
        .param-tat-row {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #555;
        }
        .parameters, .tat {
            margin: 0;
        }
        .preparation {
            margin-top: 8px;
            font-size: 14px;
            color: #555;
			line-height:20px;
        }
        .lab-test-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 12px;
        }
        .price {
            font-weight: 600;
            color: #FF751E;
            font-size: 16px;
        }
        .book-btn {
            background: #FF751E;
            color: #fff;
            padding: 10px 16px;
            border-radius: 8px;
            text-decoration: none;
            transition: 0.3s;
        }
        .book-btn:hover {
            background: #e76512;
        }
/* ===========================================
   CART ICON STYLES
=========================================== */
.rado-cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.rado-cart-icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.rado-cart-icon {
    width: 28px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.rado-cart-icon-link:hover .rado-cart-icon {
    transform: scale(1.1);
}

.rado-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #FF751E !important; 
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    /* Always show even when count is 0 */
    display: flex !important;
    transition: background-color 0.3s ease;
}

/* Pulse animation when cart updates */
@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.rado-cart-count.updated {
    animation: cartPulse 0.6s ease;
}

.cart-popup-global {
		position: fixed;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		background: #333;
		color: #fff;
		padding: 15px 20px;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.3);
		z-index: 9999;
		opacity: 0;
		transition: all 0.4s ease;
	}
	.cart-popup-global.show {
		bottom: 30px;
		opacity: 1;
	}
	.cart-popup-global .popup-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cart-popup-global .popup-btn {
		background: #ff751e;
		color: #fff;
		text-decoration: none;
		padding: 8px 14px;
		border-radius: 8px;
		margin-top: 6px;
		font-size: 14px;
		transition: background 0.3s;
	}
	.cart-popup-global .popup-btn:hover {
		background: #e76512;
	}

.scan-card.scan-highlight,
.other-facilities-table tr.scan-highlight {
    border: 2px solid #ff7a00 !important;
    border-radius: 12px !important;
    background: rgba(255, 122, 0, 0.15) !important;
    box-shadow: 0 0 25px rgba(255, 122, 0, 0.8) !important;
    animation: glowPulse 1s infinite alternate;
}

.other-facilities-table tr.scan-highlight > td {
    background: rgba(255, 122, 0, 0.05) !important;
}


@keyframes glowPulse {
    from { box-shadow: 0 0 10px rgba(255, 122, 0, 0.4); }
    to { box-shadow: 0 0 30px rgba(255, 122, 0, 1); }
}
 .package-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.pkg-btn {
    display: inline-block;
    background: #575657;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pkg-btn:hover {
    background: #ff751e;
    border-color: #ff751e;
    transform: translateY(-3px);
}
.me-2{
	margin-right:8px;
}
#scan-type{
	margin-bottom:15px;
}
#coupon_code{
	background-color:#fff !important;
}
@media(max-width:1200px){
	.pxl-header-mobile-elementor{
		width:100%;
	}
	    #pxl-header-elementor #pxl-header-mobile.style-dark {
        background-color: #070707 !important;
    }
}
/* FIX Conditional Fields being hidden by theme CSS */
.wpcf7cf_add,
.wpcf7cf_remove,
[data-class="wpcf7cf_group"] {
    display: block !important;
}
