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

.container {
    max-width: 1309px !important;
    margin: 0 auto;
}

.doc_pattern {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 67px;
    width: 100%;
    background: url("/images/bg.svg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.doc_pattern .login-container {
    align-items: center !important;
    max-width: 1309px !important;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 20px 0px #0000000f;
    background: white;
    padding: 64px 50px;
    width: 100%;
    border-radius: 20px;
}

.doc_slider {
    width: 100%;
    margin: 40px auto;
}

.doc_slide {
    text-align: center;
    padding: 0px;
}

.doc_slide img {
    width: 100%;
    max-height: 600px;
}

.doc_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #334155;
}

.doc_desc {
    font-size: 16px;
    color: #6b7084;
    max-width: 398px;
    margin: auto;
    line-height: 24px;
    font-weight: 400;
}

.doc_pattern .illustration-section {
    border-right: 1px solid #d1d7df;
}

.doc_slider .slick-dots li {
    width: 5.33px;
    height: 4px;
    margin: 0 1px;
}

.doc_slider .slick-dots li.slick-active {
    width: 14.67px;
}

.doc_slider .slick-dots li button {
    width: 5.33px;
    height: 4px;
    padding: 0;
}

.doc_slider .slick-dots li.slick-active button {
    width: 14.67px;
}

.doc_slider .slick-dots li button::before {
    background: #d1d7df;
    opacity: 1 !important;
    width: 5.33px;
    height: 4px;
    content: "" !important;
    color: transparent;
    border-radius: 50px;
}

.doc_slider .slick-dots li.slick-active button::before {
    background: #0d9488;
    opacity: 1 !important;
    width: 14.67px;
    height: 4px;
    content: "" !important;
    color: transparent;
}

.doc_login {
    max-width: 512px;
    margin: auto;
}

.doc_login_logo {
    margin-bottom: 36px;
    text-align: center;
}

.doc_login_title {
    text-align: center;
    margin-bottom: 43px;
    font-size: 20px;
    font-weight: 700;
}

.doc_login form {
    margin-bottom: 24px;
}

.doc_login form label {
    margin-bottom: 4px;
    display: block;
    color: #101828 !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.doc_login form input {
    margin-bottom: 20px;
    display: block;
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
    padding: 14px;
    height: 52px;
    border: 1px solid #d1d7df;
    border-radius: 8px;
    width: 100%;
}

.doc_login form input:focus {
    outline: none;
}

.doc_login form .input-group {
    position: relative;
}

#togglePassword,
#togglePassword1,
#togglePassword2 {
    position: absolute;
    top: 13px;
    right: 14px;
    background: transparent;
    border: none;
}

.doc_login form input[type="checkbox"] {
    display: inline !important;
    width: 24px;
    height: 24px;
    margin: 0;
}

.remember-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 32px;
}

.remember-forgot label {
    display: flex !important;
    align-items: center;
}

.remember-forgot label span {
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
}

.remember-forgot a {
    color: #0d9488 !important;
    font-size: 14px;
    font-weight: 500;
}

.doc_login_submit {
    border-radius: 10px;
    height: 50px;
    width: 100%;
    background: #0d9488;
    color: white;
    border: 1px solid #0d9488;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.or-separator {
    margin-bottom: 29px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.or-separator span {
    color: #344054 !important;
    font-size: 16px;
    font-weight: 400;
}

.social_grid {
    gap: 20px;
    margin-bottom: 43px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.social_grid .social-btn {
    border: 1px solid #d0d5dd;
    background: transparent;
    border-radius: 10px;
    padding: 6px;
    height: 50px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7084;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.no-ac p {
    color: #6b7084;
    font-size: 16px;
    font-weight: 400;
}

.no-ac p a {
    color: #0d9488;
    text-decoration: underline;
}

.doc_forgot_modal.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 0 !important;
}

#signupBtn {
    margin-top: 26px;
}

.doc_forgot_modal .modal-card {
    background: #fff;
    padding: 26px 30px;
    width: 90%;
    max-width: 635px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.25s ease-out;
    padding: 140px;
}

.doc_forgot_modal #modalTitle,
.doc_forgot_modal #welcomeTitle {
    margin-bottom: 8px;
    color: #334155;
    font-size: 18px;
    font-weight: 600;
}

