* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Poppins, sans-serif !important;
    color: rgb(15, 33, 66);
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
span {
    font-family: Poppins, sans-serif !important;
}

ul {
    list-style: none;
}

.scrn-container {
    width: 90%;
    max-width: 1650px;
    margin: auto;
}




/*hero  section css start*/

.hero-section-area {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 0 90px;
    top: 0;
}

.hero-banner-arae {
    position: relative;
}

/*.hero-banner-arae::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: #e7e4db63;*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*}*/

.hero-services-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    z-index: 6;
    margin-bottom: 0;
}

.hero-banner-img {
    position: relative;
    width: 100%;
    height: 81vh;
    z-index: 1;
}

.hero-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-carousel-inner,
.hero-carousel-inner .carousel-item {
    position: relative;
    width: 100%;
 height: auto;
    /*min-height: 85vh;*/
}

.hero-services-overlay .services-arae {
    padding: 0;
}

.hero-services-overlay .services-wrapper {
    background: transparent;
    backdrop-filter: none;
    border-radius: 24px;
    box-shadow: 0px -1px 7px rgba(14, 35, 68, 0.18);
    overflow: hidden;
}

.services-wrapper-iocn {
}

.services-wrapper-iocn img {
}
.hero-services-overlay .services-wrapper-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 24px;
    overflow: hidden;
}

.hero-services-overlay .services-wrapper-col {
    min-height: 90px;
    padding: 24px 22px;
    background: #0b78bf;
}

.hero-services-overlay .services-wrapper-col:nth-child(2) {
    background: #0368a7;
}

.hero-services-overlay .services-wrapper-col:nth-child(3) {
    background: #0a77be;
}

.hero-services-overlay .services-wrapper-box {
    height: 100%;
    padding: 0;
    gap: 16px;
    display: flex;
    align-items: center;
}

.hero-services-overlay .services-wrapper-iocn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.98);
    color: #0f2f68;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px;
    flex-shrink: 0;
}

.hero-services-overlay .services-wrapper-iocn img {
    width: 30px;
}

.hero-services-overlay .services-wrapper-contnet h3 {
    margin-bottom: 8px;
    font-size: clamp(18px, 1.45vw, 20px);
    line-height: 1.15;
    font-weight: 500;
    color: #fff;
}

