body {
    font-family: "Segoe UI", 'Tahoma';
    ;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


/* --------- Banner CSS --------- */

.main-banner .health-banner {
    position: relative;
    width: 100%;
    height: 480px;
    background: url('/assests/Images/banner-img.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    color: #fff;
}

.info-container {
    max-width: 90% !important;
    padding-left: 60px;
    padding-top: 70px;
}

.health-banner .banner-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.health-banner h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 3%;
    line-height: 1.3em;
    color: #fff;
}

.price-box {
    text-align: left;
    vertical-align: text-top;
    align-items: center !important;
    display: flex;
}

.health-banner .price {
    font-size: 3.4rem;
    font-weight: 500;
    color: #FDB913;
}

.health-banner .old-price {
    text-decoration: line-through;
    margin-right: 5%;
    color: #FFF;
    font-size: 2.1rem;
    vertical-align: text-bottom;
}

.health-banner .offer-badge {
    padding: 5px 20px;
    font-size: 1.2rem;
    margin-left: 7%;
    font-weight: 700;
    color: rgb(255 255 255 / 83%);
    border-radius: 12px;
    border: 2px solid rgb(255 255 255 / 39%);
    background: rgba(246, 244, 255, 0.20);
    backdrop-filter: blur(5px);
    letter-spacing: .5px;
    margin-top: 2%;
}

/* --------- Info boxes --------- */

.info-boxes {
    position: relative;
    top: -75px;
    background: #F6EBF5;
    padding: 22px 15px;
    z-index: 10;
}

.box-container {
    text-align: center;
    margin: 0 auto;
    max-width: 90% !important;
}

.info-box {
    text-align: center;
    font-size: 1.2rem;
    color: #962067;
    font-weight: 600;
}

.info-box span {
    color: #1E1E1E;
    font-weight: 400;
}

.info-box i {
    font-size: 28px;
    color: #b51277;
    display: block;
    margin-bottom: 6px;
}

img.info-icon {
    margin-right: 2%;
}

.info-box {
    padding: 15px;
    border-right: 2px solid #FFFFFF;
}

.info-box:last-child {
    border-right: none;
}

/* --------- Overview Section CSS --------- */

.health-section {
    position: relative;
    background: #fff5f9;
    border-radius: 8px;
    padding: 60px 40px;
    overflow: hidden;
}

.health-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 220px;
    background: url('/assets/images/overview-vector.svg') no-repeat top right;
    background-size: contain;
    z-index: 1;
    opacity: 0.9;
}

.content h2 {
    font-size: 2rem;
    color: #9c1452;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Segoe UI" !important;
    margin-bottom: 30px;
}

.health-section .content {
    position: relative;
    z-index: 2;
}

.inner-heading {
    max-width: 60%;
}

.health-section p {
    color: #58595B;
    ;
    line-height: 1.5em;
    font-size: 1.2rem;
    font-family: 'Tahoma' !important;
    padding-right: 30px;
}

.health-section a {
    color: #962067;
    text-decoration: none !important;
    font-weight: 400;
}

/* --------- Tab Navigation Section CSS --------- */

.custom-tabs {
    border-bottom: 1px solid #F6EBF5F6 !important;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.custom-tabs .nav-item {
    flex: unset;
}

.custom-tabs .nav-link {
    display: block;
    border: none;
    background: none;
    color: #58595B;
    ;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Tahoma';
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
    border-bottom: 4px solid transparent;
    gap: 40px;
    transition: all 0.1s ease;
}

.tab-content {
    margin-top: unset;
    border: unset;
    padding: unset;
}

h2.section-title {
    color: #962067;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Segoe UI";
    margin-bottom: 50px;
    text-align: left;
    line-height: 37px;
}

.benefit-item {
    margin-bottom: 45px;
}

.benefit-icon {
    width: 60px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 30px;
}

.benefit-icon i {
    font-size: 28px;
    color: white;
}

.benefit-title {
    font-size: 1.5rem;
    font-family: "Segoe UI";
    font-weight: 600;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #AE2366 0%, #3D0F60 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefit-description {
    color: #58595B;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Tahoma';
    max-width: 80%;
}

/* Tab Navigation bootstrap overwritten css */

.nav-tabs .nav-link {
    border: none !important;
    background: none !important;
}

