 
  .about-section {
    padding: 2rem;
  }

  
  
  .about-section .section-title {
    font-family: 'Manuale', serif;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #A82923;
    font-weight: 770;
    font-size: 28px;
  }
  
  .about-black {
    color: #000;
  }
  
  .highlight-red {
    color: #A82923;
  }
  
  .about-section h2{
    font-family: 'Manrope', serif;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 750;
  }
  
  .about-section h4 {
    font-family: 'Manrope', serif;
    font-size: 30px;
    font-weight: 700;
    color: #6c757d; 
    
  }
  
  .about-section .lead {
    font-family: 'Manrope', serif;
    color: #696969;
    margin-bottom: 1.5rem;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
  }
  
  .about-section .lead span {
    color: #A82923;
    font-weight: 700;
  }
  
  .about-section p {
    color: #696969;
    font-size: 21px;
    line-height: 1.2;
    width:100%;
  }
  
  .about-section strong {
    color: #A82923;
    font-size:21px;
    font-weight: 500;
  }
  
  .image-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .image-wrapper::before {
    content: '';
    background-image: url('/images/rectangle1.png');
    background-size: 100%;           
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 40%;
    margin-top: 60px;
    padding-right: 20px;
    left: 50%;
    width: 80%;
    height: 90%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  
  .image-wrapper img {
    position: relative;
    z-index: 1;
    height: 65%;
    margin-left: 10px;
    margin-bottom: 48px;
  
  }
  
  .info-section {
    background-color: rgba(168, 41, 35, 0.27);
    font-family: 'Manrope', sans-serif;
    padding: 40px 50px;
  }
  
  .info-text {
    font-size: 23px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 25px;
  }
  
  .info-image {
    width: 350px;
    height: 250px;
    margin-right:0;
  }
  
  .highlight-text {
    color: #A82923;
    font-weight: 600;
  }
  
  .quality-assurance {
    font-family: 'Manrope', sans-serif;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
  }
  
  .quality-assurance .image-container img {
      width: 80%;
      height: auto;
  }
  
  .quality-assurance h2, .quality-assurance h5,
  .quality-assurance p, .quality-assurance ul {
      font-family: 'Manrope', sans-serif;
  }
  
  .quality-assurance h5 {
      font-size: 20px;
      margin-bottom: 20px;
  }
  
  .quality-assurance p {
      color: #696969;
      font-size: 19px;
      line-height: 1.5;
      width: 100%;
  }
  
  .quality-assurance .col-md-6 img {
      width: 100%;
      margin-left: 0;
      display: block;
      margin-top: 20px;
  }
  
  .quality-assurance ul li {
      list-style-type: none;
      position: relative;
      padding-left: 40px;
      font-size: 20px;
      font-weight: bold;
  }
  
  .quality-assurance ul li::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #A82923;
      background-image: url('./images/check-1.png');
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .our-commitment {
      font-family: 'Manrope', sans-serif;
      padding-top: 5rem;
      padding-bottom: 5rem;
      background-color: #f8f9fa;
  }
  
  .our-commitment h2,
  .our-commitment h5,
  .our-commitment p,
  .our-commitment ul {
      font-family: 'Manrope', sans-serif;
  }
  
  .our-commitment h2 {
      font-size: 32px;
  }
  
  .our-commitment h5 {
      font-size: 20px;
      margin-bottom: 20px;
  }
  
  .our-commitment p {
      color: #696969;
      font-size: 19px;
      line-height: 1.6;
  }
  
  .our-commitment ul li {
      list-style-type: none;
      position: relative;
      padding-left: 40px;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 18px;
  }
  
  .our-commitment ul li::before {
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #A82923;
      background-image: url('./images/check-1.png');
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .our-commitment img {
      text-align: center;
      max-width: 100%;
      height:100%;
      margin-top:20px;
  }
  
  .deep-lab-section {
    font-family: 'Manrope', sans-serif;
  }
  
  .deep-lab-section img {
    max-width: 300px;
    height: auto;
    margin-bottom: 1.5rem;
  }
  
  .deep-lab-section .highlight,
  .deep-lab-section .quote {
    color: #A82923;
    font-weight: bold;
  }
  
  .deep-lab-section .mb-3 {
    margin-right:100px;
    text-align: center;
    color: #121212;
    font-size: 18px;
  }
  
  .deep-lab-section p {
    /* margin-left: 60px; */
    font-size: 20px;
    color: #696969;
  }
  
  .about-deep-content {
    max-width: 100%;
    line-height: 1.7;
    text-align: left;
  }
  
  .about-deep-content p {
    text-indent: 2em;
    margin-bottom: 1.2rem;
  }
  
  .core-values-section {
    background-color: #feecec;
    border-radius: 55px;
    padding: 20px 20px;
    width:90%;
    height:90%;
    margin-left:5%;
  }
  
  .core-values-title {
    text-align: center;
    color:#A82923;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  .value-card {
    padding:2px 2px;
    background-color: transparent;
  }
  
  .value-icon img {
    width: 90%;
    height: 70%;
    object-fit: contain;
  }
  
  .value-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
  }
  
  .value-card p {
    font-size: 16px;
    color: #222222;
    font-family: 'Lato', sans-serif;
  }
  
  .quote-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #222222;
    font-family: 'Lemonada', cursive;
    padding: 25px;
    text-align: center;
    max-width: 800px;
    margin:auto;
    margin-bottom: 2px;
  }
  
  .quote-box p {
    font-size: 1.1rem;
    margin-bottom: 15px;
    position: relative;
  }
  
  .quote-box p::before,
  .quote-box p::after {
    font-size: 20px;
    color: #b10000;
    vertical-align: top;
  }
  
  .author {
    font-size: 20px;
    font-weight: 400;
    color: #a10000;
  }
  
  .vision-heading{
    font-size: 6rem;
    color: #A82923;
    letter-spacing: 6px;
    z-index: 0;
    display: inline-block;
    padding: 0 10px;
  }
  
  .mission-heading{
      font-size: 6rem;
      color: #A82923;
      letter-spacing: 6px;
      z-index: 0;
      padding: 0 10px;
    } 
  
  .info-card {
    background-color:#FEECECE5;
    border-radius: 12px;
    font-size: 15px;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    color: #121212;
    z-index: 1;
    backdrop-filter: blur(4px);
  }
  
  .vision-section .info-card {
    margin-left: 80px; 
    max-width: 700px;
    margin-top: -50px;
  }
  
  .mission-section .info-card {
    margin-right:100px;
    margin-left:auto;
    max-width: 700px;
    margin-top: -50px;
  }
  
  .patient-feedback-section {
    font-family: 'Manrope', sans-serif;
    background-color: #ffffff;
  }
  .section-heading {
    color: #A82923;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
  }
  
  .testimonial-box {
    background-color: #fff3f3;
    border: 1px solid #f4b6b6;
    border-radius: 12px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 80px;
  }
  
  .testimonial-box p {
    font-size:14px;
  }
  
  .testimonial-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .vector-img {
    position: absolute;
    width: 80px;
    z-index: 0; 
  }
  
  .top-left {
    top: -20px;
    left: -20px;
  }
  
  .bottom-right {
    bottom: -20px;
    right: -20px;
  }
  
  .stat-number {
    color:#A82923;
    font-size: 2rem;
    font-weight: bold;
  }
  
  .text-muted {
    margin-top: 4px;
    font-size: 12px;
  }
  
  .custom-carousel-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  
  .carousel-inner,
  .carousel-item {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  
  .about-black {
    font-family: 'Manrope', sans-serif;
    color: #000;
    font-size:2.5rem;
    margin-bottom: 46px;
  }
  .discount-carousel-section h3 {
  
    font-family: 'Manrope', serif;
    font-size:30px;
    font-weight: bold;
    color:#A82923; 
    margin-bottom: 46px;
  }
  
  .carousel-control-prev.custom-carousel-btn {
    left: 20px;
  }
  
  .carousel-control-next.custom-carousel-btn {
    right: 20px;
  }
  
  .custom-carousel-btn img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #A82923;
    padding: 10px;
  
  }
  .slide-img {
    max-width: 100%;
    width: 100%;
    max-height: 500px;
    height: auto;
    object-fit: contain;
  }
  
  @media (max-width: 800px) {
    .navbar-collapse {
      padding-left: 1rem;
    }
  
    .navbar-collapse .d-flex {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }
  
    .navbar-nav {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      width: 100%;
    }
  
    .navbar-nav .nav-link {
      font-size: 16px;
      padding: 0;
    }
  
    .btn-contact {
      font-size: 16px;
      padding: 6px 16px;
      align-self: flex-start;
      margin-bottom: 5px;
      margin-left: 15px;
    }
  
    .navbar-logo {
      max-width: 140px;
    }
  
    .about-section h4,
    .about-section h2 {
      text-align: center;
    }
  
    .about-section .lead{
      font-size: 20px;
      text-align: center;
    }
    .about-section p {
      font-size: 16px;
      text-align: center;
    }
  
    .about-section .image-wrapper {
      text-align: center;
      margin-top: 2rem;
    }
  
    .about-section .image-wrapper img {
      height: auto;
    }
  
    .info-section .info-text {
      font-size:20px;
      text-align: center;
      margin: 20px 0;
    }
  
    .info-section .info-image {
      display: block;
      margin: 20px auto 0;
      width: 100%;
      max-width: 300px;
      height:auto;
    }
  
    .quality-assurance .row {
      text-align: center;
    }
  
    .quality-assurance .col-lg-4,
    .quality-assurance .col-md-6 {
      margin-bottom: 20px;
    }
  
    .quality-assurance .image-container img {
        max-width: 80%;
        margin-top: 20px;
        margin-left: 20px;
    }
    
  
    .quality-assurance h2 {
      margin-left: 30px;
    }
  
    .quality-assurance p {
      font-size: 16px;
    }
  
    .quality-assurance ul li {
      font-size: 18px;
    }
  
    .quality-assurance ul li::before {
      width: 18px;
      height: 18px;
    }
  
    .our-commitment .row {
      text-align: center;
    }
    .our-commitment h2 {
      /* margin-left: 30px; */
  
    }
  
    .deep-lab-section .mb-3 {
      margin-right: 0;
      font-size: 16px;
    }

  
    .about-deep-content p {
      text-align: center;
      text-indent: 1.5em;
      font-size: 16px;
      padding: 0;
      margin: 0;
    }
  
    .vision-heading,
    .mission-heading{
      font-size:3rem;
    }
  
    .vision-section .info-card {
      margin-top: 0;
    }
  
    .mission-section .info-card{
      margin-top: 0;
      margin-left:20px;
  
    }
  
    .core-values-section{
      border-radius: 0;
      width:82%;
      padding: 20px 20px;
    }
  
    .testimonial-box{
      margin-bottom:25px;
    }
  
  }
  

  .position-relative {
    position: relative;
  }
  
  .gif-overlay {
    position: absolute;
    top: 0; /* adjust as needed */
    left: 0; /* adjust as needed */
    /* width: 100px;  */
    height: auto;
    z-index: 2;
  }
  
  .info-section{
    padding: 0;
  }      
      
      
      
  
    
  .quote-box {
    background-color: #f9f9f9;
    border-left: 5px solid #a82923;
    border-radius: 8px;
    font-style: italic;
    color: #333;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .quote-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .author {
    color: #a82923;
    font-size: 1rem;
  }
  
  
  .discount-heading{
    font-size: 2.5rem;
  }

  .test-catalog-sec-3-p{
    text-align: center;
  }