@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
    font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

html {
    scrollbar-color: var(--black) var(--lightGray);
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--theme) var(--lightGray);
    font-family: "Poppins", sans-serif;
    background:
        radial-gradient(circle at top, rgba(35, 196, 199, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 30%, #f8fbfc 100%);
    color: var(--theme_2);
}

body.app-loading {
    overflow: hidden;
}


::-webkit-scrollbar {
    width: 4px;
}

a {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
    display: block;
}

::-webkit-scrollbar-track {
    background: var(--black);
}

::-webkit-scrollbar-thumb {
    background-color: var(--softtheme);
    border-radius: 6px;
    border: 3px solid var(--black);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777;
}


:root {
    --theme: #23C4C7;
    --theme_2: #0B2E32;
    --text_2: #34445B;
}

.startup_loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top left, rgba(35, 196, 199, 0.22), transparent 30%),
        radial-gradient(circle at bottom right, rgba(11, 46, 50, 0.18), transparent 28%),
        linear-gradient(135deg, #f7ffff 0%, #eef8f8 42%, #ffffff 100%);
}

.startup_loader__content {
    position: relative;
    width: min(100%, 420px);
    padding: 36px 30px 28px;
    border-radius: 28px;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(11, 46, 50, 0.08);
    box-shadow: 0 28px 80px rgba(11, 46, 50, 0.14);
    backdrop-filter: blur(18px);
    animation: startupCardIn 0.8s ease-out;
}

.startup_loader__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.7;
    animation: startupFloat 6s ease-in-out infinite;
}

.startup_loader__glow--one {
    width: 260px;
    height: 260px;
    top: 12%;
    left: 12%;
    background: rgba(35, 196, 199, 0.18);
}

.startup_loader__glow--two {
    width: 220px;
    height: 220px;
    right: 10%;
    bottom: 10%;
    background: rgba(11, 46, 50, 0.12);
    animation-delay: -2.5s;
}

.startup_loader__logo_shell {
    position: relative;
    width: 126px;
    height: 126px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    animation: startupLogoShellIn 1.15s cubic-bezier(0.18, 0.9, 0.24, 1) both;
}

.startup_loader__ring {
    position: absolute;
    border-radius: 50%;
}

.startup_loader__ring--outer {
    inset: 0;
    border: 1px solid rgba(35, 196, 199, 0.28);
    animation: startupSpin 7s linear infinite;
}

.startup_loader__ring--inner {
    inset: 14px;
    border: 1px dashed rgba(11, 46, 50, 0.2);
    animation: startupSpinReverse 5s linear infinite;
}

.startup_loader__logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 22px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff, #eefbfb);
    box-shadow:
        0 10px 30px rgba(35, 196, 199, 0.2),
        inset 0 0 0 1px rgba(35, 196, 199, 0.1);
    transform-origin: center;
    animation:
        startupLogoReveal 1.15s cubic-bezier(0.18, 0.9, 0.24, 1) both,
        startupPulse 2.2s ease-in-out 1.15s infinite;
}

.startup_loader__flag_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 46, 50, 0.08);
    box-shadow: 0 14px 32px rgba(11, 46, 50, 0.08);
    color: rgba(11, 46, 50, 0.78);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    animation: startupBadgeIn 0.8s ease-out 0.35s both;
}

.startup_loader__flag_icon {
    width: 28px;
    height: 18px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(11, 46, 50, 0.08);
}

.startup_loader__flag_band {
    flex: 1;
    position: relative;
}

.startup_loader__flag_band--saffron {
    background: #ff9933;
}

.startup_loader__flag_band--white {
    display: grid;
    place-items: center;
    background: #ffffff;
}

.startup_loader__flag_band--green {
    background: #138808;
}

.startup_loader__flag_chakra {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1.5px solid #000080;
}

.startup_loader__flag_chakra::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: #000080;
    transform: rotate(90deg);
}

.startup_loader__eyebrow {
    margin-bottom: 8px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(11, 46, 50, 0.62);
}

.startup_loader__title {
    margin-bottom: 18px;
    font-size: clamp(2rem, 5vw, 2.6rem);
    font-weight: 700;
    color: var(--theme_2);
}

.startup_loader__track {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 12px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(11, 46, 50, 0.08);
}

.startup_loader__fill {
    position: relative;
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #23c4c7 0%, #1ea6bc 45%, #0b2e32 100%);
    box-shadow: 0 8px 22px rgba(35, 196, 199, 0.35);
    transition: width 0.22s ease-out;
}

