body.home.theme-1 {
    background: #fff;
}

body.theme-1 {
    background: #fff;
}

.header .navbar-brand.logo img {
    max-height: 56px;
    width: auto;
}

.header .navbar-brand.logo .white-logo {
    display: none;
}

.header .navbar-brand.logo .normal-logo {
    display: block;
}

.home .main-wrapper {
    overflow-x: clip;
}

.home .header-two .navbar-brand.logo img {
    max-height: 56px;
    width: auto;
}

.home .header-two .navbar-brand.logo .white-logo {
    display: none;
}

.home .header-two .header-nav .main-nav > li > a {
    color: #133b63;
}

.home .header-two .header-nav .main-nav > li.active > a,
.home .header-two .header-nav .main-nav > li > a:hover {
    color: #2f8fd3;
}

.home .banner-section-two {
    width: 100%;
    border-radius: 0;
}

.home .banner-section-two .container {
    max-width: 100%;
    padding-left: clamp(20px, 6vw, 76px);
    padding-right: clamp(20px, 6vw, 76px);
}

.home .banner-section-two .row {
    min-height: clamp(560px, 80vh, 820px);
}

.home .banner-section-two .banner-content h1 {
    max-width: 760px;
}

.home .banner-section-two .banner-img {
    text-align: center;
}

.home .banner-section-two .banner-img > img {
    max-height: min(72vh, 680px);
    width: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 25px 40px rgba(7, 39, 78, 0.2));
}

.home .doctor-item-two .doctor-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.home .blog-item-two .blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.content .blog .blog-image img,
.content .blog-item-two .blog-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.doctors-section .doctor-profile-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.home .health-section .content-img-single img,
.home .work-section-two .work-img-two img,
.home .about-section-two .about-img-two > img,
.home .app-section-two .app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section[id] {
    scroll-margin-top: 120px;
}

@media (max-width: 1199.98px) {
    .home .banner-section-two .row {
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .home .banner-section-two .banner-img > img {
        max-height: 460px;
        margin-top: 24px;
    }
}

@media (max-width: 767.98px) {
    .home .header-two .navbar-brand.logo img {
        max-height: 44px;
    }

    .home .banner-section-two .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home .banner-section-two .banner-content h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .home .doctor-item-two .doctor-image img {
        height: 280px;
    }
}

.cv-highlight-section {
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(180deg, #f7fbff 0%, #edf5fc 100%);
}

.cv-highlight-head {
    max-width: 920px;
    margin: 0 auto 26px;
    text-align: center;
}

.cv-highlight-head .cv-kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 143, 211, 0.12);
    color: #17568a;
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}

.cv-highlight-head h2 {
    margin-top: 14px;
    margin-bottom: 12px;
    color: #11395f;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.2;
}

.cv-highlight-head p {
    color: #4f6780;
    font-size: 16px;
    margin-bottom: 18px;
}

.cv-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cv-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #cddded;
    color: #11395f;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
}

.cv-panel {
    height: 100%;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #d5e3f1;
    box-shadow: 0 14px 34px rgba(17, 57, 95, 0.08);
    padding: 26px;
}

.cv-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.cv-panel-head h3 {
    font-size: 23px;
    margin: 0;
    color: #123d63;
}

.cv-panel-head span {
    font-size: 13px;
    font-weight: 600;
    color: #4e7090;
    background: #eef6fe;
    border-radius: 999px;
    padding: 7px 12px;
}

.cv-timeline {
    display: grid;
    gap: 14px;
}

.cv-timeline-item {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 14px;
    border: 1px solid #e0eaf4;
    border-radius: 12px;
    padding: 14px;
    background: #fbfdff;
}

.cv-year {
    font-size: 13px;
    font-weight: 700;
    color: #17568a;
    padding-top: 2px;
}

.cv-timeline-item h4 {
    font-size: 17px;
    margin: 0 0 6px;
    color: #123d63;
}

.cv-timeline-item p {
    margin: 0;
    color: #5f768f;
    font-size: 14px;
}

.cv-exp-grid {
    display: grid;
    gap: 12px;
}

.cv-exp-item {
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #e0eaf4;
    padding: 16px;
}

.cv-exp-item h4 {
    margin: 0 0 6px;
    font-size: 17px;
    color: #123d63;
}

.cv-exp-item p {
    margin: 0;
    color: #5d758f;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .cv-panel {
        padding: 20px;
    }

    .cv-timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Booking form redesign (homepage + contact page) */
.brandadoc-appointment-form-wrapper {
    width: 100%;
}