.doc_forgot_modal p {
    color: #6b7084;
    font-size: 14px;
    font-weight: 500;
}

#goHomeBtn {
    border-radius: 10px;
    height: 45px;
    width: 100%;
    background: #0d9488;
    color: white;
    border: 1px solid #0d9488;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    max-width: 353px;
}

.doc_forgot_modal .modal-close {
    position: absolute;
    top: 26px;
    right: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

.doc_forgot_modal .badge {
    margin-bottom: 30px;
}

.doc_login_des {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #6b7084;
    margin-top: 16px;
}

@keyframes fadeIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }

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

.patient-header.doc_patient_header {
    background: #0d9488;
    border-bottom: 1px solid #0d9488;
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 18px 0;
}

.doc_header_logo img {
    max-width: 171px;
}

.doc_patient_header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0d9488;
    padding: 5px 0;
}

.doc_patient_header .brand .title {
    display: flex;
    flex-direction: column;
}

.doc_patient_header .brand .name {
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #0d9488;
}

.doc_patient_header .brand .sub {
    font-size: 11px;
    color: #0d9488;
    opacity: 0.9;
}

.doc_patient_header .nav {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.doc_patient_header .nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}

.doc_patient_header .nav a .ic {
    width: 14px;
    height: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.doc_patient_header .nav a:hover {
    color: #fff;
}

.doc_patient_header .nav a:hover .ic,
.doc_patient_header .nav a.active .ic {
    opacity: 1;
    transform: translateX(0);
}

.doc_patient_header .nav a.active {
    color: #fff;
}

.doc_patient_header .actions {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.doc_patient_header .avatar img {
    width: 100%;
    border-radius: 50%;
}

.doc_patient_header .icon-btn {
    width: 41px;
    height: 36px;
    border: 1px solid #f0fdfa00;
    border-radius: 10px;
    background: #f0fdfa00;
    color: #0d9488;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.doc_patient_header .icon-btn:hover {
    background: #f3f4f6;
}

.doc_patient_header .badge {
    position: absolute;
    /* top: 0px;
    right: 0px; */
    background: #ff0000;
    color: #fff;
    border-radius: 46px;
    font-size: 11px;
    line-height: 21px;
    height: 30px;
    min-width: 10px;
    top: -14px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_patient_header .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10.5px 16px;
    border-radius: 10px;
    background: #0b7b6c;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px 0 30px;
    font-size: 16px;
}

.doc_patient_header .avatar {
	width: 50px;
	height: 50px;
	border-radius: 9999px;
	border: 1px solid #0d9488;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #374151;
	cursor: pointer;
	overflow: hidden;
}
.auth-btns {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    justify-content: flex-end;
    margin-top: 4px;
}
.unauthenticated-btn {
    display: flex !important;
    justify-content: center !important;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    max-width: 115px;
    font-size: 13px !important;
    padding: 8px 10px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.doc_patient_header .profile {
    align-items: center;
    display: flex;
}

.doc_patient_header .dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #ffffff;
    border: 1px solid #e6ebf5;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: none;
    min-width: 160px;
    padding: 6px;
}

.doc_patient_header .dropdown a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    font-weight: 500;
}

.doc_patient_header .dropdown a:hover {
    background: #f3f4f6;
    color: #0d9488;
}

.doc_patient_footer.site-footer {
    background: #0d9488;
    color: #99f6e4;
}

.doc_patient_footer.site-footer a {
    color: #99f6e4;
    text-decoration: none;
}

.doc_patient_footer.site-footer .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.doc_patient_footer .footer-promo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #737373;
}

.doc_patient_footer .footer-promo .badges {
    display: flex;
    gap: 16px;
    align-items: center;
}

.doc_patient_footer .footer-promo div {
    font-size: 20px;
    font-weight: 600;
    color: #ffffffde;
    line-height: 1;
}

.doc_patient_footer .badge-img {
    height: 40px;
    width: auto;
    display: block;
}

.doc_patient_footer .footer-main {
    display: grid;
    grid-template-columns: 1.7fr 0.5fr 0.5fr 1.5fr;
    gap: 139px;
    padding: 30px 0 40px;
}

.doc_patient_footer .brand {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.doc_patient_footer .brand img {
    height: 90px;
    width: auto; 
}

.doc_patient_footer .social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.doc_patient_footer .social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.2s;
}