.startup_loader__fill::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
    animation: startupShimmer 1.35s linear infinite;
}

.startup_loader__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.92rem;
    color: rgba(11, 46, 50, 0.7);
}

@keyframes startupSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes startupSpinReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes startupPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}

@keyframes startupLogoReveal {
    0% {
        opacity: 0;
        transform: scale(1.9) translateY(-8px);
        filter: blur(8px);
    }

    55% {
        opacity: 1;
        transform: scale(1.12) translateY(0);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes startupLogoShellIn {
    0% {
        opacity: 0;
        transform: scale(0.78);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

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

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

@keyframes startupFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -18px, 0);
    }
}

@keyframes startupCardIn {
    from {
        opacity: 0;
        transform: translateY(26px) scale(0.96);
    }

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

@keyframes startupShimmer {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 575px) {
    .startup_loader__content {
        padding: 30px 20px 24px;
        border-radius: 24px;
    }

    .startup_loader__logo_shell {
        width: 110px;
        height: 110px;
        margin-bottom: 20px;
    }

    .startup_loader__logo {
        width: 74px;
        height: 74px;
    }

    .startup_loader__meta {
        font-size: 0.84rem;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    line-height: 1.8;
}

.text_2 {
    color: var(--text_2);
}

.cp {
    cursor: pointer;
}

.bg_theme {
    background: var(--theme);
}
.text_red{
    color: red;
}
.btn_light{
    background: #E5E5E5;
}
.text_theme {
    color: var(--theme) !important;
}

.text_gray {
    color: var(--gray);
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.dark {
    color: var(--dark);
}

.fs_10 {
    font-size: 10px;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.fs_22 {
    font-size: 22px;
}

.fs_26 {
    font-size: 26px;
}

.fs_24 {
    font-size: 24px;
}

.fs_28 {
    font-size: 28px;
}

.fs_30 {
    font-size: 30px;
}

.fs_35 {
    font-size: 35px;
}

.fs_43 {
    font-size: 43px;
}

.fs_50 {
    font-size: 50px;
}

.fs_55 {
    font-size: 55px;
}

.fs_69 {
    font-size: 69px;
}

.fs_80 {
    font-size: 80px;
}

.fs_100 {
    font-size: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 39px;
}

.haeder_Section {
    position: absolute;
    width: 100%;
    z-index: 33;
}
.navbar-brand img {
	width: clamp(170px, 18vw, 280px);
    height: auto;
}

.navbar-brand {
    max-width: min(100%, 320px);
    flex-shrink: 0;
}
.video_part {
    padding-top: 220px;
    background: url(./../images/shape.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.mistri_video video {
    max-height: 480px;
}

.mistri_video {
    border: 1px solid #ddd;
}

.mstri_servcies {
    transition: all 0.3s ease;
}

.mstri_servcies:hover {
    background: var(--theme);
}

.over_text:hover {
    text-decoration: underline;
}

.over_text.active {
    text-decoration: underline;
}

.btn_theme {
    border-radius: 10px;
    color: #fff;
    background: var(--theme_2);
    align-items: center;
    text-decoration: none;
    padding: 10px 26px;
    font-size: 1rem;
    transition: all 0.2s ease;
    font-weight: 200;
    border: 1px solid #000 !important;
}

.btn_theme:hover {
    background-color: var(--white);
    color: var(--theme) !important;
}

.padding_section {
    padding: 0px clamp(20px, 6vw, 120px);
}

.qr_access_page {
    min-height: 100vh;
    padding: 180px 0 90px;
    background:
        radial-gradient(circle at top left, rgba(35, 196, 199, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(11, 46, 50, 0.08), transparent 20%),
        linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.qr_access_shell {
    display: flex;
    justify-content: center;
}

.qr_access_card {
    width: min(100%, 34rem);
    padding: 2rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top right, rgba(35, 196, 199, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 251, 0.95));
    border: 1px solid rgba(11, 46, 50, 0.08);
    box-shadow: 0 28px 60px rgba(11, 46, 50, 0.12);
    text-align: center;
}

.qr_access_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(35, 196, 199, 0.12);
    color: var(--theme_2);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.qr_access_brand {
    width: min(100%, 220px);
    margin: 1rem auto 1.25rem;
}

.qr_access_header h1 {
    margin-bottom: 0.7rem;
    font-size: clamp(2rem, 1.6rem + 1vw, 2.75rem);
    font-weight: 700;
    color: var(--theme_2);
}

.qr_access_header p,
.qr_access_footer p {
    margin-bottom: 0;
    color: var(--text_2);
    font-size: 1rem;
}

.qr_access_canvas {
    display: flex;
    justify-content: center;
    margin: 1.75rem 0 1.25rem;
}

.qr_access_code {
    position: relative;
    display: inline-flex;
    padding: 1rem;
    border-radius: 1.75rem;
    background: #fff;
    box-shadow: 0 20px 40px rgba(11, 46, 50, 0.14);
}

.qr_access_image {
    width: min(100%, 18rem);
    aspect-ratio: 1;
    border-radius: 1.25rem;
}

.qr_access_logo_mark {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 4.75rem;
    height: 4.75rem;
    padding: 0.85rem;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 14px 32px rgba(11, 46, 50, 0.18);
}

.qr_access_logo_mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr_access_link {
    display: inline-flex;
    margin-bottom: 0.6rem;
    color: var(--theme);
    font-size: 1rem;
    font-weight: 700;
    word-break: break-all;
}

.qr_access_link:hover {
    color: var(--theme_2);
}

@media (max-width: 767.98px) {
    .qr_access_page {
        padding: 150px 0 70px;
    }

    .qr_access_card {
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .qr_access_logo_mark {
        width: 4rem;
        height: 4rem;
        padding: 0.7rem;
    }
}

.mstri_servcies img {
    height: 130px;
    margin-bottom: 30px;
}

.jalli {
    right: 0;
}

.reapir_text h4 {
    top: 20px;
    left: 30px;
}

.team_icons.top_icons {
    width: 120px;
    z-index: 333;
    bottom: 10px;
    left: calc(50% - 60px);
}

.swiper-button-disabled.scr_btn {
    background-color: #fff;
    color: #000;
}

.scr_btn {
    width: 65px;
    height: 65px;
    background-color: var(--theme);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 0px 0px 11px #ddd;
    border-radius: 50%;
}

.mobile {
    position: fixed;
    z-index: 333333;
    right: 30px;
    bottom: 20px;
}

.booked_text img {
    border-radius: 39px;
    box-shadow: 0px 0px 14px #a49f9f;
}

.mobile span {
    opacity: 0;
    z-index: 333333;
    transition: all 0.3s ease;
}

.mobile:hover span {
    opacity: 1;
}

footer {
    background-color: var(--theme_2);
    color: white;
}


.loaction::after {
    position: absolute;
    content: "";
    /* height: 10px; */
    /* width: 10px; */
    border-style: solid;
    border-width: 8px;
    border-color: #575757 transparent transparent transparent;
    right: 0;
    top: 28px;
    right: 12px;
}

.form-control {
    height: 65px;
    box-shadow: 0px 0px 10px #ddd;
    border: 1px solid #ddd;
    border-radius: 24px;
}

.auth-modal-backdrop {
    background:
        radial-gradient(circle at top left, rgba(35, 196, 199, 0.18), transparent 34%),
        rgba(11, 46, 50, 0.58);
    backdrop-filter: blur(8px);
    padding: 24px 12px;
}

.auth-modal-dialog {
    width: min(100%, 520px);
    margin: 0 auto;
}

.auth-modal-card {
    border-radius: 32px !important;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(245, 252, 252, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 30px 80px rgba(11, 46, 50, 0.22);
}

.auth-modal-body {
    padding: 32px;
}

.booking-success-dialog {
    width: min(100%, 640px);
}

.booking-success-card {
    position: relative;
}

.booking-success-body {
    position: relative;
    padding: 42px 38px 36px;
    text-align: center;
}

.booking-success-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(35, 196, 199, 0.16), transparent 24%),
        radial-gradient(circle at 82% 16%, rgba(11, 46, 50, 0.12), transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(35, 196, 199, 0.1), transparent 30%);
    pointer-events: none;
}

.booking-success-hero {
    position: relative;
    margin-top: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: bookingCelebrate 0.9s ease-out both;
}

.booking-success-image {
    width: clamp(92px, 16vw, 126px);
    filter: drop-shadow(0 18px 28px rgba(35, 196, 199, 0.2));
}

.booking-success-burst {
    position: absolute;
    top: 12px;
    font-size: 28px;
    line-height: 1;
    animation: bookingBurst 1.6s ease-in-out infinite;
}

.booking-success-burst-left {
    left: -10px;
}

.booking-success-burst-right {
    right: -10px;
    animation-delay: 0.22s;
}

.booking-success-content {
    position: relative;
    z-index: 1;
}

.booking-success-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--theme_2);
    background: rgba(35, 196, 199, 0.14);
    border: 1px solid rgba(35, 196, 199, 0.18);
}

.booking-success-title {
    font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.9rem);
    line-height: 1.4;
    color: var(--theme_2);
    margin-bottom: 0;
}

.booking-success-id {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-inline: auto;
    width: min(100%, 330px);
    padding: 14px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(11, 46, 50, 0.98), rgba(35, 196, 199, 0.9));
    box-shadow: 0 20px 44px rgba(11, 46, 50, 0.18);
}

.booking-success-id-label {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.booking-success-id-value {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    word-break: break-word;
}

.booking-success-message {
    font-size: 14px;
    line-height: 1.7;
    color: #5f6e79;
}

.booking-success-btn {
    min-width: 190px;
}

@keyframes bookingCelebrate {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.9);
    }
    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.04);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bookingBurst {
    0%,
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 0.88;
    }
    50% {
        transform: translateY(-8px) scale(1.18) rotate(8deg);
        opacity: 1;
    }
}

.auth-modal-badge {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    box-shadow: 0 14px 30px rgba(35, 196, 199, 0.28);
}

.auth-modal-title {
    font-size: clamp(1.75rem, 1.45rem + 0.7vw, 2.2rem);
    font-weight: 700;
    color: var(--theme_2);
    line-height: 1.15;
}

.auth-modal-subtitle {
    color: #5f6e79;
    font-size: 15px;
    line-height: 1.7;
    max-width: 380px;
}

.auth-modal-subtitle span {
    color: var(--theme_2);
    font-weight: 600;
}

.auth-close-btn {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(11, 46, 50, 0.08);
    color: var(--theme_2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.auth-close-btn:hover {
    background: rgba(35, 196, 199, 0.16);
    color: var(--theme);
}

.auth-field-label {
    display: block;
    margin-bottom: 10px;
    color: var(--theme_2);
    font-size: 14px;
    font-weight: 600;
}

.auth-input {
    height: 58px;
    border-radius: 18px;
    border: 1px solid #d8e4e8 !important;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.95);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.auth-input:focus,
.auth-otp-input:focus {
    border-color: var(--theme) !important;
    box-shadow: 0 0 0 4px rgba(35, 196, 199, 0.14) !important;
    transform: translateY(-1px);
}

.auth-input-icon-wrap {
    position: relative;
}

.auth-input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    pointer-events: none;
    z-index: 2;
}

.auth-input-with-icon {
    padding-left: 46px !important;
}

.auth-otp-input {
    height: 72px;
    border-radius: 22px;
    font-size: 30px;
    font-weight: 700;
    color: var(--theme_2);
    border: 1px solid #d8e4e8 !important;
    box-shadow: none;
    background: #fff;
}

.auth-note {
    border: 1px solid rgba(35, 196, 199, 0.16);
    background: rgba(35, 196, 199, 0.08);
    color: var(--theme_2);
    border-radius: 16px;
    padding: 12px 14px;
    font-size: 14px;
}

.auth-link {
    color: var(--theme_2);
    font-weight: 600;
    transition: color 0.2s ease;
}

.auth-link:hover {
    color: var(--theme);
}

.auth-submit-btn {
    min-height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 34px rgba(35, 196, 199, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.auth-submit-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 20px 38px rgba(35, 196, 199, 0.34);
}

.auth-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

.booking-action-btn {
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.booking-action-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.booking-action-btn.confirm {
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    color: #fff;
    box-shadow: 0 10px 22px rgba(35, 196, 199, 0.28);
}

.booking-action-btn.confirm:hover:not(:disabled) {
    transform: translateY(-1px);
}

.booking-action-btn.cancel {
    background: #fff;
    color: #c0392b;
    border: 1px solid rgba(192, 57, 43, 0.35);
}

.booking-action-btn.cancel:hover:not(:disabled) {
    background: rgba(192, 57, 43, 0.08);
}

.booking-action-btn.ghost {
    background: transparent;
    color: #5c6f74;
    border: 1px solid rgba(11, 46, 50, 0.14);
}

@media (max-width: 767px) {
    .auth-modal-body {
        padding: 24px 18px;
    }

    .auth-modal-dialog {
        width: min(100%, 94vw);
    }

    .booking-success-dialog {
        width: min(100%, 96vw);
    }

    .booking-success-body {
        padding: 30px 18px 26px;
    }

    .booking-success-burst {
        font-size: 24px;
        top: 8px;
    }

    .booking-success-id-value {
        font-size: 20px;
    }

    .auth-modal-badge {
        width: 58px;
        height: 58px;
        border-radius: 18px;
    }

    .auth-otp-input {
        height: 64px;
        font-size: 24px;
    }
}

.search i {
    font-size: 26px;
    left: 15px;
    top: 20px;
}

.loaction i {
    font-size: 26px;
    left: 15px;
    top: 20px;
}

@media (max-width: 1600px)  {
    .fs_24 {
        font-size: 18px;
    }
    .fs_80 {
        font-size: 65px;
    }
    .fs_35 {
        font-size: 27px;
    }
}
@media (max-width: 1400px) {

    .fs_80 {
        font-size: 50px;
    }.fs_20 {
        font-size: 21px;
    }
    .fs_35 {
        font-size: 24px;
    }
}
@media (max-width: 967px) {
    .padding_section {
        padding: 0px 50px;
    }

    .fs_35 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .padding_section {
        padding: 0px 20px;
    }
    .scr_btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .fs_80 {
        font-size: 40px;
    }
    .fs_50 {
        font-size: 32px;
    }
    .navbar-brand img {
        width: 170px;
        height: auto;
    }
    .video_part {
        padding-top: 150px;
    }
    .navbar-nav {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }
    .nav-item.login {
        margin-top: 70px;
    }
}

.haeder_Section {
    top: 0;
    left: 0;
}

.site-navbar {
    margin-top: 22px;
    padding: 14px 20px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 50px rgba(11, 46, 50, 0.08);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(11, 46, 50, 0.06);
}

.site-navbar-collapse {
    flex-grow: 0;
}

.site-navbar-links {
    gap: 10px;
}

.site-navbar .nav-link {
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-navbar .nav-link:hover {
    background: rgba(35, 196, 199, 0.1);
    transform: translateY(-1px);
}

.site-navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 8px 10px;
    border-radius: 14px;
    background: rgba(35, 196, 199, 0.12);
}

.site-login-btn {
    min-width: 132px;
    text-align: center;
}

.site-profile-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px 10px 10px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--theme_2), #154b52);
    box-shadow: 0 18px 40px rgba(11, 46, 50, 0.18);
}

.site-profile-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.site-profile-copy {
    min-width: 0;
}

.site-profile-label {
    display: block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 6px;
}

.site-profile-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.site-profile-menu {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0;
    left: auto !important;
    min-width: 160px;
    border: 0;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 18px 40px rgba(11, 46, 50, 0.14);
}

.hero_section {
    position: relative;
}

.hero_copy {
    max-width: 640px;
}

.hero_badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(35, 196, 199, 0.12);
    color: var(--theme_2);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero_title {
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.hero_description {
    font-size: 17px;
    max-width: 610px;
}

.hero_media {
    border: 0;
    background: #fff;
    box-shadow: 0 24px 60px rgba(11, 46, 50, 0.14);
    border-radius: 32px !important;
}

.mistri_video video {
    object-fit: cover;
}

.hero_stats {
    margin-top: 28px;
}

.hero_stat_card {
    min-width: 200px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(11, 46, 50, 0.06);
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(11, 46, 50, 0.08);
}

.category-intro {
    margin-bottom: 8px;
}

.category-intro-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(35, 196, 199, 0.1);
    letter-spacing: 0.04em;
}

.category-intro-title {
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.category-intro-text {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.85;
    color: var(--text_2);
}

.dashboard-categories-top {
    padding-top: 170px !important;
}

.service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(35, 196, 199, 0.14);
    box-shadow:
        0 18px 44px rgba(11, 46, 50, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.75) inset,
        0 10px 24px rgba(35, 196, 199, 0.08) !important;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(35, 196, 199, 0.42), rgba(11, 46, 50, 0.08), rgba(35, 196, 199, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.85;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: -25% auto auto -10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(35, 196, 199, 0.18) 0%, rgba(35, 196, 199, 0) 68%);
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(35, 196, 199, 0.3);
    box-shadow:
        0 28px 60px rgba(11, 46, 50, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.85) inset,
        0 16px 40px rgba(35, 196, 199, 0.16) !important;
}

.service-card:hover::after {
    transform: translate(18px, 14px);
    opacity: 1;
}

.mstri_servcies:hover {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 252, 252, 0.96)),
        linear-gradient(180deg, rgba(35, 196, 199, 0.08), rgba(35, 196, 199, 0.18));
}

.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(35, 196, 199, 0.16), transparent 30%);
    pointer-events: none;
}

