* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.modal-body {
    padding: 0;
  }




body{
    overflow-y: clip;
}




  

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}








   /* Disable scrolling when modal is open */
   body.modal-open {
    overflow: hidden;
}

/* Modal Styles */
.bit-landing-modal {
    display: block;
    /* Show modal on page load */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bit-landing-modal-content {
    position: relative;
    background-color: white;
    margin: 3% auto;
    padding: 10px 20px 5px 20px;
    width: 81%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-height: 95vh;
    overflow-y: auto;
}

.bit-landing-modal-img1 {
    width: 80%;
    border-radius: 10px;
}

.bit-landing-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    z-index: 99;
    
}

.bit-landing-close-btn:hover {
    color: red;
}












.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
}
.hover-effect {
    transition: all 0.3s ease;
  }
  
  .hover-effect:hover {
    background-color: #ffffff;    /* white background on hover */
    color: #101010;               /* dark text on hover */
    transform: scale(1.05);       /* slight zoom */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* soft shadow */
  }

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    max-height: 1000px;
    min-height: 400px;
}

.slider {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slide-animation 20s linear infinite;
}

.slider-track {
    display: flex;
    width: calc(5 * 100%);
    /* now 5 slides */
    animation: slider-animation 20s linear infinite;
}

.slide {
    min-width: 100%;
    position: relative;
    height: 100%;
}

.home-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
}

.img-heading {
    font-family: manrope;
    letter-spacing: 2%;
    font-weight: 700;
    font-size: 3rem;
    color: #ffffff;

}

.text-image p {
    font-family: manrope;
    font-weight: 500;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    line-height: 1.5;
    margin-bottom: 20px;
}

.home-button {
    background: #A82923 !important;
    color: #ffffff !important;
    border-radius: 15px !important;
    font-family: 'Manrope', sans-serif !important;
    width: clamp(150px, 40vw, 240px) !important;
    /* Responsive width */
    height: 50px;
    font-size: clamp(1rem, 2vw, 1.2rem) !important;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.home-button:hover {
    background: #8c201b !important;
}

.tests-heading {
    font-family: manrope;
    font-size: 2.7rem;
    font-weight: 700;
    color: #000000;
    padding-top: 40px;
    margin-top: 30px;
}

.tests-desc {
    font-family: manrope;
    font-size: 1.4rem;
    font-weight: 400;
    color: #696969;
}

.doctor-group-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.test-list-heading {
    font-family: manrope;
    font-size: 1.5rem;
    font-weight: 700;
    color: #A82923;
    margin-top: 0;
}

.test-list-desc {
    font-family: manrope;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    padding: 0 15%;
}

.card-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 10px 40px 0px #1212121A;

}

.card-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: max-content;
    touch-action: pan-x;
}

.card-slider:hover {
    animation-play-state: paused;
}

.card-slider::-webkit-scrollbar {
    display: none;
}

.slider-card {
    flex: 0 0 calc(25% - 15px);
    /* 4 cards visible at once */
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 8px;
    box-shadow: 0px 10px 40px 0px #1212121A;
    border-top: 5px solid #A82923 !important;

}

.small-img-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.slider-arrow.left {
    left: 0;
    background: none;
    border: none;
}

.slider-arrow.right {
    right: 0;
    background: none;
    border: none;
}

.left-side,
.right-side {
    border: 8px solid #A82923;
}

.main-row1 {
    padding: 2%;
}

.main-row2 {
    padding: 2%;
}

.img-home2 {
    display: flex;
    justify-content: center;
    object-fit: cover;

}

.desc-home2 p:nth-child(1) {
    font-family: manrope;
    letter-spacing: 2%;
    font-weight: 700;
    color: #000000;
    font-size: 2.8rem;
}

.desc-home2 p:nth-child(2) {
    font-family: manrope;
    letter-spacing: 2%;
    font-weight: 700;
    color: #A82923;
    letter-spacing: 3%;
    font-size: 1.5rem;
}