.hero-services-overlay .services-wrapper-contnet p {
    font-size: clamp(13px, 1.08vw, 15px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    text-align: start;
}
@media (max-width: 1500px) {
    .hero-banner-img {
            height: 87vh;
    }
}
@media (max-width: 992px) {
    .hero-banner-arae,
    .hero-carousel-inner,
    .hero-carousel-inner .carousel-item,
    .hero-banner-img {
        height: 80vh;
    }

    .hero-services-overlay {
        position: relative;
        bottom: auto;
        margin-top: -77px;
    }

    .hero-services-overlay .services-wrapper-row {
        grid-template-columns: 1fr;
    }

    .hero-services-overlay .services-wrapper-col:nth-child(2),
    .hero-services-overlay .services-wrapper-col:nth-child(3),
    .hero-services-overlay .services-wrapper-col {
    }

    .hero-services-overlay .services-wrapper-box {
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .hero-banner-arae,
    .hero-carousel-inner,
    .hero-carousel-inner .carousel-item,
    .hero-banner-img {
       height: 35vh;
       /*min-height: 60vh;*/
    }

    .hero-section-area {
        padding-bottom: 20px;
    }

    .hero-services-overlay {
        margin-top: -96px;
    }

    .hero-services-overlay .services-wrapper-col {
        min-height: auto;
        padding: 16px 18px;
    }

    .hero-services-overlay .services-wrapper-box {
        gap: 12px;
    }

    .hero-services-overlay .services-wrapper-iocn {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
    }

    .hero-services-overlay .services-wrapper-iocn img {
        width: 26px;
    }

    .hero-services-overlay .services-wrapper-contnet h3 {
        font-size: 18px;
    }

    .hero-services-overlay .services-wrapper-contnet p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .hero-services-overlay {
        position: relative;
        bottom: auto;
        margin-top: -69px;
    }

    .hero-services-overlay .services-wrapper {
        border-radius: 20px;
    }

    .hero-services-overlay .services-wrapper-row {
        border-radius: 20px;
    }

    .hero-services-overlay .services-wrapper-col {
        padding: 14px 16px;
    }

    .hero-services-overlay .services-wrapper-box {
        align-items: flex-start;
    }

    .hero-services-overlay .services-wrapper-contnet h3 {
        font-size: 17px;
    }

    .hero-services-overlay .services-wrapper-contnet p {
        font-size: 12px;
    }
}

/*hero section css end*/










@media (max-width: 1024px) {
    .section-heading {
        font-size: 42px !important ;
    }

    .hero-contnet-row {
        flex-direction: column;
    }

    .hero-col-right {
        margin-top: 0px;
    }

    .badge-certified {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 32px !important ;
    }

    .p-content {
        font-size: 16px !important ;
    }

    

    .topheader-listing-inner {
        gap: 14px;
    }
}

@media (max-width: 480px) {
    .section-heading {
        font-size: 26px !important ;
    }

    .hero-btn-book {
        padding: 12px 20px;
        font-size: 14px !important ;
    }
}

.find-doctor-section-area {
    background: rgb(255, 255, 255);
    padding: 65px 0px 54px;
}

.find-doctor-wrapper {
    background: rgb(228, 237, 243);
    border-radius: 16px;
    padding: 75px 59px 80px;
}

.find-wrapper-row {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 40px;
}

.find-col-lift {
    padding-right: 36px;
    border-right: 2px solid rgb(207, 218, 228);
}

.section-title {
    margin: 0px 0px 10px;
    color: rgb(22, 42, 89);
    font-size: 24px !important;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1%;
}

.section-description-title {
    margin: 0px 0px 26px;
    color: rgb(14, 30, 76);
    font-size: 16px !important;
    line-height: 140%;
    text-align: center !important;
    font-weight: 400;
}

.find-doctoe-wrapper-row {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 15px;
    margin-top: 60px;
}

.find-name-first-letter {
    width: 100%;
    max-width: 72px;
    min-height: 60px;
    border-radius: 8px;
    border: 1px solid rgb(195, 207, 214);
    background: rgb(255, 255, 255);
    color: rgb(31, 51, 98);
    font-size: 20px !important ;
    font-weight: 600;
    line-height: 121%;
    display: flex;
    letter-spacing: -1%;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
}

.find-name-first-letter:hover {
    background: #AD1019;
    color: rgb(255, 255, 255);
    border-color: #AD1019;
}

.sreach-col-right {
    padding-left: 6px;
}

.sreach-input-area {
    width: 100%;
    min-height: 56px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(209, 229, 240);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 57px;
}

.sreach-input-area input {
    width: 100%;
    border: 0px;
    outline: none;
    background: transparent;
    font-size: 16px !important ;
    color: rgb(35, 56, 95);
}

.sreach-input-area input::placeholder {
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.care-journey-section-area {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 46px 0px 60px;
    overflow: hidden;
}

.care-journey-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.care-journey-card {
    position: relative;
    z-index: 1;
    padding: 45px;
    filter: drop-shadow(0 0 5px rgba(var(--bs-secondary-rgb), 0.07));
    height: 100%;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  

}

.care-journey-card::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg02.svg);
    mask-position: right bottom;
    border-radius: 30px 30px 0 30px;
    transition: all 0.5s;
      box-shadow: 6px 6px 54px 0px #00000026;
}
.care-journey-card:hover::after {
  background:rgb(189, 15, 29); 
}

/* Text white on hover */
.care-journey-card:hover {
  color: #fff;
}

.care-journey-card-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 38px;
    flex-direction: column;
}

.care-journey-card-content h3 {
    margin: 0px 0px 12px;
    color: rgb(23, 45, 98);
    font-size: 23px !important ;
    line-height: 130%;
    transition: 0.3s;
    font-weight: 600;
}

