/*
 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;
    gap: 0px;
  }
  .package-lists ul {
    width: 100%;
  }
}
.book-appointment-btn {
  position: fixed;
  right: -88px;
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.tests-list-navbar .nav-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

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

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

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

.tests-list .tests-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 22px;
}

.tests-list .test-item {
  position: relative;
  border-radius: 5px;
}

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

.tests-list .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 .test-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.tests-list .test-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(30, 40, 102, 0.102);
  border-radius: 5px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

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

.tests-list .test-content p {
  color: #6e7e8f;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.4;
}

.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 .test-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .tests-list .test-item:hover .test-summary {
    background: linear-gradient(90deg, #1e2866 0%, #e57c2a 100%);
    color: #fff;
  }

  .tests-list .test-item:hover .test-name {
    color: #fff;
  }

  .tests-list .test-item:hover .test-number {
    background-color: #e57c2a;
    color: #fff;
  }

  .tests-list .test-item:hover .test-content {
    display: block;
  }
}

@media (max-width: 768px) {
  .tests-list .tests-grid {
    grid-template-columns: 1fr;
  }

  .tests-list .test-content {
    position: static;
    box-shadow: none;
    margin-top: 10px;
  }

  .tests-list .test-item.is-open .test-summary {
    background: linear-gradient(90deg, #1e2866 0%, #e57c2a 100%);
    color: #fff;
  }

  .tests-list .test-item.is-open .test-name {
    color: #fff;
  }

  .tests-list .test-item.is-open .test-number {
    background-color: #e57c2a;
    color: #fff;
  }

  .tests-list .test-item.is-open .test-content {
    display: block;
  }
}

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

.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: 0 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;
}

/* CSS for Text stroke underline */
.pxl-heading--inner svg path {
  stroke: #e88233;
}
.widget-title:after {
  background: url("./assets/img/vector_line.png") !important;
  height: 2px !important;
  background-repeat: no-repeat;
}

