@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;
}

/* Preloader UI override */
.loader-wrap {
    background: #fcfcfc !important;
    backdrop-filter: blur(8px);
}

.loader-wrap .loader-wrap-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
}

.preloader-video-shell {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 767.98px) {
    .loader-wrap .loader-wrap-heading {
        width: min(52vw, 180px);
    }
}


.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;
    white-space: nowrap;
}

.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 15px;
}

.tp-main-menu nav>ul>li.odl-apply-highlight-item>a,
a.odl-apply-highlight-link {
    position: relative;
}

.tp-main-menu nav>ul>li.odl-apply-highlight-item>a {
    color: transparent !important;
    font-weight: 700;
    background: linear-gradient(90deg, #001d32 0%, #ff0808 35%, #001d32 70%, #ff0808 100%);
    background-size: 220% auto;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: odlApplyTextMove 2.2s linear infinite;
}

.tp-service-sa-bottom.service-page-carsd .col-lg-3:nth-child(3n + 1) .tp-service-sa-item {
    background: #eef4fb;
    border-color: #d8e3f0;
}

.tp-service-sa-bottom.service-page-carsd .col-lg-3:nth-child(3n + 2) .tp-service-sa-item {
    background: #f9efe4;
    border-color: #ecdcc9;
}

.tp-service-sa-bottom.service-page-carsd .col-lg-3:nth-child(3n + 3) .tp-service-sa-item {
    background: #edf5f1;
    border-color: #d6e6de;
}

.tp-main-menu nav>ul>li.odl-apply-highlight-item>a::after,
a.odl-apply-highlight-link::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background: #ff0808;
    box-shadow: 0 0 0 rgba(255, 8, 8, 0.55);
    animation: odlApplyDotBlink 1.2s infinite ease-in-out;
    vertical-align: middle;
}

.mobile-buttons a.odl-apply-highlight-link {
    color: transparent !important;
    font-weight: 700;
    background: linear-gradient(90deg, #001d32 0%, #ff0808 35%, #001d32 70%, #ff0808 100%);
    background-size: 220% auto;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: odlApplyTextMove 2.2s linear infinite;
}

@keyframes odlApplyTextMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 220% 50%;
    }
}

@keyframes odlApplyDotBlink {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(255, 8, 8, 0.45);
    }

    50% {
        opacity: .45;
        box-shadow: 0 0 0 7px rgba(255, 8, 8, 0.00);
    }
}

.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;
}

.tp-header-search > a iconify-icon {
    font-size: 28px;
}

.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: 46px;
}

.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: 28px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    margin-bottom: 24px;
}

.tp-postbox-details-input label {
    font-size: 16px;
}

.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;
}

.tp-contact-area.pre-header.tp-contact-spacing.apllitd {
    padding-bottom: 50px;
}

@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;
    }

}


/* Interpreter Registration CSS Start */
.interpreter-registration-wrapper .logo-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.interpreter-registration-wrapper .company-logo {
    max-width: 420px;
    width: 100%;
    height: auto;
}

.interpreter-registration-wrapper .booking-form-page-head {
    text-align: center;
}

.interpreter-registration-wrapper .booking-form-page-head h1 {
    color: #b00000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.interpreter-registration-wrapper .intro {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.interpreter-registration-wrapper .section-head-mt {
    margin-top: 0;
}

.interpreter-registration-wrapper .checkbox-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.interpreter-registration-wrapper .checkbox-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0;
    margin-top: 10px;
}

.interpreter-registration-wrapper .checkbox-flex-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.interpreter-registration-wrapper .checkbox-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

.interpreter-registration-wrapper .compliance-text {
    font-size: 14px;
    margin-top: 5px;
}