.site-footer-logo {
    width: min(320px, 100%);
    max-width: 100%;
    height: auto;
}

.site-footer-copy {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.75);
}

.site-socials a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-socials a:hover {
    transform: translateY(-2px);
    background: rgba(35, 196, 199, 0.26);
}

.mobile span {
    background: #fff;
}

.service-callout {
    background: rgba(11, 46, 50, 0.06);
    border: 1px solid rgba(11, 46, 50, 0.08);
    font-weight: 600;
}

.service-callout span {
    color: var(--theme_2);
}

.page-hero {
    padding-top: 160px;
}

.page-hero-compact {
    padding-bottom: 12px;
}

.page-hero-card {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(220, 246, 249, 0.95), rgba(255, 255, 255, 0.95));
    box-shadow: 0 24px 60px rgba(11, 46, 50, 0.08);
    padding: 24px;
}

.page-section {
    padding-bottom: 48px;
}

.content-shell,
.form-shell,
.appointment-shell {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 50px rgba(11, 46, 50, 0.08);
    border-radius: 28px;
    border: 1px solid rgba(11, 46, 50, 0.06);
}

.content-prose {
    margin: 0 auto;
}

.content-prose p,
.content-prose li {
    color: var(--text_2);
}

.content-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme_2);
}

.content-subtitle {
    font-size: 14px;
    font-weight: 700;
    color: var(--theme_2);
}

