/*
 Theme Name:   Patholab Child
 Theme URI:    https://themeforest.net/user/bravis-themes/
 Description:  Child theme of Patholab
 Author:       Bravis-Themes
 Template:     patholab
 Version:      1.0.5
*/

.pxl-package-archive .pxl-content-area .pxl-list-row-info {
    display: flex !important;
    list-style: none;
    margin-top: 20px;
    flex-wrap: nowrap;
    align-items: flex-end !important;
    gap: 20px;
	font-size:16px;
	font-weight:400;
	font-family: "Roboto", sans-serif;
}

@media (max-width: 1365px) {
    .pxl-package-archive .pxl-content-area .pxl-list-row-info {
        display: block !important;
    }
}

.pxl-package-archive .pxl-content-area .pxl-item--title {
    font-size: 30px !important;
    font-weight: 600;
}

.pxl-package-archive .pxl-content-area .pxl-item--content {
    font-size: 15px !important;
	font-weight: 400 !important;
}

.package-instructions-continer{
	padding-top:50px;
}

.pxl-single-description-block{
	margin-top:10px;
}

.pxl-single-description-block span{
	font-size:16px;
	font-weight: 600;
	text-transform: Uppercase;
	color: #111;
	font-family: "Roboto", sans-serif;
}

.pxl-description-section{
	margin-top:5px;
	background: linear-gradient(to right, #E67E2C 0%, #FEB276 100%);
	width:100%; 
	padding: 20px; 
	border-radius:12px;
}

.pxl-description-section p{
	font-size:16px;
	font-weight: 400;
	color: #fff;
	margin: 0px !important;
	font-family: "Inter", sans-serif;
}

.widget-title{
	font-size: 25px !important;
}
.widget_pxl_package_type ul li a {
	font-weight: 400;
}

.pxl-description-section ul{
	font-size:16px;
	font-weight: 400;
	color: #fff;
	margin: 0px !important;
	font-family: "Roboto", sans-serif;
}
.pxl-description-section ul li {
    margin-bottom: 3px; 
	list-style-position: outside;
    margin-left: 16px;
}

/*Added styles for package individual pages*/

.health-package-section {
    background: #fff;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.package-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.package-number {
    background: #f4c7a1;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 12px;
    margin-right: 12px;
    font-size: 18px;
}

.package-title {
    margin-bottom: 10px;
	font-size: 16px;
	color: #1E2866;
	font-weight: 600;
	font-family: 'Roboto';
}

.package-lists {
    display: flex;
    gap: 40px;
    margin-top: 10px;
}

.package-lists ul {
    width: 50%;
    margin: 0;
    padding-left: 20px;
}

.package-lists li {
   font-size: 14px;
	color: #000;
	font-weight: 500;
	font-family: 'Inter';
	margin-bottom: 3px;
}
.scroll-fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .package-lists {
        flex-direction: column;
    }
    .package-lists ul {
        width: 100%;
    }
}
.book-appointment-btn {
    position: fixed;
    right: -67px;
    top: 40%;
    transform: rotate(-90deg);
    background: #e57c2a;
    color: #fff;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 400;
	text-transform: uppercase;
    z-index: 999;
    display: inline-block;
        }
.book-appointment-btn.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.book-appointment-btn:hover {
    color: #fff !important;
}

.icon-box .pxl-item--excerpt{
	font-size:15.5px;
	font-weight:500;
	font-family: "Roboto", sans-serif;
}
.mr-30 .pxl-item--excerpt{
	font-size:20px;
	font-weight:400;
	font-family: "Roboto", sans-serif;
}

.pxl-phone-call3.style-1 .pxl-item--inner{
	box-shadow: #000 !important;
}

#scale-reach-heading span{
	color: #F57E20;
}
.dot {
  fill: #F57E20;
}
.pxl-contact-form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before {
	border: 2px solid #fff !important;
}
.pxl-contact-form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label::after{
	color: #fff !important;
}

