:root {
    --primary: #0b63e5;
    --primary-dark: #094bb0;
    --secondary: #2d8cff;
    --ink: #0f172a;
    --text: #5b6475;
    --line: #dfe9fb;
    --white: #ffffff;
    --soft: #f5f9ff;
    --soft-2: #ecf4ff;
    --footer: #0a47a8;
    --shadow: 0 20px 60px rgba(10, 71, 168, 0.10);
    --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

/* Body scroll lock class */
body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(var(--container), calc(100% - 32px));
    margin-inline: auto;
}

.section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

.section-title {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3vw, 2.35rem);
    line-height: 1.15;
    font-weight: 800;
    color: var(--ink);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--primary);
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.brand a {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.section-kicker::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--secondary);
    box-shadow: 18px 0 0 rgba(45, 140, 255, 0.26);
}

.section-desc,
p {
    color: var(--text);
    line-height: 1.78;
}

.footer-brand p {
    color: white;
}

.footer-new p {
    color: #fff;
}

.brand.footer-logos {
    width: 100%;
}

.center {
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(11, 99, 229, 0.24);
    transition: 0.25s ease;
    cursor: pointer;
}

.btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-outline {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(11, 99, 229, 0.25);
    color: var(--primary);
    box-shadow: none;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    box-shadow: var(--shadow-sm);
    font-size: 0.95rem;
    font-weight: 700;
}



.hero {
    padding-top: 24px;
    padding-bottom: 0px;
    background: #e7effa;
}

.hero-grid,
.split-grid,
.appointment-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 48px;
    align-items: center;
}

.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.65rem, 5vw, 3.25rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero h1 .accent {
    color: var(--primary);
}

.hero p {
    max-width: 620px;
    margin-bottom: 30px;
    font-size: 1.02rem;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.visual-wrap {
    position: relative;
    isolation: isolate;
    min-height: 560px;
}

.doctor-figure {
    position: relative;
    width: min(100%, 460px);
    margin: 18px auto 0;
    aspect-ratio: 4 / 5;
    z-index: 2;
    border-radius: 28px;
    overflow: hidden;
}

.doctor-figure::before {
    left: 8%;
    transform: rotate(18deg);
}

.doctor-figure::after {
    right: 8%;
    transform: rotate(-18deg);
}

.WidgetTitle__Container-sc-9c92769d-0.lfCQiA.es-widget-title-container {
    display: none;
}

.doctor-figure .steth {
    position: absolute;
    inset: auto auto 16% 50%;
    width: 120px;
    height: 120px;
    transform: translateX(-50%);
    border: 6px solid #1f3c88;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0.55;
}

.floating-card {
    position: absolute;
    z-index: 3;
    background: var(--white);
    padding: 18px 18px 16px;
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
    min-width: 140px;
}

.floating-card h4 {
    margin: 0;
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}

.floating-card p {
    margin: 8px 0 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

.floating-card.one {
    top: -7px;
    left: 55px;
}

.floating-card.two {
    right: -5%;
    top: 59%;
    width: 46%;
}

.floating-card.three {
    bottom: 5%;
    min-width: 170px;
}

.floating-card.froth {
    /* bottom: 5%; */
    min-width: 170px;
}

.mini-rating {
    display: flex;
    gap: 5px;
    margin-top: 8px;
    color: #ffb703;
    font-size: 0.92rem;
}

.dot,
.ring {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.dot {
    width: 10px;
    height: 10px;
    background: var(--secondary);
    opacity: 0.85;
}

.ring {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(11, 99, 229, 0.24);
}


/* HEADER */
.topbar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.brand img {
    height: 75px;
}

/* NAV LINKS */
.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links li {
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #1f2a48;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* BUTTON */
.book-now-btn {
    padding: 8px 18px;
    border: 2px solid #0b63e5;
    color: #0b63e5;
    border-radius: 6px;
    text-decoration: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--primary);
    color: var(--white);
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(11, 99, 229, 0.24);
    transition: 0.25s ease;
    cursor: pointer;
}

.btn:hover {
    color: #ffffff;
}

.btn-outline {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(11, 99, 229, 0.25);
    color: var(--primary);
    box-shadow: none;
}

/* DROPDOWN */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    min-width: 220px;
    display: none;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px 0;
}

.submenu li {
    position: relative;
}

.submenu a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.submenu a:hover {
    background: #f5f7fa;
}

/* RIGHT SIDE SUBMENU */
.submenu-right {
    left: 100%;
    top: 0;
}

/* HOVER DESKTOP */
@media (min-width: 992px) {
    .has-dropdown:hover>.submenu {
        display: block;
    }
}

/* MOBILE MENU BUTTON */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        display: none;
        padding: 15px;
        border-top: 1px solid #eee;
        max-height: 80vh;
        overflow-y: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links a {
        width: 100%;
        padding: 10px 0;
    }

    /* DROPDOWN MOBILE */
    .submenu {
        position: static;
        display: none;
        border: none;
        padding-left: 15px;
    }

    .submenu.active {
        display: block;
    }

    .submenu-right {
        left: 0;
    }

    /* BOOK BUTTON */
    .book-now-btn {
        display: none;
    }
}


.hero .d1 {
    left: 4%;
    top: 12%;
}

.hero .d2 {
    right: 8%;
    top: 8%;
}

.hero .d3 {
    left: 52%;
    bottom: 12%;
}

.hero .r1 {
    right: 16%;
    bottom: 24%;
}

.about-card {
    position: relative;
    padding: 0px 28px 0 28px;
    border-radius: 32px;
    box-shadow: var(--shadow);
}

section#about {
    background: #ffffff;
}