.doc_patient_footer .social a:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5);
}

.doc_patient_footer .social a i {
    font-size: 15px;
    line-height: 1;
}

.doc_patient_footer .footer-main h5 {
    margin: 15px 0 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.doc_patient_footer .footer-main p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.doc_patient_footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    font-size: 13px;
}

.doc_patient_footer .footer-list a {
    opacity: 70%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: #ffffffa8;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .contact-item .icon {
    width: 20px;
    height: 20px;
    color: #93c5fd;
}

.doc_patient_footer .footer-bottom {
    background: #134e4a;
}

.doc_patient_footer .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.doc_patient_footer .footer-bottom .links {
    display: flex;
    gap: 24px;
}

.doc_patient_footer .footer-bottom .links a {
    padding: 4px 8px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* ═══════════════════════════════════════════════════════════════
   CoreNet landing page — refined teal design system
   Tokens keep colors, spacing, radii and shadows consistent across
   every section below. Change a value here to retheme the page.
   ═══════════════════════════════════════════════════════════════ */
:root {
    /* Brand — teal */
    --cn-primary: #0d9488;
    --cn-primary-dark: #0f766e;
    --cn-primary-darker: #115e59;
    --cn-primary-tint: #ccfbf1;
    --cn-primary-surface: #f0fdfa;
    /* Neutrals */
    --cn-ink: #0f172a;
    --cn-heading: #1e293b;
    --cn-body: #64748b;
    --cn-muted: #94a3b8;
    --cn-border: #e2e8f0;
    --cn-surface: #ffffff;
    --cn-surface-alt: #f8fafc;
    --cn-section-tint: #f0fdfa;
    /* Radii */
    --cn-radius-sm: 10px;
    --cn-radius: 16px;
    --cn-radius-lg: 24px;
    --cn-radius-pill: 9999px;
    /* Elevation */
    --cn-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 3px rgba(15, 23, 42, .05);
    --cn-shadow-md: 0 6px 18px rgba(15, 23, 42, .08);
    --cn-shadow-lg: 0 20px 44px rgba(15, 23, 42, .12);
    --cn-shadow-teal: 0 10px 24px rgba(13, 148, 136, .28);
    /* Motion */
    --cn-ease: cubic-bezier(.4, 0, .2, 1);
    --cn-transition: .25s var(--cn-ease);
    /* Typography — professional pairing */
    --cn-font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --cn-font-heading: 'Plus Jakarta Sans', var(--cn-font-body);
}

/* Landing-page typography — scoped to .doc_patient_home so the other
   portals keep the global Nunito font untouched. */
.doc_patient_home {
    font-family: var(--cn-font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.doc_patient_home h1,
.doc_patient_home h2,
.doc_patient_home h3,
.doc_patient_home h4,
.doc_patient_home .heading,
.doc_patient_home .title,
.doc_patient_home .pre,
.doc_patient_home .doc-name,
.doc_patient_home .post-title {
    font-family: var(--cn-font-heading);
}

/* Shared primary button — used by hero, about, specialty, doctors CTAs */
.doc_patient_home .btn-appointment,
.doc_patient_home .btn,
.doc_patient_home .about .btn,
.doc_patient_home .specialty .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 32px;
    border-radius: var(--cn-radius-sm);
    background: linear-gradient(135deg, var(--cn-primary) 0%, var(--cn-primary-dark) 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: var(--cn-shadow-teal);
    transition: transform var(--cn-transition), box-shadow var(--cn-transition), filter var(--cn-transition);
}

.doc_patient_home .btn-appointment:hover,
.doc_patient_home .btn:hover,
.doc_patient_home .about .btn:hover,
.doc_patient_home .specialty .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(13, 148, 136, .36);
    filter: brightness(1.04);
    color: #fff !important;
}

/* Shared eyebrow — small uppercase kicker above section headings */
.doc_patient_home .about h3.eyebrow,
.doc_patient_home .specialty .eyebrow,
.doc_patient_home .doctors .eyebrow,
.doc_patient_home .blog .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cn-primary);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.doc_patient_home .about {
    background: var(--cn-surface);
    padding: 96px 0;
}

.doc_patient_home .about_wrap {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 80px;
    align-items: center;
}

.doc_patient_home .about .media {
    position: relative;
    min-height: 420px;
}

.doc_patient_home .about .media img {
    width: 100%;
    border-radius: var(--cn-radius-lg);
    box-shadow: var(--cn-shadow-lg);
}

.doc_patient_home .about .card-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    border-radius: 18px;
    background: #f0fdfa;
    border: 1px solid #e6ebf5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doc_patient_home .about .card-lg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(220px 200px at 15% 20%, #e8eeff, transparent),
        radial-gradient(260px 200px at 80% 80%, #f0fdfa, transparent);
}

.doc_patient_home .about .card-sm {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 320px;
    height: 240px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e6ebf5;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doc_patient_home .about .avatar-doc {
    font-size: 120px;
}

.doc_patient_home .about .thumb {
    font-size: 92px;
}

.doc_patient_home .about .play {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    background: #0d9488;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(13, 148, 136, 0.25);
}

.doc_patient_home .about .play svg {
    width: 20px;
    height: 20px;
}

.doc_patient_home .about .card-sm .play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.doc_patient_home .about h2.title {
    font-size: 42px;
    line-height: 1.15;
    color: var(--cn-heading);
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.doc_patient_home .about h2.title span {
    color: var(--cn-primary);
}

.doc_patient_home .about .list {
    margin: 24px 0 32px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.doc_patient_home .about .list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--cn-body);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.doc_patient_home .about .list li .check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: var(--cn-radius-pill);
    background: var(--cn-primary-surface);
}

.doc_patient_home .about .list li .check img {
    width: 15px;
    height: 15px;
}

.doc_patient_home .specialty {
    position: relative;
    background: linear-gradient(180deg, var(--cn-primary-surface) 0%, var(--cn-surface-alt) 100%);
    padding: 96px 0 72px;
}

.doc_patient_home .specialty .pre {
    color: var(--cn-body);
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
}

.doc_patient_home .specialty .title {
    font-size: 46px;
    margin: 0 0 48px;
    color: var(--cn-heading);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.15;
}

.doc_patient_home .specialty .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    align-items: stretch;
}

.doc_patient_home .specialty .card {
    background: var(--cn-surface);
    border: 1px solid var(--cn-border);
    border-radius: var(--cn-radius);
    padding: 26px 24px;
    box-shadow: var(--cn-shadow-sm);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: transform var(--cn-transition), box-shadow var(--cn-transition), border-color var(--cn-transition);
}

.doc_patient_home .specialty .card:hover {
    transform: translateY(-4px);
    box-shadow: var(--cn-shadow-lg);
    border-color: var(--cn-primary-tint);
}
.doc_patient_service_doctor {
	max-width: 230px;
	aspect-ratio: 1;
	width: 100%;
    object-fit: cover;
	border-radius: 50%;
}
.doc_patient_home .specialty .card h4 {
    margin: 0 0 8px;
    font-size: 19px;
    color: var(--cn-heading);
    font-weight: 700;
}

.doc_patient_home .specialty .card p {
    margin: 0;
    font-size: 15px;
    color: var(--cn-body);
    line-height: 1.55;
}

.doc_patient_home .specialty .cta-row {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.doc_patient_home .doctors {
    background: var(--cn-surface);
    padding: 96px 0;
}

.doc_patient_home .doctors .heading {
    font-size: 42px;
    line-height: 1.15;
    color: var(--cn-heading);
    margin: 0 0 48px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.doc_patient_home .doctors .heading .accent {
    color: var(--cn-primary);
}

.doc_patient_home .doc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.doc_patient_home .doc-card {
    background: var(--cn-surface);
    border: 1px solid var(--cn-border);
    border-radius: var(--cn-radius);
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--cn-shadow-sm);
    transition: transform var(--cn-transition), box-shadow var(--cn-transition), border-color var(--cn-transition);
}

.doc_patient_home .doc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--cn-shadow-lg);
    border-color: var(--cn-primary-tint);
}