.care-journey-card-content p {
    margin: 0px;
    color: rgb(125, 125, 125);
    font-size: 16px !important ;
    line-height: 180%;
    transition: 0.3s;
    font-weight: 400;
}

.care-journey-card-img img {
    width: 56px;
    height: auto;
    transition: 0.3s;
}

.care-journey-card-img img:nth-child(2) {
    display: none;
}

.care-journey-card-arrow {
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.care-journey-card-arrow a {
    width: 52px;
    height: 52px;
    background: #E5ECE7;
    color: rgb(31, 42, 50);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px !important;
    transition: 0.3s;
    border-radius: 50px;
}

.care-journey-card-arrow a  i{
    transform: rotate(308deg);
    font-size: 21px !important;
}


.care-journey-card:hover h3,
.care-journey-card:hover p {
    color: rgb(255, 255, 255);
}

.care-journey-card:hover .care-journey-card-img img:nth-child(1) {
    display: none;
}

.care-journey-card:hover .care-journey-card-img img:nth-child(2) {
    display: block;
}

.care-journey-card:hover .care-journey-card-arrow a {
    background: rgb(212, 221, 216);
    color: rgb(29, 36, 42);
    transform: translateY(-2px) rotate(
52deg);
}

.care-journey-btn-container {
    margin-top: 40px;
    text-align: center;
}

.consult-btn {
    min-width: 190px;
    min-height: 52px;
    border-radius: 999px;
    border: 1px solid rgb(204, 48, 63);
    color: rgb(193, 18, 31);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgb(255, 255, 255);
    font-size: 13px !important ;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: 0.3s;
}

.consult-btn:hover {
    background: rgb(193, 18, 31);
    color: rgb(255, 255, 255);
}

.hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    position: relative;
}

.rgcirc-wrapper {
    position: relative;
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.rgcirc-main {
    color: rgb(0, 118, 192);
    font-size: 328px !important;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0px;
    line-height: 90%;
}

.values-bar {
    position: absolute;
    top: 56%;
    left: 49%;
    transform: translate(-50%, 0px);
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
}

.values-bar span {
    color: rgb(184, 42, 38);
    font-size: 20px !important ;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 120%;
}

.doctors-section-banner {
    position: relative;
    display: flex;
    align-items: end;
    background-image: url("/assets/images/healthcare-banner-img.png");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 500px;
}

.bg-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25vw !important ;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}

.doctors-container {
    position: relative;
    z-index: 3;
}

.doctors-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.doctors-row:hover .doctor-card {
    opacity: 0.3;
    filter: grayscale(80%);
}

.doctors-row .doctor-card:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
    z-index: 10;
}

.doctor-card {
    position: relative;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}
   .doctors-section-banner {
   
    position: relative;
}

.doctors-container {
    width: 100%;
    top:50px;
    position: relative;
}
.doctor-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    mask-image: linear-gradient(to top, transparent 5%, black 25%);
}