.review-textarea {
    min-height: 130px;
    resize: vertical;
    border-radius: 18px;
}

.service-line-item {
    position: relative;
    border: 1px solid rgba(11, 46, 50, 0.08);
    border-radius: 28px;
    box-shadow:
        0 12px 30px rgba(11, 46, 50, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.85) inset;
    background:
        radial-gradient(circle at top right, rgba(35, 196, 199, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
    margin-bottom: 18px;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-line-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(35, 196, 199, 0.26), rgba(11, 46, 50, 0.04), rgba(35, 196, 199, 0.16));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-line-item:hover {
    transform: translateY(-6px);
    border-color: rgba(35, 196, 199, 0.24);
    box-shadow:
        0 22px 48px rgba(11, 46, 50, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.service-action-btn {
    border: 0;
    border-radius: 12px;
    background: rgba(35, 196, 199, 0.12);
    color: var(--theme_2);
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.service-action-btn:hover {
    transform: translateY(-1px);
    background: rgba(35, 196, 199, 0.2);
    box-shadow: 0 10px 20px rgba(35, 196, 199, 0.14);
}

.service-counter {
    background: rgba(11, 46, 50, 0.06);
    border-radius: 12px;
    font-weight: 600;
}

.side-highlight-card {
    box-shadow: 0 10px 24px rgba(11, 46, 50, 0.08);
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(220, 246, 249, 0.9));
}

.side-highlight-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.side-highlight-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.small-muted {
    font-size: 10px;
    color: gray;
}

.small-accent {
    font-size: 10px;
    color: var(--theme);
    font-weight: 700;
}

.small-strong {
    font-size: 10px;
    font-weight: 600;
}

.responsive-cta {
    width: min(100%, 280px) !important;
}

.section-card {
    box-shadow: 0 10px 24px rgba(11, 46, 50, 0.08);
    border: 1px solid rgba(11, 46, 50, 0.06);
}

.active-booking-section {
    padding-top: 190px;
    padding-bottom: 40px;
}

.active-booking-card {
    border-left: 4px solid var(--theme);
    max-width: 1180px;
    margin-inline: auto;
    box-shadow: 0 16px 36px rgba(35, 196, 199, 0.16);
    animation: active-booking-glow 2.4s ease-in-out infinite;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: rgba(35, 196, 199, 0.12);
    color: var(--theme_2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.live-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ecc71;
    animation: live-badge-blink 1.4s ease-in-out infinite;
}

@keyframes live-badge-blink {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.6);
    }
    50% {
        opacity: 0.4;
        box-shadow: 0 0 0 6px rgba(46, 204, 113, 0);
    }
}

@keyframes active-booking-glow {
    0%, 100% {
        box-shadow: 0 16px 36px rgba(35, 196, 199, 0.16);
    }
    50% {
        box-shadow: 0 16px 40px rgba(35, 196, 199, 0.32);
    }
}

@media (max-width: 767px) {
    .active-booking-section {
        padding-top: 130px;
        padding-bottom: 24px;
    }
}

.booking-line-item {
    margin-bottom: 14px;
    border-radius: 18px;
    background: rgba(248, 251, 252, 0.95);
    border: 1px solid rgba(11, 46, 50, 0.06);
}

.booking-line-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme_2);
}

.booking-line-price {
    font-size: 18px;
    color: var(--theme);
    font-weight: 700;
}

.payment-summary-card {
    padding: 28px !important;
}

.payment-summary-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--theme_2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-summary-title i {
    color: var(--theme);
    font-size: 20px;
}

.payment-row {
    font-size: 14px;
    color: #5c6f74;
}

.payment-row.discount {
    color: #1f9d54;
    font-weight: 600;
}

.payment-row-value {
    font-size: 14px;
    color: #33454a;
    font-weight: 600;
}

.payment-row-value.discount {
    color: #1f9d54;
}

.payment-total-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme_2);
}