.desc-home2 p:nth-child(3) {
    font-family: manrope;
    letter-spacing: 2%;
    font-weight: 400;
    color: #696969;
    font-size: 1rem;
}

.desc-home2 p:nth-child(4),
.desc-home2 p:nth-child(5),
.desc-home2 p:nth-child(6),
.desc-home2 p:nth-child(7) {
    font-family: manrope;
    letter-spacing: 2%;
    font-weight: 700;
    color: #000000;
    font-size: 1rem;
}

.why-paitent-trust-us-i{
    color: #ffffff;
    background: #A82923;
    border-radius: 50%;
}

.section-header-p {
    margin: 0 10%;
    font-family: manrope;
    font-weight: 700;
    color: #000000;
    font-size: 2rem;
    letter-spacing: 1.5%;
}

.section-parent {
    padding-top: 4%;
}

.section-parent p:nth-child(1) {
    font-family: manrope;
    font-weight: 700;
    color: #000000;
    font-size: 3rem;
    letter-spacing: 1.5%;
}

.section-parent p:nth-child(2) {
    font-family: manrope;
    font-weight: 400;
    color: #A82923;
    font-size: 1.2rem;
    letter-spacing: 1.5%;
}


.section-parent p:nth-child(4) {
    font-family: manrope;
    font-weight: 500;
    color: #2c2c2c;
    font-size: 1.5rem;
    letter-spacing: 1.5%;
}

.view-button {
    color: #A82923 !important;
    font-weight: 500 !important;

}

.images-card {
    box-shadow: 0px 0px 30px 15px #A8292333;

}

.image-card img {
    width: 100%;
    height: auto;
    /* Keeps the original aspect ratio */
    display: block;
    border-radius: 10px;
}

.image-card {
    padding: 10px;
}

.images-grp-card {
    box-shadow: 0px 0px 30px 15px #A8292333;
}

.images-grp1 {
    padding: 2% 2% 0 2%;
}

.images-grp2 {
    padding: 0 2% 2% 2%;
}

.certificate {
    text-align: left;

}

.card-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5% !important;
}

.card-img-top {
    display: flex;
    justify-content: center;
    height: auto;
    border-radius: 10%;
    width: 100%;
    padding: 5%;
    /* transition: transform 0.3s ease, filter 0.3s ease; */
}

