

/* LayoutAuraRestore */


/* Remove the backdrop background color */
.modal-backdrop {
    background-color: transparent !important;
}

/* Optional: Make the modal content area background transparent too */
.modal-content {
    background-color: transparent !important;
}

#map {
    height: 400px;
    width: 100%;
}

.aura-text {
    color: #ec800b !important;
    /* Aura color (Blue) */
    font-family: 'Droid Serif', sans-serif;
}

.restore-text {
    color: #00A3E4 !important; /* Restore color (Dark Orange) */
    font-family: 'Droid Serif', sans-serif;
}


/* -----------------------new changes---------------------------- */
.header-content-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center-content {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
}

.btn-primary-new {
    background-color: #00a3c8 !important;
    font-weight: 600;
    color: #fff !important;
    border: none !important;
    padding: 6px 22px !important;
}

    .btn-primary-new:hover {
        color: #333;
        background-color: #ec800b;
        border-color: #8c8c8c;
        font-weight: 600;
        border: none !important
    }

.modal-body {
    border-radius: 0px 0px 5px 5px;
}



@media only screen and (max-width: 767px) {
    .header-content-center {
        display: block
    }



    .mbShow {
        display: block;
    }


    .showOnlyOnMobile {
        display: block !important;
    }

    .mobile-hide-content {
        display: none;
    }

    .modal-dialog {
        width: 321px;
        margin: 30px auto;
    }
}

.center-content {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.btn-primary-new {
    background-color: #00a3c8 !important;
    font-weight: 600;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 22px !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .btn-primary-new:hover {
        color: #ffffff !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-primary-new:focus {
        outline: none;
        box-shadow: none;
    }



.btn:hover {
    background-color: #ec800b !important;
    border-color: #ec800b !important;
}

.title-icon::after {
    background: #ec800b !important;
}

.title-icon::before {
    background: #ec800b !important;
}


.moving-border {
    position: relative;
    padding: 20px;
    z-index: 1;
    border-radius: 8px;
}

.moving-border::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(90deg, #ff005e, #fffd44, #00ff94, #00cfff, #ff005e);
    background-size: 300% 300%;
    animation: borderMove 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


@media only screen and (min-device-width : 0px) and (max-device-width : 600px) {
    .btn-primary-new

{
    margin-top: 0px !important;
    float: right;
}




#about {
    text-align: center;
}

}

/*index- changes by prateek */
.team-members .team-details {
    bottom: -80px;
}


.hover-container {
    position: relative;
    display: inline-block;
}


.logo-on-hover {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.hover-container:hover .logo-on-hover {
    opacity: 1;
}


.video-embed {
    width: 300px;
    height: 345px;
}

.learn-more-btn {
    background-color: #00a3c8 !important;
    border-color: #008bb5 !important;
    color: white !important;
}



.gallery-text {
    color: #ec800b !important;
}

.mr-20 {
    margin-right: -65px !important;
}

@media (max-width: 992px) {
    .mobile-font {
        font-size: 20px !important;
    }

    .banner-mobile-font {
        font-size: 16px !important;
    }

    .mobile-center-text {
        text-align: center !important;
    }

    .btn-sm {
        padding: 7px 17px;
    }

    .mobile-remove-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .mobile-remove-padding-bottom {
        padding-bottom: 0px !important;
    }

    .mobile-remove-padding-top {
        padding-top: 0px !important;
    }

    .horizontal-contact-widget {
        border: none !important;
    }
}


.trust-bar, .media-mentions {
    text-align: center;
    margin: 40px 0;
}

    .trust-bar h3 {
        font-size: 22px;
        margin-bottom: 20px;
        color: #333;
    }

.trust-logos, .media-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

    .trust-logos img, .media-logos img {
        max-height: 60px;
        max-width: 100px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

        .trust-logos img:hover, .media-logos img:hover {
            transform: scale(1.05);
        }

.media-mentions .as-seen-in {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #444;
}



.equal-height-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .equal-height-wrapper > div {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

.equal-height-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

    .equal-height-card img {
        max-height: 60px;
        margin: 0 auto 15px;
    }

/* --------custom list ---- */
.custom-service-list li {
    padding-left: 1rem;
    text-indent: -1rem;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
}


/* ---------------------- */

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-box {
    background: white;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.1); */
    text-align: center;
}

    .feature-box .icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .feature-box h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: #333;
    }

    .feature-box p {
        font-size: 0.95rem;
        color: #555;
    }

/* --------------for timeline--------------------- */
.patient-journey-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    /* background-color: #f9f9f9; */
}

.patient-journey-heading {
    text-align: center;
    font-size: 32px;
    color: black;
    margin-bottom: 30px;
}

.journey-timeline {
    border-left: 4px solid #a9aeaf9e;
    padding-left: 14px;
}

.journey-step {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

.journey-icon {
    position: absolute;
    left: -32px;
    top: -9px;
    font-size: 24px;
}

.journey-content h3 {
    margin: 0 0 5px;
    font-size: 20px;
    color: black;
}

.journey-content p {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

.journey-footer {
    text-align: center;
    margin-top: 40px;
}

    .journey-footer p {
        font-size: 18px;
        margin-bottom: 15px;
        color: #333;
    }

.journey-cta-btn {
    display: inline-block;
    background-color: #00a3c8;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

    .journey-cta-btn:hover {
        background-color: #00a3c8;
        color: #fff;
    }



/* --------------for timeline--------------------- */
.project .thumb::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
    border: 0px solid black;
}


@media (min-width: 992px) {
    .col-md-offset-21 {
        margin-left: 4.666667%;
    }
}

@media (min-width: 992px) {
    .col-mdX-8 {
        width: 89.666667%;
    }
}


.city-card, .hospital-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 4%;
    cursor: pointer;
}

    .city-card:hover, .hospital-card:hover {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

.city-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.custom-btn {
    font-weight: bold; /* makes text bold */
}

    .custom-btn:hover {
        background-color: orange !important;
        border-color: orange !important;
        color: white !important; /* optional: ensure text is readable */
    }

/* Make modal background opaque white */
.modal-content {
    background-color: #ffffff !important;
    opacity: 1 !important;
    z-index: 1065 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    border-radius: 10px;
}

/* Make the backdrop darker */
.modal-backdrop.show {
    opacity: 0.8 !important;
    background-color: #000 !important;
    z-index: 1060 !important;
}

/* Make sure modal is above everything else */
.modal {
    z-index: 1070 !important;
}

.blog .owl-controls .owl-nav > div:hover {
    background-color: red;
}


@media (min-width: 790px) {
    .aboutwidth

{
    width: 100%;
    max-width: 975px;
}

}


/* Modal Background */
.modal.fade.show {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
#inboundModal .modal-content {
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: none;
    padding: 8px;
}

/* Modal Header */
#inboundModal .modal-header {
    border-bottom: none;
    background-color: #19accd26;
    border-radius: 16px 16px 0 0;
    padding: 16px 24px;
}

#inboundModal .modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #19accd;
}

#inboundModal .close {
    font-size: 1.5rem;
    color: #666;
    color: #000000;
    position: absolute;
    right: 4%;
}



/* Modal Body */
#inboundModal .modal-body {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    font-size: 1rem;
    color: #444;
}

    #inboundModal .modal-body ul {
        padding-left: 0;
    }

    #inboundModal .modal-body li {
        margin-bottom: 12px;
        padding-left: 1.2em;
        position: relative;
        line-height: 1.6;
    }