.doctor-info {
    position: absolute;
    bottom: 70px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 265px;
    padding: 21px 15px;
    text-align: center;
    background: rgb(255 255 255 / 75%);
    border-radius: 20px;
    backdrop-filter: blur(6px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.doctor-card:hover .doctor-info {
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

.doctor-info h5 {
    margin-bottom: 2px;
    font-size: 14px !important ; 
    color: rgb(29, 43, 79);
    font-weight: 700;
    line-height: 120%;
}

.doctor-info p {
    color: rgb(0, 0, 0);
    font-size: 12px !important ;
    margin: 0px;
    line-height: 120%;
    text-align: center !important;
}

.patient-journey-conatiner {
    transition: background-size 0.3s;
    cursor: pointer;
    display: flex;
    align-items: stretch;
    isolation: isolate;
    position: relative;
    width: 100%;
    min-height: 655px;
    background: url("../images/journey-explained-banner.png") center center / cover no-repeat;
    border-radius: 15px;
    overflow: hidden;
    gap: 20px;
        /* background-size: 100%; */
    border-radius: 22px;
    overflow: hidden;
    transition: background-size 0.3s ease;
    cursor: pointer;
    min-height: 440px;
    display: flex;
    align-items: stretch;
    isolation: isolate;

}

/*.patient-journey-conatiner:hover {*/
/*    background-size: 101%;*/
/*}*/

.patient-journey-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.patient-journey-row {
    width: 100%;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    align-items: center;
    place-content: center space-between;
    height: auto;
    gap: 48px;
    padding: 92px 63px;
}

.patient-journey-card {
    position: relative;
    max-width: 680px;
    background: rgba(185, 26, 36, 0.82);
    border-radius: 18px;
    padding: 95px 55px 94px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 18px 36px;
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.patient-journey-card::before,
.patient-journey-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%);
    filter: blur(10px);
    pointer-events: none;
}

.patient-journey-card::before {
    width: 220px;
    height: 220px;
    top: -60px;
    left: 18%;
}

.patient-journey-card::after {
    width: 180px;
    height: 180px;
    bottom: -40px;
    right: 12%;
}

.patient-journey {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.patient-journey h2 {
    margin: 0px;
    font-size: 57px  !important ;
    line-height: 125%;
    letter-spacing: -1px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.patient-journey p {
    margin: 0px 0px 14px;
    font-size: 19px  ;
    letter-spacing: 0.3px;
    line-height: 170%;
    font-weight: 400;
}

.play-button-col {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-play {
    position: relative;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(15, 20, 38, 0.08);
    display: grid;
    place-items: center;
    justify-self: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.journey-play .play-rings {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.6px solid rgb(255 255 255);
    border-radius: 50%;
    animation: 3s ease-out 0s infinite normal none running pulseRing;
}

.journey-play .play-rings:nth-child(2) {
    width: 78%;
    height: 78%;
    animation-delay: 0.35s;
}

.journey-play .play-rings.play-rings-inner {
    width: 58%;
    height: 58%;
    animation-delay: 0.7s;
}

.play-icon {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
}

.play-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes pulseRing {
    0% {
        transform: scale(0.88);
        opacity: 0.35;
    }

    60% {
        transform: scale(1.06);
        opacity: 0.24;
    }

    100% {
        transform: scale(1.14);
        opacity: 0.12;
    }
}

.play-button {
    position: relative;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    transition: transform 180ms, box-shadow 180ms;
}

.play-button::before,
.play-button::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: -12px;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

.play-button::after {
    inset: -26px;
    border-color: rgba(255, 255, 255, 0.18);
}

.play-button:hover {
    transform: scale(1.04);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 24px;
}

.play-button span {
    display: block;
    margin-left: 4px;
    font-size: 26px !important;
    line-height: 1;
}

.cancer-conditions-area {
    padding: 80px 0px;
}

.rgcirc-warper-box-conter {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 60%;
    margin: 0px auto 57px;
}

.section-title-headinh2 {
    text-align: center;
    font-weight: 700;
    font-size: 70px !important;
    line-height: 112%;
    color: rgb(14, 30, 76);
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.section-descriptionp {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 190%;
    color: rgb(14, 30, 76);
    text-align: center !important;
}

.cancer-conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 32px;
}

.cancer-conditions-card {
    background: rgb(234, 244, 250);
    display: flex;
    flex-direction: column;
    gap: 13px;
    border-radius: 20px;
    padding: 42px 42px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cancer-conditions-wrapper {
    text-align: center;
    display: contents;
}

.cancer-conditions-col {
    display: inline-block;
    width: 100%;
}

.cancer-conditions-icon {
    background-color: rgb(0, 116, 189);
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cancer-conditions-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cancer-conditions h3 {
    font-size: 36px !important ;
    color: rgb(13, 42, 89);
    margin-bottom: 13px;
    font-weight: 700;
    line-height: 100%;
}

.cancer-conditions p {
    font-size: 17px !important;
    line-height: 170%;
    color: rgb(14, 30, 76);
    font-weight: 400;
    text-align: center !important;
}

.conditions-search-inner {
    position: relative;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    border-radius: 7px;
    padding: 20px 16px;
    border: 1px solid rgb(209, 229, 240);
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
    width: 100%;
}
.sreach-col-right:hover .sreach-input-area {
    transform: scale(1.05); /* slight zoom effect */
    box-shadow: 0 14px 28px rgba(0, 116, 189, 0.12);
    transition: all 0.3s ease;
}
.conditions-search {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px !important ;
    color: rgba(13, 42, 89, 0.94);
    background-color: transparent;
    font-weight: 400;
}

.cancer-conditions-search-box {
    width: 100%;
    display: flow-root;
}

.conditions-search-iocn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 17px !important ;
    cursor: pointer;
    color: rgba(52, 52, 52, 0.94);
    font-weight: 500;
}

.explore-more-btn-color {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 15px !important ;
    text-transform: uppercase;
    color: rgb(192, 57, 43);
    text-decoration: none;
    margin-top: 10px;
    letter-spacing: 6%;
}

.explore-more-btn-color i {
    transform: rotate(324deg);
    font-size: 19px !important ;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
}

.highlights-card-col {
    position: relative;
    z-index: 1;
    padding: 0;
    filter: drop-shadow(0 0 5px rgba(var(--bs-secondary-rgb), 0.07));
    height: 100%;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.highlights-card-col::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    mask-image: url(../images/bg02.svg);
    mask-position: right bottom;
    transition: all 0.5s;
    box-shadow: 6px 6px 54px 0px #00000026;
    border-radius: 14px;
}
.highlight-media {
    height: 340px;
    overflow: hidden;
}

.highlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.35s;
    overflow: hidden;
}

.highlight-content {
    padding: 18px 20px 40px;
    text-align: left;
}

.highlight-content h3 {
    font-size: 21px !important;
    font-weight: 600;
    color: rgb(14, 33, 79);
    letter-spacing: 0.1px;
    line-height: 130%;
    cursor: pointer;
}

.highlight-content p {
    font-size: 16px !important;
    color: rgb(75, 86, 115);
    line-height: 180%;
    font-weight: 300;
    text-align: start;
}

a.highlight-cta {
    cursor: pointer;
    position: absolute;
    right: -3px;
    bottom: 0px;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, rgb(239, 245, 241) 0%, rgb(221, 233, 225) 100%);
    color: rgb(31, 42, 50);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px !important;
    transition: 0.3s;
    border-radius: 50px;
}
.highlight-cta i{
    transform: rotate(
308deg);
}
.highlights-card-col:hover .highlight-cta {
    transform: translateY(-2px) rotate(
52deg);
}

.highlights-card-col:hover .highlight-media img {
    transform: scale(1.06);
    border-radius: 20px;
}

.stories-section {
    position: relative;
    padding: 83px 0px;
}

.stories-slider {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.slides-track {
    display: flex;
    transition: transform 0.6s;
    width: 100%;
}

.story-slide {
    min-width: 100%;
}

.story-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr 1fr 1fr;
    grid-template-rows: repeat(2, 330px);
    grid-template-areas: "l1 a b c r1" "l1 d b e r1";
    gap: 18px;
    overflow: hidden;
}

.story-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgb(217, 222, 234);
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 20px 32px;
}

.story-card.tall {
    grid-row: span 2;
}

.area-l1 {
    grid-area: span 2 / l1;
    height: 400px;
    margin: auto;
    border-radius: 0px 20px 20px 0px;
}

.area-a {
    grid-area: a;
}

.area-b {
    grid-area: b;
}

.area-c {
    grid-area: c;
}

.area-r1 {
    grid-area: span 2 / r1;
    height: 400px;
    margin: auto;
    border-radius: 20px 0px 0px 20px;
}

.area-d {
    grid-area: d;
}

.area-e {
    grid-area: e;
}

.story-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s;
}

.play-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(10, 22, 70, 0.05) 0%, rgba(10, 22, 70, 0.35) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.play-btn-new {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 24px !important ;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: visible;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 0px;
    animation: 2.2s ease-out 0s infinite normal none running pulseShadow;
}

.play-btn-new::before,
.play-btn-new::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    inset: -12px;
    animation: 2.2s ease-out 0s infinite normal none running pulse;
}

.play-btn-new::after {
    inset: -24px;
    opacity: 0.6;
    animation-delay: 0.8s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    60% {
        transform: scale(1.15);
        opacity: 0.35;
    }

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

@keyframes pulseShadow {
    0% {
        box-shadow: rgba(255, 255, 255, 0.28) 0px 0px 0px 0px;
    }

    50% {
        box-shadow: rgba(255, 255, 255, 0.06) 0px 0px 0px 16px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 26px;
    }
}

.story-info {
    position: absolute;
    inset: 0px;
    display: grid;
    align-items: flex-end;
    padding: 27px;
    background: linear-gradient(rgba(7, 15, 45, 0.05) 20%, rgba(7, 15, 45, 0.75) 100%);
    color: rgb(255, 255, 255);
    opacity: 0;
    transition: opacity 0.25s;
    border-radius: 18px;
    width: 100%;
    text-align: center;
}

.story-info .patient-stories-name {
    font-size: 21px !important ;
    margin-bottom: 9px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 130%;
}

.story-info .patient-label {
    font-size: 16px !important ;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 80%;
}

.story-card:hover .story-info {
    opacity: 1;
}

.story-card:hover .play-overlay {
    background: linear-gradient(rgba(7, 15, 45, 0.2) 0%, rgba(7, 15, 45, 0.7) 100%);
}

.story-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.12) 1px 1px 3px;
}

.story-card:hover img {
    transform: scale(1.05);
}

.slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 45px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(214, 216, 225);
    cursor: pointer;
    transition: 0.2s;
}