.interpreter-registration-wrapper .checkbox-flex-col-lg {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.interpreter-registration-wrapper .booking-form-actions {
    margin-top: 30px;
    display: flex;
    /* justify-content: center; */
}

.interpreter-registration-wrapper .submit-btn {
    width: 100%;
    justify-content: center;
}

.interpreter-registration-wrapper .footer-note {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #555;
}

.interpreter-registration-wrapper .checkbox-group label,
.interpreter-registration-wrapper .radio-group label {
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.interpreter-registration-wrapper .checkbox-group input[type="checkbox"],
.interpreter-registration-wrapper .radio-group input[type="radio"],
.interpreter-registration-wrapper input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    margin: 0;
    margin-right: 10px;
    font: inherit;
    color: currentColor;
    width: 18px;
    height: 18px;
    border: 1.5px solid #d1d5db;
    border-radius: 5px;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 0;
    min-height: 18px;
}

.interpreter-registration-wrapper input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: white;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.interpreter-registration-wrapper input[type="checkbox"]:checked {
    background-color: #b00000;
    border-color: #b00000;
}

.interpreter-registration-wrapper input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.interpreter-registration-wrapper input[type="checkbox"]:hover {
    border-color: #b00000;
}

.interpreter-registration-wrapper .required {
    color: #b00000;
}

.booking-field {
    min-width: 0;
    margin-bottom: 15px;
}

/* Modern File Upload */
.interpreter-registration-wrapper .modern-file-upload {
    position: relative;
    width: 100%;
}

.interpreter-registration-wrapper .file-input-hidden {
    display: none;
}

.interpreter-registration-wrapper .file-upload-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1.5px dashed var(--border, #ccc);
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.interpreter-registration-wrapper .file-upload-label:hover {
    border-color: #b00000;
    background: #fffafa;
}

.interpreter-registration-wrapper .file-upload-icon {
    font-size: 20px;
    color: #b00000;
    display: flex;
    align-items: center;
}

.interpreter-registration-wrapper .file-upload-text {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

/* Signature Pad */
.interpreter-registration-wrapper .signature-pad-wrapper {
    border: 1.5px dashed var(--border, #ccc);
    border-radius: 10px;
    background: #fafafa;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.interpreter-registration-wrapper .signature-pad-canvas {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    touch-action: none;
    cursor: crosshair;
}

.interpreter-registration-wrapper .signature-pad-clear {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #e5e7eb;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    color: #4b5563;
    font-weight: 500;
    transition: 0.2s;
    z-index: 10;
}

.interpreter-registration-wrapper .signature-pad-clear:hover {
    background: #d1d5db;
}

/* Wizard Layout */
.interpreter-registration-wrapper .booking-wizard-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.interpreter-registration-wrapper .booking-wizard-sidebar {
    width: 250px;
    flex-shrink: 0;
    padding-top: 20px;
    position: sticky;
    top: 100px;
}

.interpreter-registration-wrapper .booking-wizard-content {
    flex-grow: 1;
    min-width: 0;
    padding-bottom: 20px;
}

/* Fixed Actions Footer */
.interpreter-registration-wrapper .step-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 1%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    border-top: 1px solid #e2e8f0;
}

.interpreter-registration-wrapper .booking-wizard-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.interpreter-registration-wrapper .wizard-step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 35px;
    position: relative;
}

/* Connecting Line */
.interpreter-registration-wrapper .wizard-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 40px;
    bottom: -30px;
    width: 2px;
    background: #e2e8f0;
    z-index: 0;
}

.interpreter-registration-wrapper .step-indicator {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #64748b;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.interpreter-registration-wrapper .step-check {
    display: none;
    font-size: 18px;
    color: #fff;
}

.interpreter-registration-wrapper .wizard-step.active .step-indicator {
    background: #001d32;
    border-color: #001d32;
    color: #fff;
}

.interpreter-registration-wrapper .wizard-step.completed .step-indicator {
    background: #10b981;
    /* Green for completed */
    border-color: #10b981;
}

.interpreter-registration-wrapper .wizard-step.completed .step-number {
    display: none;
}

.interpreter-registration-wrapper .wizard-step.completed .step-check {
    display: block;
}

.interpreter-registration-wrapper .wizard-step.completed::after {
    background: #10b981;
}

.interpreter-registration-wrapper .step-label {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.interpreter-registration-wrapper .step-title {
    font-weight: 600;
    font-size: 15px;
    color: #334155;
    transition: color 0.3s;
}

.interpreter-registration-wrapper .wizard-step.active .step-title {
    color: #001d32;
}

.interpreter-registration-wrapper .step-subtitle {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

.interpreter-registration-wrapper .wizard-step.completed .step-subtitle {
    color: #10b981;
}

/* Responsive Styles for Interpreter Registration */
@media (max-width: 991px) {
    .interpreter-registration-wrapper .booking-form-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .interpreter-registration-wrapper .booking-wizard-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .interpreter-registration-wrapper .booking-wizard-sidebar {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        margin-bottom: 20px;
        position: sticky;
        top: 70px;
        background: #f6f7f9;
        z-index: 99;
        padding-bottom: 15px;
        border-bottom: 1px solid #afc0d7;
    }

    .interpreter-registration-wrapper .booking-wizard-steps {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .interpreter-registration-wrapper .wizard-step {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 0;
        flex: 1;
    }

    .interpreter-registration-wrapper .wizard-step::after {
        display: none;
    }

    .interpreter-registration-wrapper .step-title {
        font-size: 11px;
        text-align: center;
        line-height: 1.2;
    }

    .interpreter-registration-wrapper .step-subtitle {
        display: none;
    }
}

@media (max-width: 767px) {
    .interpreter-registration-wrapper .pdf-preview-container {
        height: 250px !important;
    }

    .interpreter-registration-wrapper .booking-form-grid-two,
    .interpreter-registration-wrapper .booking-form-grid-three {
        grid-template-columns: minmax(0, 1fr);
    }

    .interpreter-registration-wrapper .checkbox-grid-3,
    .interpreter-registration-wrapper .checkbox-grid-4 {
        grid-template-columns: minmax(0, 1fr);
    }

    .interpreter-registration-wrapper .checkbox-flex-row {
        flex-direction: column;
        gap: 12px;
    }

    .interpreter-registration-wrapper .step-actions {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 12px 15px;
        gap: 10px;
    }

    .interpreter-registration-wrapper .step-actions .booking-btn {
        width: auto;
        flex: 1;
        text-align: center;
        margin: 0;
        font-size: 14px;
        padding: 10px;
    }

    .interpreter-registration-wrapper .booking-form-card {
        padding: 0 20px 20px;
        margin-bottom: 20px;
    }

    .interpreter-registration-wrapper .signature-pad-canvas {
        height: 150px;
    }

    .interpreter-registration-wrapper .booking-form-page-head h1 {
        font-size: 21px !important;
    }
}

/* Select2 focus outline override */
select:focus,
select:focus-visible,
.select2-selection:focus,
.select2-selection:focus-visible,
.select2-selection--single:focus,
.select2-selection--single:focus-visible,
.select2-selection--multiple:focus,
.select2-selection--multiple:focus-visible,
.select2-container:focus,
.select2-container:focus-visible,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: none !important;
    box-shadow: none !important;
}

/* Custom success popup CSS */
.reg-mock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reg-mock-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.reg-success-popup-container {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    border-radius: 28px;
    padding: 40px 34px 34px 34px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.3), 0 0 1px rgba(15, 23, 42, 0.1);
    position: relative;
    overflow: hidden;
    transform: scale(0.92) translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.reg-mock-overlay.active .reg-success-popup-container {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.reg-success-popup-handle {
    width: 44px;
    height: 4px;
    background: #f1f5f9;
    border-radius: 99px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.reg-success-popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    padding: 0;
}

.reg-success-popup-close-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
    transform: rotate(90deg);
}

.reg-success-popup-close-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.reg-success-popup-badge-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.reg-success-popup-badge {
    width: 76px;
    height: 76px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: transparent;
    border: none;
    box-shadow: none;
}

.reg-success-popup-badge svg.scallop-svg {
    height: 95px;
    width: 95px;
    overflow: visible;
}

.reg-success-scallop-badge {
    filter: drop-shadow(0 8px 16px rgba(16, 185, 129, 0.35));
}

.reg-success-svg-check {
    stroke: #ffffff;
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: stroke-dashoffset 0.6s ease-in-out;
    transition-delay: 0.15s;
}

.reg-mock-overlay.active .reg-success-svg-check {
    stroke-dashoffset: 0;
}

.reg-success-popup-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.reg-success-popup-description {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: #475569;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 0 10px;
}

.reg-success-popup-details-card {
    background: #f8fafc;
    border: 1px solid #ededed;
    border-radius: 14px;
    padding: 8px 16px;
    margin-bottom: 28px;
}

.reg-success-popup-details-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.reg-success-popup-details-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.reg-success-popup-details-val {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.reg-success-popup-copy-id-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    padding: 4px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.reg-success-popup-copy-id-btn:hover {
    color: #1e293b;
    background: #f1f5f9;
}

.reg-success-popup-copy-id-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.reg-success-popup-copy-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-6px) scale(0.9);
    background: #0f172a;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.reg-success-popup-copy-id-btn.copied .reg-success-popup-copy-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-6px) scale(1);
}

.reg-success-popup-cta-btn {
    width: 100%;
    background: linear-gradient(90deg, #001d32, #ff0808);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 99px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 60%;
    margin: auto;
}

.reg-success-popup-cta-btn:hover {
    transform: translateY(-1px);
    color: #ffffff;
}

.reg-success-popup-cta-btn:active {
    transform: scale(0.98);
}

@media (max-width: 480px) {
    .reg-success-popup-container {
        padding: 32px 20px 20px 20px;
        border-radius: 24px;
    }

    .reg-success-popup-title {
        font-size: 19px;
    }
}

/* Interpreter Registration CSS End */