@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --olive: #505e33;
    --olive-600: #425027;
    --olive-300: #6f7f47;
    --cream: #f3f1ed;
    --ink: #1f211b;
    --muted: #7d8177;
    --card-dark: #23261c;
    --card-glass: #23261c;
    --radius: 1rem;
}  
body {
    background: var(--cream);
    font-family: "Montserrat", sans-serif;
    color: var(--ink);
    font-size: 16px;
     overflow-x: hidden !important;
}   

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3 {
    font-family: "Cinzel", serif;
    letter-spacing: .5px;
}
a {
    text-decoration: none !important;
}
header.site-header {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.lead-sm {
    font-size: 0.95rem;
    /* color: var(--muted); */
}

.btn-olive {
    --bs-btn-bg: var(--ink);
    --bs-btn-border-color: var(--ink);
    --bs-btn-hover-bg: var(--olive);
    --bs-btn-hover-border-color: var(--olive);
    --bs-btn-color: #fff;
    border-radius: 2rem;
    padding: .8rem 1.4rem;
}

/* MOBILE HEADER START */
.mobileViewBox {
  display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0;
    background-color: #3f4420;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.gap10 {
  gap: 10px;
}
.sidenav a {
  padding: 10px 8px;
  text-decoration: none;
  font-size: 18px;
  color: #ffff !important;
  border-bottom: 2px solid #FFFFFF;
  display: block;
  transition: 0.3s;
}
.sidenav ul {
    list-style-type: none;
}
.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  border: none;
  right: 100px;
  font-size: 36px;
  margin-left: 50px;
}
/* MOBILE HEADER END */

.btn-pill {
    border-radius: 50rem !important;
    padding: .75rem 1.25rem;
}

.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: 0 0px;
    overflow: hidden;
    padding-left: 14px;
    border: 1px solid #fff;
}

.btn-arrow span {
    min-height: 50px;
    min-width: 50px;
    background: #fff;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    border: 0;
}

.btn-circle.soft {
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .3)
}

.rounded-2xl {
    border-radius: 1.25rem;
}

.shadow-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.text-olive {
    color: var(--olive)
}

.bg-olive {
    background: var(--olive)
}

.bg-ink {
    background: var(--ink)
}

.bg-cream {
    background: var(--cream)
}

.divider {
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    margin: .75rem 0 1rem;
}
.brand-pill a img {
    max-width: 200px;
}

/* 1) HERO */
.hero {
    position: relative;
    background: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-yGRa2Kw7QGfsHSW0ms5Dp9oNVATEOY.png") center/cover no-repeat;
    min-height: 76vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(130% 80% at 50% 0, rgba(80, 94, 51, .95) 0, rgba(80, 94, 51, .92) 35%, rgba(80, 94, 51, .85) 60%, rgba(80, 94, 51, .7) 100%);
    pointer-events: none;
}

.hero-curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18vw;
    height: 45vw;
    background: var(--cream);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 0;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.pager {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 2rem;
    padding: .4rem 1rem;
    min-width: 260px;
}

/* 2) ABOUT DOCTOR */
.about {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about .frame {
    background: #e9e7e2;
    border-radius: .75rem;
    padding: 1.25rem;
}

.about .frame img {
    border-radius: .5rem;
    padding: 20px;
    background: #e0e0dc;
    width: 100%;
}

.kicker {
    letter-spacing: .15em;
    font-size: .9rem;
    color: var(--muted)
}

.tab-minis a {
    color: var(--muted);
    text-decoration: none;
    margin-right: 1.5rem;
    font-weight: 600;
}

.tab-minis a.active {
    color: var(--ink)
}

.mission-card {
    background: #e8e6e0;
    border: 0;
    border-radius: .8rem;
}

.icon-leaf {
    width: 44px;
    height: 44px;
    border-radius: .75rem;
    background: #fff;
    display: grid;
    place-items: center;
    border: 1px solid #ddd;
}

/* 3) CTA APPOINTMENT */
.cta {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.cta p {
    width: 50%;
    margin: 0 auto;
}

.cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/you-need.png);
}

/* 4) TESTIMONIALS */
.testimonials {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: url('../images/testi-bg.png') center / cover no-repeat;
    border-radius: 1rem;
    padding: 100px 50px !important;
}

.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/testi-bg.png);
}

.t-card {
    position: relative;
    background: #4e522f;
    color: #e7e7e7;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: .75rem;
    padding: 1rem 1rem 1rem 1rem;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: .5rem;
    border: 3px solid #000000;
    object-fit: cover;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    margin-top: 0px;
    position: relative;
}

.hero-slide {
    min-height: 90vh;
    padding-top: 100px;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: bottom left;
}

.inner {
    background: transparent;
}