/*  #inboundModal .modal-body li::before {
                        content: "?";
                        position: absolute;
                        left: 0;
                        color: #28a745;
                        font-weight: bold;
                    }
         */
/* Responsive text adjustments */
@media (max-width: 576px) {
    #inboundModal .modal-title {
        font-size: 1.25rem;
    }

    #inboundModal .modal-body {
        font-size: 0.95rem;
    }
}


#inboundModal .modal-body li i {
    margin-right: 8px;
    min-width: 20px;
}

.modal-header {
    display: flex;
    justify-content: center;
}


.active-div {
    background-color: #19accd0f;
    border-radius: 10px;
}

.right-arrow {
    padding: 15px 15px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .right-arrow:hover {
        background-color: #ffa500;
        color: white;
    }



.fullwidth-collapse {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f9f9f9; /* Optional background */
    padding: 20px 0;
    z-index: 1000;
}

.hospital-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.content {
    display: flex;
    align-items: center;
}

/*.thumb {
    margin-right: 20px;
}*/

.faq .panel-group {
    margin-bottom: 0px;
}

/*.hospital-partner .owl-controls .owl-next {
    right: 0px !important;
}
*/
.owl-controls .owl-nav > div {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 40% !important;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
    transition: all 0.3s ease;
}

.project .hover-link {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 20%;
    transition-duration: 0.3s;
    z-index: 9;
    transform: translate(-50%);
}

.project:hover .hover-link {
    opacity: 1;
    top: 40%;
}



@media only screen and (min-device-width: 0px) and (max-device-width: 600px) {
    .btn-primary-new

{
    margin-top: 6px;
    float: right;
    background: #00a3c8;
    color: white !important;
}

.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
}

    .p_70 {
        padding: 0 10px !important;
    }

}

@media only screen and (min-device-width: 600px) and (max-device-width: 900px) {
    .btn-primary-new {
        margin-top: 12px;
    }
}


/* Standardize height for all form inputs and dropdowns */
.form-control,
.k-input,
.k-picker,
.k-dropdown,
.k-dropdown-wrap,
input[type="time"],
.k-combobox,
.k-datepicker {
    height: 35px !important;
    box-sizing: border-box;
    border-radius: 0px !important;
}

.k-picker-wrap {
    border-radius: 0px !important;
}

/* Align Kendo dropdown inputs */
.k-widget.k-dropdown,
.k-widget.k-datepicker {
    width: 100% !important;
}

/* Fix for Kendo input inner height alignment */
.k-dropdown-wrap .k-input {
    height: auto !important;
    line-height: normal !important;
}


textarea.form-control {
    height: 60px !important;
}

/* Vertically center the text inside Kendo dropdown */
.k-dropdown-wrap .k-input,
.k-dropdown .k-input {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    font-size: 14px !important; /* optional, ensure text is readable */
    line-height: normal !important;
}

    .k-dropdown .k-input::placeholder {
        vertical-align: middle !important;
    }

.form-control {
    border: 1px solid #ccc !important;
    font-size: 12px !important;
}

.k-widget.k-tooltip-validation {
    border-color: #fff;
    background-color: #fff;
    color: red;
    font-size: 12px;
}

form input, form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 0px !important; 
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.p_70{
    padding: 0 70px;
}