.custom-tabs .nav-link.active {
    color: #58595B !important;
    border: none !important;
    border-bottom: 4px solid #962067 !important;
    font-weight: 500 !important;
    background: none !important;
}

.custom-tabs .nav-link:hover {
    color: #58595B !important;
    border: none !important;
    border-bottom: 4px solid #962067 !important;
    background: none !important;
}

/* --------- Test Accordian CSS --------- */

section#tests-include-tab .accordion-button {
    display: flex;
}

button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.test-section-title {
    color: #962067;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Segoe UI";
    margin-bottom: 20px;
    text-align: left;
}

p.section-description {
    color: #58595B;
    font-family: 'Tahoma';
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5em;
}

.custom-accordion {
    padding-top: 40px;
    border: none;
}

.accordion-item {
    border-radius: 10px !important;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    padding: 14px 0;
    border: 1px solid transparent;
    transition: border 0.2s ease;
    overflow: hidden;
}

/* When accordion button is open (Bootstrap adds .collapsed to closed state) */
/* .accordion-button:not(.collapsed) {
  border: none;
  box-shadow: none;
  background: #fff;
} */

/* Gradient border on open accordion */
/* .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 1px solid transparent;
  background: linear-gradient(90deg, rgba(238,46,101,1) 0%, rgba(61,15,96,1) 100%);
} */

.accordion-item {
    border: none !important;
    border-bottom: 1px solid #e9ecef;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    background: white;
    border: none;
    padding: 20px 25px;
    font-size: 1rem;
    font-weight: 500;
    color: #495057;
    box-shadow: none;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background: white;
    color: #495057;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}


.test-icon {
    width: 40px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.test-name {
    color: #58595B;
    font-weight: 400;
    font-family: "Segoe UI";
    font-size: 1.4rem;
    margin: 0;
    flex-grow: 1;
}

.parameter-count {
    color: #6c757d;
    margin-right: 8%;
    color: #58595B;
    font-family: "Segoe UI" !important;
    font-size: 1rem;
    font-weight: 400;
}

.test-details {
    padding: 15px 50px;
}

.test-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.test-header .test-icon {
    margin-right: 15px;
}

.test-header .test-info h5 {
    color: #495057;
    font-weight: 600;
    margin: 0;
    font-size: 1.1rem;
}

.parameter-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
    grid-template-columns: repeat(3, 1fr);
    /* grid-auto-flow: row; */
    gap: 15px;
}

.parameter-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.parameter-item {
    color: #58595B;
    font-size: 1.2rem;
    position: relative;
    padding-left: 15px;
    font-family: 'Tahoma';
    font-weight: 400;
}

.parameter-item::before {
    content: "•";
    color: #58595B;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}

.view-more-container {
    text-align: center;
    margin-top: 40px;
    transition: all 0.3s ease;
}

.btn-view-more {
    background: #fff !important;
    color: #962067 !important;
    padding: 15px 45px !important;
    font-family: Tahoma !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    transition: all 0.4s ease !important;
    border-radius: 6px !important;
    border: 0.75px solid #962067 !important;
}

.btn-view-more:hover {
    background: linear-gradient(90deg, #AE2366 0%, #3D0F60 100%) !important;
    color: #fff !important;
}

/* active + focus style - click state */

.btn.btn-view-more:focus,
.btn.btn-view-more:active,
.btn.btn-view-more.active {
    border: 0.75px solid #962067 !important;
    background: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.hidden-tests {
    display: none;
}

.hidden-tests.show {
    display: block;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


.custom-accordion .accordion-button,
.custom-accordion div.accordion-button {
  position: relative !important;
}


.custom-accordion .accordion-button::after,
.custom-accordion div.accordion-button::after {
  content: "" !important;
  position: absolute !important;
  right: 1.8rem !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transform-origin: 50% 50% !important;
  background: url("/assets/images/accordion-down-arrow.svg") center/contain no-repeat !important;
  transition: transform 0.32s ease-in-out !important;
  will-change: transform !important;
  pointer-events: none !important;
  z-index: 2 !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}


.custom-accordion .accordion-button[aria-expanded="true"]::after,
.custom-accordion div.accordion-button[aria-expanded="true"]::after,
.custom-accordion .accordion-button:not(.collapsed)::after,
.custom-accordion div.accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg) !important;
}



/* --------- Who Should Opt for This Package? --------- */

.health-package-container {
    position: relative;
    background: none;
    padding: 2rem 0;
    overflow: hidden;
}

.health-package-container::before {
    content: "";
    position: absolute;
    top: -48%;
    right: 0;
    bottom: 32%;
    width: 800px;
    background: url('/assets/Images//Who-Should-Opt-for-This-Package.svg') no-repeat right center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.gradient-box {
    background: linear-gradient(135deg, rgba(238, 46, 101, 1) 0%, rgba(61, 15, 96, 1) 100%);
    border-radius: 8px;
    padding: 6%;
    margin-bottom: 5rem;
}

.gradient-box h2 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #FFF;
    font-family: "Segoe UI";
}

.gradient-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gradient-box li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 0.98rem;
    font-size: 1.1rem;
    color: #FFF;
    font-family: 'Tahoma';
    font-weight: 400;
}

.gradient-header li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
}

.instructions-title h2 {
    color: #962067;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: "Segoe UI";
    margin-bottom: 3rem;
}

.instructions-section {
    padding-left: 12px;
    max-width: 75%;
}

.instruction-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    /* align-items: center; */
}

