.header-area {
    background: #fff;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.header-area.sticky {
    background-color: #ffffff;
}

.header-area.sticky .header-area__inner {
    height: 65px !important;
}

.header__logo img {
    width: 220px;
}

.header-area .header-area__inner {
    height: 65px;
}

.mobile-sidebar-toggle {
    display: none;
}

.main-menu li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    padding: 24px 15px;
    text-transform: capitalize;
}

.main-menu li a.active {
    border-bottom: 2px solid #000;
}

.header-area .main-menu li a {
    color: #000000;
}

.header-area .main-menu>ul>li:hover>a {
    color: #19888f;
}

.main-menu ul.dp-menu {
    background-color: #ffffff;
    padding: 18px 0px;
    width: 240px;
    position: absolute;
    inset-inline-start: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: all 0.5s;
    border-top: 1px solid #ececec;
}

.main-menu ul.dp-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #3d3d3d;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    text-transform: capitalize;
}

.main-menu ul.dp-menu li:hover>a {
    color: #19888f;
    background-color: rgba(0, 0, 0, 0);
}

.header-area .wc-btn-primary {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 5px;
    background: #018e99;
    border: 1px solid #018e99;
}

.wc-login {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lingua-notification-dropdown .dropdown-toggle::after {
    display: none;
}

.lingua-notification-toggle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #f7fbfc;
    border: 1px solid #d7e4e7 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    padding: 0;
    transition: all 0.2s ease;
}

.lingua-notification-toggle:hover,
.lingua-notification-toggle.show {
    background: #eef9fa;
    border-color: #018e99 !important;
    color: #018e99;
}

.lingua-notification-toggle i,
.header-area .lingua-notification-toggle i {
    color: inherit;
}

.lingua-notification-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lingua-notification-icon-wrap i {
    font-size: 1.2rem;
    line-height: 1;
}

.lingua-notification-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.lingua-notification-menu {
    width: min(360px, calc(100vw - 24px));
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.lingua-notification-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #eef2f7;
    background: linear-gradient(180deg, #fbfeff 0%, #f5fbfc 100%);
}

.lingua-notification-menu__header h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.lingua-notification-menu__header p {
    margin: 3px 0 0;
    font-size: 12px;
    color: #64748b;
}

.lingua-notification-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(1, 142, 153, 0.1);
    color: #018e99;
    font-size: 12px;
    font-weight: 700;
}

.lingua-notification-menu__body {
    max-height: 380px;
    overflow-y: auto;
    padding: 10px;
    background: #fff;
}

.lingua-notification-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 14px;
}

.lingua-notification-item+.lingua-notification-item {
    margin-top: 6px;
}

.lingua-notification-item.is-unread {
    background: #f3fbfc;
}

.lingua-notification-item__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(1, 142, 153, 0.12);
    color: #018e99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lingua-notification-item__content {
    min-width: 0;
}

.lingua-notification-item__content p {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.lingua-notification-item__content span {
    display: inline-block;
    margin-top: 5px;
    color: #64748b;
    font-size: 11px;
}

.lingua-notification-empty {
    padding: 28px 18px;
    text-align: center;
    color: #64748b;
}

.lingua-notification-empty i {
    font-size: 28px;
    color: #94a3b8;
}

.lingua-notification-empty p {
    margin: 12px 0 4px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
}

.lingua-notification-empty span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

/* Profile avatar button */
.header-area button i {
    color: #000000;
}

.header-area.sticky button i {
    color: #000000;
}

.hamburgermenu {
    border: 0;
    background: transparent;
    padding: 8px;
    font-size: 24px;
    line-height: 1;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1040;
}

.mobile-menu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 86vw);
    height: 100vh;
    background: #ffffff;
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1050;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.mobile-menu-sidebar.is-open {
    transform: translateX(0);
}

.mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

body.mobile-menu-open {
    overflow: hidden;
}

.mobile-menu-sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.mobile-menu-sidebar__logo img {
    width: 180px;
    max-width: 100%;
}

.mobile-menu-sidebar__close {
    width: 42px;
    height: 42px;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.mobile-menu-sidebar__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu-sidebar__nav li+li {
    margin-top: 8px;
}

.mobile-menu-sidebar__nav a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    background: #f8f9fb;
    transition: background 0.3s ease, color 0.3s ease;
}

.mobile-menu-sidebar__nav a:hover,
.mobile-menu-sidebar__nav a.active {
    color: #018e99;
    background: rgba(1, 142, 153, 0.1);
}

.mobile-menu-sidebar__actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 8px;
}

.mobile-menu-sidebar__btn {
    width: 100%;
    justify-content: center;
    font-size: 13px !important;
    padding: 9px 16px !important;
    min-height: 42px;
}

:root {
    --menu-radius: 16px;
    --menu-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --menu-border: #e5e7eb;
    --menu-hover-bg: #f3f4f6;
    --text-muted: #6b7280;
}

.profile-avatar-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid #fbbf24;
    padding: 2px;
    background: conic-gradient(from 160deg, #22d3ee, #6366f1, #ec4899, #22d3ee);
    cursor: pointer;
}

.profile-avatar-inner {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
}

/* Dropdown menu style */
.profile-menu.dropdown-menu {
    border-radius: var(--menu-radius);
    border: 1px solid var(--menu-border);
    box-shadow: var(--menu-shadow);
    padding: 6px;
    min-width: 230px;
    font-size: 0.95rem;
}

.profile-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 300;
}

.profile-menu .signout .item-icon {
    background: #ffd7d7;
}

.profile-menu .signout .item-icon i {
    color: #f00;
}

.profile-menu .signout .dropdown-item {
    color: #f00;
}

.profile-menu .dropdown-item small {
    font-weight: 400;
    color: var(--text-muted);
}

.profile-menu .dropdown-item:hover {
    background-color: var(--menu-hover-bg);
}

.profile-menu .item-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #4b5563;
}