.slider-dot.active {
    width: 12px;
    height: 12px;
    background: rgb(190, 30, 45);
    box-shadow: rgba(190, 30, 45, 0.18) 0px 0px 0px 4px;
}

.care-hero {
    padding: 60px 0px 50px;
}

.care-hero__container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
}

.care-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(181, 16, 30);
    margin-bottom: 12px;
    font-size: 15px  ;
}

.care-hero__title {
    font-size: 43px !important;
    line-height: 140%;
    color: rgb(14, 35, 68);
    margin: 0px 0px 22px;
    font-weight: 600;
    letter-spacing: -1%;
}

.care-hero__cta {
    display: inline-block;
    padding: 15px 37px;
    border: 1.5px solid rgb(14, 105, 199);
    color: rgb(14, 105, 199);
    border-radius: 40px;
    font-size: 15px !important ;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: 200ms;
}

.care-hero__cta:hover {
    background: rgb(155, 15, 26);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border: 1px solid rgb(155, 15, 26);
}
.cancer-conditions-search-box {
    width: 100%;
    display: flow-root;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    transform-origin: center;
}

.cancer-conditions-card:hover .cancer-conditions-search-box {
    transform: scale(1.05);
}
.care-hero__body {
    color: rgb(46, 55, 72);
    line-height: 32px;
    margin: 0px 0px 28px;
    font-size: 16px !important ;
}