.intsn-check-icon {
    margin-right: 21px;
    margin-top: 10px;
}

.instruction-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #58595B;
    font-family: 'Tahoma';
}

.instruction-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #58595B;
    font-family: 'Tahoma';
    padding-left: 1px;
}

/* --------- Health Package Review carousel CSS --------- */

.hospital-section.light-theme {
    position: relative;
}

.testimonial-container {
    background: #962067;
    padding: 5rem 3rem 2rem 4rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

 .quotes-image {
    position: absolute;
    top: 1.8rem;
    left: 1rem;
    width: 12%;
    height: 15%;
    z-index: 1;
}

.testimonial-container h2 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Segoe UI";
    text-align: left;
    margin-bottom: 2.2rem;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.testimonial-container .review-outer {
    padding: 2rem;
    height: 40vh;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1.3px solid #EE2E65;
    background: #FFF;
    box-shadow: 0 0 10.814px 0 rgba(0, 0, 0, 0.10);
}

.testimonial-container .review-outer p {
    color: #58595B;
    font-size: 1.08rem;
    line-height: 1.4;
    flex-grow: 1;
    font-family: 'Tahoma';
    font-style: normal;
    font-weight: 400;
    min-height: 17vh;
}

.testimonial-container .review-sub {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: auto;
}

.testimonial-container .review-name {
    color: #58595B;
    font-family: "Segoe UI";
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 32px;
}

.testimonial-container .review-name span {
    color: #58595B;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
}

.testimonial-container .review-sub img {
    width: auto;
    height: 17px;
}

.testimonial-container .star-rating {
    display: flex;
    gap: 5px;
}

.testimonial-container .owl-carousel .owl-nav {
    display: none;
}

.testimonial-container .owl-dots {
    text-align: center;
    margin-top: 2rem;
    position: relative;
    z-index: 3;
}

/* Base dots */
.testimonial-container .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    background: transparent !important;
    border: 1.3px solid #fff;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0 5px;
}

/* Active dot */
.testimonial-container .owl-dots .owl-dot.active span {
    background: #fff !important;
    transform: scale(1);
}

/* Hover effect */

.testimonial-container .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.936) !important;
}

/* --------- Why Choose Kauvery Hospital section CSS --------- */

.why-choose-section {
    padding-top: 40px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.decorative-circle {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 1;
}

.decorative-circle img {
    width: 100%;
    height: 100%;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

h2.section-title-2 {
    color: #962067;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Segoe UI";
    margin-bottom: 20px;
    text-align: left;
}

.section-description-2 {
    color: #58595B;
    font-size: 1.14rem;
    line-height: 1.5em;
    font-weight: 400;
    max-width: 95%;
    font-family: 'Tahoma';
}

.features-grid {
    position: relative;
    z-index: 2;
}

.feature-item {
    padding-right: 20px;
    padding-bottom: 20px;
}

.feature-title {
    color: #962067;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-family: "Segoe UI";
}

.feature-description {
    color: #58595B;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Tahoma';
}

.feature-highlight {
    font-weight: 600;
    color: #495057;
    letter-spacing: .4px;
}



/* ------- Doctors Cards Packages Carousel Section CSS ------- */

.packages-section {
    padding-top: 10px;
}


.carousel-container {
    position: relative;
    margin: 0 60px;
}

.package-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    margin: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.package-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.14);
}