.profile-menu .badge-pro {
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 4px 8px;
    background: #f97316;
    background: linear-gradient(135deg, #ec4899, #a855f7);
    color: #fff;
}

.profile-menu .dropdown-divider {
    margin: 4px 0 6px;
}

.profile-menu .muted {
    color: var(--text-muted);
}

.loginBtn a {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 10px;
    color: #000;
}

.loginBtn a iconify-icon {
    font-size: 23px;
    display: flex;
    align-items: center;
}

/******************************
 Hero Section Css Start here
*********************************/

:root {
    --interp-bg: #fbfbfa;
    --interp-card: #ffffff;
    --interp-muted: #6b7280;
    --interp-accent: #0ea5a4;
    --interp-radius: 18px;
    --interp-gap: 16px;
    --interp-font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI",
        Roboto, "Helvetica Neue", Arial;
}

.interp-hero {
    /* box-sizing: border-box; */
    font-family: var(--interp-font);
    /* background: linear-gradient(180deg,#fbfbfb 0%, #f7fbfb 100%); */
    color: #051025;
    padding: 115px 0 50px;
    /* background: #000000; */
    background: linear-gradient(2deg,
            rgba(0, 0, 0, 0) 0%,
            rgb(1 142 153 / 8%) 83%);
}

/* .interp-hero__wrap{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 28px;
    align-items: start;
  } */

/* LEFT COLUMN */
.interp-hero__left {
    padding: 8px 12px;
}

.interp-hero__eyebrow {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 18px;
    border: 1px solid #ececec;
}

.interp-hero__title {
    font-size: 48px;
    line-height: 1.02;
    margin: 0 0 190px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.interp-hero__lead {
    color: #000000;
    font-size: 16px;
    margin: 0 0 22px;
    max-width: 540px;
}

.interp-hero__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.interp-btn {
    padding: 12px 18px;
    border-radius: 12px;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.interp-btn--primary {
    background: var(--interp-accent);
    color: white;
    box-shadow: 0 10px 30px rgba(14, 165, 164, 0.12);
}

.interp-btn--ghost {
    background: transparent;
    border: 1px solid rgba(5, 16, 37, 0.06);
    color: #052d3b;
}

.interp-hero__micro {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
}

.interp-avatars {
    display: flex;
    align-items: center;
}

.interp-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    margin-left: -10px;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(12, 18, 20, 0.06);
    font-weight: 700;
    color: white;
    font-size: 13px;
}

.interp-avatar--a1 {
    background: #f97316;
}

.interp-avatar--a2 {
    background: #60a5fa;
}

.interp-avatar--a3 {
    background: #a78bfa;
}

.interp-hero__trust {
    color: #696969;
    font-size: 13px;
    margin-top: 0;
}

/* selection summary (no modal UX) */
.interp-selected {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(12, 18, 20, 0.04);
    max-width: 400px;
}

.interp-selected__title {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.interp-selected__meta {
    font-size: 13px;
    color: var(--interp-muted);
    margin: 0;
}

/* RIGHT MOSAIC */
.interp-hero__right {
    padding: 5px 0 5px 15px;
    display: flex;
    justify-content: center;
}

.interp-mosaic {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}

/* card base */
.interp-card {
    background: var(--interp-card);
    border-radius: var(--interp-radius);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(12, 18, 20, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, outline-color 0.12s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.interp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(12, 18, 20, 0.08);
}

.interp-card:focus {
    outline: 3px solid rgba(14, 165, 164, 0.14);
    outline-offset: 6px;
}

/* selected state */
.interp-card--selected {
    box-shadow: 0 28px 60px rgba(14, 165, 164, 0.12);
    transform: translateY(-8px) scale(1.01);
    border: 1px solid rgba(14, 165, 164, 0.18);
}

/* big top-left profile */
.interp-card--profile {
    border-radius: 18px;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 126px;
}

.interp-profile__img {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: white;
    font-size: 20px;
    background: linear-gradient(135deg, #fda4af, #fb7185);
}

.interp-profile__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.interp-profile__name {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.interp-profile__subtitle {
    font-size: 13px;
    color: var(--interp-muted);
    margin: 0;
}

/* small info card */
.interp-card--info {
    padding: 16px;
    min-height: 86px;
}

.interp-card--info h4 {
    margin: 0;
    font-size: 15px;
}

.interp-card--info p {
    margin: 6px 0 0;
    color: var(--interp-muted);
    font-size: 13px;
}

/* highlight green card */
.interp-card--highlight {
    background: linear-gradient(180deg, #eefdfb, #ffffff);
    padding: 16px;
    min-height: 86px;
}

/* purple panel */
.interp-card--purple {
    background: linear-gradient(180deg, #f3ecff, #efe6ff);
    padding: 16px;
    min-height: 96px;
}

/* tall orange block */
.interp-card--tall {
    background: linear-gradient(180deg, #fff1e0, #ffd9b3);
    padding: 18px;
    min-height: 180px;
    display: flex;
    align-items: center;
}

/* top-right small portrait */
.interp-card--small {
    padding: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.interp-small__img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #a78bfa, #60a5fa);
}

.interp-small__meta {
    display: flex;
    flex-direction: column;
}

.interp-small__name {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.interp-small__role {
    font-size: 12px;
    color: var(--interp-muted);
    margin: 0;
}

/* play/contact decorative icon on some cards */
.interp-card__badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: white;
    box-shadow: 0 8px 24px rgba(12, 18, 20, 0.06);
}

/* language chips below mosaic */
.interp-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.interp-chip {
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(3, 7, 18, 0.06);
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
}

.interp-chip--active {
    background: linear-gradient(90deg, #0ea5a4, #028484);
    color: white;
    border: none;
}

/* small text */
.interp-small {
    font-size: 13px;
    color: var(--interp-muted);
}

/* responsive */
@media (max-width: 980px) {
    .interp-hero__wrap {
        grid-template-columns: 1fr;
        padding-bottom: 12px;
    }

    .interp-hero__right {
        order: -1;
        margin-bottom: 8px;
    }

    .interp-hero__title {
        font-size: 38px;
    }
}

:root {
    --radius: 24px;
    /* --shadow: 0 14px 35px rgba(15, 23, 42, 0.08); */
    --bg: #f5f5f7;
    --text-main: #0f172a;
    --text-muted: #6b7280;
}

.grid-wrapper {
    max-width: 960px;
    width: 100%;
}

/* .card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-auto-rows: minmax(170px, auto);
      gap: 20px;
    } */

.card {
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
    overflow: visible;
    position: relative;
}

/* ---------- CARD 1 - Mike ---------- */

.card-mike {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 0;
}

.card-mike-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.card-mike-footer {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
    font-size: 12px;
}

.card-mike-name {
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 5px;
}

.card-mike-role {
    font-size: 11px;
    color: var(--text-muted);
}

/* .card-mike-badge {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #111827;
    } */
.card-mike-badge iconify-icon {
    font-size: 17px;
    color: #4caf50;
}

/* ---------- CARD 2 - Quick & adaptable ---------- */

.card-quick {
    padding: 25px;
    background: #f3ebff;
    overflow: hidden;
}

.card.card-quick::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #f3ebff;
    position: absolute;
    top: -46px;
    right: -47px;
    border-radius: 100px;
    background: #000000;
    background: linear-gradient(-112deg,
            rgb(243 235 255 / 0%) 0%,
            rgb(232 221 249) 85% 83%);
}

.card-quick-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--text-main);
    z-index: 1;
}

.card-quick-text {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    max-width: 230px;
}

/* ---------- CARD 3 - Latisha ---------- */

.card-latisha {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.card-latisha-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.card-latisha-footer {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
    font-size: 12px;
}

.card-latisha-name {
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 5px;
}

.card-latisha-role {
    font-size: 11px;
    color: var(--text-muted);
}

/* ---------- CARD 4 - Remote Talent Pool ---------- */

.card-remote {
    padding: 24px 22px;
    background: #f4ffee;
    border: 1px solid #d3eec5;
    overflow: hidden;
}

.card.card-remote::before {
    content: "";
    width: 150px;
    height: 150px;
    background: aliceblue;
    position: absolute;
    top: -46px;
    right: -47px;
    border-radius: 100px;
    background: #000000;
    background: linear-gradient(-112deg,
            rgb(239 249 234 / 0%) 0%,
            rgb(214 239 201 / 57%) 85% 83%);
}

.card-remote-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--text-main);
    z-index: 1;
}

.card-safe .card-remote-title {
    margin-bottom: 50px;
}

.card-remote-text {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    max-width: 260px;
}

/* ---------- CARD 5 - Asgier ---------- */

.card-asgier {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.card-asgier-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.card-asgier-footer {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 999px;
    padding: 6px 14px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
    font-size: 12px;
}

.card-asgier-name {
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 5px;
}

.card-asgier-role {
    font-size: 11px;
    color: var(--text-muted);
}

/* ---------- CARD 6 - Orange vertical ---------- */
.card-safe {
    padding: 24px 22px;
    background: #eef7ff;
    color: #111827;
    grid-row: 1 / span 2;
    display: flex;
    overflow: hidden;
}

.card.card-safe::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #f3ebff;
    position: absolute;
    top: -46px;
    right: -47px;
    border-radius: 100px;
    background: #000000;
    background: linear-gradient(-112deg,
            rgb(238 247 255 / 0%) 0%,
            rgb(225 241 255) 85% 83%);
}

.card-safe-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    max-width: 190px;
    color: #000;
    z-index: 1;
}

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
    .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .card-safe {
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}

/* MIRROR SHINE ANIMATION */
.hire-btn {
    position: relative;
    /* Needed for shine layer */
    overflow: hidden;
    /* Hide shine outside */
    display: inline-flex;
    align-items: center;
    background: #111418;
    color: #ffffff;
    padding: 10px 8px 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    gap: 14px;
    transition: background 0.2s ease;
}

/* Mirror shine layer */
.hire-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%);

    transform: skewX(-25deg);
    animation: mirrorShine 2s ease-in-out infinite;
}

/* Shine animation */
@keyframes mirrorShine {
    0% {
        left: -120%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.hire-btn:hover {
    background: #000;
}

.hire-btn__icon {
    width: 32px;
    height: 32px;
    background: #ffffff;
    color: #111418;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

button.hire-btn:hover {
    background: #018e99;
}

/******************************
 Hero Section Css End here
*********************************/

/******************************
About Us Section Css Start here
*********************************/
.about-us-inner {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1399px) {
    .about-us-inner {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-us-inner {
        padding-bottom: 60px;
    }
}

.about-us-content {
    display: grid;
    gap: 35px 60px;
    grid-template-columns: auto 880px;
}

@media only screen and (max-width: 1199px) {
    .about-us-content {
        grid-template-columns: auto;
    }
}

.about-us-info-area {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 44% 56%;
}

@media (max-width: 575px) {
    .about-us-info-area {
        grid-template-columns: 100%;
    }
}

.about-us-info-last {
    border-inline-start: 1px solid var(--border);
    padding-inline-start: 83px;
}

@media only screen and (max-width: 767px) {
    .about-us-info-last {
        padding-inline-start: 33px;
    }
}

@media (max-width: 575px) {
    .about-us-info-last {
        padding-inline-start: 0;
        border-inline-start: 0;
        margin-top: 30px;
    }
}

.about-us-btn-wrapper {
    margin-top: 53px;
}

@media only screen and (max-width: 767px) {
    .about-us-btn-wrapper {
        margin-top: 33px;
    }
}

.about-us .wc-btn-circle {
    background-color: var(--theme);
    border: none;
    color: var(--black);
}

.about-us .wc-btn-circle:hover {
    color: var(--white);
}

.dark .about-us .wc-btn-circle:hover {
    color: var(--black);
}

.about-us-text {
    font-size: 20px;
    line-height: 1.37;
    max-width: 303px;
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    .about-us-text {
        max-width: 260px;
    }
}

.about-us-number {
    font-size: 150px;
    line-height: 0.84;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .about-us-number {
        font-size: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-number {
        font-size: 120px;
    }
}

.about-us-number span {
    font-size: 40px;
}

.section-spacing-top {
    padding-top: 70px;
}

.about-us-text-wrapper {
    margin-bottom: 35px;
}

/******************************
About Us Section Css End here
*********************************/
.about-area .section-content {
    background-color: #018e99;
}

.about-area .section-content .wc-btn-normal {
    background-color: #018e99;
}

.wc-btn-circle {
    border: 1px solid #018e99;
}

/******************************
Text Slider Css Start here
*********************************/
.text-slider-active .swiper-slide {
    width: auto;
}

.text-slider {
    padding-top: 34px;
    padding-bottom: 32px;
    background-color: #35a0a9;
}

@media only screen and (max-width: 1919px) {
    .text-slider {
        padding-top: 24px;
        padding-bottom: 22px;
    }
}

.text-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.text-slider-item .title {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

@media only screen and (max-width: 1919px) {
    .text-slider-item .title {
        font-size: 20px;
    }
}

.text-slider-item .title a img {
    margin-inline-end: 30px;
    filter: invert(1);
}

.text-slider-item .title a:hover {
    color: #dcdcdc;
}

/******************************
Text Slider Css End here
*********************************/

/******************************
Circle Button Css Start here
*********************************/
/* Scoped CSS for the button block - all styles prefixed with .unique-explore-btn-wrapper for block scoping */

.unique-explore-btn-wrapper {
    /* Wrapper styles if needed (e.g., for positioning or animations) */
    position: relative;
}

.unique-explore-btn-wrapper .btn-move {
    /* Assuming btn-move is for hover/animation movement; adjust if needed */
    transition: transform 0.3s ease;
}

.unique-explore-btn-wrapper .has_fade_anim {
    /* Fade-in animation placeholder; assumes external JS handles data attributes */
    opacity: 0;
    transform: translateY(-50px);
    /* Based on data-fade-from="top" */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.unique-explore-btn-wrapper .has_fade_anim.fade-in {
    /* Trigger class for animation (add via JS if needed) */
    opacity: 1;
    transform: translateY(0);
}

.unique-explore-btn-wrapper .wc-btn {
    /* Base wc-btn styles, scoped */
    display: inline-flex;
    transition: all 0.3s;
}

.unique-explore-btn-wrapper .wc-btn-circle {
    /* Core circle button styles */
    width: 170px;
    height: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 50%;
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1399px) {
    .unique-explore-btn-wrapper .wc-btn-circle {
        width: 120px;
        height: 120px;
        font-size: 14px;
    }
}

.unique-explore-btn-wrapper.dark .wc-btn-circle {
    background-color: var(--black);
}

.unique-explore-btn-wrapper .wc-btn-circle:hover {
    background-color: var(--white);
    color: var(--white);
    border-color: var(--border);
}

.unique-explore-btn-wrapper.dark .wc-btn-circle:hover {
    background-color: var(--black);
    color: var(--black);
}

.unique-explore-btn-wrapper .btn-hover-bgchange {
    /* Hover effect for background change */
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.unique-explore-btn-wrapper .btn-hover-bgchange::before {
    /* Use ::before instead of inner span for simplicity; add content if needed */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 100%;
    transition: all 1s;
    background-color: var(--primary);
    transform: translate(-50%, -50%);
}

.unique-explore-btn-wrapper .btn-hover-bgchange:hover::before {
    width: 400px;
    height: 400px;
}

.unique-explore-btn-wrapper .btn-item {
    /* Generic item class; add any specific styles if needed */
    text-decoration: none;
}

/* Dark mode adjustments for the block (if applied via .dark on wrapper) */
.unique-explore-btn-wrapper.dark .wc-btn-circle:hover {
    color: var(--black);
}

/******************************
Circle Button Css End here
*********************************/

/******************************
Showcase Section Css Start here
*********************************/
.org-showcase {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
        "Segoe UI", sans-serif;
    padding-bottom: 60px;
}

/* 3-column grid */
.org-showcase__grid {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

/* Generic card */
.org-showcase__card {
    background: #f8fafc;
    border-radius: 24px;
    padding: 24px 24px 20px;
    box-shadow: 0 24px 60px rgb(15 23 42 / 0%),
        0 0 0 1px rgba(148, 163, 184, 0.24);
    position: relative;
}

.org-showcase__card--stack {
    box-shadow: 0 18px 40px rgb(15 23 42 / 0%),
        0 0 0 1px rgba(148, 163, 184, 0.2);
}

/* Middle two stacked cards */
.org-showcase__stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.org-showcase__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #0f172a;
}

.org-showcase__text {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin: 0 0 16px;
}

/* LEFT CARD: avatar grid */
.org-showcase__avatar-grid {
    background: #f9fafb;
    border-radius: 20px;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.org-showcase__cell {
    border-radius: 16px;
    background: #f8f8f8;
    height: 70px;
    border: 1px solid #e9e9e9;
}

.org-showcase__cell--img {
    background: linear-gradient(135deg, #d1d5db, #9ca3af);
}

.org-showcase__cell--highlight {
    background: #111827;
    box-shadow: 0 0 0 2px #f8fafc, 0 18px 35px rgba(15, 23, 42, 0.45);
}

/* Role pills */
.org-showcase__roles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.org-showcase__role-pill {
    border: none;
    border-radius: 999px;
    font-size: 11px;
    padding: 6px 12px;
    background: #e5e7eb;
    color: #111827;
    cursor: pointer;
}

.org-showcase__role-pill--active {
    background: #111827;
    color: #f9fafb;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.45);
}

/* MIDDLE TOP CARD: auto join */
.org-showcase__autojoin {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.org-showcase__cell.org-showcase__cell--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: 100% 15%;
}

.org-showcase__avatars-mini {
    display: flex;
}

.org-showcase__avatar-mini {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 2px solid #f8fafc;
    background: linear-gradient(135deg, #cbd5f5, #6366f1);
    margin-left: -6px;
}

.org-showcase__avatar-mini:first-child {
    margin-left: 0;
}

/* pill button */
.org-showcase__pill-button {
    border: none;
    border-radius: 999px;
    font-size: 12px;
    padding: 6px 14px;
    background: #111827;
    color: #f9fafb;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.55);
}

.org-showcase__pill-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
}

/* MIDDLE BOTTOM CARD: invite button */
.org-showcase__flow {
    margin-top: 0;
    position: relative;
    padding-top: 24px;
}

.org-showcase__flow-line {
    /* position: absolute; */
    left: 14%;
    right: 14%;
    top: 0;
    height: 32px;
    /* border-radius: 16px; */
    /* background: radial-gradient(circle at center, #e5e7eb, transparent 70%); */
    opacity: 0.8;
}

.org-showcase__invite-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: none;
    background: #111827;
    color: #f9fafb;
    font-size: 13px;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 18px 40px rgb(15 23 42 / 20%);
}

.org-showcase__flow-shadow {
    position: absolute;
    left: 50%;
    top: 54px;
    transform: translateX(-50%);
    width: 58%;
    height: 24px;
    border-radius: 999px;
    background: radial-gradient(circle at center,
            rgba(15, 23, 42, 0.3),
            transparent);
    filter: blur(4px);
}

/* RIGHT CARD: panel */
.org-showcase__panel {
    margin-top: 70px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.16),
        0 0 0 1px rgba(148, 163, 184, 0.25);
    overflow: hidden;
}

.org-showcase__panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    font-size: 12px;
    background: #f9fafb;
}

.org-showcase__panel-label {
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

.org-showcase__panel-caret {
    font-size: 13px;
    color: #64748b;
}

/* list */
.org-showcase__panel-list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}

.org-showcase__panel-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    font-size: 12px;
}

.org-showcase__panel-item+.org-showcase__panel-item {
    border-top: 1px solid #e5e7eb;
}

.org-showcase__panel-item--active {
    background: #0f172a;
    color: #f9fafb;
}

.org-showcase__panel-icon,
.org-showcase__panel-icon--alt,
.org-showcase__panel-avatar {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #22c55e;
}

.org-showcase__panel-icon--alt {
    background: #0f172a;
}

.org-showcase__panel-avatar {
    background: linear-gradient(135deg, #f97316, #ec4899);
}

.org-showcase__panel-main {
    display: flex;
    flex-direction: column;
}

.org-showcase__panel-title {
    font-weight: 500;
}

.org-showcase__panel-sub {
    font-size: 11px;
    opacity: 0.8;
}

.org-showcase__panel-gear {
    margin-left: auto;
    font-size: 13px;
}

.org-showcase__panel-plus {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px dashed #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* footer */
.org-showcase__panel-footer {
    margin-top: 4px;
    padding: 10px 14px;
    font-size: 11px;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    background: linear-gradient(to right, #eef2ff, #e2e8f0);
}

.org-showcase__panel-logo {
    font-weight: 600;
}

.org-showcase__avatars-mini img {
    width: 90px;
}

/* Responsive */
@media (max-width: 960px) {
    .org-showcase__grid {
        grid-template-columns: 1fr;
    }
}

/******************************
Showcase Section Css End here
*********************************/

/******************************
Service Section Css Start here
*********************************/
.about-area .section-content .section-title {
    font-size: 40px;
    line-height: 45px;
    color: var(--white);
    margin-top: 0;
}

.service-area-inner {
    display: block;
    padding-top: 50px;
    padding-bottom: 70px;
}

.service-area .services-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.awards-area .awards-area-inner {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.service-box {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 10px;
}

.service-box .title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 29px;
}

/******************************
Service Section Css End here
*********************************/

/******************************
  Every Industry Css Start here
*********************************/
.counter-area-inner {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 870px;
}

@media only screen and (max-width: 1919px) {
    .counter-area-inner {
        grid-template-columns: 1fr 670px;
    }
}

@media only screen and (max-width: 1199px) {
    .counter-area-inner {
        grid-template-columns: 1fr;
    }
}

.counter-area .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.counter-area .counter-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
    .counter-area .counter-wrapper {
        grid-template-columns: 1fr;
    }
}

.counter-area .counter-box {
    padding: 46px 50px 32px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box {
        padding: 36px 40px 22px;
    }
}

.dark .counter-area .counter-box {
    background-color: #1b1b1b;
}

.counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46.webp);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.dir-rtl .counter-area .counter-box:before {
    transform: rotateY(180deg);
}

.dark .counter-area .counter-box:before {
    content: url(../imgs/shape/img-s-46-light.webp);
}

.counter-area .counter-box .text {
    font-size: 24px;
    line-height: 1.26;
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .text {
        font-size: 20px;
        color: #fff;
    }
}

.counter-area .counter-box .number {
    font-size: 100px;
    line-height: 1;
    margin-top: 60px;
}

@media only screen and (max-width: 1919px) {
    .counter-area .counter-box .number {
        font-size: 70px;
        color: #fff;
    }
}

.counter-area .counter-box.dark {
    background-color: #018e99;
}

.dark .counter-area .counter-box.dark {
    background-color: #1b1b1b;
}

.counter-area .counter-box.dark:before {
    content: url(../imgs/shape/img-s-46-light.webp);
}

.counter-area .section-header {
    width: 70%;
    margin: 0 auto 50px;
}

.counter-area .section-header .section-title {
    text-align: center !important;
}

.counter-area {
    padding: 70px 0;
    background: #fbfbfb;
}

/******************************
  Every Industry Css End here
*********************************/

/******************************
Why choose Us Section Css Start here
*********************************/

.awards-area.whyChooseUs .awards-area-inner {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.awards-area .section-content .awards-list ul {
    display: flex;
    gap: 20px 40px;
    max-width: 600px;
    justify-content: space-between;
}

.awards-area .meta {
    display: grid;
    gap: 18px;
    grid-template-columns: 30px auto;
}

/******************************
Why choose Us Section Css End here
*********************************/

/******************************
Footer Section Css Start here
*********************************/
.footer-area .footer-area-inner {
    display: grid;
    gap: 0 46px;
    grid-template-columns: 275px 190px 190px 385px;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 50px;
}

.footer-area .footer-widget-wrapper .title {
    font-size: 20px;
    line-height: 0.73;
}

.footer-area .footer-nav-list li {
    font-size: 16px;
    line-height: 35px;
}

.footer-area .footer-logo img {
    max-height: 55px;
}

p.footerAbt {
    font-size: 16px;
    padding-right: 29px;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

.copyright-area .copyright-text .text {
    text-align: center;
    font-weight: 300;
}

.copyright-area-inner {
    padding: 15px 0;
}

.service-box .icon iconify-icon {
    font-size: 40px;
    color: #000;
}

footer.footer-area {
    border-top: 1px solid #ececec;
}

/******************************
Footer Section Css End here
*********************************/

/******************************
Contact us Section Css Start here
*********************************/
.contact-v1 {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont,
        sans-serif;
    background: #f5f6f8;
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 40px 16px; */
    box-sizing: border-box;
}

.contact-v1__inner {
    /* max-width: 1120px; */
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 200px;
    padding: 130px 145px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}

/* LEFT SIDE: TEXT + CONTACT INFO */
.contact-v1__left-heading {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 18px;
}

.contact-v1__left-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 32px;
    max-width: 420px;
}

.contact-v1__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
    margin-bottom: 32px;
}

.contact-v1__info-block-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 6px;
}

.contact-v1__info-block-value {
    font-size: 14px;
    color: #111827;
    line-height: 1.5;
}

.contact-v1__social-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 20px;
}

.contact-v1__social-list {
    display: flex;
    gap: 30px;
    font-size: 14px;
    color: #4b5563;
}

.contact-v1__social-link {
    text-decoration: none;
    color: inherit;
    position: relative;
}

.contact-v1__social-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #d1d5db;
    opacity: 0;
    transform: scaleX(0.8);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-v1__social-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

/* RIGHT SIDE: FORM CARD */
.contact-v1__card {
    background: #f3f4f6;
    border-radius: 24px;
    padding: 32px 32px 36px;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.05),
        0 0 0 1px rgba(209, 213, 219, 0.8);
    box-sizing: border-box;
}

.contact-v1__card-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.contact-v1__card-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 24px;
}

.contact-v1__field-group {
    margin-bottom: 16px;
}

.contact-v1__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 6px;
}

.contact-v1__input,
.contact-v1__textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 15px 14px;
    font-size: 14px;
    color: #111827;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-v1__textarea {
    border-radius: 14px;
    min-height: 96px;
    resize: vertical;
    padding-top: 10px;
}

.contact-v1__input:focus,
.contact-v1__textarea:focus {
    border-color: #111827;
    box-shadow: 0 0 0 1px #11182733;
}

.contact-v1__btn-row {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.contact-v1__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 999px;
    border: none;
    background: #111827;
    color: #f9fafb;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    /* box-shadow: 0 12px 22px rgba(15, 23, 42, 0.35); */
    transition: transform 0.15s ease, box-shadow 0.15s ease,
        background 0.15s ease;
}

.contact-v1__button:hover {
    transform: translateY(-1px);
    background: #000000;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.4);
}

.contact-v1__button:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-v1__inner {
        grid-template-columns: 1fr;
        padding: 32px 22px;
    }

    .contact-v1__card {
        order: 2;
    }
}

@media (max-width: 640px) {
    .contact-v1__inner {
        border-radius: 20px;
        padding: 70px 15px 25px;
    }

    .contact-v1__left-heading {
        font-size: 26px;
    }

    .contact-v1__info-grid {
        grid-template-columns: 1fr;
    }
}

.contBox {
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
}

/******************************
Contact us Section Css End here
*********************************/

.formWrapper {
    padding: 20px;
    background: #f8fafc;
    border-radius: 24px;
    padding: 24px 24px 20px;
    box-shadow: 0 24px 60px rgb(15 23 42 / 0%),
        0 0 0 1px rgba(148, 163, 184, 0.24);
    position: relative;
}

.formHeader {
    text-align: center;
    margin-bottom: 20px;
}

.bookingForm {
    margin-top: 90px;
    margin-bottom: 30px;
}

.FormSubmit_fix_container {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.btn-primary {
    background-color: rgb(1 142 153);
    color: unset;
    border: unset;
    outline: unset;
    color: #fff;
}

.btn-primary:hover {
    background-color: rgb(3, 163, 174);
}

/* ===== Block-scoped styles: ONLY affect this component ===== */
.lgm-docs {
    --lgm-ink: #222;
    --lgm-muted: #6b7280;
}

.modal-content.lgm-docs {
    max-width: 800px;
    margin: 0 auto;
}

.lgm-docs .lgm-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.lgm-docs .lgm-card-pad {
    padding: 16px 16px;
}

.lgm-docs .lgm-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.lgm-docs .lgm-mb-12 {
    margin-bottom: 12px;
}

.lgm-docs .lgm-btn {
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
}

.lgm-docs .lgm-btn-primary {
    background: #09a8b4;
    color: #fff;
    border: none;
}

.lgm-docs .lgm-btn-secondary {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.lgm-docs .lgm-btn-danger {
    background: none;
    color: #ff0000;
    border: none;
    padding: 0;
}

.lgm-docs .empty {
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    color: var(--lgm-muted);
    background: #fafafa;
}

.lgm-docs .empty .title {
    font-weight: 500;
    color: var(--lgm-ink);
    justify-content: center;
}

.lgm-docs .doc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lgm-docs .doc-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 10px;
}

.lgm-docs .doc-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.lgm-docs .doc-icon {
    font-size: 20px;
}

.lgm-docs .doc-name {
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48vw;
    font-size: 13px;
}

.lgm-docs .doc-sub {
    font-size: 12px;
    color: var(--lgm-muted);
}

/* Modal dropzone */
.lgm-docs .dropzone {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    background: #f8fafc;
    transition: border-color 0.15s ease-in-out, background 0.15s ease-in-out;
}

.lgm-docs .dropzone.dragover {
    border-color: #2563eb;
    background: #eff6ff;
}

.lgm-docs .sel-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    max-height: 180px;
    overflow: auto;
}

.lgm-docs .sel-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 8px;
}

.lgm-docs .muted {
    color: var(--lgm-muted);
}

/* Limit height of uploaded documents list and enable scrolling */
.lgm-docs #lgmDocList {
    max-height: 240px;
    /* adjust as needed */
    overflow-y: auto;
    padding-right: 4px;
    /* for scroll space */
}

/* Optional: prettier scrollbar */
.lgm-docs #lgmDocList::-webkit-scrollbar {
    width: 6px;
}