.portrait-shell {
    aspect-ratio: 1 / 1.08;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 42%, #d7e9ff 0 55%, #eef6ff 56%, #f8fbff 100%);
    display: grid;
    place-items: end center;
}

.exp-badge {
    position: absolute;
    left: 10px;
    bottom: 14px;
    padding: 16px 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, var(--primary), var(--primary-dark));
    color: var(--white);
    box-shadow: 0 20px 35px rgba(11, 99, 229, 0.24);
}

.exp-badge strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.list-check {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.list-check li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #24314e;
    font-weight: 600;
}

.list-check li::before {
    content: "✓";
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #deebff;
    color: var(--primary);
    font-size: 0.95rem;
    flex: 0 0 auto;
}

.services-grid,
.testimonial-grid,
.footer-grid {
    display: grid;
    gap: 24px;
}

.services-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 42px;
}

.card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(223, 233, 251, 0.9);
    transition: 0.25s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(10, 71, 168, 0.12);
}

.icon-box {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    color: var(--primary);
    background: linear-gradient(135deg, #e8f2ff, #d6e7ff);
    margin-bottom: 18px;
    padding: 7px;
}

.card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}

.skills-shell {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    gap: 28px;
    align-items: center;
}

.skill-col {
    display: grid;
    gap: 24px;
}

.skill-item {
    background: transparent;
    padding: 6px 0;
}

.skill-item h4 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.skill-item .bar {
    height: 9px;
    background: #dbe7fb;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 12px;
}

.skill-item .bar>span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: inherit;
}

section#skills {
    background: #ffffff;
}