.package-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-content {
    padding: 20px;
}

.package-title {
    color: #962067;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4em;
    font-family: "Segoe UI";

}

.package-location {
    color: #58595B;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Tahoma';
}

.package-price {
    color: #962067;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Segoe UI";
    margin-top: -8px;
}

.package-buttons {
    display: flex;
    gap: 12%;
}

.package-buttons .btn-view {
    flex: 1;
    background: transparent !important;
    border: 1px solid #962067 !important;
    color: #962067 !important;
    font-family: "Segoe UI" !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    justify-content: center !important;
    align-items: center !important;
}

.package-buttons .btn-view:hover {
    background: #962067 !important;
    color: white !important;
    transform: translateY(-1px) !important;
}

.package-buttons .btn-book {
    flex: 1;
    background: #962067;
    border: 1px solid #962067;
    color: white;
    padding: 10px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.package-buttons .btn-book:hover {
    background: #871d5d;
    color: white;
    transform: translateY(-1px);
}

/* Carousel Navigation left right btns */

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: unset;
}

.carousel-nav:hover {
    transform: translateY(-50%) scale(1.1);
}


.package-content .package-title {
    min-height: 9.5vh;
}

.carousel-nav.prev {
    left: -60px;
}

.carousel-nav.next {
    right: -60px;
}

/* .carousel-nav:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(139, 44, 138, 0.2);
        }
         */

/* Owl Carousel Dots */

/* .owl-dots {
            text-align: center;
            margin-top: 40px;
        }
        
        .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 6px;
            background: #ddd;
            border-radius: 50%;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .owl-dot.active {
            background: #8B2C8A;
            transform: scale(1.2);
        } */



/* ------------------------------------- */

/* FAQ Section CSS */

#Kauvery-4180 .faq-section {
    padding: 70px 0 40px 0;
    background-color: #D9D9D94D;
}

.faq-section .faq-title {
    color: #962067;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4em;
    font-family: "Segoe UI";
}

 .faq-section .accordion-box {
  border-bottom: 1px solid rgba(64, 64, 64, 0.5);
  position: relative;
}

.faq-section .accordion-faq .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1.8rem !important;
    text-decoration: none;
    color: #58595B;
    font-weight: 600;
    font-size: 1.3rem !important;
    text-align: left;
    max-width: 82%;
}

.accordion-faq .accordion-body {
    position: relative;
    display: none;
    padding: 0 1.2rem 1.2rem 1.8rem;
    color: #58595B;
    font-size: 1.1rem !important;
    overflow: auto;
    text-align: left;
    border: 0;
    max-width: 82%;
}

.accordion-faq .accordion-header.active-accordion {

  color: #962067 !important;
  background-color: transparent;
 
}

.accordion.accordion-faq .accordion-box.active {
    border-radius: 10px;
    border: 1px solid rgba(150, 32, 103, 0.30);
    background: #FFF;
    margin-top: 25px;
}

.faq-section .accordion-box.active:not(:first-child) {
  margin-top: 1.75rem;
}

.accordion.accordion-faq .accordion-header:after {
  content: '';
  top: 38%;
  right: 6%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/plus-icon-healthfaq.svg);
}

.accordion.accordion-faq .accordion-header.active-accordion:after {
  background-image: url(/assets/images/minus-icon-healthfaq.svg);
  top: 17%;
}


/* Custom Bootstrap column adjustments */

@media (min-width: 992px) {
    .faq-title-col {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .faq-content-col {
        flex: 0 0 72%;
        max-width: 72%;
    }
}

/* ------------------------------------------- */

.space {
    padding-bottom: 60px !important;
}

/* ---- Our Health Advisor Form Popup CSS Start Here ----- */

.popup-container {
    width: 480px;
    max-width: 100%;
    position: relative;
}

.popup-form {
    background: #962067;
    border-radius: 0;
    padding: 8%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: white;
}

#Kauvery-4180 .form-header {
    margin-bottom: 30px;
}