.lgm-docs #lgmDocList::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

.lgm-docs #lgmDocList::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 6px;
}

.lgm-docs #lgmDocList::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.lgm-docs .dropzone i {
    font-size: 40px;
}

.mainjo {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.cardTitleSec h5 {
    font-size: 15px;
    font-weight: 500;
    color: #1e1e1e;
}

.cardTitleSec p {
    font-size: 0.875rem;
    color: #6c757d !important;
    margin-bottom: 0 !important;
    font-weight: 300;
}

.form-label {
    margin-bottom: 5px !important;
    color: #565656;
    font-weight: 300;
    font-size: 14px;
}

.form-control {
    padding: 9px 15px !important;
    height: 37px;
    color: #0b0b0b !important;
    font-size: 14px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    line-height: 37px !important;
    font-weight: 300 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 1px !important;
}

.select2-container--open .select2-dropdown--below {
    z-index: 2000 !important;
}

.select2-search--dropdown {
    display: block !important;
    padding: 4px !important;
    margin: 10px !important;
    border-radius: 10px !important;
    border-radius: 8px !important;
    position: relative !important;
}

.select2-container--default .select2-results>.select2-results__options {
    text-align: justify !important;
}

.select2-results__option {
    padding: 0.375rem 1rem;
    font-size: 13px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #d8d8d8 !important;
    border-radius: 8px !important;
}

.select2-dropdown {
    border-color: #d8d8d8 !important;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04),
        0px 8px 32px rgba(0, 0, 0, 0.06) !important;
    margin-top: 5px !important;
    border-radius: 7px !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-results__group,
.select2-results__option {
    padding: 0.375rem 1rem !important;
}

.onDemandPara {
    font-weight: 300;
    line-height: 20px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1f959f !important;
}

.modal-content {
    background-color: rgb(255 255 255);
    border: 0;
}

.modal-backdrop.show {
    display: none;
}

.modal {
    background-color: #12121263;
}

.modal.show .modal-dialog {
    margin: auto;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}

.commonCancleButton {
    padding: 5px 15px;
    background: #e7e7e7;
    font-size: 14px !important;
    border-radius: 3px;
    color: #000;
}

.commonUpdateButton {
    padding: 5px 15px;
    background-color: #09a8b4 !important;
    border-color: #09a8b4 !important;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
}

/******************************
Profile PAge Css Start here
******************************/

/* ========== PROFILE PAGE SCOPED STYLES ========== */
.profile-page {
    --pp-bg: hsl(0 0% 99%);
    --pp-surface: hsl(0 0% 98%);
    --pp-card: hsl(0 0% 100%);
    --pp-foreground: hsl(220 9% 20%);
    --pp-muted: hsl(220 9% 46%);
    --pp-muted-light: hsl(220 9% 60%);
    --pp-primary: hsl(215 20% 35%);
    --pp-primary-light: hsl(215 20% 95%);
    --pp-border: hsl(220 13% 91%);
    --pp-divider: hsl(220 13% 93%);
    --pp-secondary: hsl(220 14% 96%);
    --pp-status-upcoming: hsl(210 100% 50%);
    --pp-status-completed: hsl(142 71% 45%);
    --pp-status-cancelled: hsl(0 84% 60%);
    --pp-status-progress: hsl(38 92% 50%);
    font-family: "Inter", system-ui, sans-serif;
    /* background: #f8fafc; */
    color: var(--pp-foreground);
    /* min-height: 100vh; */
    margin: 90px 0 35px;
    /* border: 1px solid #ececec; */
    border-radius: 10px;
    /* box-shadow: 0 24px 60px rgb(15 23 42 / 0%),
        0 0 0 1px rgba(148, 163, 184, 0.24); */
}

.profile-page * {
    box-sizing: border-box;
}

/* Toast Notification */
.pp-toast-container {
    position: fixed;
    top: 5rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pp-toast {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.05);
    min-width: 280px;
    max-width: 400px;
    animation: ppSlideIn 0.3s ease;
}

.pp-toast.pp-toast-success {
    border-left: 3px solid var(--pp-status-completed);
}

.pp-toast.pp-toast-error {
    border-left: 3px solid var(--pp-status-cancelled);
}

.pp-toast.pp-toast-warning {
    border-left: 3px solid var(--pp-status-progress);
}

.pp-toast-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.pp-toast-success .pp-toast-icon {
    background: rgba(34, 197, 94, 0.1);
    color: var(--pp-status-completed);
}

.pp-toast-error .pp-toast-icon {
    background: rgba(239, 68, 68, 0.1);
    color: var(--pp-status-cancelled);
}

.pp-toast-warning .pp-toast-icon {
    background: rgba(245, 158, 11, 0.1);
    color: var(--pp-status-progress);
}

.pp-toast-content {
    flex: 1;
}

.pp-toast-title {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--pp-foreground);
    margin: 0;
}

.pp-toast-message {
    font-size: 0.75rem;
    color: var(--pp-muted);
    margin: 0.125rem 0 0;
}

.pp-toast-close {
    background: none;
    border: none;
    color: var(--pp-muted);
    cursor: pointer;
    padding: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: all 0.2s;
}

.pp-toast-close:hover {
    background: var(--pp-secondary);
    color: var(--pp-foreground);
}

@keyframes ppSlideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ppSlideOut {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Header */
.pp-header {
    /* background: #f8fafc; */
    border-bottom: 1px solid var(--pp-divider);
    padding: 1.5rem;
}

.pp-header-content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-direction: row;
}

.pp-avatar-wrapper {
    position: relative;
    cursor: pointer;
}

.pp-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 4px var(--pp-bg), 0 4px 12px rgba(0, 0, 0, 0.1);
    background: var(--pp-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--pp-muted);
}