.payment-total-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--theme_2);
}

.payment-total-strike {
    color: #9aa7ab;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 13px;
}

.payment-highlight-box {
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    border-radius: 20px;
    padding: 22px 28px;
    box-shadow: 0 18px 34px rgba(35, 196, 199, 0.28);
}

.payment-highlight-label {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
}

.payment-highlight-amount {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.payment-highlight-amount small {
    font-size: 17px;
    font-weight: 600;
    opacity: 0.85;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .payment-summary-card {
        padding: 20px !important;
    }

    .payment-highlight-box {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 6px;
    }

    .payment-highlight-amount {
        font-size: 26px;
    }
}

@media (max-width: 967px) {
    .site-navbar {
        padding: 12px 16px;
    }

    .site-navbar-collapse {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        padding-top: 128px;
    }

    .page-hero-card {
        min-height: 140px;
        border-radius: 24px;
        padding: 18px;
    }

    .content-shell,
    .form-shell,
    .appointment-shell {
        border-radius: 22px;
    }

    .site-navbar {
        margin-top: 14px;
        border-radius: 22px;
    }

    .site-navbar-links {
        align-items: stretch !important;
        gap: 6px;
    }

    .site-navbar .nav-link {
        width: 100%;
        padding: 12px 16px !important;
        border-radius: 16px;
    }

    .site-profile-chip {
        width: 100%;
        justify-content: space-between;
        margin-top: 8px;
    }

    .site-profile-menu {
        width: 100%;
    }

    .hero_badge {
        font-size: 13px;
    }

    .hero_description {
        font-size: 15px;
    }

    .category-intro-text {
        font-size: 15px;
        line-height: 1.75;
    }

    .dashboard-categories-top {
        padding-top: 130px !important;
    }

    .hero_stat_card {
        width: 100%;
        min-width: 0;
    }

    .service-card {
        padding: 28px 20px !important;
    }

    .service-line-item {
        padding: 22px 18px !important;
    }

    .side-highlight-card {
        gap: 14px;
        flex-direction: column;
        text-align: center;
    }

    .mstri_servcies img {
        height: 96px;
        margin-bottom: 20px;
    }

    .site-footer {
        text-align: center;
    }

    .site-footer-copy {
        margin-left: auto;
        margin-right: auto;
    }

    .site-socials {
        justify-content: center;
    }

    .mobile {
        right: 14px;
        bottom: 14px;
    }

    .mobile img {
        width: 56px;
    }

    .mobile span {
        display: none;
    }
}

@media (max-width: 1199px) {
    .site-navbar .nav-link {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .hero_title {
        font-size: clamp(2.5rem, 5vw, 4rem);
    }

    .appointment-shell,
    .content-shell,
    .form-shell {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .site-navbar {
        padding: 12px 14px;
    }

    .site-navbar-collapse {
        width: 100%;
        margin-top: 16px;
    }

    .site-navbar-links {
        width: 100%;
        align-items: stretch !important;
    }

    .site-navbar .nav-link {
        width: 100%;
        text-align: center;
    }

    .hero_copy,
    .hero_description {
        max-width: 100%;
    }

    .hero_media {
        margin-top: 6px;
    }

    .page-hero-card {
        min-height: 150px;
    }

    .site-footer .col-md-8 .row {
        row-gap: 24px;
    }
}

@media (max-width: 575px) {
    .site-navbar {
        padding: 10px 12px;
    }

    .navbar-brand {
        max-width: 220px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .page-hero-card {
        border-radius: 22px;
        min-height: 132px;
        padding: 18px 14px;
    }

    .hero_badge {
        font-size: 12px;
        padding: 8px 12px;
    }

    .content-title {
        font-size: 20px;
    }

    .booking-line-title {
        font-size: 16px;
    }

    .appointment-shell {
        margin-left: 0;
        margin-right: 0;
        border-radius: 20px;
    }

    .site-footer-logo {
        width: min(100%, 280px);
    }

    .responsive-cta {
        width: 100% !important;
    }
}

@media (max-width: 389px) {
    html {
        font-size: 13px;
    }

    .navbar-brand {
        max-width: 180px;
    }

    .site-navbar-toggler {
        padding: 7px 8px;
    }

    .hero_title {
        font-size: 2rem;
    }

    .fs_50 {
        font-size: 28px;
    }

    .service-card,
    .service-line-item,
    .section-card {
        border-radius: 18px;
    }
}

/* Booking status stepper (My Bookings screen) */
.booking-status-stepper {
    padding: 8px 0;
}

.booking-status-stepper-step {
    min-width: 64px;
}

.booking-status-stepper-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #8a99a8;
    background: #eef2f4;
    border: 2px solid #eef2f4;
}

.booking-status-stepper-dot.is-active {
    color: #fff;
    background: var(--theme);
    border-color: var(--theme);
}

.booking-status-stepper-dot.is-done {
    color: #fff;
    background: var(--theme_2);
    border-color: var(--theme_2);
}

.booking-status-stepper-label {
    font-size: 11px;
    margin-top: 4px;
    color: #8a99a8;
    text-align: center;
}

.booking-status-stepper-label.is-active {
    color: var(--theme_2);
    font-weight: 600;
}

.booking-status-stepper-line {
    flex: 1;
    height: 2px;
    background: #eef2f4;
    margin: 0 4px;
    margin-bottom: 18px;
    min-width: 12px;
}

.booking-status-stepper-line.is-done {
    background: var(--theme_2);
}

/* Schedule picker (Appointement checkout screen) */
.schedule-picker-card {
    border: 1px solid rgba(35, 196, 199, 0.16);
    box-shadow: 0 12px 30px rgba(11, 46, 50, 0.05);
}

.schedule-picker-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    box-shadow: 0 8px 18px rgba(35, 196, 199, 0.3);
    flex-shrink: 0;
}

.schedule-picker-subtext {
    font-size: 13px;
    color: #8a99a8;
}

.schedule-picker-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a99a8;
}

.schedule-date-wrap {
    position: relative;
    margin: 0 8px;
    display: flex;
    align-items: center;
}

.schedule-date-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--theme);
    pointer-events: none;
    z-index: 1;
}