.care-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 18px;
    border-top: 1px solid rgba(14, 35, 68, 0.1);
    padding-top: 18px;
}

.care-hero__stat {
    text-align: left;
}

.care-hero__stat-number {
    font-size: 42px !important;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 140%;
    color: #AD1019;
}

.care-hero__stat-label {
    color: rgb(14, 35, 68);
    line-height: 130%;
    font-weight: 400;
    font-size: 15px !important ;
}

.fixed-action-stack {
    position: fixed;
    right: 0px;
    top: 38%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 120;
}

.fas-item {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 18px 0px 0px 18px;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 34px !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 18px;
    transition: transform 150ms, box-shadow 150ms, filter 150ms;
}

.fas-item:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 12px 24px;
    filter: brightness(1.05);
}

.fas-emergency {
    background: rgb(161, 15, 26);
}

.fas-ambulance {
    background: #AD1019;
}

.fas-call {
    background: rgb(83, 157, 242);
}

.floating-content {
    display: flex;
    flex-direction: column;
}

.fixed-whatsapp {
    position: fixed;
    right: 14px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgb(37, 211, 102);
    color: rgb(255, 255, 255) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 10px 20px;
    z-index: 120;
    transition: transform 150ms, box-shadow 150ms, filter 150ms;
}

.fixed-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.26) 0px 14px 26px;
    filter: brightness(1.05);
}