.pp-avatar-overlay {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
    width: 96px;
    height: 96px;
}

.pp-avatar-wrapper:hover .pp-avatar-overlay {
    opacity: 1;
}

.pp-avatar-overlay i {
    color: white;
    font-size: 1.5rem;
}

.pp-user-info h2 {
    font-size: 1rem !important;
    font-weight: 500;
    margin: 0;
    color: var(--pp-foreground);
    display: flex;
    align-items: center;
    gap: 10px;
}

.pp-user-info {
    padding: 20px 0 30px;
}

.pp-user-info p {
    font-size: 0.875rem;
    color: var(--pp-muted);
    margin: 0.25rem 0 0;
}

/* Tabs */
.pp-tabs {
    background: var(--pp-card);
    border-bottom: none;
}

.pp-tabs-desktop {
    display: none;
    gap: 0.25rem;
    padding: 0;
}

.pp-tab-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--pp-muted);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all 0.2s;
}

.pp-tab-btn:hover {
    color: var(--pp-foreground);
}

.pp-tab-btn.active {
    color: hsl(0deg 0% 100%);
    font-weight: 500;
    /* border-bottom-color: var(--pp-primary); */
    background: #018e99;
}

.pp-tabs-mobile {
    display: block;
}

.pp-tabs-mobile-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.875rem 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