#healthAdvisor .form-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #FCDC4D;
    font-family: "Segoe UI";
}

#healthAdvisor .form-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #FFF;
    font-family: "Segoe UI";
    line-height: 1.4em;
}

#healthAdvisor .form-section {
    margin-bottom: 25px;
}

#healthAdvisor .form-section-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Segoe UI";
    line-height: 1.4em;
}

#healthAdvisor .form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(251, 147, 206, 0.80) !important;
    border-radius: 0 !important;
    padding: 14px 0 !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease !important;
    color: rgba(251, 147, 206, 0.80) !important;
    font-family: Tahoma !important;
}

#healthAdvisor .form-control:focus {
    background: transparent;
    border-color: white;
    color: white;
    box-shadow: none;
    outline: none;
}

#healthAdvisor .form-control::placeholder {
    color: rgba(251, 147, 206, 0.80) !important;
    font-size: 1rem;
}

#healthAdvisor .date-input-container {
    position: relative;
}

#healthAdvisor .date-input-container .form-control {
    padding-right: 40px;
}

#healthAdvisor .calendar-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    pointer-events: none;
}

#healthAdvisor .date-note {
    font-size: 0.7rem;
    margin-top: 8px;
    font-style: normal;
    color: rgba(251, 147, 206, 0.80);
    font-family: 'Tahoma';
    font-weight: 400;
}

#healthAdvisor .btn-book-appointment {
    background-color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 4% !important;
    width: 100% !important;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
    margin-top: 20px !important;
    transition: all 0.3s ease;
    color: #962067 !important;
    font-family: 'Tahoma' !important;
}

#healthAdvisor .btn-book-appointment:hover {
    background-color: #f8f9fa;
    color: #962067;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Custom date input styling for webkit browsers */

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


#healthAdvisor .form-control:focus {

    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: rgba(251, 147, 206, 0.80) !important;
}

/* Only apply to text and tel inputs */

#healthAdvisor input[type="text"].form-control:valid,
            input[type="text"].form-control:not(:placeholder-shown),
            input[type="tel"].form-control:valid,
            input[type="tel"].form-control:not(:placeholder-shown) {
                color: #fff !important;
            }

/* Only apply to date inputs */

#healthAdvisor .filled {
    color: #fff !important;
}


/* ------ Booking Confirmed! Form Popup CSS Start Here ------- */

.confirmation-popup {
    background: #962067;
    width: 530px;
    max-width: 100%;
    padding: 3%;
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.check-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.check-icon i {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.confirmation-title {
    color: #fbbf24;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FCDC4D;
    font-family: "Segoe UI";
    font-size: 1.8rem;
    font-weight: 700;
}

.confirmation-subtitle {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: "Segoe UI";
}

.divider {
    border: 1px solid rgba(251, 147, 206, 0.80);
}

.booking-details {
    margin-bottom: 25px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 18px;
}

.detail-label {
    color: #FFF;
    font-size: 0.95rem;
    font-weight: 500;
    min-width: 40%;
    font-family: 'Tahoma';
}

.detail-value {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    flex: 1;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7% 0 2% 0;
    background: rgba(246, 235, 245, 0.20);
    padding: 3%;
    gap: 4%;
}

.stat-box:not(:last-child) {
    border-right: 1px solid #fff;
}

.stat-box {
    flex: 1;
    padding: 0 20px;
    position: relative;
}

.stat-number {
    font-size: 0.9rem;
    margin-bottom: 3px;
    color: #FFF;
    font-family: "Segoe UI";
    font-weight: 600;
}

.stat-label {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: "Segoe UI";
    text-align: left;
}

.note-text {
    font-size: 0.8rem;
    margin-bottom: 25px;
    font-style: normal;
    color: rgba(251, 147, 206, 0.80);
    font-family: 'Tahoma';
}

.help-section {
    margin-top: 25px;
}

.help-title {
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2%;
    font-family: Tahoma;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 0.97rem;
    line-height: 1.4;
    font-family: 'Tahoma';
    font-weight: 400;
}

.phone-number {
    font-weight: 500;
}

.confirmation-popup {
    margin-top: 20px;
}

/* ------- Popup Form CSS END Here --------- */


/* popups hide and show CSS */ 


#healthAdvisor, #bookingConfirmed {
    display: none;    
    position: fixed;
    top: 45px; 
    left: 0; 
    bottom: 0; 
    right: 0;
    justify-content: center !important;
    align-items: center !important;
    z-index: 9999;
}

.popup-container, .confirmation-popup {
    margin: auto;
}



/* ------- Sticky health package button CSS Start Here ------- */

.health_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10px 10px;
  border: 1px solid #efefef;
  border-radius: 10px;
  box-shadow: 0 0 18px 0 #d5d5d5;

 /* width: 550px; */
 /* gap: 20px; */
}

