.breadcrumb__content .breadcrumb-item {
    color: var(--tg-heading-color);
    font-weight: 600;
}

.knee-replacement {
    padding: 100px 0;
}


.bg-none {
    background: transparent;
}


/* Appointment Area  */
.appointment-area {
    background-image: url(../img/dr-appointment.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.appointment-feature .features__item-two {
    min-height: 240px;
}

/* Apointment Area End  */

/* Latest Technology  */
#latest-technology img.alignright {
    clear: right;
}

#latest-technology img.alignright,
#latest-technology img.fr {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

#latest-technology .alignright,
#latest-technology .fr {
    float: right;
}

#latest-technology img {
    border: 0;
}

#latest-technology img {
    display: inline-block;
    color: transparent;
    height: auto;
    font-size: 0;
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: auto;

}


/* Latest Technology End  */

/* About Page  */
.about-us-area {
    background-position: bottom right;
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;

}

.about-us-area .about__img-wrap-two>img {
    border-left: 0;
}

.why-elite_area {
    padding: 110px 0;
    background-position: bottom right;
    position: relative;
    background-repeat: no-repeat;
}

.team-designation {
    font-size: 14px;
    margin-top: 4px;
}

@media only screen and (max-width: 768px) {}

/* About page End  */


/* new  */

.new-about-us .about__img-wrap-two img:nth-child(2) {
    position: absolute;
    left: 18%;
    bottom: 8%;
    z-index: 0;
}

.new-about-us {
    position: relative;
    overflow: hidden;
}

.new-about-us img.left-bottom {
    position: absolute;
    left: -5%;
    bottom: 2%;
    max-height: 30%;
}

.new-about-us img.top-right {
    position: absolute;
    right: 0%;
    top: 0;
    max-height: 30%;
}

@media (max-width: 1024px) {
    .new-about-us img.left-bottom {
        right: -10%;
        bottom: 10%;
        max-height: 28%;
    }

    .new-about-us img.top-right {
        max-height: 20%;
    }
}

@media (max-width: 768px) {
    .new-about-us img.left-bottom {
        right: -15%;
        max-height: 11%;
    }

    .new-about-us img.top-right {
        max-height: 11%;
    }
}

@media (max-width: 576px) {
    .new-about-us img.left-bottom {
        right: -10%;
        bottom: 3%;
        max-height: 12%;
    }

    .new-about-us .about__img-wrap-two img:nth-child(2) {
        position: absolute;
        left: 18%;
        bottom: 0%;
    }
}


/* rounded title  */

.rounded-title {
    padding: 4px 12px;
    border-radius: 50px;
    width: fit-content;
    color: var(--tg-theme-secondary) !important;
    border: 1px solid var(--tg-theme-secondary);
}


/* dynamic content  */

.dynamic-content {
    h1 {
        font-size: 42px;
        margin-bottom: 20px !important;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 18px !important;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 16px !important;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 14px !important;
    }

    h5 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px !important;
    }

    h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px !important;
    }

    p {
        margin-bottom: 15px;
    }

    @media (max-width: 767.98px) {
        h1 {
            font-size: 40px;
        }

        h2 {
            font-size: 32px;
        }

        h3 {
            font-size: 26px;
        }

        h4 {
            font-size: 20px;
        }

        h5 {
            font-size: 16px;
            font-weight: 600;
        }

        h6 {
            font-size: 14px;
            font-weight: 600;
        }
    }

    ul {
        margin: 0 0 20px 0;
        padding: 0;
    }

    ul li {
        display: flex;
        align-items: flex-start;
        font-size: 18px;
        font-weight: 500;
        color: var(--tg-color-black);
        gap: 12px;
        margin-bottom: 10px;
    }

    ul li::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--tg-theme-primary);
        color: var(--tg-color-white-default);
        line-height: 0;
        font-size: 13px;
        transform: translateY(2px);
    }

    ol {
        padding-left: 20px;
        font-size: 18px;
        font-weight: 500;
        color: var(--tg-color-black);
    }

    hr {
        border-bottom: 1px solid var(--tg-dark-gray);
    }
}

.dynamic-content span {
    color: var(--color-skyblue);
}

.dynamic-content b {
    color: var(--tg-color-black);
    font-weight: 600;
}

.dynamic-content i {
    color: var(--color-gray);
}

.dynamic-content strong {
    color: var(--tg-color-black);
    font-weight: 700;
}

.dynamic-content a {
    color: var(--tg-theme-primary);
    text-decoration: underline !important;
}

.dynamic-content a:hover {
    text-decoration: none !important;
}


/* images slide  */

.featured-services-container .featured-services-slider .project__item-four .project__thumb-four::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--tg-theme-primary) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.featured-services-container .featured-services-slider .project__item-four:hover .project__thumb-four::before {
    opacity: 0.4;
}

.featured-services-container .featured-services-slider .project__item-four .project__content-four h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: color 0.3s ease;
}

.featured-services-container .featured-services-slider .project__item-four:hover .project__content-four {

    h4 a {
        color: var(--tg-theme-secondary);
    }

    p {
        opacity: 1;
        visibility: visible;
        max-height: calc(1.6em * 3);
    }
}

.featured-services-container .featured-services-slider .project__item-four .project__content-four p {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}


/* button  */
.featured-services-container .box-button-slider-center {
    position: absolute;
    top: 45% !important;
    z-index: 10;
    padding: 0px 80px;
}

.book-appointment-card {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 48px 24px 48px 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .featured-services-container .box-button-slider-center {
        padding: 0px 40px;
        top: 40% !important;
    }

    .book-appointment-card {
        padding: 28px 20px;
    }

    .px-sm-18 {
        padding: 14px 18px;
        line-height: 1.5;
    }
}

.custom-ratio-5-3 {
    aspect-ratio: 7 / 4;
    width: 100%;
}

.border-pink {
    border: 1px solid var(--tg-theme-secondary) !important;
}

.form-select:focus,
.form-control:focus {
    outline: none !important;
    border-color: var(--tg-theme-primary) !important;
    box-shadow: none !important;
}

.form-select,
.contact__form-wrap form .form-grp textarea,
.contact__form-wrap form .form-grp input {
    border: 1px solid var(--tg-color-gray) !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.btn-outline {
    border: 1px solid var(--tg-theme-primary) !important;
    color: var(--tg-theme-primary) !important;
    background-color: transparent !important;
}

.btn-outline:hover {
    border-color: var(--tg-theme-secondary) !important;
}


.footer__bottom-two .copyright-text-two a {
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.footer__bottom-two .copyright-text-two a:hover{
    color: var(--tg-color-yellow);
}