.pp-tabs-mobile-trigger .active-tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pp-foreground);
}

.pp-tabs-mobile-trigger .active-tab i {
    color: var(--pp-primary);
}

.pp-tabs-mobile-dropdown {
    display: none;
    border-top: 1px solid var(--pp-divider);
    background: var(--pp-card);
}

.pp-tabs-mobile-dropdown.open {
    display: block;
}

.pp-tabs-mobile-dropdown .pp-tab-btn {
    width: 100%;
    padding: 0.75rem 1rem;
    border-bottom: none;
    justify-content: flex-start;
}

.pp-tabs-mobile-dropdown .pp-tab-btn.active {
    background: var(--pp-primary-light);
    color: var(--pp-primary);
}

@media (min-width: 768px) {
    .pp-header {
        padding: 1rem;
    }

    .pp-avatar {
        width: 96px;
        height: 96px;
    }

    .pp-user-info h2 {
        font-size: 1.5rem;
    }

    .pp-tabs-desktop {
        display: flex;
        flex-direction: column;
    }

    .pp-tabs-mobile {
        display: none;
    }
}

/* Content Area */
.pp-content {
    padding: 1rem;
    /* max-width: 1100px; */
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pp-content {
        padding: 1.5rem;
    }
}

/* Tab Panels */
.pp-tab-panel {
    display: none;
}

.pp-tab-panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Section Header */
.pp-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.pp-section-header h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    color: var(--pp-foreground);
}

.pp-section-header p {
    font-size: 0.875rem;
    color: var(--pp-muted);
    margin: 0.25rem 0 0;
}

/* Buttons */
.pp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.75rem;
    border: 1px solid var(--pp-border);
    background: var(--pp-card);
    color: var(--pp-foreground);
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}

.pp-btn:hover {
    background: var(--pp-secondary);
}

.pp-btn-primary {
    background: var(--pp-primary);
    border-color: var(--pp-primary);
    color: white;
}

.pp-btn-primary:hover {
    background: hsl(215 20% 30%);
    color: white;
}

.pp-btn-ghost {
    background: transparent;
    border-color: transparent;
}

.pp-btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

/* Clear Filter Button */
.pp-btn-clear {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--pp-muted);
    background: var(--pp-bg);
    border: 1px solid var(--pp-border);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

.pp-btn-clear:hover {
    color: var(--pp-status-cancelled);
    border-color: var(--pp-status-cancelled);
    background: rgba(239, 68, 68, 0.05);
}

.pp-btn-clear i {
    font-size: 0.875rem;
}

/* Form */
.pp-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .pp-form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pp-form-group label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pp-muted);
    margin-bottom: 0.5rem;
}

.pp-form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    background: var(--pp-bg);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
    color: var(--pp-foreground);
    transition: all 0.2s;
}

.pp-form-input:focus {
    outline: none;
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 3px rgba(78, 93, 115, 0.1);
}

.pp-form-value {
    font-size: 0.875rem;
    color: var(--pp-foreground);
    padding: 0.75rem 0 0;
}

/* Cards */
.pp-card {
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
    overflow: hidden;
}

.pp-card-header {
    padding: 1.25rem;
    border-bottom: 1px solid var(--pp-divider);
}

.pp-card-header h4 {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    color: var(--pp-foreground);
}

.pp-card-body {
    padding: 1.25rem;
}

/* Filter Bar */
.pp-filter-bar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
}

.pp-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.pp-search-wrapper {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.pp-search-wrapper i {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pp-muted);
    font-size: 0.875rem;
    z-index: 1;
}

.pp-search-input {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    font-size: 0.8125rem;
    background: var(--pp-bg);
    border: 1px solid var(--pp-border);
    border-radius: 0.5rem;
    color: var(--pp-foreground);
    transition: all 0.2s;
}

.pp-search-input:focus {
    outline: none;
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 3px rgba(78, 93, 115, 0.1);
}

.pp-search-input::placeholder {
    color: var(--pp-muted-light);
}

.pp-filter-label {
    font-size: 0.75rem;
    color: var(--pp-muted);
    white-space: nowrap;
}

.pp-filter-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Flatpickr Custom Styling */
.pp-date-picker {
    padding: 0.625rem 0.875rem;
    font-size: 0.8125rem;
    background: var(--pp-bg);
    border: 1px solid var(--pp-border);
    border-radius: 0.5rem;
    color: var(--pp-foreground);
    cursor: pointer;
    min-width: 130px;
    font-family: "Inter", system-ui, sans-serif;
}

.pp-date-picker:focus {
    outline: none;
    border-color: var(--pp-primary);
    box-shadow: 0 0 0 3px rgba(78, 93, 115, 0.1);
}

.flatpickr-calendar {
    font-family: "Inter", system-ui, sans-serif !important;
    border: 1px solid hsl(220 13% 91%) !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.flatpickr-day.selected {
    background: hsl(215 20% 35%) !important;
    border-color: hsl(215 20% 35%) !important;
}

.flatpickr-day:hover {
    background: hsl(220 14% 96%) !important;
}

/* Select2 Custom Styling */
.select2-container--default .select2-selection--single {
    height: 36px !important;
    border: 1px solid hsl(220 13% 91%) !important;
    border-radius: 0.5rem !important;
    background: hsl(0 0% 99%) !important;
    font-family: "Inter", system-ui, sans-serif !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    padding-left: 0.875rem !important;
    font-size: 0.8125rem !important;
    color: hsl(220 9% 20%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    right: 8px !important;
}

.select2-dropdown {
    border: 1px solid hsl(220 13% 91%) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
    font-family: "Inter", system-ui, sans-serif !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: hsl(215 20% 35%) !important;
}

.select2-container--default .select2-results__option {
    font-size: 0.8125rem !important;
    padding: 0.5rem 0.875rem !important;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: hsl(215 20% 35%) !important;
    box-shadow: 0 0 0 3px rgba(78, 93, 115, 0.1) !important;
}

.select2-container {
    min-width: 130px !important;
}

@media (min-width: 768px) {
    .pp-filter-bar {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .pp-search-wrapper {
        max-width: 280px;
    }
}

/* Table */
.pp-table {
    width: 100%;
    border-collapse: collapse;
}

.pp-table th {
    text-align: left;
    padding: 0.75rem 1rem;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pp-muted);
    background: var(--pp-surface);
    border-bottom: 1px solid var(--pp-divider);
}

.pp-table td {
    padding: 1rem;
    font-size: 0.875rem;
    color: var(--pp-foreground);
    border-bottom: 1px solid var(--pp-divider);
    vertical-align: middle;
    white-space: nowrap;
}

.pp-table tbody tr:last-child td {
    border-bottom: none;
}

.pp-table tbody tr:hover {
    background: var(--pp-surface);
}

/* Clickable Link */
.pp-link {
    color: var(--pp-primary);
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
}

.pp-link:hover {
    color: hsl(215 20% 25%);
    text-decoration: underline;
}

/* Status Badge */
.pp-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 500;
    border-radius: 9999px;
}

.pp-status-upcoming {
    background: rgba(59, 130, 246, 0.1);
    color: var(--pp-status-upcoming);
}

.pp-status-completed,
.pp-status-success {
    background: rgba(34, 197, 94, 0.1);
    color: var(--pp-status-completed);
}

.pp-status-cancelled,
.pp-status-failed {
    background: rgba(239, 68, 68, 0.1);
    color: var(--pp-status-cancelled);
}

.pp-status-progress,
.pp-status-pending {
    background: rgba(245, 158, 11, 0.1);
    color: var(--pp-status-progress);
}

/* Mobile Booking Card */
.pp-booking-card {
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.pp-booking-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.pp-booking-card-id {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pp-foreground);
}

.pp-booking-card-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--pp-muted);
    padding: 0.375rem 0;
}

.pp-booking-card-row span:last-child {
    color: var(--pp-foreground);
    font-weight: 400;
}

.pp-booking-card-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pp-divider);
}

/* Responsive Tables */
/* .pp-table-wrapper {
    display: none;
} */

.pp-cards-wrapper {
    display: block;
}

@media (min-width: 768px) {
    .pp-table-wrapper {
        display: block;
    }

    .pp-cards-wrapper {
        display: none;
    }
}

/* Pagination */
.pp-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-top: 1px solid var(--pp-divider);
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pp-pagination-info {
    font-size: 0.8125rem;
    color: var(--pp-muted);
}

.pp-pagination-controls {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pp-pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 0.8125rem;
    background: transparent;
    border: 1px solid var(--pp-border);
    border-radius: 0.375rem;
    color: var(--pp-foreground);
    cursor: pointer;
    transition: all 0.2s;
}

.pp-pagination-btn:hover:not(:disabled) {
    background: var(--pp-secondary);
}

.pp-pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pp-pagination-btn.active {
    background: var(--pp-primary);
    border-color: var(--pp-primary);
    color: white;
}