/* wrapper fixed bottom */

.wrapper_health_bar {
  width: fit-content;
  right: 0;
  margin: auto;
  position: fixed;
  bottom: 3vh;
  z-index: 11;
  left: 0 !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  pointer-events: auto;
}

/* visible state on scroll */

.wrapper_health_bar.v-visible {
  visibility: visible;
  opacity: 1;
}

/* left text */

.health_bar_text {
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  color: #203644;
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
}

/* button right */

.health_bar_btn {
  background-color: #962067;
  color: #fff;
  border: none;
  padding: 13px 32px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Segoe UI";
}

.health_bar_btn a {
   color: #fff;
   text-decoration: none;

  }

 @media (min-width: 768px) {

.mob-view {
    display: none !important;
}
}

/* ------- Sticky health package button CSS END Here ------- */

/* bootstrap overwritten css start here */

@media (min-width: 1200px) {

   #Kauvery-4180 .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1040px !important;
    }
}



@media (min-width: 1200px) {
    section.section.fixed-top.bg-white.header-top-desktop.bg-white .container {
        max-width: 86% !impotant;
    }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .stat-number {
    font-size: .9rem !important;
  }
}





/* -------- Mobile Responsive css start here -------- */

body {
    overflow-x: hidden !important;
}

@media (max-width: 767px) {

    .main-banner .health-banner {
        position: relative;
        width: 100% !important;
        height: 480px;
        background: url('/assets/images/mob-banner-image.png') no-repeat center center !important;
        background-size: cover !important;
        display: flex;
        align-items: center;
        color: #fff;
	margin-top: 8.9rem;
    }

    .info-container {
        max-width: 100% !important;
        padding-left: 6%;
        padding-top: 53%;
    }

    .health-banner .banner-content {
        max-width: 100%;
        text-align: left;
    }

    .health-banner h1 {
        font-size: 1.5rem;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .price-box {
        display: flex;
        align-items: flex-start !important;
        flex-wrap: wrap;
        padding-top: 8%;
    }

    .health-banner .old-price {
        font-size: 1.7rem;
        position: relative;
        top: -33px;
        opacity: 0.8;
        margin-right: -19%;
    }

    .health-banner .price {
        font-size: 2.1rem;
	padding-left: 5%;
    }

    .health-banner .offer-badge {
        padding: 4px 15px;
        font-size: 1.1rem;
    }

    .box-container {
        max-width: 92% !important;
    }

    /* Info boxes below banner */

    .info-boxes {
        position: static;
        padding: 15px 0;
        flex-direction: column;
    }

    .info-box {
        border-right: none;
        border-bottom: 2px solid #fff;
        padding: 15px 0;
        width: 100%;
        font-size: 1rem;
        text-align: left;
    }

    .col-md-4.info-box {
        font-size: 1.2rem !important;
    }

    .col-md-4.info-box {
        padding-left: 12%;
    }

    .info-box:last-child {
        border-bottom: none;
    }

    img.info-icon {
        margin-right: 6px;
        width: 20px;
        height: 20px;
    }

    /* ----- Overview section responsive start here ------ */

    .overview-div.space {
        background: #fff5f9 !important;
        padding-bottom: 0 !important;
	margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .health-section {
        padding: 5% 0% 5% 2%;
    }

    .health-section::after {
        content: none;
    }

    .inner-heading {
        max-width: 100%;
    }

    .content h2 {
        font-size: 1.4rem;
        line-height: 1.6em;
    }

    .health-section p {
        line-height: 1.8em;
        font-size: 1rem;
        font-weight: 400;
    }

    /* ---- Tab Navigation Mobile Horizontal Scroll ---- */

    .custom-tabs .nav-link {
        padding: 15px 20px;
        font-size: 15px;
    }

    .section-title {
        font-size: 2rem;
    }

    .tab-content {
        padding: 30px 20px;
    }

    .custom-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .custom-tabs::-webkit-scrollbar {
        display: none;
    }

    .nav {
        flex-wrap: nowrap !important;
    }

    .custom-tabs .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    h2.section-title {
        font-size: 1.6rem;
    }

    .benefit-title {
        font-size: 1.3rem;
	line-height: 1.6em;
        margin-bottom: 6px;
    }

    .benefit-description {
        font-size: 1.1rem;
        line-height: 1.6em;
        max-width: 100%;
        font-weight: 400;
    }

    /* --------- Test Accordian Responsive CSS --------- */

    h2.test-section-title {
        font-size: 1.6rem;
        line-height: 1.5em;
    }

    .section-description {
        text-align: left !important;
        font-size: 1.1rem !important;
    }

    section#tests-include-tab {
        padding: 0 5px;
    }

    .accordion-item {
        padding: 10px 0;
    }

    .accordion-button {
        padding: 5px 18px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .test-header-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .test-name-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .test-name {
        font-size: 1.22rem;
        margin-top: -2%;
        width: 80%;
    }

    .parameter-count {
        font-size: 1rem;
        font-weight: 400;
        padding-left: 13.5%;
        margin-top: -3%;
    }

    .test-icon {
        width: 30px;
        padding-top: 1%;
    }

    .parameter-grid,
    .parameter-grid-2 {
        grid-template-columns: 1fr;
    }

    .parameter-item {
        font-size: 1.1rem;
        line-height: 0.9em !important;
    }

    .test-details {
        padding: 1% 12%;
    }

    .test-section-title {
        font-size: 1.6rem;
    }

    p.section-description {
        font-size: 1.1rem;
    }

    /* ------- Who Should Opt for This Package? ------- */

    .health-package-container {
        background-size: cover;
        padding: 1rem 0;
    }

    .health-package-container::before {
        content: none;
    }

    .gradient-header {
        padding: 1.5rem;
    }

    .gradient-header h2 {
        font-size: 1.5rem;
    }

    #who-should-opt-tab {
        margin-top: 35px;
    }

    #who-should-opt-tab .container {
        padding: 0;
    }

    .gradient-box {
        border-radius: unset;
        margin-bottom: 3rem;
    }

    .gradient-box h2 {
        font-size: 1.4rem;
        margin-top: 15px;
    }

    div#imp-instructions-tab {
        padding: 12px;
    }

    .instructions-title h2 {
        font-size: 1.8rem;
    }

    .instructions-section {
        max-width: 95% !important;
    }

    /* ------- Health Package Review carousel CSS ------- */

    .testimonial-container h2 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .hospital-section .container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .testimonial-container {
        padding: 3.8rem 1.5rem 2rem 2rem;
        border-radius: unset;
    }

    .review-outer {
        padding: 1.5rem;
        height: 25vh;
    }

    .review-outer p {
        font-size: 1.15rem;
        margin-bottom: 1.1rem;
        min-height: auto !important;
    }

    .quotes-image {
        width: 15%;
        height: 15%;
        top: 1.2rem;
        left: 1.2rem;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px !important;
    }

    /* --------- Why Choose Kauvery Hospital section CSS --------- */

    h2.section-title-2 {
        font-size: 1.6rem;
        line-height: 1.5em;
    }

    .section-description-2 {
        font-size: 1.12rem;
    }

    .feature-title {
        font-size: 1.3rem;
        text-align: left;
        font-weight: 600;
    }

    .feature-description {
        font-size: 1rem;
        text-align: left;
    }

    .features-grid {
        padding-left: 20px;
    }

    .feature-item {
        padding-bottom: 10px;
    }

   
    .section-header {
       margin-bottom: 30px !important;      
   }

    /* ------- Doctors Cards Packages Carousel Section CSS ------- */

    .packages-section .container {

        padding: 0 !important;
    }

    .packages-section .container-fluid {

	padding-left: 6px !important;
     }

    .carousel-container {
        margin: 0 5px;
    }

    .carousel-nav.prev {
        display: none;
    }

    .carousel-nav.next {
        display: none;
    }

    .packages-section .section-title {
        font-size: 1.8rem;
        text-align: left;
        padding-left: 15px;
	margin-bottom: 30px;
    }

    .package-content {
        padding: 25px 20px;
    }

    .package-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .package-location {
        font-size: 0.95rem !important;

    }

    /* -------- Owl Carousel Dots for Mobile --------- */

    .owl-dots {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
        gap: 4px;
    }

    .owl-dot {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 6px;
        background: transparent;
        border-radius: 50%;
        transition: all 0.3s ease;
        cursor: pointer;
        border: 1.5px solid #962067;
    }

    .owl-dot.active {
        background: #962067;
        transform: scale(1.1);
    }

    /* ------------ FAQ Section CSS ------------ */

 .faq-section {
        margin-bottom: 15% !important;
    }

    .faq-title {
        font-size: 1.5rem;
        text-align: left;
    }
   
     h3.accordion-header {
        font-size: 18px !important;
        padding: 20px !important;
        line-height: 1.5em;
    }
    .accordion-body {
        padding: 0 20px 20px 20px !important;
        font-size: 0.95rem !important;
        max-width: 100% !important;
    }

}