.schedule-date-chevron {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #b7c3ca;
    pointer-events: none;
}

.schedule-date-input {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1.5px solid #e3ebee;
    background: #f8fbfb;
    padding: 0 42px 0 46px;
    font-size: 15px;
    font-weight: 700;
    color: var(--theme_2);
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.schedule-date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.schedule-date-input:hover {
    border-color: var(--theme);
    background: #fff;
}

.schedule-date-input:focus {
    outline: none;
    border-color: var(--theme);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(35, 196, 199, 0.16);
}

.schedule-date-preview {
    font-size: 13px;
    font-weight: 700;
    color: var(--theme_2);
}

.schedule-date-preview.is-empty {
    font-weight: 500;
    color: #b7c3ca;
    font-style: italic;
}

.schedule-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 0 8px;
}

.schedule-slot-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1.5px solid #e3ebee;
    background: #f8fbfb;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.schedule-slot-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 196, 199, 0.12);
    color: var(--theme);
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease;
}

.schedule-slot-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.schedule-slot-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text_2);
    transition: color 0.2s ease;
}

.schedule-slot-range {
    font-size: 12px;
    color: #8a99a8;
    transition: color 0.2s ease;
}

.schedule-slot-check {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme_2);
    color: #fff;
    border: 2px solid #fff;
}

.schedule-slot-btn:hover {
    border-color: var(--theme);
    background: rgba(35, 196, 199, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(35, 196, 199, 0.2);
}

.schedule-slot-btn:hover .schedule-slot-icon {
    background: var(--theme);
    color: #fff;
}

.schedule-slot-btn:hover .schedule-slot-label {
    color: var(--theme_2);
}

.schedule-slot-btn.is-selected {
    border-color: var(--theme);
    background: linear-gradient(135deg, rgba(11, 46, 50, 0.06), rgba(35, 196, 199, 0.14));
    box-shadow: 0 10px 24px rgba(11, 46, 50, 0.12);
}

.schedule-slot-btn.is-selected .schedule-slot-icon {
    background: linear-gradient(135deg, var(--theme_2), var(--theme));
    color: #fff;
}

.schedule-slot-btn.is-selected .schedule-slot-label {
    color: var(--theme_2);
}