/* 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: 200px;
      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;
}

.pxl-sidebar-area .widget {
  padding-top: 20px !important;
  margin-bottom: 10px !important;
  border: 2px solid #f2f5ff !important;
  border-radius: 12px !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) 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;
}

/*Gallery Page*/
.gallery-image {
  width: 315px !important;
  height: 322px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.gallery-pagination .active .page-link {
  background: linear-gradient(90deg, #e7802f, #feb175);
  color: #fff !important;
}

/*Taxonomy Description*/
.taxonomy-section {
  background: linear-gradient(90deg, #1e2866, #e57c2a);
  color: white;
  padding: 20px;
  border-radius: 10px;
}
.taxonomy-section h2 {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
.taxonomy-section p {
  font-size: 15px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  color: #fff !important;
}
.card {
  margin-top: 20px;
}
.card-img-top {
  width: 302px;
  height: 250px;
  object-fit: cover;
  pointer-events: none !important;
  object-position: center top;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, #f7ceae, #e77e2d) 1;
}
.card-body {
  padding: 20px;
}

.card-body .card-title {
  font-size: 19px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important;
  color: #1e2866 !important;
  margin: 0 0 10px !important;
}

.card-body #term-description {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  color: #6e7e8f !important;
}
.card-timings #timings {
  font-size: 17px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  color: #1e2a63 !important;
}
.card-timings ul {
  list-style: none;
  color: #000;
  font-size: 15px !important;
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
}
.card-timings ul li {
  text-transform: uppercase;
}
/* Pagination Wrapper */
.pagination {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

/* Pagination Items */
.pagination .page-item {
  list-style: none;
}

.pagination .page-item a,
.pagination .page-item span {
  display: block;
  padding: 8px 14px;
  border: 1px solid #efefef;
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination .page-item a:hover {
  background: #e57c2a;
  color: #fff;
  border-color: #e57c2a;
}

.pagination .page-item .current {
  border-radius: 50%;
  background: linear-gradient(90deg, #e7802f, #feb175);
  color: #fff;
  font-weight: 600;
}

.pagination .page-item span.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #eee;
}

/*The below is department filter css*/
/* FONTS */
.dept-filter-widget,
.events-filter-widget {
  font-family: "Roboto", sans-serif;
}

/* HEADINGS */
.dept-filter-widget h4,
.timing-widget h4,
#child-section h4,
.events-filter-widget h4 {
  position: relative;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2c3292;
  margin-bottom: 25px !important;
  display: block;
  padding-bottom: 30px !important;
}

.dept-filter-widget h4:after,
.timing-widget h4:after,
#child-section h4:after,
.events-filter-widget h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 10px;
  background-image: url("./assets/img/vector_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.dept-level .left-part {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* LABEL BASE STYLES (shared) */
.dept-filter-widget label,
.timing-widget label,
.events-filter-widget label,
.child-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #707f8f;
  margin-bottom: 7px;
}

/* HOVER COLOR */
.dept-filter-widget label:hover,
.events-filter-widget label:hover {
  color: #e57c2a;
}

/* ACTIVE LABEL (Used in Dept widget JS) */
.dept-filter-widget label.active {
  color: #e57c2a !important;
}

/* CHECKBOX HOVER ACCENT */
.dept-filter-widget label:hover input[type="checkbox"],
.events-filter-widget label:hover input[type="checkbox"] {
  accent-color: white;
}

/* HOVERED COUNT OPACITY */
.dept-filter-widget label:hover span {
  opacity: 0.8 !important;
}

/* CUSTOM CHECKBOX STYLE (shared) */
.dept-filter-widget input[type="checkbox"],
.timing-label input[type="checkbox"],
.events-filter-widget label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #6e7e8f;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background: #fff;
  margin-right: 10px;
}

/* DEPT CHECKBOX BORDER WHEN CHECKED */
.dept-filter-widget input[type="checkbox"]:checked,
.timing-label input[type="checkbox"]:checked {
  border-color: #e57c2a;
}

/* CHECKMARK */
.dept-filter-widget input[type="checkbox"]:checked::after,
.timing-label input[type="checkbox"]:checked::after {
  content: "✔";
  color: #e57c2a;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
  font-weight: bold;
}

/* TEXT NEXT TO CHECKBOX (DEPT) */
.dept-filter-widget .dept-parent + strong {
  font-size: 14px;
  font-weight: 400;
  color: #707f8f;
}

/* CHILD TERM TEXT */
.dept-filter-widget .child-term + * {
  color: #333;
  font-weight: normal;
}

/* COUNT (DEPT) */
.dept-filter-widget span {
  font-size: 16px;
  font-weight: 400;
  color: #707f8f !important;
}

/* COUNT COLOR WHEN CHECKED (DEPT) */
.dept-filter-widget label input[type="checkbox"]:checked ~ .count {
  color: #e57c2a !important;
}

/* PADDING */
.dept-filter-widget > div {
  padding: 6px;
}

/* CHILD SECTION */
#child-section {
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* ⭐ EVENTS FILTER — SAME DESIGN AS DEPT */

/* Checkbox border change when checked */
.events-filter-widget input[type="checkbox"]:checked {
  border-color: #e57c2a;
}

/* Checkbox tick */
.events-filter-widget input[type="checkbox"]:checked::after {
  content: "✔";
  color: #e57c2a;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
  font-weight: bold;
}

/* Count styling */
.events-filter-widget span {
  font-size: 16px;
  font-weight: 400;
  color: #707f8f !important;
}

/* Highlight event label + count when checked */
.events-filter-widget input[type="checkbox"]:checked ~ span,
.events-filter-widget input[type="checkbox"]:checked + strong,
.events-filter-widget input[type="checkbox"]:checked ~ strong {
  color: #e57c2a !important;
}

.timing-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #707f8f;
  margin-bottom: 7px;
}

.timing-label:hover {
  color: #e57c2a;
}

.timing-label .left-part {
  display: flex;
  align-items: center;
}

.searchform-wrap {
  display: none !important;
}

.pxl-package-archive .pxl-content-area .inner-icon a {
  -webkit-box-shadow: none !important;
}

.pxl-package-archive .pxl-content-area .pxl-item--inner:hover .pxl-item--icon {
  -webkit-animation: none !important;
  animation: none !important;
}

.widget.widget_search {
  display: none !important;
}

@media (max-width: 991px) {
  .pxl-package-archive {
    flex-direction: column-reverse;
  }
  #pxl-main {
    padding: 0 !important;
  }
  .package-grid {
    margin-top: 15px !important;
  }
}
.error404 #pxl-main:before {
  content: none !important;
  left: 0;
}
.error404 #pxl-main:after {
  content: none !important;
  right: 0;
}
.error404 .btn-404 {
  background-color: #e57c2a !important;
}
.pxl-banner2 .btn-video-wrap .btn-video img {
  max-height: 66px !important;
}
.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background-image: url("./assets/img/vector_line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-391 .elementor-element-81d736c .elementor-widget-container,
.elementor-391 .elementor-element-010eaad .elementor-widget-container,
.elementor-391 .elementor-element-94732a6 .elementor-widget-container,
.elementor-1383 .elementor-element-f7daf10 .elementor-widget-container,
.elementor-1383 .elementor-element-b7c8734 .elementor-widget-container,
.elementor-1383 .elementor-element-a12edc6 .elementor-widget-container {
  margin: 0 0 5px 0 !important;
}

.main-menu-sticky.is-scrolled {
  top: 0 !important;
  position: fixed !important;
  width: 100% !important;
  animation: headerSlideDown 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#pxl-header-main.is-scrolled {
  top: 0 !important;
  position: fixed !important;
  width: 100% !important;
  background-color: #fff;
  animation: headerSlideDown 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes headerSlideDown {
  from {
    top: -120px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.breadcrumb {
  background: transparent;
  padding: 15px;
  margin-bottom: 0;
  font-size: 22px;
  display: flex;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: IcoFont;
  content: "\eaca";
  color: #999;
  padding: 0 8px;
}

.breadcrumb-item a {
  color: #555;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #e57c2a;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}

.call-button {
  pointer-events: none;
}
@media (max-width: 767px) {
  .call-button {
    pointer-events: auto;
  }
  .pxl-banner-carousel1 .pxl-carousel-inner .pxl-swiper-arrow {
    background-color: #ffffff87 !important;
    border: 1px solid #2c3292;
    width: 28px !important;
    height: 28px !important;
  }
  .pxl-swiper-arrow i {
    font-size: 12px !important;
  }
}

ul.pxl-link.pxl-link-l1.hover-defualt.icon-gradient.pxl-inline-block
  > li:first-child {
  pointer-events: none;
}
@media (max-width: 1599px) {
  .pxl-banner2 .btn-video-wrap .btn-video img {
    max-height: 44px !important;
  }
}
.footer-elementor-inner .row {
  margin: 0 !important;
}
.footer-elementor-inner .col-12 {
  padding: 0 !important;
}
.pxl-header-menu active {
  height: 120vh;
  top: -1px;
}
.doctor-profile-wrapper {
  max-width: 1400px;
  margin: auto;
}
.doctor-flex {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.doctor-photo img {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 28px;
  border: 3px solid #f4a444;
  padding: 5px;
  background-color: #f8dec9;
}
.doctor-info {
  flex: 1;
}

.doctor-name {
  font-size: 64px;
  font-family: "Roboto";
  font-weight: 800;
  color: #2c3292;
  margin-bottom: 5px;
}
.doctor-qual {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #6e7e8f;
}
.doctor-tags span {
  display: inline-block;
  padding: 8px 20px;
  margin: 5px 5px 10px 0;
  background: #eaebf4;
  border: 1px solid #323f92;
  border-radius: 25px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.doctor-subtitle {
  margin-top: 20px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #1e2a63;
}
.doctor-schedule p {
  margin: 4px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.doctor-schedule ul {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
}
.doctor-columns {
  margin-top: 30px;
  gap: 20px;
}
.doctor-box-group {
  margin-top: 40px;
  flex: 1;
}
.doctor-box-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  color: #1e2a63;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: "Roboto", sans-serif;
}
.doctor-box-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #e57a1c;
  font-size: 20px;
}
.doctor-box {
  background: #fff8f3;
  border: 2px solid #f3a04a;
  border-radius: 20px;
  padding: 14px 18px;
}
.doctor-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doctor-box p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #333;
}
.doctor-box ul li {
  position: relative;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #333;
  list-style: none !important;
}
.doctor-box ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e57a1c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.doctor-note {
  margin-top: 25px;
}
.doctor-note ul {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.doctor-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.doctor-nav a {
  color: #1e2a63;
  font-weight: 600;
  text-decoration: none;
}
.doctor-list li {
  padding-left: 18px;
  position: relative;
}
.doctor-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e57a1c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
/* ========== RESPONSIVE FIXES ========== */

@media (max-width: 1366px) {
  .doctor-profile-wrapper {
    padding: 50px;
  }
}

@media (max-width: 1200px) {
  .doctor-name {
    font-size: 48px;
  }
  .doctor-qual {
    font-size: 20px;
  }
  .doctor-profile-wrapper {
    padding: 20px;
  }
  .doctor-box p,
  .doctor-box ul li {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .doctor-profile-wrapper {
    padding: 20px;
  }
  .doctor-box p,
  .doctor-box ul li {
    text-align: left;
  }
  .doctor-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .doctor-photo img {
    width: 300px;
    height: auto;
  }

  .doctor-info {
    width: 100%;
  }

  .doctor-tags {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .doctor-profile-wrapper {
    padding: 20px;
  }
  .doctor-box p,
  .doctor-box ul li {
    text-align: left;
  }
  .doctor-name {
    font-size: 36px;
  }
  .doctor-qual {
    font-size: 18px;
  }
  .doctor-tags span {
    font-size: 16px;
    padding: 6px 12px;
  }
  .form-row {
    display: block !important;
  }
  .form-row > * {
    width: 100%;
    flex: unset;
    margin-bottom: 14px;
  }
  .hc-form {
    padding: 0px !important;
  }
}

@media (max-width: 576px) {
  .doctor-profile-wrapper {
    padding: 20px;
  }
  .doctor-box p,
  .doctor-box ul li {
    text-align: left;
  }
  .doctor-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .doctor-tags span {
    padding: 5px 10px;
    font-size: 14px;
  }
}
/*CSS for home collection form*/
.hc-form {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.hc-form input,
.hc-form textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: 25px;
  border: none !important;
  font-size: 13px !important;
}

.form-row {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 10px;
}
.form-row > * {
  flex: 1;
}
.form-row textarea {
  height: 80px;
}

.gender {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0 30px;
}

#hc-submit-btn {
  position: relative;
  background-color: #2c3292;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-loader {
  width: 20px;
  height: 20px;
  margin: 0 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#hc-submit-btn.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.hc-success {
  padding: 10px;
  margin-bottom: 12px;
  background: #e3f8e3;
  border: 1px solid #7bd37b;
  color: #1d5d1d;
  border-radius: 6px;
}

.hc-error {
  padding: 10px;
  margin-bottom: 12px;
  background: #ffe2e2;
  border: 1px solid #e17c7c;
  color: #7a1e1e;
  border-radius: 6px;
}

.test-wrapper {
  position: relative;
}

#testSuggestions {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1000;
}

#testSuggestions li {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}

#testSuggestions li:hover {
  background: #f2f2f2;
}

.selected-tests {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.test-pill {
  background: #e6f2ff;
  border: 1px solid #80bfff;
  color: #2c3292;
  padding: 6px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.remove-pill {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
  color: #2c3292;
}

#testSuggestions {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1000;
}

#testSuggestions li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#testSuggestions li:hover {
  background: #f1f1f1;
}

.location-btn {
  background: #fff !important;
  color: #2c3292 !important;
  text-align: left !important;
  border: none;
  padding: 10px 16px;
  border-radius: 25px !important;
  cursor: pointer;
  font-size: 14px;
}
.pxl-item--desc {
  position: relative;
}

.read-more-btn {
  color: #e57c2a;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: inline;
  z-index: 9999;
  position: relative;
  pointer-events: auto;
}

.pxl-item--desc.el-empty {
  pointer-events: auto !important;
}