.square-card {
    border-radius: 7px;
    border: 1px solid #A82923;
    width: 100%;
    /* max-width: 320px; */
    height: 100%;
    margin-left: 1rem;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.square-card:hover {
    box-shadow: 7px 7px 7px 0px #f69691;
    transform: scale(1.05);

}

.card-title {
    font-family: manrope;
    font-weight: 800;
    color: #A82923 !important;
    font-size: 1.2rem;
}

.card-text {
    font-family: manrope;
    font-weight: 500;
    color: #696969 !important;
    font-size: 1rem;
}


.card-grp-div {
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}

.card-grp-img {
    width: 100%;
}

.card-img-container {
    padding: 2%;
    display: flex;
    justify-content: center;
}

.lab-home2-img,
.lab-home3-img {
    width: 100%;
    height: 70%;
    margin-top: 10%;
}

@keyframes scrollCards {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Animation */
/* @keyframes slide-animation {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    45% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-200%);
    }

    70% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-300%);
    }

    95% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(0%);
    }
} */

@keyframes slider-animation {
    0% {
        transform: translateX(0%);
    }

    20% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(-100%);
    }

    45% {
        transform: translateX(-200%);
    }

    60% {
        transform: translateX(-200%);
    }

    65% {
        transform: translateX(-300%);
    }

    80% {
        transform: translateX(-300%);
    }

    85% {
        transform: translateX(-400%);
    }

    100% {
        transform: translateX(-400%);
    }
}

@media (max-width:1244px) {

    .square-card {
        min-height: 350px;
    }

    .section-header-p {
        font-size: 1.8rem;

    }


    .section-parent p:nth-child(1) {
        font-size: 2.7rem;

    }

    .section-parent p:nth-child(2) {
        font-size: 1rem;

    }


    .section-parent p:nth-child(4) {

        font-size: 1.3rem;

    }
}







@media(max-width:829px) {
    .section-header-p {
        font-size: 1.5rem;

    }

    .section-parent p:nth-child(1) {
        font-size: 2.2rem;

    }

    .section-parent p:nth-child(2) {
        font-size: 0.8rem;

    }

    .section-parent p:nth-child(4) {

        font-size: 1rem;

    }

    .tests-desc {

        font-size: 1rem;

    }

    .tests-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    /* .slider-container {
        height: 50vh;
    } */

    /* .slide {
        height: 350px;
    } */

    .img-heading {
        font-size: clamp(1.2rem, 5vw, 1.8rem);
    }

    .image-text {
        width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* text-align: center; */
    }

    .text-image p {
        font-size: clamp(0.8rem, 3vw, 1rem);
    }

    .home-button {
        height: 40px;
        margin: 0 auto;
    }

    .test-list-desc {
        font-size: 1.6rem;
    }

    .section-parent {
        margin-top: 10px;
    }

    .section-header-p {
        font-size: 1.8rem;
        margin-top: 20px;

    }

    .section-parent p:nth-child(1) {
        font-size: 2.5rem;

    }

    .section-parent p:nth-child(2) {
        font-size: 1rem;

    }

    .section-parent p:nth-child(4) {

        font-size: 1.3rem;

    }

    .tests-desc {

        font-size: 1rem;

    }

    .tests-heading {
        font-size: 2rem;
        margin-top: 0;
        padding-top: 0;
    }


    .desc-home2 p:nth-child(1) {

        font-size: 2.5rem;
    }

    .desc-home2 p:nth-child(2) {

        font-size: 1.3rem;
    }

    .desc-home2 p:nth-child(3) {

        font-size: 1rem;
    }

    .section-header-p {
        margin: 0 10%;
        font-size: 1.8rem;

    }

    .section-parent {
        padding-top: 0;
    }

    .doctors-img {
        margin-top: 20px;
    }

    .lab-home2-img,
    .lab-home3-img {
        width: 90%;
        height: 70%;
        margin-top: 10%;
    }

}

@media(max-width:739px) {
    /* .slide {
        width: 100%;

    }

    .img-heading {
        font-size: 1.4rem;
    }

    .image-text {
        width: 100%;
        left: 5%;
    }

    .text-image p {
        font-size: 0.7rem;
    }

    .home-button {
        margin-bottom: 10px;

    } */

    .test-list-desc {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .slider-card {
        flex: 0 0 90%;
        /* 1 card visible at a time on mobile */
    }

    .slider-arrow.left,
    .slider-arrow.right {
        display: none;
        /* Hide arrows on small screens, touch scroll will be used */
    }

    .slider-container {
        height: 80vh;
        min-height: 300px;
    }

    .image-text {
        padding: 10px;
    }

    .text-image p {
        font-size: clamp(0.5rem, 2.5vw, 0.8rem);
    }

    .home-img {
        object-fit: fill;
    }

    .test-list-desc {

        font-size: 1.5rem;

    }

    .desc-home2 p:nth-child(1) {

        font-size: 2rem;
    }

    .desc-home2 p:nth-child(2) {

        font-size: 1.1rem;
    }

    .desc-home2 p:nth-child(3) {

        font-size: 1rem;
    }

    .home-button {
        width: clamp(90px, 40vw, 220px) !important;
        height: 40px;
        font-size: 0.8rem !important;
    }

    .section-header-p {
        margin: 0 10%;
        font-size: 1.5rem;

    }

    .section-parent p:nth-child(1) {

        font-size: 2.2rem;

    }

    .section-parent p:nth-child(2) {
        font-size: 1rem;

    }

    .section-parent p:nth-child(4) {
        font-size: 1.2rem;

    }

    .desc-home2 p:nth-child(4),
    .desc-home2 p:nth-child(5),
    .desc-home2 p:nth-child(6),
    .desc-home2 p:nth-child(7) {
        font-size: 0.9rem;
    }

}


@media(max-width:470px) {

    .tests-heading {
        font-size: 1.5rem;
    }

    .test-list-desc {

        font-size: 1.3rem;

        padding: 0;

    }

    .home-button {
        width: clamp(90px, 40vw, 220px) !important;
        height: 40px;
        font-size: 0.8rem !important;
    }

    .home-button2 {
        height: 40px;
        width: clamp(180px, 40vw, 240px) !important;
        margin-left: 20%;

    }

    .slider-container {
        height: 380px;
    }

    .section-header-p {
        margin: 0 10%;
        font-size: 1.2rem;

    }

    .section-parent p:nth-child(1) {

        font-size: 2rem;

    }

    .section-parent p:nth-child(2) {
        font-size: 1rem;

    }

    .section-parent p:nth-child(4) {
        font-size: 1rem;
        margin-top: 4%;

    }
}


@media (min-width:320px) and (max-width:1100px){
    .home-button {
        margin-top: 5%;
    }
}






/* slide sec start */

.lab-slide-sec-main-div{
    margin-top: 5%;
    margin-bottom: 5%;
}

.lab-slide-sec-main-row{
    background: rgba(232, 199, 198, 1);
}

.slider-images{
    margin-bottom: -15%;
    margin-top: 9%;
}

.slider-img-1-div{
    display: flex;
    justify-content: right;
}

.slider-p-tag{
    font-weight: 400;
    font-family: "Manrope", sans-serif;
    margin-top: 20%;
    padding-right: 9%;
    letter-spacing: 1.5%;
    line-height: 2rem;
}

.slider-span-tag{
    color: rgba(168, 41, 35, 1);
}

.carousel-item,
.carousel-inner,
.lab-slide-sec-main-row {
  overflow: visible !important;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out !important;
}



@media (max-width: 768px) {
    .slider-p-tag {
      font-size: 0.9rem;
      padding-right: 5%;
      margin-top: 10%;
      line-height: 1.6rem;
    }
  
    .slider-img-1-div {
      justify-content: center;
      margin-bottom: 20px;
    }
  
    .slider-images {
      width: 80%;
      margin: auto;
      margin-top: 5%;
      margin-bottom: 5%;
    }
  
    /* .lab-slide-sec-main-row {
      flex-direction: column;
      text-align: center;
    } */
  }
  
  @media (max-width: 576px) {
    .slider-p-tag {
      font-size: 0.85rem;
      margin-top: 5%;
    }
  
    .slider-images {
      width: 90%;
    }
  }
  

/* slide sec end */


.whatsapp-float {
    position: fixed;
    bottom: 20px; /* distance from bottom */
    right: 20px;  /* distance from right */
    z-index: 999; /* stay above everything */
  }
  
  .whatsapp-float img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
  }
  
  .whatsapp-float img:hover {
    transform: scale(1.2); /* slight zoom on hover */
  }


  @media (min-width:320px) and (max-width:480px){
  .home-sec-1{
    margin-top: 8% !important;
  }

}


.model-main-div{
    max-width: 75% !important;
    
}



@media (max-width: 767px) {
    .custom-modal-75 {
      max-width: 90% !important; /* Adjust for smaller screens */
    }
  }
  

  .lab-main-row-2-col-2-main-div-p5 {
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    display: flex;
}

.lab-main-row-2-col-2-main-div-p3 {
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}

.lab-main-row-2-col-2-main-div-p4 {
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}