.doc_patient_home .doc-card .doc_patient_service_doctor {
    border: 4px solid var(--cn-primary-surface);
    box-shadow: var(--cn-shadow-sm);
}

.doc_patient_home .doc-avatar {
    width: 120px;
    height: 120px;
    border-radius: var(--cn-radius-pill);
    background: radial-gradient(80px 80px at 50% 30%, var(--cn-primary-surface), #ffffff);
    border: 1px solid var(--cn-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--cn-primary);
}

.doc_patient_home .doc-name {
    margin: 18px 0 2px;
    font-size: 18px;
    color: var(--cn-heading);
    font-weight: 700;
}

.doc_patient_home .doc-role {
    margin: 0 0 20px;
    font-size: 15px;
    color: var(--cn-body);
}

.doc_patient_home .small-btn {
    padding: 11px 20px;
    border-radius: var(--cn-radius-sm);
    border: 1.5px solid var(--cn-primary);
    background: #ffffff;
    color: var(--cn-primary);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-top: auto;
    transition: background var(--cn-transition), color var(--cn-transition), box-shadow var(--cn-transition);
}

.doc_patient_home .small-btn:hover {
    background: var(--cn-primary);
    color: #ffffff;
    text-decoration: none;
    box-shadow: var(--cn-shadow-teal);
}

.doc_patient_home .small-btn:hover svg path {
    fill: #fff;
}

.doc_patient_home .cta-row {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.doc_patient_home .blog {
    background: var(--cn-surface-alt);
    padding: 96px 0;
}

.doc_patient_home .blog .heading {
    font-size: 42px;
    line-height: 1.15;
    color: var(--cn-heading);
    margin: 0 0 48px;
    font-weight: 700;
    letter-spacing: -.01em;
}

.doc_patient_home .blog .heading .accent {
    color: var(--cn-primary);
}

.doc_patient_home .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.doc_patient_home .post-card {
    background: var(--cn-surface);
    border: 1px solid var(--cn-border);
    border-radius: var(--cn-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--cn-shadow-sm);
    transition: transform var(--cn-transition), box-shadow var(--cn-transition), border-color var(--cn-transition);
}

.doc_patient_home .post-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--cn-shadow-lg);
    border-color: var(--cn-primary-tint);
}