.brandadoc-booking-form {
    display: block;
}

.brandadoc-booking-form .booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.brandadoc-booking-form .form-group {
    margin-bottom: 0;
}

.brandadoc-booking-form .form-group.form-group-full {
    grid-column: 1 / -1;
}

.brandadoc-booking-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #1e3d5c;
    letter-spacing: 0.02em;
}

.brandadoc-booking-form input,
.brandadoc-booking-form select,
.brandadoc-booking-form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #cfdeeb;
    border-radius: 12px;
    background: #fff;
    color: #1f3650;
    font-size: 14px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.brandadoc-booking-form textarea {
    min-height: 120px;
    height: auto;
    resize: vertical;
}

.brandadoc-booking-form input:focus,
.brandadoc-booking-form select:focus,
.brandadoc-booking-form textarea:focus {
    border-color: #2f8fd3;
    box-shadow: 0 0 0 4px rgba(47, 143, 211, 0.15);
}

.brandadoc-booking-form .bd-invalid {
    border-color: #d73f3f !important;
    box-shadow: 0 0 0 4px rgba(215, 63, 63, 0.12) !important;
}

.brandadoc-booking-form .brandadoc-booking-submit {
    margin-top: 16px;
    border: none;
    border-radius: 999px;
    height: 46px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #1a5c90 0%, #2f8fd3 100%);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.brandadoc-booking-form .brandadoc-booking-submit:hover {
    transform: translateY(-1px);
}

.brandadoc-booking-form .brandadoc-booking-submit:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.brandadoc-booking-form .booking-response {
    margin-top: 12px;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
}

.brandadoc-booking-form .booking-response.success {
    background: #e9f8ef;
    color: #0f6c33;
    border: 1px solid #b9e8c9;
}

.brandadoc-booking-form .booking-response.error {
    background: #fff0f0;
    color: #9c2b2b;
    border: 1px solid #f2c2c2;
}

#appointment .contact-form-card .card-body,
.contact-section .contact-form-card .card-body {
    padding: 24px;
}

@media (max-width: 767.98px) {
    .brandadoc-booking-form .booking-form-grid {
        grid-template-columns: 1fr;
    }

    .brandadoc-booking-form .brandadoc-booking-submit {
        width: 100%;
    }
}

/* Hero redesign */
.nk-hero-row {
    min-height: clamp(620px, 86vh, 860px);
    padding-top: 36px;
}

.nk-hero-content h1 {
    font-size: clamp(40px, 5.2vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: 860px;
}

.nk-hero-content h1 span {
    display: inline-block;
}

.nk-hero-subtitle {
    max-width: 680px;
    font-size: 18px;
    line-height: 1.65;
}

.nk-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.nk-hero-cta-group .btn-dark {
    background: rgba(8, 24, 42, 0.9);
    color: #fff;
}

.nk-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
    max-width: 760px;
}

.nk-metric {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(210, 225, 238, 0.85);
    box-shadow: 0 10px 20px rgba(10, 40, 71, 0.08);
    padding: 14px;
}

.nk-metric strong {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #123b61;
    margin-bottom: 6px;
}

.nk-metric span {
    display: block;
    font-size: 12px;
    color: #4f6882;
}

.nk-hero-visual {
    position: relative;
}

.nk-hero-image-wrap {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(194, 214, 230, 0.8);
    background: #fff;
    box-shadow: 0 26px 48px rgba(9, 41, 74, 0.18);
}

.nk-hero-image-wrap img {
    width: 100%;
    height: clamp(480px, 66vh, 690px);
    object-fit: cover;
    object-position: center top;
}

.nk-hero-float-card {
    left: -24px;
    bottom: 22px;
    right: auto;
    border-radius: 14px;
}

.nk-hero-quick-actions {
    right: -14px;
    bottom: 26px;
}

@media (max-width: 1199.98px) {
    .nk-hero-row {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 42px;
    }

    .nk-hero-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nk-hero-float-card {
        left: 10px;
    }

    .nk-hero-quick-actions {
        right: 10px;
    }
}

@media (max-width: 767.98px) {
    .nk-hero-content h1 {
        font-size: 36px;
    }

    .nk-hero-subtitle {
        font-size: 15px;
    }

    .nk-hero-metrics {
        grid-template-columns: 1fr;
    }

    .nk-hero-image-wrap img {
        height: 420px;
    }

    .nk-hero-float-card {
        left: 8px;
        right: 8px;
        bottom: 12px;
    }

    .nk-hero-quick-actions {
        display: none;
    }
}