/* --- Scene 2: Background Box Container --- */
.bg-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    max-width: 1400px;
   /* Creates the framed 'card' look 
    border-radius: 20px;
    overflow: hidden; /* Hides the excess image so GSAP can scroll it */
    z-index: 1; /* Sits at the back */
}

/* --- The Scrolling Parallax Image --- */
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0%, 0%) !important;
    height: 500px; /* 30% taller than the box so it has room to slide up */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- Faint White Wash Overlay --- */
.bg-overlay {
    position: absolute;
    /* inset: 0; */ /* Shorthand for top:0, right:0, bottom:0, left:0 */
    /* background-color: rgb(255 255 255 / 35%); */ /* Adjust the 0.85 for more/less fade */
    z-index: 2;
}

/* --- The Giant Outlined Text --- */
.rgcirc-outline {
    position: absolute;
    top: 45%; /* Centers it perfectly with the solid text from Scene 1 */
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Typography */
    font-size: 19vw; /* Scales smoothly with window size */
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.5vw;
    margin: 0;
    white-space: nowrap;
    
    /* Outline Effect */
    color: transparent;
    -webkit-text-stroke: 2px #d1d5db; /* Light gray stroke */
    z-index: 3; /* Sits above the background box */
    pointer-events: none; /* Ensures it doesn't block hover effects on the doctors */
}



/* The wrapper that holds both sections and gets pinned */
.cancer-master-pin {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden; 
}

/* Both sections are stacked on top of each other */
.hero-section, 
.doctors-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full screen height */
}

/* Section 1 sits at the back */
.hero-section {
    z-index: 1;
    background-color: #ffffff;
}

/* Section 2 sits in front, and MUST have a solid background to cover Section 1 */
.doctors-section {
    z-index: 2;
    background-color: #ffffff; 
    /* GSAP will push this down initially */
}



.search-field {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.search-submit {
    background: #333;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}
.explore-more-btn {
    display: flex;
    justify-content: center;
    padding: 23px 0;
}

/* 1. The parent container must have a position set for z-index to work */
.top-header-wrapper {
    position: relative; 
    z-index: 9999; /* Higher than the main content/buttons below */
}

.search-overlay {
    position: absolute;
    top: 100%; /* Positions it directly below the header */
    right: 0;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2); /* Stronger shadow to pop out */
    border-radius: 4px;
    z-index: 99999 !important; 
    
    min-width: 250px;
    display: none; /* Controlled by jQuery */
}

/* 3. Ensure the list items don't hide the overflow */
.topheader-listing {
    overflow: visible !important;
}

/* Style for the 'active' or clicked letter */
.find-name-first-letter:active, 
.find-name-first-letter.active-letter {
    background-color: #007bff; /* Change to your primary color */
    color: #fff;
    transform: scale(0.95);
    transition: all 0.2s ease;
}

.find-doctor-col a {
    transition: transform 0.1s;
}




/*PATIENT STORIES NEWW*/

.patient-stories-gallery {
      margin: 0 auto;
      display: grid;
      gap: 18px;
      grid-template-columns: 1.3fr 1fr;
      align-items: stretch;
     
    }

    .patient-stories-gallery-hero {
      height: 578px;
      background: #fff;
      position: relative;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 25px;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat;
      transition: transform 0.28s, box-shadow 0.28s;
    }

    .patient-stories-gallery-hero img,
    .patient-stories-gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1);
      transition: transform 0.45s ease;
    }

    .patient-stories-gallery-overlay {
      position: absolute;
      inset: 0;
      background: #0000002e;
      z-index: 2;
      transition: background 0.35s ease;
    }