.testi-swiper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal>span {
    background-color: #fff !important;
}

.testi-swiper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    transform: translateY(270px);
}

.testi-swiper {
    padding-bottom: 50px !important;
}

.swiper-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    border: 1px solid rgba(255, 255, 255, .25);
}

.stars {
    color: #ffb400;
    font-size: .9rem;
    letter-spacing: .12rem
}

.inner-banner-sec {
    background: url(../images/services-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 500px;
    padding-top: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

/* 5) SERVICES */
.services {
    /* background: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-oAeZx1KuuO0umLYS7Ppre4Unx0ivDV.png") center/cover no-repeat; */
    color: #fff;
    position: relative;
    overflow: hidden;
}

.services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/services-bg.png);
    width: 100%;
    max-height: 430px;
}

.service-card {
    background: var(--olive);
    color: #fff;
    padding: 1.5rem;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    min-height: 245px;
}

.service-card>p {
    min-height: 75px;
    max-height: 75px;
    overflow: auto;
}

.service-card>p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.service-card>p::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.service-card>p::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


.service-photo {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
}

/* 6) BLOGS */
.blogs .post {
    position: relative;
    overflow: hidden;
    border-radius: .6rem;
    background: #000;
}

.blogs .post img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    opacity: .96;
}

.blogs .meta {
    position: absolute;
    left: 0;
    right: 1rem;
    bottom: 1rem;
    background: #23261c;
    color: #eaeaea;
    border-radius: 0;
    padding: 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    bottom: 0;
    padding: 30px;
}

.blogs h2 {
    color: var(--ink)
}

.small-muted {
    font-size: .85rem;
    color: #cfcfcf
}

.ctaBanner {
    padding: 70px 0;
}

/* 7) FOOTER */
.site-footer {
    background: #23261c;
    color: #d8dbd3;
    padding: 3.5rem 0 1.5rem;
}

.site-footer .title {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .08em;
}

.subscribe input:focus {
    background-color: #0c0e0a;
    color: #fff;
}

.subscribe input {
    height: 48px;
    border-radius: 2rem;
    background: #0c0e0a;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
}

.subscribe input::placeholder {
    color: #fff;
}

.subscribe .btn {
    height: 48px;
    border-radius: 2rem;
    background: #646741;
    border: 0;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #fff;
}

.copyright {
    color: #a1a6a0
}

/* helpers */
.overlay-card {
    backdrop-filter: blur(2px)
}

.opacity-85 {
    opacity: .85
}


.hero-pagination {
    bottom: 0px !important;
    display: flex;
    justify-content: center;
    gap: 55px;
    max-width: 400px;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
    background: #00000010;
    backdrop-filter: blur(5px);
    min-height: 42px;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 100px;
    border: 1px solid #ccc;
}

.hero-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(2.2) !important;
}

.hero-pagination span.swiper-pagination-bullet {
    display: flex;
    background: transparent !important;
    height: unset !important;
    width: unset !important;
    color: #fff !important;

}



/* loader CSS START  */
/* Loader overlay */
.uplift-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(14, 17, 14, 0.92), rgba(14, 17, 14, 0.96));
    color: var(--text);
    transition: opacity .4s ease, visibility 0s linear .4s;
}

.uplift-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-card {
    width: min(680px, 92vw);
    border-radius: 18px;
    padding: 28px 28px 24px;
    background:
        radial-gradient(1200px 400px at 50% -300px, rgba(159, 220, 139, .18), transparent 60%),
        linear-gradient(180deg, rgba(62, 85, 62, .6), rgba(62, 85, 62, .35));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(6px);
}

/* Logo row */
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mark {
    inline-size: 40px;
    block-size: 40px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--accent), #7acb60 45%, #5aa043 60%);
    position: relative;
    box-shadow: 0 2px 10px rgba(154, 220, 139, .45);
}

/* simple leaf using ::after */
.mark::after {
    content: "";
    position: absolute;
    inset: 9px 11px 11px 9px;
    border-radius: 60% 40% 60% 40% / 60% 40% 60% 40%;
    background: rgba(255, 255, 255, .9);
    transform: rotate(-35deg);
    box-shadow: inset -2px -2px 0 rgba(0, 0, 0, .06);
}

.brand-name {
    font-size: clamp(1.05rem, 2.1vw, 1.35rem);
    font-weight: 800;
    letter-spacing: .3px;
    color: #fff;
}

button#skipLoader {
    display: none;
}

.brand-sub {
    display: block;
    font-size: .78rem;
    color: rgba(255, 255, 255, .8);
    letter-spacing: .25px;
    margin-top: 2px;
}

/* ECG line */
.ecg-wrap {
    position: relative;
    margin-top: 20px;
    padding: 14px 0 6px;
}