/* .pxl-item--title a, img {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
} */

.pxl-contact-form1 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
	font-size: 14px;
}

.services-carousel .pxl-item--content{
	color: #6E7E8F;
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", san-serif;
}

@media (max-width: 768px) {
	.counter-section-heading br{
		display:none !important;
	}
}

/* CSS for pagination in about us page */
.swiper-pagination{
	position: static !important;
}
.swiper-pagination span{
	margin:5px !important;
}

/* CSS for home page hero banner text*/
.pxl-txt-shadow > span {text-shadow: 3px 3px #EF8F47;}
.pxl-txt-shadow {color: #fff; font-weight: 500; }


/* CSS for service listings */
.tests-list {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.tests-list .search-container {
    margin-bottom: 2rem;
}
.tests-list .tests-list-navbar {
    margin-bottom: 2rem;
}

.tests-list .tests-grid {
    column-count: 2;
    column-gap: 10px;
    margin-bottom: 22px;
}

.tests-list .tests-grid .test-item {
    border-radius: 5px;
    transition: all 0.3s ease;
    height: max-content;
    break-inside: avoid;
    margin-bottom: 10px;
}

.tests-list .tests-grid .test-summary {
    display: flex;
    align-items: center;
    padding: 12px;
    box-shadow: 0 5px 20px rgba(30, 40, 102, 0.102);
    cursor: pointer;
    list-style: none;
    transition: background 0.3s;
    min-height: 60px;
}

.tests-list .tests-grid .test-summary::-webkit-details-marker {
    display: none;
}

.tests-list .tests-grid .test-number {
    background-color: #E57C2A80;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	
}

.tests-list .tests-grid .test-item[open] {
    box-shadow: none;
}
.tests-list .tests-grid .test-item[open] .test-summary {
    background: linear-gradient(90deg, #1E2866 0%, #E57C2A 100%);
    color: white;
    border-radius: 5px;
}
.tests-list .tests-grid .test-item[open] .test-name {
    color: white;
}
.tests-list .tests-grid .test-item[open] .test-number {
    background-color: #E57C2A;
    color: #fff;
}

.tests-list .tests-grid .test-name {
	font-family: "Roboto", sans-serif;
    color: #000000;
	font-size:16px;
    font-weight: 400;
}

.tests-list .tests-grid .test-content {
    padding: 20px;
    background-color: white;
    border-top: none;
    box-shadow: 0 5px 20px rgba(30, 40, 102, 0.102);
    margin-top: 10px;
    border-radius: 5px;
}

.tests-list .tests-grid .test-content h3 {
    color: #1E2866;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
}

.tests-list .tests-grid .test-content p {
    color:#1E2866;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight:700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.tests-list .tests-grid .test-content ul{
	color:#6E7E8F;
	font-family: "Roboto", sans-serif;
	font-size:16px;
	font-weight:400;
}

.tests-list .tests-grid .test-content ul li{
	list-style: none;
    padding-bottom: 10px;
}

.tests-list .tests-grid .test-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tests-list .tests-grid {
        column-count: 1;
    }
}

.search-container {
    display: flex;
    align-items: center;
    height: 45px;
    background-color: white;
    border: 2px solid #F2F5FF;
    border-radius: 30px;
    padding: 2px;
}

.search-container .search-input {
    background-color: transparent;
    flex-grow: 1;
    border: none;
    outline: none;
    font-size: 13.5px;
    color: #1E2866;
    padding: 0px 20px;
    font-weight: 600;
}

.search-container .search-input::placeholder {
    color: #1E2866;
    font-size: 13.5px;
    font-weight: 600;
}

.search-container .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.search-container .search-btn i {
    color: #fff;
    margin-top: 2px;
}

.tests-list-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tests-list-navbar .nav-btn {
    background: none;
    border: none;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0;
    line-height: normal;
	font-family: "Roboto", sans-serif;
}

.tests-list-navbar .nav-btn > .i-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    background-color: #E88233;
    color: white;
    border-radius: 50%;
    line-height: 2;
}

.tests-list-navbar .nav-btn:hover > .i-btn {
    background-color: #E88B4D;
}

.tests-list-navbar .nav-btn > .i-btn i {
    margin-top: 2px;
    margin-right: 2px;
}

.tests-list-navbar .nav-btn.next-btn > .i-btn {
    rotate: 180deg;
}

.tests-list-navbar .tests-list-navbar-center {
	font-family: "Roboto", sans-serif;
    color: #000000;
	font-size:16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .tests-list-navbar .nav-btn > span:not(.i-btn) {
        display: none;
    }
}

.tests-list .nav-btn.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}


/* CSS for Text stroke underline */
.pxl-heading--inner svg path{stroke:#E88233;}
.widget-title:after{
	background:url(/wp-content/uploads/2025/11/line-title.png) no-repeat !important;
}

/* Back-to-top-button */
.pxl-scroll-top{
	right:100px !important;
}

/*Styling for the quick nav button*/
.floating-quick-nav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;

    .quick-nav-toggle-btn .quick-nav-btn-bg {
        position: relative;
    }

    .quick-nav-toggle-btn .quick-nav-btn-bg>img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .quick-nav-toggle-btn .ic-close {
        opacity: 0;
        transition: all 0.3s ease;
    }

    .quick-nav-toggle-btn .ic-quick-nav {
        opacity: 1;
        transition: all 0.3s ease;
    }

    .quick-nav-btn {
        all: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        color: #2C3292;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

    .quick-nav-btn:focus,
    .quick-nav-btn:active {
        color: #2C3292;
    }

    .quick-nav-btn .quick-nav-btn-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        background-color: #2C3292;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    .quick-nav-btn,
    .quick-nav-toggle-btn,
    .quick-nav-btn:active,
    .quick-nav-toggle-btn:active,
    .quick-nav-btn:focus,
    .quick-nav-toggle-btn:focus {
        background: none !important;
        outline: none !important;
        -webkit-tap-highlight-color: transparent !important;
        box-shadow: none !important;
    }

    .quick-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
        overflow: hidden;
        height: 0px;
        opacity: 0;
        pointer-events: none;
    }

    &.expanded {
        .quick-nav-menu {
            opacity: 1;
            height: 294px;
			pointer-events: auto;
        }

        .quick-nav-toggle-btn .ic-close {
            opacity: 1;
        }

        .quick-nav-toggle-btn .ic-quick-nav {
            opacity: 0;
        }
    }
}

/*Mobile Menu Code*/
.pxl-menu-primary li a{
	font-family: "Roboto",sans-serif !important;
}

.pxl-contact-box2 .pxl-item--description{
	max-width: 300px !important;
    font-size: 20.2px !important;
    font-weight: 400 !important;
}
.pxl-iconbox-grid1 .item-number, .pxl-contact-box2 .pxl-item--number a{
	font-family: "Roboto", sans-serif !important;
}
.pxl-service-list.layout2 ul li a{
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important;
}
.pxl-counterslide-inside, .pxl-banner1 .pxl-item--title{
	font-family: "Roboto", sans-serif !important;
	text-transform: uppercase;
}
.pxl-contact-box2 .pxl-item--text{
	font-size: 12px !important;
}

/*Scroll to top hidden*/
.pxl-scroll-top.pxl-on{
	display: none !important;
	opacity: 0 !important;
}

/*Gradient of doctor*/
.pxl-team-grid1 .pxl-item--image:after, .pxl-team-carousel1 .pxl-item--image:after{
	background: linear-gradient(0deg, #ff5e00 19%, rgba(4, 98, 112, 0.00) 95.38%) !important;
}

.pxl-package-archive .pxl-content-area .pxl-item--content{
    padding-bottom: 20px !important;
}

.pxl-iconbox-grid1 .pxl-item--inner:hover .pxl-item--image img{
    transform: none !important;
    -webkit-transform: none !important;
}