/* Mobile Pagination */
.pp-mobile-pagination {
    display: none !important;
    background: var(--pp-card);
    border: 1px solid var(--pp-border);
    border-radius: 0.75rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .pp-mobile-pagination {
        display: none !important;
    }
}

/* No Results */
.pp-no-results {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--pp-muted);
}

.pp-no-results i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.pp-no-results p {
    font-size: 0.875rem;
    margin: 0;
}

/* Password Form */
.pp-password-form {
    max-width: 400px;
}

.pp-password-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.pp-password-toggle {
    position: absolute !important;
    right: 0.75rem;
    top: 65%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--pp-muted);
    cursor: pointer;
    padding: 0.25rem;
}

/* Transaction Type */
.pp-type-payment {
    color: var(--pp-status-completed);
}

.pp-type-refund {
    color: var(--pp-status-upcoming);
}

/* Hidden file input */
.pp-file-input {
    display: none;
}

#basicForm .pp-form-group {
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 5px;
    background: #fbfbfb !important;
}

.bookingCard h3 {
    font-size: 20px;
}

.bookingCard p {
    font-size: 14px;
}

.bookingCounter {
    display: flex;
    gap: 35px;
    /* border-top: 1px solid #ececec; */
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

/* .pp-header {
    background: #f8fafc;
    border-bottom: 1px solid var(--pp-divider);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.bookingCard p {
    font-size: 13px;
    margin-top: 5px;
}

.profileMain {
    display: flex;
}

.topSectionProfile {
    width: 22%;
    border-right: 1px solid #ececec;
    background: linear-gradient(2deg, rgba(0, 0, 0, 0) 0%, rgb(1 142 153 / 3%) 83%);
}

.pp-content {
    padding: 1rem;
    /* max-width: 1100px; */
    margin: 0 auto;
    width: 78%;
}

h4#contactFormTitle {
    font-size: 18px;
    margin-bottom: 15px;
}

/******************************
Profile PAge Css End here
******************************/

/******************************
Booking Detail CSS Start Here
******************************/
/******************************
        Booking Detail CSS Start Here
        ******************************/

/* ========== BOOKING DETAIL PAGE SCOPED STYLES ========== */
.booking-detail-page {
    --bd-bg: hsl(210 20% 98%);
    --bd-surface: hsl(210 18% 96%);
    --bd-card: hsl(0 0% 100%);
    --bd-foreground: hsl(220 15% 16%);
    --bd-muted: hsl(220 9% 46%);
    --bd-muted-light: hsl(220 9% 60%);
    --bd-primary: hsl(184.34deg 98.7% 30.2%);
    --bd-primary-light: hsl(220 60% 96%);
    --bd-primary-dark: hsl(184.34deg 98.7% 30.2%);
    --bd-border: hsl(220 13% 90%);
    --bd-divider: hsl(220 13% 93%);
    --bd-secondary: hsl(220 14% 96%);
    --bd-status-upcoming: hsl(210 100% 50%);
    --bd-status-completed: hsl(152 60% 42%);
    --bd-status-cancelled: hsl(0 72% 55%);
    --bd-status-progress: hsl(38 92% 50%);
    --bd-status-confirmed: hsl(152 60% 42%);
    --bd-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
    --bd-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    --bd-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--bd-bg);
    color: var(--bd-foreground);
    border: 1px solid var(--bd-border);
    border-radius: 16px;
    overflow: hidden;
}

.bookingwrapper {
    margin: 90px 0 29px;
}

.booking-detail-page * {
    box-sizing: border-box;
}

/* Header */
.bd-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--bd-card);
    border-bottom: 1px solid var(--bd-divider);
    border-radius: 16px 16px 0 0;
    backdrop-filter: blur(12px);
}

.bd-header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem !important;
    margin: 0 auto;
    justify-content: space-between;
}

.bd-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--bd-secondary);
    border: 1px solid var(--bd-border);
    color: var(--bd-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
}

.bd-back-btn:hover {
    background: var(--bd-primary-light);
    border-color: var(--bd-primary);
    color: var(--bd-primary);
    transform: translateX(-2px);
}

.bd-header-info {
    flex: 1;
}

.bd-header-info h1 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: var(--bd-foreground);
    letter-spacing: -0.02em;
}

.bd-header-info p {
    font-size: 0.8125rem;
    color: var(--bd-muted);
    margin: 0.25rem 0 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .bd-header-content {
        padding: 1.25rem 2rem !important;
    }
}

/* Buttons */
.bd-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--bd-border);
    background: var(--bd-card);
    color: var(--bd-foreground);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.bd-btn:hover {
    background: var(--bd-secondary);
    color: var(--bd-foreground);
    box-shadow: var(--bd-shadow-sm);
}

.bd-btn-primary {
    background: var(--bd-primary);
    border-color: var(--bd-primary);
    color: white;
    box-shadow: 0 2px 8px hsla(220, 65%, 48%, 0.25);
}

.bd-btn-primary:hover {
    background: var(--bd-primary-dark);
    color: white;
    box-shadow: 0 4px 12px hsla(220, 65%, 48%, 0.35);
    transform: translateY(-1px);
}

.bd-btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

/* Content */
.bd-content {
    margin: 0 auto;
    padding: 1.25rem;
}

@media (min-width: 768px) {
    .bd-content {
        padding: 1.75rem 2rem;
    }
}

/* Cards */
.bd-card {
    background: var(--bd-card);
    border: 1px solid var(--bd-border);
    border-radius: 14px;
    margin-bottom: 1.25rem;
    overflow: hidden;
    box-shadow: var(--bd-shadow-sm);
    transition: box-shadow 0.2s ease;
}

.bd-card:hover {
    box-shadow: var(--bd-shadow-md);
}

.bd-card-body {
    padding: 1.5rem;
}

.bd-card-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--bd-divider);
    background: linear-gradient(180deg, hsl(210 20% 99%) 0%, var(--bd-card) 100%);
}

.bd-card-header h3 {
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0;
    color: var(--bd-foreground);
    letter-spacing: -0.01em;
}

.bd-card-header p {
    font-size: 0.8125rem;
    color: var(--bd-muted);
    margin: 0.375rem 0 0;
    line-height: 1.5;
}

/* Status Card */
.bd-status-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.bd-status-indicator {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.bd-status-dot {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 50%;
    background: var(--bd-status-upcoming);
    box-shadow: 0 0 0 4px hsla(210, 100%, 50%, 0.15);
    flex-shrink: 0;
    width: 40px;
    justify-content: center;
    color: #fff;
}

.bd-status-dot.completed {
    background: var(--bd-status-completed);
    box-shadow: 0 0 0 4px hsla(152, 60%, 42%, 0.15);
}

.bd-status-dot.cancelled {
    background: var(--bd-status-cancelled);
    box-shadow: 0 0 0 4px hsla(0, 72%, 55%, 0.15);
}

.bd-status-dot.progress {
    background: var(--bd-status-progress);
    box-shadow: 0 0 0 4px hsla(38, 92%, 50%, 0.15);
}

.bd-status-info h4 {
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    letter-spacing: -0.01em;
}

.bd-status-info p {
    font-size: 0.875rem;
    color: var(--bd-muted);
    margin: 0.375rem 0 0;
}

/* Status Badge */
.bd-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3125rem 0.875rem;
    font-size: 0.6875rem;
    font-weight: 600;
    border-radius: 9999px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bd-status-upcoming {
    background: hsla(210, 100%, 50%, 0.08);
    color: var(--bd-status-upcoming);
}

.bd-status-completed {
    background: hsla(152, 60%, 42%, 0.08);
    color: var(--bd-status-completed);
}

.bd-status-cancelled {
    background: hsla(0, 72%, 55%, 0.08);
    color: var(--bd-status-cancelled);
}

.bd-status-progress {
    background: hsla(38, 92%, 50%, 0.08);
    color: var(--bd-status-progress);
}

.bd-status-confirmed {
    background: hsla(152, 60%, 42%, 0.08);
    color: var(--bd-status-confirmed);
}

/* Schedule Grid */
.bd-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .bd-schedule-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bd-schedule-item {
    padding: 1rem;
    background: var(--bd-secondary);
    border-radius: 10px;
    border: 1px solid var(--bd-divider);
}

.bd-schedule-item label {
    display: block;
    font-size: 0.6875rem;
    color: var(--bd-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
}

.bd-schedule-item .value {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--bd-foreground);
}

.bd-schedule-item .sub {
    font-size: 0.75rem;
    color: var(--bd-muted);
    margin-top: 0.125rem;
}

.bd-schedule-item .icon-value {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bd-schedule-item .icon-value i {
    color: var(--bd-primary);
    font-size: 1rem;
}

/* Two Column Grid */
.bd-two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .bd-two-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Info Row */
.bd-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    background: var(--bd-secondary);
    border-radius: 10px;
    border: 1px solid var(--bd-divider);
}

.bd-info-row i {
    color: var(--bd-primary);
    margin-top: 0.125rem;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.bd-info-row span {
    font-size: 0.875rem;
    color: var(--bd-foreground);
    line-height: 1.5;
}

.bd-info-label {
    font-size: 0.6875rem !important;
    color: var(--bd-muted) !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem;
}

/* Interpreter Card */
.bd-interpreter {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    padding: 1rem;
    background: var(--bd-secondary);
    border-radius: 12px;
    border: 1px solid var(--bd-divider);
}

.bd-interpreter-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--bd-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-primary);
    border: 2px solid var(--bd-border);
    flex-shrink: 0;
}

.bd-interpreter-info h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
    color: var(--bd-foreground);
}

.bd-interpreter-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.375rem;
}

.bd-interpreter-contact span {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.8125rem;
    color: var(--bd-muted);
}

.bd-interpreter-contact span i {
    font-size: 0.75rem;
    color: var(--bd-primary);
}

/* Billing Table */
.bd-billing-table {
    width: 100%;
    border-collapse: collapse;
}

.bd-billing-table th {
    text-align: left;
    padding: 0.875rem 1.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bd-muted);
    background: var(--bd-surface);
    border-bottom: 1px solid var(--bd-divider);
}

.bd-billing-table td {
    padding: 1.125rem 1.25rem;
    font-size: 0.875rem;
    color: var(--bd-foreground);
    border-bottom: 1px solid var(--bd-divider);
}

.bd-billing-table th:last-child,
.bd-billing-table td:last-child {
    text-align: right;
}

