.member{height:590px !important;}
.cat-membership{
    border: 2px dotted #3b5998;
    padding: 50px 0px 35px;
    border-radius: 15px;
    background: #eff8fc;
    height: 330px;
}
.cat-membership a {
    font-family: Quicksand, sans-serif;
    font-size: 17px;
    font-weight: 500;}
.cat-membership img{
    width: 160px;
}
.cat-membership h4 {
    font-family: Quicksand, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #184a74;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background: rgb(177, 50, 151);
    background: linear-gradient(100deg, rgb(197 232 247) 3%, rgb(249 212 213) 40%);
    margin: 11px;
    border-radius: 10px;
    padding: 10px;
    border: 1px dotted #184a74;
}
.cat-membership-1{
    border: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    background: unset !important;
    height: unset !important;
}


 /* lab test */
    .contact-card {
        transition: transform 0.3s ease;
    }
    .contact-card:hover {
        transform: translateY(-5px);
    }
    .heading__title-1{
        font-size: 30px;
        color: #d70a15;
        font-family: Quicksand, sans-serif;
    }
    .lead-1{background-color: #d70a15;}
    .lead-1 p {
    color: #fff;
    font-size: 16px;}
    .border-start {
        border-left: 3px solid #d70a15 !important;
        background: linear-gradient(181deg, #d7e6f2, #ffffff);
    }
    .contact-details a{
        font-size: 17px;
        #343a40 !important
        font-weight: 400;
    }
    .contact-details h5{
        font-size: 18px;
        color: #d70a15;
        font-family: Quicksand, sans-serif;
        padding-bottom: 16px;
    }
    .lead{
        font-size: 16px;
        color: #213360;
    }
    .lab-services-list li {
    padding: 7px 0;
    line-height: 30px;
    } 

    .lab-services-list li i {
        color: #d70a15 !important; 
        font-size: 1.2rem;
        padding-top: 2px;
    }
    
    .lab-services-list li span {
        padding-left: 16px;
    }
    
@media (max-width: 768px) {
    .member{height: unset !important;}
}

.list-items-layout2 li a{color: #d70a15;}


/* Blog Pages CSS */
.blog-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(30,40,90,0.08);
    padding: 2.7rem 2.2rem;
    margin-bottom: 2.5rem;
    font-family: 'Quicksand', 'Segoe UI', Arial, sans-serif;
}
.blog-content h1, .blog-content h2, .blog-content h3 {
    font-family: 'Quicksand', 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
}
.blog-content h1 {
    font-size: 32px;
    color: #198754;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: unset;
    text-align: start;
}
.blog-content h2 {
    color: #0e204d;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.blog-content h3 {
    color: #198754;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-left: 5px solid #0e204d;
    padding-left: 0.7rem;
    background: #f4f7fb;
    border-radius: 4px;
}
.blog-content p, .blog-content ul, .blog-content li {
    font-size: 1.09rem;
    color: #333;
    line-height: 1.7;
}
.blog-content p.lead {
    font-size: 1.18rem;
    color: #222;
}
.blog-content ul {
    margin-bottom: 1.5rem;
}
.blog-content ul li {
    margin-bottom: 0.7rem;
    position: relative;
}
.blog-content ul li::marker {
    color: #198754;
    font-size: 1.1em;
}
.blog-content img {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border-radius: 14px;
    margin-bottom: 1.2rem;
}
.blog-content .alert-info {
    background: #e9f7fd;
    border: 1px solid #b6e2fa;
    color: #0c5460;
    border-radius: 12px;
    font-size: 1.09rem;
    padding: 1.1rem 1.5rem;
    margin-top: 2rem;
}
/* Custom FAQ design */
.blog-content .faq-section {
    margin-top: 2.5rem;
}
.blog-content .faq-item {
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin-bottom: 1.2rem;
    padding: 1.2rem 1.5rem;
    border-left: 4px solid #198754;
}
.blog-content .faq-question {
    font-weight: 600;
    color: #0e204d;
    font-size: 1.13rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.blog-content .faq-question::before {
    content: "Q:";
    color: #198754;
    font-weight: bold;
    margin-right: 0.5em;
}
.blog-content .faq-answer {
    color: #333;
    font-size: 1.05rem;
    margin-left: 1.5em;
}
/* Responsive tweaks */
@media (max-width: 767px) {
    .blog-content {
        padding: 1.2rem 0.5rem;
    }
    .blog-content h1 {
        font-size: 1.5rem;
    }
}

.blog-content p a{color: red;}
.blog-content ul li a{color: red;}
.interlink{color: red;}

/* blog.php page css */
.blog-featured {
    background: #f8f9fa; /* Light gray background */
    border-radius: 16px;
    border: 1px solid #184a74;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    padding: 2rem 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog-featured img {
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #fff;
}
.blog-featured h2 {
    color: #d70a15;
    font-weight: 700;
    font-size: 32px;
}
.blog-featured p {
    color: #333;
    font-size: 1.1rem;
}
.blog-featured .btn-primary {
    background: #184a74;
    border: none;
    border-radius: 24px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 600;
    transition: background 0.2s;
    min-width: 130px !important;
    height: 50px;
}
.blog-featured .btn-primary:hover {
    background: #d70a15;
}

/* accordion design start css */
#main {
    margin: 50px 0;
  }
  .heading-block-accordion a{
      font-size: 20px;
  }
  #main #faq .card {
    border: 0;
    margin-bottom: 13px;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow:unset;
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
      color: #22;
      display: block;
      text-align: left;
      background: linear-gradient(181deg, #c9e6fc, #ffffff);
      /* color: #222; */
      padding: 5px;
      border: 1px solid #1c5886;
      height: 64px;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  .card-header {
      padding: .75rem 1.25rem;
      margin-bottom: 0;
      background-color: unset;
      border-bottom: unset;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  #main #faq .card .collapse {
    border: 0;
    background: #e1f1fd;
  }
  
  #main #faq .card .collapse.show {
    background: linear-gradient(181deg, #d7e6f2, #ffffff);
    line-height: 30px;
    color: #222;
    border: 1px solid #62b3f0;
  }

  /* Mobile responsive styles for accordion */
  @media (max-width: 768px) {
    #main #faq .card .card-header .btn-header-link 
    {
        display: flex;
        justify-content: space-between
    }
    #main #faq .card .card-header .btn-header-link:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
    }
  }
  .btn:not(.btn__link):not(.btn__outlined):before {
    background-color: unset !important;}

.accordion>.card>.card-header 
{
    margin-bottom: -16px;
}