 /* ── QDX OPTION-1 TOP BAR ── prefix: qdxo1- ── */

 .headertopbatlinesetmain {
     width: 100%;
     background: #5B3FD9 !important;
     border-bottom: none !important;
 }

 .headertopbatlinesetmain .containerfluid-cust {
     display: flex !important;
     align-items: center !important;
     justify-content: space-between !important;
     padding: 0px 10px !important;
     height: 42px !important;
     gap: 10px !important;
 }

 /* ── Left: location area ── */
 .headertopbatlinesetmain .headertopbatline_left {
     display: flex !important;
     align-items: center !important;
     gap: 8px !important;
     flex: 1 !important;
     min-width: 0 !important;
 }

 /* Pulsing dot — injected via ::before on the left block */
 .headertopbatlinesetmain .headertopbatline_left::before {
     content: '';
     display: inline-block;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #FFD166;
     flex-shrink: 0;
     animation: qdxo1-pulse 1.8s infinite;
 }

 @keyframes qdxo1-pulse {

     0%,
     100% {
         opacity: 1;
         transform: scale(1);
     }

     50% {
         opacity: 0.4;
         transform: scale(1.6);
     }
 }

 /* Keep your existing .location-trigger but restyle for white-on-purple */
 .headertopbatlinesetmain .location-trigger {
     display: flex !important;
     align-items: center !important;
     gap: 6px !important;
     color: #ffffff !important;
     text-decoration: none !important;
     font-size: 16px !important;
     font-weight: 500 !important;
     white-space: nowrap !important;
     overflow: hidden !important;
     text-overflow: ellipsis !important;
     max-width: 300px !important;
     transition: opacity 0.2s !important;
 }

 .headertopbatlinesetmain .location-trigger:hover {
     opacity: 0.8 !important;
     text-decoration: none !important;
     color: #fff !important;
 }

 .headertopbatlinesetmain .location-trigger i {
     font-size: 14px !important;
     color: #FFFFFF !important;
     flex-shrink: 0 !important;
 }

 #location-text {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 /* "Change location" badge next to location text */
 .qdxo1-change-badge {
     display: inline-flex;
     align-items: center;
     gap: 3px;
     font-size: 13px;
     color: #ffffff;
     border: 2px solid rgb(255 255 255 / 50%);
     border-radius: 6px;
     padding: 1px 9px;
     flex-shrink: 0;
     white-space: nowrap;
     cursor: pointer;
     transition: background 0.2s;
     text-decoration: none !important;
 }

 .qdxo1-change-badge:hover {
     background: rgba(255, 209, 102, 0.12);
 }

 /* ── Middle: header title ── */
 .headertopbatlinesetmain .headertopbatline_mid {
     flex-shrink: 0 !important;
     text-align: center !important;
 }

 .headertopbatlinesetmain .headertopbatline_mid p {
     color: rgba(255, 255, 255, 0.85) !important;
     font-size: 12px !important;
     margin: 0 !important;
     white-space: nowrap !important;
 }

 /* ── Right: sign in / user dropdown ── */
 .headertopbatlinesetmain .headertopbatline_right {
     display: flex !important;
     align-items: center !important;
     flex-shrink: 0 !important;
 }

 /* User button */
 .headertopbatlinesetmain .probtnlginbtn {
     display: flex !important;
     align-items: center !important;
     gap: 1px !important;
     color: #ffffff !important;
     text-decoration: none !important;
     font-size: 13px !important;
     font-weight: 500 !important;
     cursor: pointer !important;
     transition: opacity 0.2s !important;
 }

 .headertopbatlinesetmain .probtnlginbtn:hover {
     opacity: 0.8 !important;
     color: #fff !important;
     text-decoration: none !important;
 }

 /* Make the user icon white */
 .headertopbatlinesetmain .probtnlginbtn img {
     width: 20px !important;
     height: 20px !important;
     filter: brightness(0) invert(1) !important;
 }

 .headertopbatlinesetmain .userNamewidth_set {
     max-width: 110px !important;
     overflow: hidden !important;
     text-overflow: ellipsis !important;
     white-space: nowrap !important;
 }

 /* ── MOBILE ── */
 @media (max-width: 600px) {
     .headertopbatlinesetmain .headertopbatline_left::before{
        display: none !important;
     }

     .headertopbatlinesetmain .headertopbatline_mid {
         display: none !important;
         /* hide title on small screens */
     }

     .qdxo1-change-badge {
         display: none !important;
         /* save space; location link still tappable */
     }

     .headertopbatlinesetmain .location-trigger {
        font-size: 14px !important;
        max-width: 160px !important;
        border: 2px solid #ffffff;
        padding: 1px 5px;
        border-radius: 7PX;
        background: #ffffff;
        color: #5b3fd9 !important;
     }
    .headertopbatlinesetmain .location-trigger i {
        font-size: 14px !important;
        color: #5b3fd9 !important;
        flex-shrink: 0 !important;
    }

 }

 .headertopbatline_left{
    padding-top: 0px !important;
 }









  /* ── Reset ── */
    /* *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } */
    .owl-carousel .owl-item img {
        border-radius: 12px;
    }
    .new-secton-body {
      font-family: 'Segoe UI', Arial, sans-serif;
      
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
    } 

    /* ── Wrapper ── */
    .qdx-section {
      width: 100%;
      /* max-width: 780px; */
    }

    /* ── Location Bar ── */
    .qdx-location-bar {
      background: #5B3FBE;
      border-radius: 18px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 22px;
      text-decoration: none;
    }

    .qdx-location-left {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .qdx-location-icon-wrap {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .qdx-location-icon-wrap svg {
      width: 20px;
      height: 20px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .qdx-location-label {
      display: block;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 400;
      margin-bottom: 2px;
      letter-spacing: 0.02em;
    }

    .qdx-location-name {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #fff;
    }

    .qdx-location-change-btn {
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(255, 255, 255, 0.15);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 30px;
      padding: 8px 16px;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.2s;
    }

    .qdx-location-change-btn:hover {
      background: rgba(255, 255, 255, 0.25);
    }

    .qdx-location-change-btn svg {
      width: 14px;
      height: 14px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .qdx-location-change-text {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
    }

    /* ── Section Heading ── */
    .qdx-section-heading {
      margin-bottom: 18px;
    }

    .qdx-section-heading h2 {
      font-size: 20px;
      font-weight: 700;
      color: #1a1340;
      margin-bottom: 4px;
    }

    .qdx-section-heading p {
      font-size: 13px;
      color: #888;
    }

    /* ── Cards Grid ── */
    .qdx-cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
  .qdx-cards-grid.landing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }
    /* ── Single Card ── */
    .qdx-card-link {
      text-decoration: none;
      display: block;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid transparent;
      transition: transform 0.18s, box-shadow 0.18s;
    }

    .qdx-card-link:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
    }

    .qdx-card-link:active {
      transform: translateY(-1px);
    }

    /* Card top section */
    .qdx-card-top {
      padding: 22px 20px 18px;
    }

    .qdx-card-icon-wrap {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }

    .qdx-card-icon-wrap svg {
      width: 26px;
      height: 26px;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .qdx-card-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: 1.3;
    }

    .qdx-card-subtitle {
      font-size: 14px;
      line-height: 1.5;
    }

    /* Card footer */
    .qdx-card-footer {
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .qdx-card-footer-label {
      font-size: 16px;
      font-weight: 600;
    }

    .qdx-card-arrow {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .qdx-card-arrow svg {
      width: 14px;
      height: 14px;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* ── Card 1: Diagnostics (Purple) ── */
    .qdx-card--diagnostics .qdx-card-top {
      background: #EDE9FC;
    }

    .qdx-card--diagnostics .qdx-card-icon-wrap {
      background: #5B3FBE;
    }

    .qdx-card--diagnostics .qdx-card-icon-wrap svg {
      stroke: #fff;
    }

    .qdx-card--diagnostics .qdx-card-title {
      color: #26215C;
    }

    .qdx-card--diagnostics .qdx-card-subtitle {
      color: #534AB7;
    }

    .qdx-card--diagnostics .qdx-card-footer {
      background: #ccbdff;
      border-top: 1px solid #CECBF6;
    }

    .qdx-card--diagnostics .qdx-card-footer-label {
      color: #534AB7;
    }

    .qdx-card--diagnostics .qdx-card-arrow {
      background: #5B3FBE;
    }

    .qdx-card--diagnostics .qdx-card-arrow svg {
      stroke: #fff;
    }

    /* ── Card 2: Lab Test (Solid Purple – hero) ── */
    .qdx-card--labtest {
      background: #5B3FBE;
      position: relative;
    }

    .qdx-card--labtest .qdx-card-top {
      background: transparent;
    }

    .qdx-card--labtest .qdx-card-icon-wrap {
      background: rgba(255, 255, 255, 0.18);
    }

    .qdx-card--labtest .qdx-card-icon-wrap svg {
      stroke: #fff;
    }

    .qdx-card--labtest .qdx-card-title {
      color: #fff;
    }

    .qdx-card--labtest .qdx-card-subtitle {
      color: rgba(255, 255, 255, 0.7);
    }

    .qdx-card--labtest .qdx-card-footer {
      background: rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .qdx-card--labtest .qdx-card-footer-label {
      color: #fff;
    }

    .qdx-card--labtest .qdx-card-arrow {
      background: rgba(255, 255, 255, 0.22);
    }

    .qdx-card--labtest .qdx-card-arrow svg {
      stroke: #fff;
    }

    .qdx-popular-badge {
      position: absolute;
      top: 14px;
      right: 14px;
      background: rgba(255, 255, 255, 0.22);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 20px;
      padding: 3px 10px;
      font-size: 10px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.04em;
    }

    /* ── Card 3: Lab Package (Teal) ── */
    .qdx-card--package .qdx-card-top {
      background: #ffeaea;
    }

    .qdx-card--package .qdx-card-icon-wrap {
      background: #f96565;
    }

    .qdx-card--package .qdx-card-icon-wrap svg {
      stroke: #fff;
    }

    .qdx-card--package .qdx-card-title {
      color: #f96565;
    }

    .qdx-card--package .qdx-card-subtitle {
      color: #f96565;
    }

    .qdx-card--package .qdx-card-footer {
      background: #ffcaca;
      border-top: 1px solid #fbcccc;
    }

    .qdx-card--package .qdx-card-footer-label {
      color: #f96565;
    }

    .qdx-card--package .qdx-card-arrow {
      background: #f96565;
    }

    .qdx-card--package .qdx-card-arrow svg {
      stroke: #fff;
    }

    /* ── Responsive ── */
    @media (max-width: 600px) {
      .qdx-cards-grid {
        grid-template-columns: 1fr;
      }

      .qdx-location-bar {
        border-radius: 14px;
      }
    }

    .virtualconsult_cover{
        padding-top: 5px !important;
        padding-bottom: 15px !important;
    }

    .homebannercoverbox{
        margin-bottom: 15px;
    }




    .drsvc-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.drsvc-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:280px;
    padding:28px;
    border-radius:28px;
    text-decoration:none;
    transition:.3s ease;
    overflow:hidden;
}

.drsvc-card:hover{
    transform:translateY(-8px);
}

.drsvc-home{
    background:linear-gradient(135deg, #c0f9d6, #c8f5d8);
}

.drsvc-clinic{
    background:linear-gradient(135deg, #d7e2f1, #dce8ff);
}

.drsvc-video{
    background:linear-gradient(135deg, #dccdfd, #e2d6ff);
}

.drsvc-icon-wrap{
    width:72px;
    height:72px;
    border-radius:20px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.drsvc-icon-wrap svg{
    width:34px;
    height:34px;
    stroke:#111827;
    stroke-width:2;
    fill:none;
}

.drsvc-title{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin:0 0 10px;
}

.drsvc-subtitle{
    font-size:15px;
    line-height:1.7;
    color:#4b5563;
    margin:0;
}

.drsvc-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
}

.drsvc-label{
    font-size:15px;
    font-weight:600;
    color:#111827;
}

.drsvc-arrow{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
}

.drsvc-badge{
    position:absolute;
    top:16px;
    right:16px;
    background:#5b3fbe;
    color:#fff;
    font-size:12px;
    padding:7px 12px;
    border-radius:50px;
    font-weight:600;
}

@media(max-width:991px){
    .drsvc-grid{
        grid-template-columns:1fr;
    }
}

.drsvc-home .drsvc-icon-wrap{
    background:#ffffff;
    color:#22c55e;
}

.drsvc-clinic .drsvc-icon-wrap{
    background:#ffffff;
    color:#3b82f6;
}

.drsvc-video .drsvc-icon-wrap{
    background:#ffffff;
    color:#8b5cf6;
}


.rxupload-card{
    margin-top:30px;
}

.rxupload-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    border-radius: 18px;
    text-decoration: none;
    background: #f0ebff;
    border: 1px solid #ccbdff;
    transition: .3s ease;
}

.rxupload-link:hover{
    transform:translateY(-3px);
}

.rxupload-left{
    display:flex;
    align-items:center;
    gap:16px;
}

.rxupload-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgb(91 63 190);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.rxupload-icon svg{
    width:22px;
    height:22px;
}

.rxupload-content h4{
    margin: 0;
    color: #5b3fbe;
    font-size: 18px;
    font-weight: 700;
}

.rxupload-content p{
    margin: 4px 0 0;
    color: rgb(36 28 62);
    font-size: 14px;
}

.rxupload-arrow{
    color:#5b3fbe;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.rxupload-arrow svg{
    width:20px;
    height:20px;
}

@media(max-width:767px){

    .rxupload-link{
        padding:18px;
    }

    .rxupload-content h4{
        font-size:16px;
    }

    .rxupload-content p{
        font-size:13px;
    }

    .rxupload-arrow{
        display:none;
    }
}