.bd-billing-table tbody tr:hover {
    background: hsl(210 20% 99%);
}

/* Billing Totals */
.bd-billing-totals {
    background: linear-gradient(180deg, var(--bd-surface) 0%, hsl(210 18% 95%) 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bd-billing-totals .row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    padding: 0.25rem 0;
    width: 220px;
    margin-bottom: 8px;
}

a.meetingURL {
    font-size: 0.8125rem;
    margin-left: 22px;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--bd-primary);
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    background: var(--bd-primary-light);
    border-radius: 8px;
    border: 1px solid hsla(220, 65%, 48%, 0.15);
    transition: all 0.2s;
}

a.meetingURL:hover {
    background: hsla(220, 65%, 48%, 0.12);
}

.bd-billing-totals .row .label {
    color: var(--bd-muted);
    margin-bottom: 7px;
}

.bd-billing-totals .row .value {
    color: var(--bd-foreground);
    font-weight: 500;
}

.bd-billing-totals .row.total {
    font-weight: 600;
    font-size: 1.0625rem;
    padding-top: 0.875rem;
    margin-top: 0.5rem;
    border-top: 2px solid var(--bd-divider);
}

.bd-billing-totals .row.total .value {
    color: var(--bd-primary);
}

.bd-billing-totals .discount {
    color: var(--bd-status-completed);
}

/* Payment Status */
.bd-payment-success {
    background: linear-gradient(135deg, hsla(152, 60%, 42%, 0.04) 0%, hsla(152, 60%, 42%, 0.08) 100%);
    border: 1px solid hsla(152, 60%, 42%, 0.18);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bd-payment-pending {
    background: linear-gradient(135deg, hsla(38, 92%, 50%, 0.04) 0%, hsla(38, 92%, 50%, 0.08) 100%);
    border: 1px solid hsla(38, 92%, 50%, 0.18);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bd-payment-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: hsla(152, 60%, 42%, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bd-status-completed);
    flex-shrink: 0;
}

.bd-payment-pending .bd-payment-icon {
    background: hsla(38, 92%, 50%, 0.1);
    color: var(--bd-status-progress);
}

.bd-payment-info h4 {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
    color: var(--bd-foreground);
}

.bd-payment-info p {
    font-size: 0.8125rem;
    color: var(--bd-muted);
    margin: 0.25rem 0 0;
}

/* Footer Info */
.bd-footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .bd-footer-info {
        grid-template-columns: repeat(4, 1fr);
    }
}

.bd-footer-item {
    padding: 0.875rem;
    background: var(--bd-secondary);
    border-radius: 10px;
    border: 1px solid var(--bd-divider);
}

.bd-footer-item label {
    display: block;
    font-size: 0.625rem;
    color: var(--bd-muted-light);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.bd-footer-item span {
    font-size: 0.8125rem;
    color: var(--bd-foreground);
    font-weight: 500;
}

/* Description */
.bd-description {
    font-size: 0.875rem;
    color: var(--bd-muted);
    line-height: 1.7;
    margin: 0;
    padding: 1rem;
    background: var(--bd-secondary);
    border-radius: 10px;
    border: 1px solid var(--bd-divider);
}

.bd-section-title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bd-foreground);
    margin-bottom: 0.875rem;
}

.bd-section-title i {
    color: var(--bd-primary);
    font-size: 1rem;
}

/* Responsive Table */
.bd-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Quick Reference Bar - NEW */
.bd-quick-ref {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: var(--bd-primary-light);
    border-bottom: 1px solid var(--bd-divider);
}

.bd-quick-ref-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: var(--bd-muted);
}

.bd-quick-ref-item strong {
    color: var(--bd-foreground);
    font-weight: 600;
}

.bd-quick-ref-divider {
    width: 1px;
    background: var(--bd-border);
    align-self: stretch;
}

/* Time highlight */
.bd-time-range {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bd-primary-light);
    border: 1px solid hsla(220, 65%, 48%, 0.12);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bd-primary);
    margin-top: 0.5rem;
}

.bd-time-range .bd-time-separator {
    color: var(--bd-muted);
    font-weight: 400;
}

/* No data placeholder */
.bd-no-data {
    font-size: 0.875rem;
    color: var(--bd-muted-light);
    font-style: italic;
    padding: 0.75rem 1rem;
    background: var(--bd-secondary);
    border-radius: 8px;
    text-align: center;
}

/*********************************
        Booking Detail CSS End here
        *********************************/

.number-wrapper {
    display: flex;
    gap: 20px;
    width: 700px;
    margin-top: 20px;
}

.number-info iconify-icon {
    font-size: 20px;
}

.number-card {
    flex: 1;
    background: #f7feff;
    border: 1px solid #018e99;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.number-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.number-label {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.number-text {
    font-size: 14px;
    color: #018d98;
    font-weight: 500;
}

.copy-btn {
    background: #018d98;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: 0.3s;
}

.copy-btn.copied {
    background: #28a745;
}

/* Responsive */
@media(max-width:768px) {
    .number-wrapper {
        flex-direction: column;
        width: 90%;
    }
}



.ak-patient-modal-scope {
    font-family: 'Roboto', sans-serif;
}

/* Add Button */
.ak-add-btn {
    background: #ececec;
    color: #000;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.ak-add-btn:hover {
    color: #000000;
}

/* Modal */
.ak-patient-modal-scope .ak-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
}

.ak-patient-modal-scope .ak-modal.active {
    visibility: visible;
    opacity: 1;
}

.ak-patient-modal-scope .ak-modal-content {
    background: #fff;
    width: 380px;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: akSlideUp 0.3s ease;
}

