@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&family=Grey+Qo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petemoss&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap');

body{
     font-family: "DM Sans", sans-serif !important;
}

.tp-header-search a, a.lasthome-btn {
    border: 1px solid #464d5e;
    padding: 10px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #464d5e;
}
.tp-header-search a iconify-icon, a.lasthome-btn iconify-icon {
    font-size: 20px;
}

a.lasthome-btn{
    color: #fff;
    border-color: inherit;
    background: linear-gradient(90deg, #001d32, #ff0808);
}
.tp-main-menu nav > ul > li {
    margin: 0 26px;
}
.tp-hero-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 105%;
    text-transform: inherit !important;
}
p.banner-para {
    margin: auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-top: 5px;
}

.tp-hero-content a.lasthome-btn {
    display: inline-block;
    margin: auto;
    margin-top: 28px;
    padding: 12px 32px;
}

.tp-hero-content {
    position: relative;
    z-index: 9999;
    padding-top: 30px;
}

.hero-images-colages {
    display: flex;
    gap: 20px;
    max-width: 90%;
    margin: auto;
    height: auto;
    align-items: end;
    margin-top: -80px;
}

.images-colages-one {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.images-colages-one-img {
    height: 340px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.images-colages-one-img img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.images-colages-one-count {
    padding: 20px;
    background: #697a9f;
    min-height: auto;
    border-radius: 20px;
}

.images-colages-one-img h2 {
    position: absolute;
    font-size: 22px;
    margin: 0;
    padding: 20px;
    z-index: 999;
    bottom: 0;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
}

.images-colages-one-img:before, .images-colages-four:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 0%, rgba(0, 0, 0, 0.14) 100%);
    left: 0;
    bottom: 0;
}

.images-colages-one-count h3 {
    font-size: 30px;
    color: #fff;
}

.images-colages-one-count p {
    color: #fff;
    margin: 0;
}

.images-colages-two {
    width: 100%;
}

.images-colages-two .images-colages-one-img {
    height: 400px;
}

.images-colages-three {
    height: auto;
    width: 100%;
    background: #ce0f0f;
    border-radius: 20px;
    padding: 20px;
}