.skill-center .doctor-figure {
    width: 100%;
    max-width: 330px;
    aspect-ratio: 4 / 5;
    box-shadow: none;
    background: radial-gradient(circle at 50% 18%, #ffdfcc 0 9%, transparent 9.2%),
        radial-gradient(circle at 50% 11%, #302b3b 0 11%, transparent 11.2%),
        radial-gradient(circle at 50% 28%, #ffffff 0 17%, transparent 17.2%),
        radial-gradient(circle at 37% 44%, #ffffff 0 11%, transparent 11.2%),
        radial-gradient(circle at 63% 44%, #ffffff 0 11%, transparent 11.2%),
        radial-gradient(circle at 50% 74%, #f2f7ff 0 37%, transparent 37.3%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(225, 236, 255, 0.78) 100%),
        radial-gradient(circle at 50% 50%, #d6e9ff 0 62%, #eaf3ff 63%, #f6faff 100%);
}

.stats-card,
.chart-card {
    position: absolute;
    background: var(--white);
    box-shadow: var(--shadow-sm);
    border-radius: 20px;
    padding: 16px;
}

.stats-card {
    top: -50px;
    left: -16px;
    background: #126bea;
    color: white;
    width: 200px;
}

.chart-card {
    right: 18px;
    bottom: 18px;
    width: 180px;
}

.chart {
    height: 72px;
    position: relative;
    margin-top: 10px;
    background: linear-gradient(transparent 96%, rgba(11, 99, 229, 0.08) 96%),
        linear-gradient(90deg, transparent 96%, rgba(11, 99, 229, 0.08) 96%);
    background-size: 100% 24px, 30px 100%;
    border-radius: 12px;
    overflow: hidden;
}

.chart svg {
    width: 100%;
    height: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.field,
.field-full {
    width: 100%;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
    border-radius: 16px;
    padding: 15px 16px;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    grid-column: 1 / -1;

}

.field:focus,
.field-full:focus {
    border-color: rgba(11, 99, 229, 0.45);
    box-shadow: 0 0 0 4px rgba(11, 99, 229, 0.08);
}

.field-full {
    grid-column: 1 / -1;
    min-height: 120px;
    resize: vertical;
}

.appointment-visual {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
}

.testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
    align-items: stretch;
}

.testimonial {
    position: relative;
    min-height: 250px;
}

.testimonial.featured {
    background: linear-gradient(180deg, #0c63e4, #094eb8);
    color: var(--white);
}

.testimonial.featured p,
.testimonial.featured .meta {
    color: rgba(255, 255, 255, 0.85);
}

.testimonial .stars {
    color: #ffbf47;
    letter-spacing: 2px;
    margin-top: 16px;
    font-size: 1rem;
}

.avatar {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff6f0, #ffd3b8);
    border: 4px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.avatar::before {
    content: "";
    position: absolute;
    inset: 7px 11px 17px;
    background: #3b3245;
    border-radius: 50% 50% 42% 42%;
}

.avatar::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 8px;
    height: 18px;
    background: #ffe0cc;
    border-radius: 999px 999px 8px 8px;
}

.contact-grid {
    align-items: start;
    margin-top: 42px;
}

.contact-info {
    display: grid;
    gap: 18px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid rgba(223, 233, 251, 0.95);
    box-shadow: var(--shadow-sm);
}

.info-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--primary);
    background: linear-gradient(135deg, #e8f2ff, #d6e7ff);
    font-size: 1.15rem;
    flex: 0 0 auto;
}

footer {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    background: linear-gradient(180deg, var(--footer), #083b8a);
    padding: 72px 0 28px;
    margin-top: 30px;
    overflow: hidden;
}

.footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    align-items: start;
}

footer h4 {
    color: var(--white);
    margin: 0 0 18px;
    font-size: 1.05rem;
}

.footer-brand {
    max-width: 340px;
}

.footer-links {
    display: grid;
    gap: 12px;
}

.footer-links a:hover {
    color: var(--white);
}

.socials {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 34px;
    padding-top: 20px;
    font-size: 0.92rem;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.soft-bg {
    background: #eaf2fd;
}


/* ========== ANIMATIONS ADDED (without breaking layout) ========== */

/* Fade up animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade left animation */
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fade right animation */
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale pop animation */
@keyframes scalePop {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Gentle float for floating cards */
@keyframes gentleFloat {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-8px);
    }
}

/* Progress bar fill animation */
@keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: var(--target-width);
    }
}

/* Apply animations to elements */
.hero-grid>div:first-child {
    animation: fadeUp 0.8s ease forwards;
}

.hero-grid .visual-wrap {
    animation: fadeRight 0.8s ease forwards;
}

.split-grid>div:first-child {
    animation: fadeLeft 0.7s ease forwards;
}

.split-grid>div:last-child {
    animation: fadeRight 0.7s ease forwards;
}

.services-grid .card {
    opacity: 0;
    animation: scalePop 0.6s ease forwards;
}

.services-grid .card:nth-child(1) {
    animation-delay: 0.1s;
}

.services-grid .card:nth-child(2) {
    animation-delay: 0.2s;
}

.services-grid .card:nth-child(3) {
    animation-delay: 0.3s;
}

.services-grid .card:nth-child(4) {
    animation-delay: 0.4s;
}

.skill-col:first-child {
    animation: fadeLeft 0.8s ease forwards;
}

.skill-center {
    opacity: 0;
    animation: scalePop 0.7s ease forwards;
    animation-delay: 0.2s;
}

.skill-col:last-child {
    animation: fadeRight 0.8s ease forwards;
}

.appointment-grid>div:first-child {
    animation: fadeLeft 0.7s ease forwards;
}

.appointment-grid>div:last-child {
    animation: fadeRight 0.7s ease forwards;
}

.testimonial-grid .card {
    opacity: 0;
    animation: scalePop 0.6s ease forwards;
}

.testimonial-grid .card:nth-child(1) {
    animation-delay: 0.1s;
}

.testimonial-grid .card:nth-child(2) {
    animation-delay: 0.2s;
}

.testimonial-grid .card:nth-child(3) {
    animation-delay: 0.3s;
}

.contact-grid>div:first-child {
    animation: fadeLeft 0.7s ease forwards;
}

.contact-grid>div:last-child {
    animation: fadeRight 0.7s ease forwards;
}

.footer-grid>div {
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
}

.footer-grid>div:nth-child(1) {
    animation-delay: 0.05s;
}

.footer-grid>div:nth-child(2) {
    animation-delay: 0.15s;
}

.footer-grid>div:nth-child(3) {
    animation-delay: 0.25s;
}

.footer-grid>div:nth-child(4) {
    animation-delay: 0.35s;
}

/* Floating cards gentle float animation */
.floating-card {
    animation: gentleFloat 3s ease-in-out infinite alternate;
}

.floating-card.one {
    animation-delay: 0s;
}

.floating-card.two {
    animation-delay: 0.5s;
}

.floating-card.three {
    animation-delay: 1s;
}

/* Skill bar animation on scroll - will be triggered by Intersection Observer */
.skill-item .bar>span {
    width: 0%;
    transition: width 1.2s ease-out;
}

.skill-item.visible .bar>span {
    width: var(--target-width, 85%);
}

/* Section title and kicker subtle animation */
.section-kicker,
.section-title,
.section-desc {
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
}

.section-kicker {
    animation-delay: 0s;
}

.section-title {
    animation-delay: 0.1s;
}

.section-desc {
    animation-delay: 0.2s;
}

/* Hover animations preserved */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn {
    transition: all 0.3s ease;
}

.menu-toggle {
    display: none;
}

.close-menu {
    display: none;
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }

    .close-menu {
        display: block;
    }
}

@media (max-width: 1120px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .skills-shell {
        grid-template-columns: 1fr;
    }

    .skill-center {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 680px) {
    .stats-card {
        top: -30px;
        left: 4px;
    }

    .section {
        padding: 74px 0;
    }

    .mini-rating {
        justify-content: center;
    }

    .services-grid,
    .testimonial-grid,
    .footer-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: clamp(2.2rem, 12vw, 3rem);
    }

    .section-title {
        font-size: 1.9rem;
    }

    .floating-card {
        position: static;
        /* margin-top: 14px; */
        /* margin-bottom: 24px; */
        width: 80%;
        margin: 0 auto 24px auto;
    }

    .visual-wrap {
        display: grid;
        gap: 0px;
    }

    .doctor-figure {
        width: min(100%, 340px);
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* ===== MOBILE OPTIMIZATION ===== */

@media (max-width: 768px) {

    .visual-wrap {
        display: flex;
        flex-direction: column;
    }

    .doctor-figure {
        order: -1;
        /* sabse upar aa jayega */
    }

    .floating-card.two {
        width: 80%;
    }

    .brand {
        width: 70%;
    }

    a.btn.btn-outline.book-now-btn {
        display: none;
    }

    /* Section spacing */
    .section {
        padding: 60px 0;
    }

    /* Container padding */
    .container {
        width: calc(100% - 20px);
    }

    /* Headings */
    .section-title {
        font-size: 1.6rem;
    }

    .section-desc {
        font-size: 0.9rem;
    }

    /* HERO SECTION */
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 50px;
    }

    .hero-actions {
        justify-content: center;
    }

    .doctor-figure {
        width: 100%;
        margin: 0 auto;
    }

    /* SERVICES */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .card {
        padding: 20px;
    }

    /* SKILLS */
    .skills-shell {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .skill-center {
        order: -1;
        text-align: center;
    }

    /* APPOINTMENT */
    .appointment-grid {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .appointment-visual {
        margin-top: 20px;
    }

    /* CONTACT */
    .contact-grid {
        grid-template-columns: 1fr;
    }



    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* BUTTON */
    .btn {
        width: 100%;
        padding: 12px;
    }

    .field,
    .field-full {
        padding: 14px;
        font-size: 0.95rem;
    }
}

.brand-footer-logos {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

div#google_translate_element div.goog-te-gadget-simple {
    background-color: #ffffff;
    border-color: #222;
    width: 100%;
    display: flex;
}

div#google_translate_element {
    position: fixed;
    z-index: 9999;
    top: 85px;
    right: 0;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: #ccc;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: #eee;
}

/* end dark google translate theme */

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #000;
    display: flex;
}