.doc_patient_home .post-thumb {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: var(--cn-primary-surface);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doc_patient_home .post-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.doc_patient_home .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--cn-muted);
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.doc_patient_home .post-meta span:first-child {
    color: var(--cn-primary);
    background: var(--cn-primary-surface);
    padding: 4px 10px;
    border-radius: var(--cn-radius-pill);
    font-weight: 600;
}

.doc_patient_home .post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform .4s var(--cn-ease);
}

.doc_patient_home .post-card:hover .post-thumb img {
    transform: scale(1.06);
}

.doc_patient_home .post-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--cn-heading);
    font-weight: 700;
    line-height: 1.35;
}

.doc_patient_home .post-excerpt {
    margin: 0 0 18px;
    color: var(--cn-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.doc_patient_home .post-link {
    color: var(--cn-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    transition: gap var(--cn-transition), color var(--cn-transition);
}

.doc_patient_home .post-link:hover {
    color: var(--cn-primary-dark);
    gap: 10px;
    text-decoration: none;
}

.doc_patient_home .hero {
    background: url(/images/banner-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 96px 0 80px;
}

.doc_patient_home .hero .row {
    align-items: center;
}

.doc_banner_content h6 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    margin-bottom: 20px;
    border-radius: var(--cn-radius-pill);
    background: var(--cn-primary-surface);
    border: 1px solid var(--cn-primary-tint);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--cn-primary-dark);
}

.doc_banner_content h1 {
    padding: 0;
    margin-bottom: 6px;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--cn-ink);
}

.doc_banner_content h1 span {
    color: var(--cn-primary);
}

.doc_banner_content h2 {
    padding: 0;
    margin-bottom: 26px;
    font-size: 88px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em;
    color: var(--cn-primary);
    width: max-content;
    position: relative;
}

.doc_banner_content h2::before {
    content: '';
    background: url('/images/beat.svg') no-repeat;
    position: absolute;
    background-size: contain;
    width: 408px;
    height: 70px;
    left: calc(100% - 5px);
    top: 18px;
}

.doc_banner_content p {
    font-size: 19px;
    line-height: 1.65;
    font-weight: 400;
    color: var(--cn-body);
    margin-bottom: 32px;
    max-width: 560px;
}

.doc_patient_home .specialty::before {
    content: '';
    background: url('/images/net.svg') no-repeat;
    background-size: auto;
    position: absolute;
    background-size: contain;
    width: 479px;
    height: 365px;
    left: 0;
    bottom: 18px;
}

.doc_patient_service_image_container img {
    width: 100%;
}

.doc_patient_service_image_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--cn-primary-surface);
    width: 56px;
    height: 56px;
    border-radius: var(--cn-radius-pill);
    padding: 12px;
    border: 1px solid var(--cn-primary-tint);
}