.images-colages-four {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.images-colages-five {
    width: 100%;
}

.images-colages-three .images-colages-one-img:before {
    display: none;
}

.images-colages-three .images-colages-one-img {
    height: 275px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.images-colages-three .images-colages-one-img h5 {
    font-size: 22px;
    z-index: 999;
    color: #fff;
    line-height: 32px;
    font-weight: 600;
}

.images-colages-three .images-colages-one-img a {
    background: #000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.images-colages-three .images-colages-one-img a iconify-icon {
    font-size: 24px;
}

.images-colages-four img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.images-colages-four h5 {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    padding: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
}

.images-colages-one-five {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #063f2e;
    padding: 20px;
    margin-bottom: 15px;
}

.images-colages-one-five h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.images-colages-one-five p {
    color: #fff;
    margin: 0;
}
.tp-hero-spacing {
    padding-top: 160px;
}

.two-imgtext {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.two-imgtext h2 {
    position: relative;
    padding: 0;
}
.two-imgtext p {
    margin: 0;
    color: #fff;
}
.tp-hero-area.pre-header.tp-hero-spacing.fix {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.tp-hero-area.pre-header.tp-hero-spacing.fix:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(2deg, rgba(0, 0, 0, 0) 0%, rgb(216 14 13 / 4%) 9%);
    z-index: 9999;
}

div#header-sticky {
    height: 100px;
    /* background-color: #fff; */
}
.row.align-items-center.menumax-head {
    max-width: 92%;
    margin: auto;
}
.tp-main-menu.tp-header-dropdown {
    padding-left: 10px;
}

.tp-header-area.pre-header.sticky-white-bg.tp-header-blur.header-transparent.tp-header-lg-spacing.header-sticky {
    background: #fff !important;
}
span.rating img {
    max-width: 44px;
    border-radius: 50%;
    object-fit: cover;
     position: relative;
}

span.rating img:nth-child(2) {
    left: -10px;
}
span.rating img:nth-child(3){
left: -20px;
}
span.rating img:nth-child(4){
left: -30px;
}
span.rating img:nth-child(5){
left: -40px;
}
.tp-about-it-rating .rating{
    gap: 0px;
}

.tp-about-it-expreance {
    font-size: 360px;
    color: #000;
}
.tp-about-it-content h2 {
    color: #000;
}

.tp-about-it-total-rating h3 {
    color: #000;
}

.tp-counter-cst-item-inner h2 {
    color: #000;
}

/* .tp-about-area {
    padding-bottom: 40px;
} */
.tp-brand-item a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    opacity: 1 !important;
}

.tp-brand-item a img {
    filter: invert(1);
    width: 24px;
}
/* .tp-service-sa-item {
    min-height: 544px;
} */
.tp-service-sa-item-text {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.4s ease;
    font-size: 17px;
    height: 105px;
    margin-bottom: 100px !important;
}
.tp-brands-area {
    padding: 24px 0px;
    background: linear-gradient(90deg, #001d32, #ff0808);
}

.tp-about-it-feature span.feature-2 {
    background: linear-gradient(90deg, #001d32, #ff0808);
}

.tp-video-main .popup-video{
 background: linear-gradient(90deg, #001d32, #ff0808);   
}
.tp-about-it-feature span.feature-3 {
    background: #697a9f;
    color: #fff;
}
span.tp-service-sa-item-icon iconify-icon {
    font-size: 55px;
}
.tp-service-sa-item {
       border-radius: 15px;
    background: rgb(255 255 255);
    border: 1px solid #e9e9e9;
}
.tp-service-sa-pagenation .swiper-pagination-bullet-active {
    background: #ce0f0f;
    border-color: #ce0f0f;
}
.tp-gallery-it-thumb img {
    object-fit: cover;
}
.tp-gallery-it-item-wrap {
    padding-top: 70px;
}
.tp-gallery-it-btn-box {
    padding: 80px 50px 40px 50px;
}

.tp-about-feature-area.features-gb .tp-about-feature-info {
    background: #fff;
    padding-top: 0px;
    padding-bottom:0px;
}

.tp-about-feature-area.features-gb .tp-about-feature-info h2 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.tp-about-feature-area.features-gb .tp-about-feature-info p {
    color: #5c5f5f;
}

.tp-service-cst-info-list ul li {
    color: #000;
}

.tp-service-cst-info-list ul li span svg path {
    fill: #000 !important;
}

.tp-about-feature-thumb {
    width: 100%;
}

.tp-about-feature-thumb img.w-100 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.tp-about-feature-area.features-gb {
    padding: 90px 0px;
}

.tp-about-feature-area.features-gb a {
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px !important;
}
.tp-footer-area.tp-bg-common-black-1 {
    background: #000;
}
.tp-footer-wd-social a {
    border: 1px solid rgb(255 255 255);
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-footer-wd-social a:hover {
    color: #ffffff;
    background: #000000;
    border-color: #ffffff;
}

.download-ap a img {max-width: 100%;}

.download-ap {
    display: flex;
}
.tp-footer-cst-widget-form p {
    color: #fff;
    font-size: 17px;
    padding-bottom: 8px;
}
.tp-footer-cst-bottom {
    border-top: 1px solid #ffffff24;
}
.tp-gallery-it-item-icon span img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
}
.scrollToTop .arrowUp {
    color: #fff;
    background: #000;
}

.tp-testimonial-slider-item p {
    font-size: 27px;
}

.tp-testimonial-slider-item {
    padding-left: 25px;
}

.tp-testimonial-slider-item h5 {
    padding-top: 16px;
}

.tp-contact-form {
    padding: 50px;
    border-radius: 20px;
}
.tp-contact-form .tp-postbox-details-input .tp-textarea {
    height: 150px;
}
.tp-contact-spacing {
    padding-top: 150px;
}
.tp-contact-form .tp-postbox-details-input input, .tp-contact-form .tp-postbox-details-input textarea {
    font-size: 16px;
    border-radius: 10px;
}
.tp-contact-wrap h2 {
    font-size: 40px;
}

.tp-contact-number {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    border: none;
    gap:8px;
}
.tp-contact-icon {
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    min-width: 40px;
}

.tp-contact-icon svg path {
    fill: #fff;
}

.tp-contact-icon iconify-icon {
    font-size: 23px;
}

.tp-contact-icon svg path {
    fill: #fff;
}

.tp-contact-form .tp-postbox-details-input input{
    height: 52px;
}

.tp-contact-icon iconify-icon {
    font-size: 23px;
}
span.contact-tiles {
    color: #ce0f0f;
    border: 1px solid #ce0f0f;
    padding: 8px 30px 8px 12px;
    display: inline-flex;
    margin-bottom: 30px;
    border-radius: 50px;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

span.contact-tiles iconify-icon {
    background: #ce0f0f;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
}

.tp-postbox-details-input-box button {
    color: #fff;
    background: linear-gradient(90deg, #001d32, #ff0808);
    border-radius: 10px;
}
.tp-contact-map-box iframe {
    height: 440px;
}
.tp-skill-area.bg-position {
    background: #000;
}
.tp-about-wd-shape span:first-of-type svg path {
    fill: #ce0f0f;
}
.tp-about-wd-para {
    padding-right: 40px;
}

.tp-about-wd-expreance h2 {
    display: flex;
    gap: 0;
    position: relative;
    font-size: 60px;
    font-weight: 700;
}

.tp-about-wd-expreance span {
    font-weight: 700;
}

.tp-about-wd-para p {
    font-weight: 600;
}
.tp-skill-wd-item.tpshake-wrap h3 {
    color: #ddd;
    font-size: 34px;
}

.tp-skill-wd-icon svg path {
    fill: #7f89a2;
}
.tp-skill-wd-para a {
    color: #fff;
}
.cst-about-heading h3, .tp-about-wd-title-wrap h2, .tp-skill-area h2.tp-text-perspective {
    font-size: 52px !important;
}

.cst-about-heading p {
    font-size: 20px;
    line-height: 32px;
}

.cst-about-text p {
    font-weight: 500;
    font-size: 20px;
}
.cst-about-right {
    padding-left: 60px;
}

.cst-about-right .tp_img_reveal img {
    border-radius: 16px;
}

.cst-about-list ul li {
    gap: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
}

.cst-about-list ul li span {
    display: grid;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    place-content: center;
    background-color: #000000;
    color: #fff;
    font-size: 23px;
}

.cst-feature-item-icon span {
    display: inline-grid;
    place-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--tp-common-white);
}

.cst-feature-item-icon span svg path {
    fill: #fff;
}
.cst-feature-item {
    gap: 24px;
    display: flex;
    align-items: center;
}

.cst-feature-item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cst-feature-item-content p {
    font-size: 15px;
}
.tp-service-area {
    padding: 70px 0px;
    background: #f2f2f2;
}

/* ===== HERO BANNER ===== */
        .careon-banner-section {
                padding: 110px 0 105px 0px;
            position: relative;
            min-height: 85vh;
            z-index: 99;
        }


        .careon-hero-title {
            font-size: 52px;
            font-weight: 800;
            line-height: 1.15;
            color: #1a1a1a;
            margin-bottom: 20px;
        }

        .careon-hero-desc {
            font-size: 15px;
            color: #777;
            line-height: 1.7;
            margin-bottom: 32px;
            max-width: 400px;
        }

        .careon-hero-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .careon-btn-schedule {
            background: #1a1a1a;
            color: #fff;
            border: none;
            padding: 14px 28px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .careon-btn-schedule:hover {
            background: #333;
            transform: translateY(-2px);
        }

        .careon-btn-explore {
            background: transparent;
            color: #1a1a1a;
            border: 1.5px solid #ddd;
            padding: 14px 28px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .careon-btn-explore:hover {
            border-color: #1a1a1a;
            transform: translateY(-2px);
        }

        /* ===== RIGHT IMAGE CARD ===== */
        .careon-image-wrapper {
            position: relative;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            background: #f2f2f2;
            border-radius: 10px;
            margin-left: 110px;
            padding: 30px 30px 0px 30px;
        }

        .careon-doctor-card-uups {
    width: 100%;
    height: 535px;
    /* background: linear-gradient(135deg, #ffffff 0%, #ffffff80 50%, #8991a9a8 100%);
    border: 5px solid #fff; */
    border-radius: 18px 18px 0px 0px;
    border-bottom: 0;
    margin-left: 20px;
    margin-top: 45px; 
    background:
        /* LEFT BORDER */
        linear-gradient(to bottom, #ffffff, transparent) left top / 5px 100% no-repeat,

        /* RIGHT BORDER */
        linear-gradient(to bottom, #ffffff, transparent) right top / 5px 100% no-repeat,

        /* TOP BORDER */
        linear-gradient(#ffffff, #ffffff) top center / 100% 5px no-repeat,

        /* ORIGINAL CARD BACKGROUND */
        linear-gradient(135deg, #ffffff 0%, #ffffff80 50%, #8991a9a8 100%);
}

        .careon-doctor-card {
           position: relative;
    width: 100%;
    height: 580px;
    border-radius: 24px;
    overflow: hidden;
    /* background: #e8f5e9; */
    top: -45px;
        }

        /* .careon-doctor-card-bg {
            position: absolute;
            inset: 0;
            background:linear-gradient(135deg, #ffffff 0%, #ffffff80 50%, #8991a9a8 100%);
            z-index: 0;
        } */

        .careon-doctor-card-bg::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: repeating-conic-gradient(from 0deg, transparent 0deg 8deg, rgba(255,255,255,0.06) 8deg 10deg);
            animation: careonRotateBg 30s linear infinite;
        }

        @keyframes careonRotateBg {
            to { transform: rotate(360deg); }
        }

        .careon-doctor-img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .careon-doctor-img.careon-slide-out {
            opacity: 0;
            transform: scale(1.01);
        }

        .careon-doctor-img.careon-slide-in {
            opacity: 0;
            transform: scale(0.95);
        }

        /* Social icons on left of card */
        .careon-social-icons {
            position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 5;
    background: #ffffffba;
    padding: 14px 10px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
        }

        .careon-social-icon {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            color: #1a1a1a;
            font-size: 14px;
            transition: all 0.3s;
            cursor: pointer;
            border: 1px solid #dddddd91;
        }

        .careon-social-icon:hover {
            background: #000;
            color: #fff;
            transform: scale(1.1);
        }

        /* Profile card overlay */
        .careon-profile-overlay {
             position: absolute;
            top: calc(50% - 37px);
            right: -30px;
            background: #fff;
            border-radius: 10px;
            padding: 12px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            z-index: 5;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.6s ease;
        }

        .careon-profile-overlay.careon-profile-animate {
            opacity: 0;
            transform: translateX(20px);
        }

        .careon-profile-avatar {
               width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: contain;
    background: #f2f2f2;
        }

        .careon-profile-info h5 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 2px;
            color: #1a1a1a;
        }

        .careon-profile-info p {
                font-size: 13px;
    color: #999;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
        }

        /* .careon-profile-meta {
            display: flex;
            gap: 8px;
            margin-top: 6px;
        }

        .careon-profile-meta span {
            font-size: 10px;
            padding: 3px 8px;
            border-radius: 20px;
            font-weight: 600;
        }

        .careon-meta-patients {
            background: #f0fdf4;
            color: #22c55e;
        }

        .careon-meta-exp {
            background: #ecfdf5;
            color: #10b981;
        } */

        /* Consult button on right edge */
        /* .careon-consult-btn {
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            background: #4ade80;
            color: #fff;
            border: none;
            padding: 10px 24px;
            border-radius: 20px 20px 0 0;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px;
            cursor: pointer;
            z-index: 5;
            transition: background 0.3s;
        }

        .careon-consult-btn:hover {
            background: #22c55e;
        } */

        /* ===== SPECIALTY BADGES ===== */
        .careon-badges-container {
            position: absolute;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            width: 520px;
            z-index: 5;
        }

        .careon-badge {
            background: #fff;
            border: 1.5px solid #e5e7eb;
            border-radius: 50px;
            padding: 7px 20px;
            font-size: 13px;
            font-weight: 600;
            color: #444;
            white-space: nowrap;
            opacity: 0;
            transform: translateY(30px) scale(0.8);
            transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
            cursor: default;
        }

        .careon-badge.careon-badge-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .careon-badge:hover {
            border-color: #000;
            color: #000;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 6px 20px rgba(74, 222, 128, 0.15);
        }

        /* ===== MEET THE MINDS SECTION ===== */
        .careon-minds-section {
            margin-top: 48px;
        }

        .careon-minds-title {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        .careon-minds-slider {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .careon-minds-avatars {
            display: flex;
            gap: 10px;
            overflow: hidden;
        }

        .careon-minds-avatar {
            width: 120px;
            height: 120px;
            border-radius: 16px;
            object-fit: contain;
            cursor: pointer;
            transition: all 0.3s;
            opacity: 0;
            transform: translateY(20px);
            background: #f2f2f2;
            border: 3px solid #fff;
        }

        .careon-minds-avatar.careon-avatar-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .careon-minds-avatar:hover {
            transform: translateY(-4px) scale(1.05);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

        .careon-minds-avatar.careon-avatar-active {
            border: 2.5px solid #000;
        }
        .col-lg-6.col-sec-zens {
    position: relative;
    z-index: 9999;
}

        /* Arrow buttons */
        .careon-arrows {
            display: flex;
            gap: 8px;
            margin-left: auto;
        }

        .careon-arrow-btn {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 1.5px solid #ddd;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            color: #1a1a1a;
            font-size: 14px;
        }

        .careon-arrow-btn:hover {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
        }

        .careon-arrow-btn.careon-arrow-active {
                background: #000;
    border-color: #000;
            color: #fff;
        }

        /* ===== ANIMATIONS ===== */
        @keyframes careonFadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes careonFadeInRight {
            from {
                opacity: 0;
                transform: translateX(60px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes careonFadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-40px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes careonBounceIn {
            0% { opacity: 0; transform: scale(0.3); }
            50% { opacity: 1; transform: scale(1.05); }
            70% { transform: scale(0.95); }
            100% { transform: scale(1); }
        }

        .careon-anim-fade-up {
            animation: careonFadeInUp 0.8s ease forwards;
        }

        .careon-anim-fade-right {
            animation: careonFadeInRight 0.8s ease forwards;
        }

        .careon-anim-fade-left {
            animation: careonFadeInLeft 0.8s ease forwards;
        }

        .careon-anim-delay-1 { animation-delay: 0.1s; }
        .careon-anim-delay-2 { animation-delay: 0.2s; }
        .careon-anim-delay-3 { animation-delay: 0.3s; }
        .careon-anim-delay-4 { animation-delay: 0.4s; }
        .careon-anim-delay-5 { animation-delay: 0.5s; }
        .careon-anim-delay-6 { animation-delay: 0.6s; }
        .careon-anim-delay-7 { animation-delay: 0.7s; }
        .careon-anim-delay-8 { animation-delay: 0.8s; }

        .careon-initially-hidden {
            opacity: 0;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .careon-hero-title {
                font-size: 36px;
            }
            .careon-doctor-card {
                /* width: 300px;
                height: 380px; */
                margin: 40px auto 0;
            }
            .careon-badges-container {
                width: 380px;
            }
            .careon-social-icons {
                left: -10px;
            }
            .careon-profile-overlay {
                right: -10px;
            }
        }

        @media (max-width: 767px) {
            .careon-banner-section {
                padding: 40px 0 20px;
            }
            .careon-hero-title {
                font-size: 30px;
            }
            .careon-badges-container {
                width: 100%;
                bottom: 12px;
            }
        }

        .serpar-wrap h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.tp-service-sa-title-wrap .tp-section-subtitle {
    border: 1px solid #ffffff;
    background: #fff;
}
.serpar-wrap a {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
}
.serpar-wrap {
    padding-left: 60px;
}

.tp-about-it-blur {
    background-color: #ce0f0f40;
}
.tp-about-it-feature span{
    font-size: 16px;
}
.tp-video-main .popup-video span svg path {
    fill: #fff;
}

.tp-gallery-it-area.fix .tp-bg-common-green-3 {
    background-color: #ce0f0f17;
}

.tp-btn-circle-dot{
        color: #fff;
    border-color: inherit;
    background: linear-gradient(90deg, #001d32, #ff0808);
}
.tp-rounded-btn-wd a:hover {
    color: #fff;
}

.tp-sidebar-widget {
    border-radius: 8px;
}
.tp-sidebar-banner.top-contact-imgs {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.tp-sidebar-banner.top-contact-imgs:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000a6;
    left: 0;
    top: 0;
}

.tp-sidebar-banner.top-contact-imgs h4 {
    z-index: 2;
    position: relative;
}

.tp-sidebar-banner.top-contact-imgs a {
    position: relative;
    background: #fff;
}
.tp-sidebar-widget {
    padding: 30px 30px 10px 30px;
}
.tp-sidebar-banner.top-contact-imgs p {
    position: relative;
    font-size: 15px;
    color: #ebebeb;
    padding-bottom: 14px;
}

.tp-blog-details-adds-item {
    height: 300px;
    width: 100%;
    margin-top: 30px;
}

.tp-blog-details-adds-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.tp-sidebar-wrap .tp-sidebar-rc-post-title {
    margin-bottom: 2px;
}
.tp-footer-cst-widget ul li a {
    font-size: 16px;
}
.tp-footer-widget.tp-footer-cst-widget p.tp-footer-cst-dec {
    font-size: 16px;
}

div#tp-service-area {
    padding-top: 130px;
    background: #fff;
}

div#tp-service-area .tp-service-sa-title-wrap .tp-section-subtitle {
    background: #f2f2f2;
}
.tp-service-sa-bottom.service-page-carsd p.tp-service-sa-item-text {
    margin-bottom: 40px !important;
    font-size: 16px;
}

.legal-section{
margin-bottom:35px;
}

.legal-section h2{
font-size:22px;
margin-bottom:10px;
font-weight:600;
}

.legal-section p{
font-size:16px;
color:#444;
}

.legal-section ul{
margin-top:10px;
padding-left:20px;
}

.legal-section ul li{
margin-bottom:6px;
}

/* ===============================
FOOTER
================================ */

.legal-footer{
text-align:center;
font-size:14px;
color:#888;
margin-top:40px;
}
.serpar-wrap.term-para
 {
    padding-left: 0;
    padding-bottom: 12px;
}
.fill-frm-wrp-text span.contact-tiles {
    padding: 10px 26px;
}
.fill-frm-wrp-text {
    text-align: center;
}

/* Upload Box */

.cvupload-upload-box{
    border:2px dashed #d1d5db;
    border-radius:12px;
    padding:40px;
    text-align:center;
    background:#fafafa;
    cursor:pointer;
    transition:0.3s;
    width: 100%;
    margin-bottom: 24px;
}

.cvupload-upload-box:hover{
    border-color:#4f46e5;
    background:#f9f9ff;
}

.cvupload-icon{
    font-size:38px;
    margin-bottom:10px;
}

.cvupload-text{
    font-size:16px;
    color:#374151;
}

.cvupload-subtext{
    font-size:13px;
    color:#9ca3af;
    margin-top:5px;
}

/* Hidden Input */

.cvupload-input-file{
    display:none;
}

/* File Preview */

.cvupload-preview-box{
    margin-bottom: 25px;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cvupload-file-name{
    font-size:14px;
    color:#111827;
    font-weight:500;
}

.cvupload-remove-btn{
    background: #ef4444;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-postbox-details-input label span {
    color: #f80608;
}
.tp-contact-email {
    font-size: 17px;
}
.main-in-gp {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 10px;
}

.main-in-gp a.tp-contact-email {
    font-size: 17px;
    text-decoration: underline;
}
.tp-contact-wrap.fill-frm-wrp.interperetet-page .fill-frm-wrp-text {
    text-align: left;
}
.tp-contact-wrap.fill-frm-wrp.interperetet-page .fill-frm-wrp-text span.contact-tiles {
    padding: 8px 24px;
    margin-bottom: 20px;
}
.tp-contact-wrap.fill-frm-wrp.interperetet-page {
    padding-right: 40px;
}
.jd-card h6 {
    font-size: 24px;
    padding-top: 15px;
}

.jd-card ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jd-card ul li {
    display: flex;
    gap: 6px;
    line-height: 22px;
    align-items: center;
}


.jd-wrapper {
      padding: 40px 0;
    }

    /* .jd-card {
      background: #ffffff;
      border-radius: 16px;
      border: 1px solid var(--jd-border);
      overflow: hidden;
    } */

    /* .jd-header {
      background: linear-gradient(135deg, var(--jd-primary), #1557b0);
      padding: 32px 28px;
      color: #ffffff;
    } */

    /* .jd-header-icon {
      width: 48px;
      height: 48px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 16px;
      backdrop-filter: blur(10px);
    } */

    .jd-header h1 {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 0;
    }

    .jd-body {
      padding-top: 24px;
    }

    .jd-languages-section {
      margin-bottom: 24px;
    }

    .jd-languages-title {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #64748b;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .jd-languages-title i {
      color: #1a73e8;
      font-size: 14px;
    }

    .jd-lang-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .jd-lang-tag {
          display: inline-block;
    padding: 2px 10px;
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
    }

    .jd-lang-tag.jd-lang-tag--special {
      background: #f5f3ff;
      color: #7c3aed;
    }

    .jd-intro-text {
      font-size: 14px;
      color: #64748b;
      margin-bottom: 24px;
      padding: 16px;
      background: #f8fafc;
      border-radius: 10px;
      border-left: 3px solid #1a73e8;
          line-height: 22px;
    }

    .jd-section {
      margin-bottom: 24px;
    }

    .jd-section:last-child {
      margin-bottom: 0;
    }

    .jd-section-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }

    .jd-section-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      flex-shrink: 0;
    }

    .jd-section-icon--blue {
      background: #e8f0fe;
      color: #1a73e8;
    }

    .jd-section-icon--green {
      background: #f0fdf4;
      color: #16a34a;
    }

    .jd-section-icon--orange {
      background: #fff7ed;
      color: #ea580c;
    }

    .jd-section-title {
      font-size: 15px;
      font-weight: 700;
      color: #1e293b;
    }

    .jd-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .jd-list li {
      position: relative;
      padding: 8px 0 8px 24px;
      font-size: 13.5px;
      color: #475569;
      border-bottom: 1px solid #f1f5f9;
    }

    .jd-list li:last-child {
      border-bottom: none;
    }

    .jd-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 15px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
    }

    .jd-list--blue li::before {
      background: #1a73e8;
    }

    .jd-list--green li::before {
      background: #16a34a;
    }

    .jd-list--orange li::before {
      background: #ea580c;
    }

    .jd-divider {
      height: 1px;
      background: #e2e8f0;
      margin: 24px 0;
    }

    .jd-cta {
          padding: 20px 28px;
    background: #f8fafc;
    border-radius: 10px;
    }

    .jd-cta-text {
      font-size: 13.5px;
      color: #64748b;
      margin-bottom: 12px;
    }

    .jd-cta-contact {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 600;
      color: #1a73e8;
    }

    .jd-cta-contact i {
      font-size: 16px;
    }

    .jd-coverd {
    max-height: 510px;
    overflow-y: scroll;
    padding-right: 10px;
}

.jd-coverd::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.jd-coverd::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.jd-coverd::-webkit-scrollbar-thumb
{
	background-color: #ddd;
}

@media (max-width: 767px) {
    .row.align-items-center.menumax-head {
        max-width: 100%;
    }
    .tp-header-logo a img {
    max-width: 120px !important;
}
.tp-header-search {
    display: none;
}
.tp-header-right {
    justify-content: end;
}
.tp-hero-title {
    font-size: 28px;
    line-height: 36px;
}
.tp-hero-content{
    padding-top: 60px;
}
div#header-sticky {
    height: 70px;
}
.tp-hero-content a.lasthome-btn {
    margin-top: 18px;
    padding: 10px 24px;
}
.careon-image-wrapper{
    margin-left: 0;
    margin-top: 30px;
}
.careon-social-icons{
    display: none;
}
.careon-doctor-card {
        margin:0;
    }
    .careon-doctor-card-uups{
        height: 350px;
        margin-left: 0;
    }
    .careon-doctor-card{
        height: 395px;
    }
    div#tp-service-area {
    padding-top: 50px;
}
 .careon-minds-avatar {
            width: 65px;
            height: 65px;
            border-radius: 10px;
            border: 2px solid #fff;
        }
        .tp-offcanvas-top {
    margin-bottom: 35px;
}
.tp-offcanvas-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-buttons a {
    padding: 8px 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--tp-ff-inter);
    background: transparent;
    color: #000;
    border: none;
}
.tp-offcanvas {
        padding: 15px 24px !important;
    }
    .serpar-wrap {
    padding-left: 0;
}
.tp-service-sa-border {
    display: none !important;
}
span.tp-service-sa-item-icon iconify-icon {
    font-size: 38px;
}
.tp-service-sa-item {
    padding: 30px;
}
.tp-about-it-expreance {
    font-size: 150px;
}
.tp-about-it-feature span {
  display: none;
}
.tp-counter-cst-item-inner h2{
    font-family: 48px;
}
.tp-counter-cst-item {
    margin-left: 0 !important;
}
.tp-testimonial-area {
    padding: 40px 0px;
}
.tp-testimonial-agents h3 {
    font-size: 45px;
}

.tp-testimonial-area h2 {
    font-size: 28px;
}
.tp-testimonial-agents {
    margin-bottom: 40px;
}
.tp-testimonial-slider-item {
    padding-left: 0;
}
.tp-testimonial-slider-wrap {
    margin-top: 0px;
}
.shop-slider-progress-bar {
    display: none;
}
.fraction-wrapper {
    display: none;
}
.tp-footer-widget-form.tp-footer-cst-widget-form {
    margin-bottom: 0;
}
    .tp-counter-cst-item-inner {
        justify-content: left !important;
    }
    .tp-counter-area {
    padding-top: 15px;
}
.tp-about-it-total-rating span {
    display: none;
}
.cst-about-heading h3, .tp-about-wd-title-wrap h2, .tp-skill-area h2.tp-text-perspective {
    font-size: 28px !important;
}
.tp-about-wd-title-wrap {
    margin-bottom: 20px;
}
div#about {
    padding-bottom: 30px;
}
.cst-about-ptb.p-relative {
    padding: 40px 0px;
}
.cst-about-right {
    padding-left: 0;
}
.cst-feature-item {
    gap: 14px;
    display: flex;
    align-items: self-start;
}
.cst-feature-item-content p br {
    display: none;
}

.cst-feature-item-content p {
    line-height: 20px;
}

.cst-feature-item-icon span {
    height: 60px;
    width: 60px;
}
.cst-feature-ptb {
    padding-bottom: 24px;
}
.tp-postbox-wrapper h2 {
    font-size: 28px;
    margin-bottom: 28px;
}
.tp-sidebar-widget {
    padding: 24px 24px 10px 24px;
    margin-top: 24px;
}
.tp-sidebar-banner.top-contact-imgs a {
    padding: 10px 36px;
}
.tp-contact-wrap h2 {
    font-size: 28px;
}
.tp-contact-spacing {
    padding-top: 110px;
}
.tp-contact-form {
    padding: 24px 26px;
    border-radius: 12px;
    margin-top: 20px;
}
.tp-postbox-details-input .tp-input{
    height: 46px;
}
.tp-contact-form .tp-postbox-details-input .tp-textarea {
    height: 120px;
}
.tp-contact-spacing {
    padding-bottom: 45px;
}
.tp-contact-number > div {
    margin-right: 0;
}
.tp-contact-wrap > div {
    margin-bottom: 30px;
}
.tp-service-area.policy-pagewp {
    padding-top: 100px !important;
    background: #fff;
    padding-bottom: 10px !important;
}

.tp-service-area.policy-pagewp .tp-service-sa-title-wrap {
    margin-bottom: 10px;
}

/* .tp-service-area.policy-pagewp .tp-service-sa-title-wrap span {
    padding-left: 0;
} */
 .jd-card ul li {
    display: flex;
    gap: 6px;
    line-height: 26px;
    align-items: self-start;
    padding-bottom: 10px;
}
.jd-card ul li iconify-icon {
    position: relative;
    top: 8px;
}

.tp-contact-wrap.fill-frm-wrp.interperetet-page {
    padding-right: 0px;
}

}