@keyframes akSlideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.ak-patient-modal-scope .ak-modal-header {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* intl input */
.ak-patient-modal-scope .iti {
    width: 100%;
}

.ak-patient-modal-scope input[type="tel"] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* Footer */
.ak-patient-modal-scope .ak-modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ak-patient-modal-scope .ak-cancel-btn {
    background: #eee;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.ak-patient-modal-scope .ak-save-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}



/* ====================
   Scoped styles for the schedule component
   All selectors begin with .iu9-schedule-block to avoid leaking
   ==================== */
/* Scoped styles (update) */
.iu9-schedule-block {
    --bg: #ffffff;
    --muted: #6b7280;
    --border: #e6e7ea;
    --radius: 10px;
    --shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #0f172a;
    /* max-width: 920px; */
    /* margin: 18px auto; */
    /* padding: 18px; */
    background: var(--bg);
    border-radius: var(--radius);
    /* box-shadow: var(--shadow); */
}

h6.bookingDate {
    margin: 15px 0 10px;
}

.iu9-schedule-block__preview {
    text-align: center;
    margin-bottom: 10px;
}

.iu9-schedule-block__preview-img {
    max-width: 260px;
    opacity: .95;
    border-radius: 8px;
}

.iu9-schedule-block__table-wrap {
    overflow-x: auto;
}

.iu9-schedule-block__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

.iu9-schedule-block__head {}

.iu9-schedule-block__row--head {
    text-align: left;
}

.iu9-schedule-block__cell {
    padding: 10px 12px !important;
    border-bottom: 1px solid var(--border);
    font-size: 14px !important;
    vertical-align: middle;
}

.iu9-schedule-block__cell--date {
    width: 17%;
}

.iu9-schedule-block__cell--start,
.iu9-schedule-block__cell--end {
    width: 16%;
}

.iu9-schedule-block__cell--status {
    width: 20%;
    text-align: left;
    /* remove bottom border specifically for status column */
}

/* Date display */
.iu9-schedule-block__date-main {
    display: block;
    font-weight: 600;
}

.iu9-schedule-block__date-sub {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin-top: 4px;
}

/* NEW status badge (dot inside pill) */
.iu9-schedule-block__status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    min-width: 120px;
    box-sizing: border-box;
}

/* inner dot */
.iu9-schedule-block__status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

/* variants */
.iu9-schedule-block__status--upcoming {
    color: #075985;
    background: rgba(6, 78, 122, 0.06);
    border: 1px solid rgba(6, 78, 122, 0.06);
}

.iu9-schedule-block__status--inprogress {
    color: #92400e;
    background: rgba(146, 64, 14, 0.06);
    border: 1px solid rgba(146, 64, 14, 0.06);
}

.iu9-schedule-block__status--complete {
    color: #065f46;
    background: rgba(6, 95, 70, 0.06);
    border: 1px solid rgba(6, 95, 70, 0.06);
}

/* dot colors */
.iu9-schedule-block__status-bullet--upcoming,
.iu9-schedule-block__status-dot--upcoming {
    background: linear-gradient(180deg, #06b6d4, #0891b2);
}

.iu9-schedule-block__status-bullet--progress,
.iu9-schedule-block__status-dot--progress {
    background: linear-gradient(180deg, #f59e0b, #d97706);
}

.iu9-schedule-block__status-bullet--complete,
.iu9-schedule-block__status-dot--complete {
    background: linear-gradient(180deg, #34d399, #10b981);
}

/* row hover */
.iu9-schedule-block__body .iu9-schedule-block__row:hover {
    background: #fbfbfd;
}

/* legend */
.iu9-schedule-block__legend {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.iu9-schedule-block__legend-item {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

/* responsive tweaks */
@media (max-width:640px) {
    .iu9-schedule-block {
        padding: 12px;
    }

    .iu9-schedule-block__cell {
        padding: 10px 8px;
        font-size: 13px;
    }

    .iu9-schedule-block__cell--date {
        width: 50%;
    }

    .iu9-schedule-block__cell--status {
        width: 40%;
    }
}



/* ===========================
   Modal Styles
=========================== */

.iu9-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
}

.iu9-modal.active {
    visibility: visible;
    opacity: 1;
}

.iu9-modal-content {
    background: #fff;
    width: 380px;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.iu9-modal-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.iu9-modal-footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.iu9-cancel-btn {
    background: #eee;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
}

.iu9-save-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.copy-mobile-wrap {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.copy-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 22px;
    width: 100%;
    max-width: 320px;

    background-color: #eaf2ff;
    border: none;
    border-radius: 40px;

    font-size: 18px;
    font-weight: 500;
    color: #2f6fed;

    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-mobile-btn:hover {
    background-color: #dce8ff;
}

.copy-text {
    flex: 1;
    text-align: left;
}

.copy-icon {
    color: #2f6fed;
}

/*********************************
Booking Detail CSS End here
*********************************/











.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #d1f4f6, #eafeff);
    border: 1px solid rgba(6, 182, 212, 0.14);
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 500;
    color: #064e50;
    font-size: 13px;
    box-shadow: 0 4px 14px rgba(6, 182, 212, 0.04);
    font-family: roboto;
}

.counters {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 25px;
}

.counter-card {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border-radius: 12px;
    padding: 14px;
    border: 1px solid rgba(9, 30, 66, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 12px;
    /* min-height: 64px; */
    width: 100%;
}

.activeCard {
    background: #e5ffe6 !important;
}

.BookingCard {
    background: #e9ecff !important;
}

.SpentCard {
    background: #fef3e5 !important;
}

.counter-info {
    display: flex;
    flex-direction: column;
}

.counter-value {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.counter-label {
    font-size: 12px;
    color: #6b7280;
}

.counter-meta {
    font-size: 12px;
}

.copy-mobile-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background-color: #eaf2ff;
    border: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2f6fed;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
}

.copy-mobile-btn:hover {
    background-color: #dce8ff;
}

.copy-icon {
    color: #2f6fed;
}

/* Global Toast */
.custom-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #2f6fed;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.custom-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.backLeft {
    display: flex;
    gap: 12px;
}

/* Icon CSS */
.bookingTypeIcon {
    display: inline-flex;
    align-items: center;
    background: antiquewhite;
    padding: 7px;
    border-radius: 22px;
    margin-right: 3px;
}

.audioIcon {
    background: #2196F3;
    color: #fff;
}

.videoIcon {
    background: #FF9800;
    color: #fff;
}

.invisitIcon {
    background: #009688;
    color: #fff;
}

.TranslateIcon {
    background: #9C27B0;
    color: #fff;
}

.bd-card-body {
    position: relative;
}

.actionLOP {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Icon CSS end */
@media(max-width:768px) {
    .interp-hero__title {
        margin: 0 0 19px;
    }

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

}

@media (max-width: 991.98px) {
    .header__nav {
        display: none;
    }

    .mobile-sidebar-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-area .header-area__inner {
        justify-content: space-between;
    }

    .mobile-menu-sidebar__btn {
        font-size: 12px !important;
        padding: 8px 14px !important;
        min-height: 40px;
    }
}

@media (min-width: 992px) {

    .mobile-menu-sidebar,
    .mobile-menu-overlay {
        display: none;
    }
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .footer-area .footer-area-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .about-us-content,
    .contact-inner,
    .contact-wrapper {
        grid-template-columns: 1fr !important;
    }

    .profileMain {
        flex-direction: column;
    }

    .topSectionProfile,
    .pp-content {
        width: 100%;
    }

    .topSectionProfile {
        border-right: 0;
        /* border-bottom: 1px solid #ececec; */
    }
}

@media (max-width: 991.98px) {
    .header__button {
        display: none !important;
    }

    .about-us-info-area,
    .bookingCounter,
    .counters {
        grid-template-columns: 1fr !important;
        /* flex-direction: column; */
        gap: 16px;
    }

    .footer-area .footer-area-inner {
        grid-template-columns: 1fr;
    }

    .copyright-area-inner,
    .copyright-area .copyright-text .text {
        text-align: center;
    }

    .bookingForm {
        margin-top: 80px;
    }

    .formWrapper {
        padding: 20px 16px;
        border-radius: 18px;
    }

    .FormSubmit_fix_container {
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .FormSubmit_fix_container .btn,
    .FormSubmit_fix_container button {
        width: 100%;
        justify-content: center;
    }

    #bookingModeGroup {
        flex-wrap: wrap;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    #bookingModeGroup .form-check {
        width: calc(50% - 6px);
        margin: 0;
    }

    .number-wrapper {
        width: 100%;
    }

    .counter-card,
    .number-card {
        width: 100%;
    }

    .bookingCounter {
        gap: 14px;
    }

    .bookingCard {
        width: 100%;
    }

    .pp-header-content {
        /* flex-direction: column; */
        align-items: center;
        /* gap: 0; */
    }

    .pp-user-info h2 {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bd-footer-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {

    .header__logo img,
    .mobile-menu-sidebar__logo img {
        width: 160px;
    }

    .interp-hero {
        padding: 60px 0 40px;
    }

    .interp-hero__left,
    .interp-hero__right {
        padding: 0;
    }

    .interp-hero__title {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .interp-hero__lead {
        font-size: 15px;
    }

    .interp-hero__actions,
    .interp-hero__micro {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .grid-wrapper,
    .interp-selected,
    .lgm-docs .lgm-card,
    .modal-content.lgm-docs {
        max-width: 100%;
    }

    .card-mike-img,
    .card-latisha-img,
    .card-asgier-img {
        height: 450px;
    }

    .card-quick {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .card-remote {
        overflow: hidden;
    }

    .card-asgier {
        margin-top: 15px;
    }

    .card-safe {
        overflow: hidden;
    }

    .about-us-inner {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .about-area .section-content .section-title {
        font-size: 25px;
        line-height: 35px;
        color: var(--white);
        margin-top: 0;
    }

    .section-spacing {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service-area .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .counter-area {
        padding: 50px 0;
        background: #fbfbfb;
    }

    .counter-area .section-header {
        width: 100%;
        margin: 0 auto 50px;
    }

    .awards-area.whyChooseUs .awards-area-inner {

        padding: 50px 0;
    }

    .awards-area .section-content .awards-list ul {
        flex-direction: column;
    }

    .footer-area .footer-area-inner {
        padding: 30px 0;
    }

    .contact-v1__inner {
        border-radius: 20px;
        padding: 70px 15px 25px;
    }

    .contact-v1__social-list {
        flex-wrap: wrap;
    }

    .contact-v1__inner {
        gap: 25px;

    }

    .about-us-info-area,
    .bookingCounter,
    .counters {
        flex-direction: row;

    }

    .pp-avatar-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pp-avatar-overlay {
        inset: unset;
    }

    .pp-user-info {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .profile-page {

        margin: 43px 0 35px;
    }

    .pp-filter-group {
        display: flex;
        align-items: self-start;
        gap: 0.5rem;
        flex-direction: column;
        width: 100%;
    }

    .select2-container {
        min-width: 100% !important;
    }

    .pp-section-header h3 {
        font-size: 1rem;

    }

    .pp-section-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pp-tabs-mobile-trigger {
        background: #f3f3f3;

    }

    .bd-header-content {
        flex-wrap: wrap;
    }

    .actionjkop {
        display: flex;
        gap: 10px;
    }

    .bd-schedule-item .value {
        font-size: 14px;

    }

    .bd-schedule-grid {

        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25rem;

    }

    .bd-time-range {

        margin-top: 0;
    }

    .bd-status-info h4 {
        font-size: 1rem;
        gap: 10px;
    }

    h2 {
        font-size: 26px;
    }

    .font-heading-beatricetrial-medium h1,
    .font-heading-beatricetrial-medium h2,
    .font-heading-beatricetrial-medium h3,
    .font-heading-beatricetrial-medium h4,
    .font-heading-beatricetrial-medium h5,
    .font-heading-beatricetrial-medium h6 {
        line-height: 1.15;
    }

    .about-us-text {
        max-width: 100%;
    }

    .about-us-info-area {
        margin-top: 30px;
    }

    .about-us-info-last {
        border-inline-start: 0;
        padding-inline-start: 0;
    }

    .service-box,
    .counter-card {
        padding: 14px;
    }

    .pp-content,
    .pp-header {
        padding: 15px 0 0;
    }

    .profile-page {
        margin: 70px 15px 25px !important;
    }

    .pp-tabs-mobile-trigger,
    .pp-tabs-mobile-dropdown .pp-tab-btn {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bd-footer-info {
        grid-template-columns: 1fr;
    }

    .bd-billing-totals {
        align-items: stretch;
    }

    .bd-billing-totals .row {
        width: 100%;
    }

    .bookingwrapper {
        margin: 60px 0 29px;
    }

    .bd-content {
        margin: 0 auto;
        padding: 0.5rem;
    }

    .actionLOP {
        margin-top: 15px;
        position: unset;
    }

    .actionLOP .ak-add-btn {
        width: 100%;
        justify-content: center;
        padding: 15px;
    }

    .mobile-menu-sidebar__nav a.activenow {
        color: #018E99;
        background: #e4fdff;
    }
}

@media (max-width: 575.98px) {
    .header-area .header-area__inner {
        height: 58px;
    }

    .hamburgermenu {
        font-size: 22px;
        padding: 6px;
    }

    .mobile-menu-sidebar {
        width: min(300px, 88vw);
        padding: 20px 16px 50px;
    }

    .lingua-notification-toggle {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .lingua-notification-menu {
        width: min(340px, calc(100vw - 16px));
    }

    .about-us-title,
    .contact-title,
    .section-title,
    .title-anim {
        word-break: break-word;
    }

    #bookingModeGroup .form-check {
        width: 100%;
    }

    .bookingForm {
        margin-top: 72px;
    }

    .formWrapper {
        padding: 16px 12px;
    }

    .bookingCard h3,
    .counter-value {
        font-size: 18px;
    }

    .number-wrapper,
    .counters {
        gap: 12px;
    }

    .copy-mobile-btn {
        max-width: 100%;
        font-size: 15px;
    }

    .ak-patient-modal-scope .ak-modal-content,
    .iu9-modal-content {
        width: calc(100vw - 24px);
        max-width: 100%;
        padding: 18px;
    }

    .mainjo {
        flex-wrap: wrap;
        gap: 10px;
    }

    div#lgmUploadModal .innerBoxkp {
        padding-right: 55px;
    }

    .btn-close {
        font-size: 14px;
        width: 1.6em;
        height: 1.6em;
    }

    div#modeAlertContainer .mode-alert {
        flex-direction: column;
        align-items: self-start !important;
    }

    .mode-alert .close-btn {
        position: absolute;
        right: 25px;
        background: transparent !important;
        font-size: 28px !important;
    }

    .dropdown.lingua-notification-dropdown.lingua-notification-dropdown--mobile .dropdown-menu-end[data-bs-popper] {
        right: -20px;
        left: auto;
    }

    .bookingCard {
        width: calc(50% - 5px);
    }

    .bookingCounter {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pp-password-toggle {
        right: 19px;
        top: 67%;
    }

    .backLeft .bd-header-info h1 {
        color: #000000 !important;
    }

    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100%;
    }

    .mobile-menu-sidebar__nav a {
        padding: 14px 20px;
    }
}