@media (max-width: 767px) {
    .doc_patient_header .nav {
        display: none;
    }

    .doc_pattern .login-container {
        gap: 40px;
        padding: 0 15px 20px;
    }

    .doc_pattern {
        padding: 20px;
    }

    .doc_login {
        padding: 0px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_slide img {
        max-height: 400px;
    }

    .doc_pattern .illustration-section {
        border-right: 0px solid #d1d7df;
    }

    .doc_desc {
        font-size: 14px;
    }

    .doc_login form input {
        height: 45px;
    }

    .login-with {
        display: none;
    }

    .social_grid .social-btn {
        width: 50px;
    }

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

    .doc_login form input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .doc_forgot_modal .modal-card {
        max-width: 465px;
        padding: 30px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .patient-header.doc_patient_header {
        padding: 8px 0;
    }

    .doc_header_logo img {
        max-width: 150px;
    }

    #burgerMenuBtn svg {
        width: 30px;
        height: 30px;
    }

    .doc_patient_footer .footer-promo {
        gap: 14px;
        flex-direction: column;
        text-align: center;
    }

    .doc_patient_footer .footer-promo div {
        font-size: 18px;
        line-height: 1.4;
    }

    .doc_patient_footer .badge-img {
        height: 34px;
    }

    .doc_patient_footer .footer-bottom-inner {
        padding: 10px 0;
        font-size: 14px;
        flex-direction: column;
    }

    .doc_patient_footer .footer-bottom .links a,
    .doc_patient_footer .footer-list a,
    .doc_patient_footer .contact-item {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 30px 0 20px;
    }

    .doc_patient_footer .brand img {
        height: 40px;
        margin-bottom: 15px;
    }

    .doc_patient_home .hero {
        padding: 40px 0 48px;
    }

    .doc_banner_content h6 {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .doc_banner_content h1 {
        font-size: 38px;
        line-height: 1.1;
    }

    .doc_banner_content h2 {
        padding-bottom: 0;
        margin-bottom: 20px;
        font-size: 44px;
        line-height: 1.1;
    }

    .doc_banner_content h2::before {
        width: 248px;
        height: 42px;
        left: calc(100% - 5px);
        top: -8px;
    }

    .doc_banner_content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .doc_patient_home .btn-appointment,
    .doc_patient_home .about .btn,
    .doc_patient_home .specialty .btn,
    .doc_patient_home .btn {
        font-size: 15px;
        padding: 13px 26px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 12px;
    }

    .doc_patient_home .specialty .pre {
        font-size: 17px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 30px;
    }

    .doc_patient_home .about_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .doc_patient_home .post-thumb {
        height: 182px;
    }

    .doc_patient_home .about {
        padding: 50px 0 50px;
    }

    .doc_patient_about_image {
        width: 100%;
    }

    .doc_patient_service_doctor {
        width: 100px;
    }

    .doc_patient_home .small-btn {
        padding: 6.5px 12px;
        gap: 8px;
        font-size: 14px;
    }

    .doc_patient_home .about .media {
        min-height: auto;
    }

    .doc_patient_home .check img {
        width: 16px;
    }

    .doc_patient_home .about .list li {
        gap: 12px;
        font-size: 16px;
    }

    .doc_patient_home .specialty {
        padding: 50px 0 50px;
    }

    .doc_patient_home .specialty .title {
        font-size: 32px;
        margin: 0 0 28px;
    }

    .doc_patient_home .specialty .grid,
    .doc_patient_home .doc-grid,
    .doc_patient_home .blog-grid {
        grid-template-columns: 1fr;
    }

    .doc_patient_home .blog {
        padding: 50px 0;
    }

    .doc_patient_home .doctors {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .doc_patient_home .about_wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .doc_patient_home .about .media {
        min-height: auto;
    }

    .doc_patient_home .specialty .grid,
    .doc_patient_home .doc-grid,
    .doc_patient_home .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doc_banner_content h1 {
        font-size: 56px;
    }

    .doc_banner_content h2 {
        font-size: 64px;
    }

    .doc_pattern .login-container .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }

    .doc_pattern .login-container {
        flex-direction: column;
    }

    .doc_pattern .login-container {
        gap: 40px;
        padding: 0 50px 50px;
    }

    .doc_pattern {
        padding: 35px;
    }

    .doc_login {
        padding: 0 30px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_slide img {
        max-height: 400px;
    }

    .doc_pattern .illustration-section {
        border-right: 0px solid #d1d7df;
    }

    .doc_forgot_modal .modal-card {
        max-width: 465px;
        padding: 50px;
    }

    .doc_patient_header .cta-btn {
        gap: 10px;
        padding: 8.5px 8px;
        margin: 0 6px 0 6px;
        font-size: 14px;
    }

    .doc_patient_header .avatar {
        width: 40px;
        height: 40px;
    }

    .doc_patient_header .icon-btn {
        width: 30px;
        height: 36px;
    }

    .doc_patient_header .badge {
        top: 0px;
        right: -2px;
    }

    .doc_patient_header .nav {
        gap: 12px;
    }

    .doc_patient_header .nav a {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        gap: 50px;
        grid-template-columns: 1fr 1fr;
    }

    .doc_patient_footer .footer-promo div {
        font-size: 18px;
    }

    .doc_patient_footer .badge-img {
        height: 35px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_banner_content h1 {
        font-size: 46px;
        line-height: 30px;
    }

    .doc_banner_content h2 {
        padding-bottom: 0px;
        font-size: 55px;
        line-height: 55px;
    }

    .doc_banner_content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .doc_banner_content h6 {
        padding-top: 0;
        font-size: 18px;
    }

    .doc_banner_content h2::before {
        top: 0px;
    }

    .doc_patient_home .about {
        padding: 60px 0 60px;
    }

    .doc_patient_home .specialty {
        padding: 60px 0 31px;
    }

    .doc_patient_home .doc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doc_patient_home .about_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .doc_patient_home .hero {
        padding-top: 20px;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 18px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .specialty .pre,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 32px;
    }

    .doc_patient_home .specialty .title {
        font-size: 50px;
    }

    .doc_patient_service_doctor {
        width: 100%;
    }
}

@media (min-width: 1025px) and (max-width: 1320px) {
    .doc_pattern {
        padding: 35px;
    }

    .doc_login {
        padding: 0 30px;
    }

    .social_grid .social-btn {
        font-size: 12px;
    }

    .doc_login_logo img {
        max-width: 160px;
    }

    .doc_login_logo {
        margin-bottom: 20px;
    }

    .doc_login_title {
        margin-bottom: 20px;
    }

    .social_grid {
        margin-bottom: 20px;
    }

    .doc_patient_header .cta-btn {
        margin: 0 15px 0 15px;
        font-size: 14px;
    }

    .doc_patient_header .nav {
        gap: 16px;
    }

    .doc_patient_header .nav a {
        font-size: 14px;
    }

    .doc_patient_footer .footer-main {
        gap: 50px;
    }

    .doc_patient_home_image {
        width: 100%;
    }

    .doc_banner_content h1 {
        font-size: 55px;
        line-height: 48px;
    }

    .doc_banner_content h2 {
        padding-bottom: 15px;
        font-size: 70px;
        line-height: 55px;
    }

    .doc_banner_content h2::before {
        top: 4px;
    }

    .doc_patient_home .hero {
        padding-top: 50px;
    }

    .doc_patient_home .about h3.eyebrow,
    .doc_patient_home .specialty .eyebrow,
    .doc_patient_home .doctors .eyebrow,
    .doc_patient_home .blog .eyebrow {
        font-size: 18px;
    }

    .doc_patient_home .about h2.title,
    .doc_patient_home .specialty .pre,
    .doc_patient_home .doctors .heading,
    .doc_patient_home .blog .heading {
        font-size: 32px;
    }

    .doc_patient_home .specialty .title {
        font-size: 50px;
    }

    .doc_patient_service_doctor {
        width: 100%;
    }
}
button#confirmBooking{
    background-color: #0d9488  !important;
}