@media (max-width: 767px) {

    .mb-5 {
        margin-bottom: 0px !important;
    }

    .space {
        padding-bottom: 30px !important;
    }

}

@media (max-width: 992px) {
    .decorative-circle {
        display: none;
    }
}

/* ------- Mobile Sticky health package button CSS Start Here ------- */

@media (max-width: 767px) {

    .wrapper_health_bar {
        display: none !important;
    }

    .mob-view {
        display: flex !important;
    }

    .wrapper_health_bar_2 {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: #962067;
        z-index: 9999;
        align-items: center;
        visibility: visible !important;
        opacity: 1 !important;
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }

    .wrapper_health_bar_2 .health_bar_2 {
        display: flex;
        color: #fff !important;
        font-size: 1rem;
        font-weight: 500;
        padding: 22px;
        width: 100%;
        font-family: "Segoe UI";
        justify-content: center;
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }

}


/* -------------------- */

.health-banner {
    margin-top: 8.6%;
}


/* static accordion Remove arrow icon */

/* Hide arrow icon for static accordion buttons */
.custom-accordion .accordion-button.static-item::after,
.custom-accordion div.accordion-button.static-item::after {
  display: none !important;
  content: none !important;
  background: none !important;
}




section.tab-section.space {
    width: 100%;
    position: sticky;
    z-index: 99;
    top: 150px;
}