.patient-stories-gallery-hero .caption,
.patient-stories-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 24px 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 4;
  opacity: 0.9;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

    .patient-stories-gallery-play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 92px;
      height: 92px;
      border: 0;
      border-radius: 50%;
      background: rgb(0 0 0 / 41%);
      cursor: pointer;
      z-index: 5;
      display: grid;
      place-items: center;
      overflow: visible;
      box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.34),
        0 0 0 14px rgba(255, 255, 255, 0.10),
        0 0 0 30px rgba(255, 255, 255, 0.05);
      animation: pulseRings 2.8s ease-out infinite;
    }

    .patient-stories-gallery-play::before {
      content: "";
      position: absolute;
      inset: -14px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.38);
      opacity: 0.95;
      animation: ringFade 2.8s ease-out infinite;
    }

    .patient-stories-gallery-play::after {
      content: "";
      position: absolute;
      inset: -30px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.2);
      opacity: 0.8;
      animation: ringFade 2.8s ease-out infinite 0.9s;
    }

    .patient-stories-gallery-play span {
      width: 0;
      height: 0;
      display: block;
      margin-left: 8px;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-left: 22px solid rgba(255, 255, 255, 0.96);
      filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.28));
      z-index: 1;
    }

    .patient-stories-gallery-stack {
      display: grid;
      gap: 18px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-content: start;
    }

    .patient-stories-gallery-card {
      min-height: 246px;
      background: #fff;
      position: relative;
      background-color: rgb(255, 255, 255);
      border-radius: 20px;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 25px;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat;
        transition: transform 0.28s, box-shadow 0.28s;
      height: 280px;
    }
    
    
.patient-stories-gallery-hero:hover img,
.patient-stories-gallery-card:hover img {
  transform: scale(1.08);
}

.patient-stories-gallery-hero,
.patient-stories-gallery-card {
  cursor: pointer;
}

.patient-stories-gallery-hero:hover .caption,
.patient-stories-gallery-card:hover .patient-stories-gallery-caption {
  opacity: 1;
  transform: translateY(-6px);
}

.patient-stories-gallery-hero:hover .patient-stories-gallery-overlay,
.patient-stories-gallery-card:hover .patient-stories-gallery-overlay {
  background: #00000052;
}

    @keyframes pulseRings {

      0%,
      100% {
        transform: translate(-50%, -50%) scale(1);
      }

      50% {
        transform: translate(-50%, -50%) scale(1.04);
      }
    }

    @keyframes ringFade {
      0% {
        transform: scale(0.92);
        opacity: 0.85;
      }

      70% {
        opacity: 0.2;
      }

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

    @media (max-width: 1100px) {


      .patient-stories-gallery-hero {
        min-height: 520px;
      }

      .patient-stories-gallery-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

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

    @media (max-width: 768px) {
      .patient-stories-gallery {
        gap: 18px;
      }

      .patient-stories-gallery-hero {
        min-height: 460px;
      }

      .patient-stories-gallery-card {
        min-height: 240px;
      }
    }

    @media (max-width: 480px) {
     

      .patient-stories-gallery {
        display: block;
      }

      .patient-stories-gallery-hero {
        width: 100%;
        min-height: 320px;
        margin-bottom: 10px;
      }

      .patient-stories-gallery-stack {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .patient-stories-gallery-card {
        min-height: 220px;
        flex: 0 0 100%;
        scroll-snap-align: start;
      }

      .patient-stories-gallery-caption {
        font-size: 0.95rem;
        padding: 14px 12px 12px;
      }

      .patient-stories-gallery-play {
        width: 68px;
        height: 68px;
      }

      .patient-stories-gallery-stack::-webkit-scrollbar {
        display: none;
      }

    }
/*PATIENT STOR NEW*/