.ecg {
    width: 100%;
    height: 56px;
    color: var(--accent);
    filter: drop-shadow(0 0 6px rgba(159, 220, 139, .55));
}

.ecg path {
    stroke-dasharray: 260;
    stroke-dashoffset: 260;
    animation: draw 1.8s linear infinite;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Scanning progress bar */
.scan {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.scan::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, .20) 40%,
            rgba(255, 255, 255, .85) 50%,
            rgba(255, 255, 255, .20) 60%,
            transparent 100%);
    transform: translateX(-100%);
    animation: sweep 1.6s ease-in-out infinite;
}

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

.loading-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    font-size: .86rem;
    color: rgba(255, 255, 255, .9);
}

.loading-copy .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow:
        0 0 0 0 rgba(159, 220, 139, .5),
        0 0 10px 4px rgba(159, 220, 139, .35);
    animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
    50% {
        box-shadow:
            0 0 0 6px rgba(159, 220, 139, 0),
            0 0 14px 6px rgba(159, 220, 139, .6);
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .ecg path,
    .scan::before,
    .loading-copy .dot {
        animation: none !important;
    }
}

/* Optional skip button (hidden on small screens for simplicity) */
.skip {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    color: var(--text);
    border: 1px solid rgba(255, 255, 255, .16);
    cursor: pointer;
    font-size: .82rem;
}

.skip:hover {
    background: rgba(255, 255, 255, .12);
}

/* loader CSS END  */














:root {
    --bg: #F7F5F0;
    --card: #EEE9E2;
    --muted: #222222;
    --text: #2B2B2B;
    --primary: #7E8F6E;
    --primary-ink: #ffffff;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .08);
    --inset: inset 0 0 0 6px rgba(0, 0, 0, .03), inset 0 0 0 1px rgba(0, 0, 0, .05);
}




.card {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.card-inner {
    padding: 18px
}

.steps {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 16px
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fafbf9;
    opacity: .7;
}

.step.active {
    opacity: 1;
    background: var(--primary);
    color: var(--primary-ink)
}

.step-num {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    background: rgba(255, 255, 255, .4);
}

.section {
    margin-top: 16px
}

.grid {
    display: grid;
    gap: 12px
}
.calendar {
    background: var(--muted);
    border-radius: var(--radius);
    padding: 12px;
}

.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.cal-nav {
    display: flex;
    gap: 8px
}

.cal-btn {
    appearance: none;
    border: 0;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    background: var(--card);
}

.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    font-weight: 600;
    opacity: .8;
    margin-bottom: 6px
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px
}

.day {
    background: #fff8;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, .06);
}

.cardssm {
    min-width: 32%;
    max-width: 32%;
    min-height: 125px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.day.muted {
    opacity: .35
}

.day.selected {
    outline: 2px solid var(--primary);
    background: #fff
}

.slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.slot {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.slot[aria-pressed="true"] {
    background: var(--primary);
    color: var(--primary-ink);
    border-color: transparent
}

label {
    font-weight: 600;
    text-transform: capitalize;
}

input,
textarea,
.form-select {
    width: 100%;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, .12) !important;
    padding: 12px 12px !important;
    background: #fff !important;
}

textarea {
    min-height: 100px
}

.btn {
    appearance: none;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-radius: 999px;
    /*padding: 12px 18px;*/
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--text);
    color: #fff;
}

.btn-primary {
    background: var(--primary);
    color: var(--primary-ink)
}

.actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px
}

.summary {
    background: var(--muted);
    border-radius: var(--radius);
    padding: 12px;
    color: #fff;
    padding: 29px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.hint {
    font-size: 13px;
    opacity: .75
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px
}

.link {
    color: inherit
}

.toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: #111;
    color: #fff;
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(6px);
    transition: .2s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0)
}

.cs-btns {
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-btns:hover {
    background: #000 !important;
    color: #fff !important;
}
.summary>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #cbcbcb;
}
/* payment Start  */
div#paymentsAccordion button.accordion-button {
    background: #faf0e680 !important;
    color: #000 !important;
}

div#paymentsAccordion button.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}


div#paymentsAccordion .accordion-item {
    background-color: #eee9e2 !important;
}

.greencolor {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.service-photo>img {
    min-height: 250px;
    object-fit: cover;
}

.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.social-list li {
    margin: 0;
}

.social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    background: #f1f1f1;
    color: #111;
    transition: transform .12s ease, background .12s ease;
}

.social-list a:hover {
    transform: translateY(-3px);
    background: #e6e6e6;
}

/* screen-reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mp-ifrm {
        position:relative;
        width:100%;
        height:300px;
        overflow:hidden;
        margin-top: -55px
}

/* payment END  */