@media (max-width: 767px) {

  .custom-tabs .nav-link:hover {
    border-bottom: unset;
 }
  section.tab-section.space {
   top: 135px;
 } 

  section.tab-section .container {
   padding: 0 !important; 
  }
}

#benefits-tab,
#tests-include-tab,
#who-should-opt-tab,
#imp-instructions-tab {
  scroll-margin-top: 220px;
}

/* popup close icon css */

.confirmation-popup {
  position: relative; 
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.10);
  border: none;
  cursor: pointer;
  padding: 12px 10px;
  border-radius: 6px;
}

.close-icon {
  width: 17px;
  height: 17px;
  display: block;
}


/* Media Queries for banner section */

@media (min-width: 1200px) and (max-width: 1399px) {

.health-banner {
       height: 505px !important;
  }

.info-container {
    padding-top: 50px !important;
  }

 .info-boxes {
    top: -106px !important;
    padding: 17px 15px !important;
 }

section.tab-section.space {
    top: 170px !important;
 }
}


@media (min-width: 1600px) and (max-width: 1699px) {

 .info-boxes {
    top: -55px !important;
  }
}


@media (min-width: 1700px) and (max-width: 1899px) {
  .health-banner {
    background-size: cover !important;
    height: 520px !important;
  }

  .info-boxes {
    top: -50px !important;
  }

}

@media (min-width: 1900px) {
  .health-banner {
    background-size: cover !important;
    height: 575px !important;
  }

 .info-boxes {
    top: -55px !important;
  }

.health-banner {
    margin-top: 7.8% !important;
  }
}