/* Neera Eye Care — unified landing theme (teal + clean white) */
.opd-landing {
    --opd-primary: #0e7490;
    --opd-primary-dark: #0c4a6e;
    --opd-accent: #14b8a6;
    --opd-accent-soft: #5eead4;
    --opd-purple: #5c4d9e;
    --opd-bg: #ffffff;
    --opd-bg-soft: #f0fdfa;
    --opd-bg-muted: #f1f5f9;
    --opd-card: #ffffff;
    --opd-text: #0f172a;
    --opd-muted: #64748b;
    --opd-border: #e2e8f0;
    --opd-radius: 14px;
    --opd-radius-lg: 20px;
    --opd-shadow: 0 4px 20px rgba(14, 116, 144, 0.08);
    --opd-shadow-lg: 0 16px 40px rgba(14, 116, 144, 0.12);
    --opd-header-offset: 104px;
    font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
    color: var(--opd-text);
    background: var(--opd-bg) !important;
    -webkit-font-smoothing: antialiased;
}

.opd-landing .site-wrap {
    background: var(--opd-bg) !important;
    overflow-x: clip;
    padding-top: var(--opd-header-offset);
}

/* Kill old purple/lavender from style.css */
.opd-landing .sticky_scetion,
.opd-landing .treatment_option,
.opd-landing .advanced_laser,
.opd-landing .laser_treatment,
.opd-landing .enlarge_section {
    background: transparent !important;
}

.opd-landing .text_orange,
.opd-landing .orangeh,
.opd-landing .trust-check {
    color: var(--opd-primary) !important;
}

.opd-landing h1,
.opd-landing h2,
.opd-landing h3,
.opd-landing .section-title {
    font-family: "Playfair Display", Georgia, serif !important;
    color: var(--opd-primary-dark) !important;
    letter-spacing: -0.02em;
}

.opd-landing .section-title {
    font-size: clamp(1.45rem, 2.8vw, 1.9rem) !important;
    margin-bottom: 0.5rem;
}

.opd-landing .opd-section-lead {
    color: var(--opd-muted);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 100%;
}

/* Header — fixed on scroll (sticky behaviour; avoids overflow-x breaking position:sticky) */
.opd-landing .opd-header.top_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050;
    padding: 0;
    background: #fff !important;
    border-bottom: none;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.opd-landing .opd-header__bar {
    background: linear-gradient(90deg, var(--opd-primary-dark) 0%, var(--opd-primary) 55%, var(--opd-accent) 100%);
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
}

.opd-landing .opd-header__bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding: 7px 0;
}

.opd-landing .opd-header__bar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.95;
}

.opd-landing .opd-header__bar-phone {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.opd-landing .opd-header__bar-phone:hover {
    color: var(--opd-accent-soft) !important;
}

.opd-landing .opd-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
}

.opd-landing .opd-header__brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none !important;
}

.opd-landing .opd-header__logo,
.opd-landing .site-logo-img {
    max-height: 52px;
    width: auto;
    display: block;
}

.opd-landing .opd-header__actions {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.opd-landing .opd-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 14px;
    text-decoration: none !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    border: 1px solid transparent;
    box-shadow: var(--opd-shadow);
}

.opd-landing .opd-header__cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--opd-shadow-lg);
    text-decoration: none !important;
}

.opd-landing .opd-header__cta--call {
    background: var(--opd-primary-dark) !important;
    color: #fff !important;
}

.opd-landing .opd-header__cta--wa {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    color: #fff !important;
}

.opd-landing .opd-header__cta-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.opd-landing .opd-header__cta-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left;
}

.opd-landing .opd-header__cta-label {
    font-size: 0.9rem;
    font-weight: 700;
}

.opd-landing .opd-header__cta-sub {
    font-size: 0.68rem;
    font-weight: 500;
    opacity: 0.88;
}

/* Override legacy purple header/button styles from style.css */
.opd-landing .opd-header .btn,
.opd-landing .opd-header .btn-sm {
    all: unset;
}

/* Hero */
.opd-landing #top.opd-hero--banner-img {
    background-color: #fff !important;
}

.opd-landing .opd-hero__title {
    color: var(--opd-primary-dark) !important;
}

.opd-landing .opd-hero__features li {
    color: var(--opd-text);
}

.opd-landing .opd-hero__play {
    background: linear-gradient(135deg, var(--opd-accent) 0%, var(--opd-primary) 100%) !important;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.35);
}

.opd-landing .opd-hero__cta-btn {
    background: linear-gradient(90deg, var(--opd-primary-dark) 0%, var(--opd-accent) 100%) !important;
    box-shadow: 0 8px 24px rgba(14, 116, 144, 0.3);
    color: #fff !important;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
}

.opd-landing .opd-hero__banner-wrap--mobile {
    display: none;
}

.opd-landing .opd-hero__banner-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

@media (max-width: 991px) {
    .opd-landing .opd-hero.opd-hero--mobile-banner {
        overflow: visible !important;
    }

    .opd-landing .opd-hero__banner-wrap--mobile {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        line-height: 0;
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .opd-landing .opd-hero__banner-wrap--mobile {
        display: none !important;
    }
}

.opd-landing .opd-hero__form-card {
    background: linear-gradient(165deg, #0c4a6e 0%, #0e7490 50%, #0f766e 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: var(--opd-shadow-lg) !important;
}

.opd-landing .opd-hero__submit {
    background: linear-gradient(90deg, var(--opd-accent-soft) 0%, var(--opd-accent) 100%) !important;
    color: var(--opd-primary-dark) !important;
    font-weight: 700 !important;
}

.opd-landing .opd-hero__call {
    background: #fff !important;
    color: var(--opd-primary-dark) !important;
}

/* Stats bar */
.opd-landing .counter_section,
.opd-landing .counter_section--banner {
    background: linear-gradient(105deg, #0c4a6e 0%, #0e7490 50%, #0d9488 100%) !important;
    margin: 0 !important;
}

.opd-landing .counter_section__heading,
.opd-landing .counter_section--banner h3.counter_section__heading {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: clamp(1rem, 2.5vw, 1.35rem) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff !important;
    opacity: 1;
}

.opd-landing .counter-title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 800 !important;
}

/* Main content — white + mint bands */
.opd-landing .sticky_scetion {
    padding: 48px 0;
    background: var(--opd-bg) !important;
}

.opd-landing .bg_white {
    background: var(--opd-card) !important;
    border-radius: var(--opd-radius-lg) !important;
    box-shadow: var(--opd-shadow) !important;
    border: 1px solid var(--opd-border) !important;
    padding: 28px 22px !important;
    margin-bottom: 20px;
}

.opd-landing .hover_effect:hover {
    box-shadow: var(--opd-shadow-lg) !important;
}

/* Doctor */
.opd-landing .box_green {
    background: var(--opd-bg-soft) !important;
    border: 1px solid #ccfbf1 !important;
    border-radius: var(--opd-radius-lg) !important;
    padding: 20px !important;
}

.opd-landing .team_box img {
    border: 4px solid var(--opd-accent) !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.25);
}

.opd-landing .team_box h5 {
    color: var(--opd-primary-dark) !important;
}

.opd-landing .team_box p {
    color: var(--opd-muted);
}

/* Why choose */
.opd-landing .opd-feature-card {
    background: #fff;
    border: 1px solid var(--opd-border);
    border-radius: var(--opd-radius);
    padding: 18px 14px;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.opd-landing .opd-feature-card:hover {
    border-color: var(--opd-accent);
    box-shadow: var(--opd-shadow);
}

.opd-landing .opd-feature-card__icon {
    background: linear-gradient(135deg, var(--opd-primary) 0%, var(--opd-accent) 100%);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.opd-landing .opd-feature-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: var(--opd-primary-dark) !important;
    margin: 0 !important;
}

/* Sidebar form — sticky only while scrolling the specialists row */
.opd-landing .opd-specialists-row {
    align-items: flex-start;
}

.opd-landing .opd-specialists-row .form.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: var(--opd-header-offset);
    z-index: 90;
}

.opd-landing .form_main,
.opd-landing .form_Section.banner_front {
    background: #fff !important;
    border: 1px solid #99f6e4 !important;
    border-radius: var(--opd-radius-lg) !important;
    box-shadow: var(--opd-shadow-lg) !important;
    overflow: hidden;
}

.opd-landing .form_Section.banner_front h3 {
    background: linear-gradient(90deg, var(--opd-primary-dark) 0%, var(--opd-primary) 100%) !important;
    color: #fff !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 1.05rem !important;
    padding: 16px 18px;
    margin: 0 0 16px !important;
    border-radius: 0;
}

.opd-landing .form_Section.banner_front .form_sec {
    padding: 0 18px 18px;
}

.opd-landing .form-control {
    border: 1px solid var(--opd-border) !important;
    border-radius: 10px !important;
    height: 46px !important;
    background: #fff !important;
}

.opd-landing .form-control:focus {
    border-color: var(--opd-accent) !important;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.2) !important;
}

.opd-landing .btn-primary,
.opd-landing .btn_footer .btn-primary {
    background: linear-gradient(90deg, var(--opd-primary-dark) 0%, var(--opd-accent) 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    box-shadow: 0 6px 18px rgba(14, 116, 144, 0.25) !important;
}

/* Testimonials */
.opd-landing .opd-testimonials {
    background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%) !important;
    padding: 56px 0 64px;
    border-top: 1px solid #ccfbf1;
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.opd-landing .opd-testimonials__badge {
    display: inline-block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--opd-primary);
    background: #fff;
    border: 1px solid #99f6e4;
    border-radius: 50px;
    padding: 6px 14px;
    margin-bottom: 14px;
}

.opd-landing .opd-testimonials__summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--opd-border);
    border-radius: 50px;
    padding: 8px 18px;
    box-shadow: var(--opd-shadow);
}

.opd-landing .opd-testimonials__summary-stars {
    color: #f59e0b;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.opd-landing .opd-testimonials__summary-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    color: var(--opd-muted);
}

.opd-landing .opd-testimonials__summary-text strong {
    color: var(--opd-primary-dark);
}

.opd-landing .opd-testimonials__slider-wrap {
    position: relative;
    margin-top: 36px;
    padding: 0 52px;
    max-width: 100%;
}

.opd-landing .opd-testimonials-slider.swiper-container {
    overflow: hidden !important;
    padding-bottom: 44px !important;
    margin-top: 0 !important;
}

.opd-landing .opd-testimonials-slider .swiper-slide {
    background: transparent !important;
}

.opd-landing .opd-testimonials-slider.loading {
    opacity: 1;
}

.opd-landing .opd-testimonials-slider .swiper-slide {
    height: auto;
    display: flex;
}

.opd-landing .opd-testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 260px;
    background: #fff;
    border: 1px solid var(--opd-border);
    border-radius: var(--opd-radius-lg);
    padding: 24px 22px 20px;
    box-shadow: var(--opd-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.opd-landing .swiper-slide-active .opd-testimonial-card {
    border-color: #99f6e4;
    box-shadow: var(--opd-shadow-lg);
    transform: translateY(-4px);
}

.opd-landing .opd-testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.opd-landing .opd-testimonial-card__quote {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--opd-primary) 0%, var(--opd-accent) 100%);
    color: #fff;
    font-size: 1rem;
}

.opd-landing .opd-testimonial-card__stars {
    color: #f59e0b;
    font-size: 0.82rem;
    letter-spacing: 2px;
}

.opd-landing .opd-testimonial-card__text {
    flex: 1;
    margin: 0 0 18px;
    color: var(--opd-text);
    font-size: 0.95rem;
    line-height: 1.7;
}

.opd-landing .opd-testimonial-card__footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--opd-border);
    margin-top: auto;
}

.opd-landing .opd-testimonial-card__avatar {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--opd-primary-dark) 0%, var(--opd-accent) 100%);
    box-shadow: 0 4px 12px rgba(14, 116, 144, 0.25);
}

.opd-landing .opd-testimonial-card__name {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: var(--opd-primary-dark) !important;
    margin: 0 0 2px !important;
}

.opd-landing .opd-testimonial-card__label {
    font-size: 0.75rem;
    color: var(--opd-muted);
    font-weight: 600;
}

.opd-landing .opd-testimonials__nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid var(--opd-border);
    border-radius: 50%;
    background: #fff;
    color: var(--opd-primary-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--opd-shadow);
    cursor: pointer;
    z-index: 10;
    margin: 0;
    padding: 0;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.opd-landing .opd-testimonials__nav:hover {
    background: var(--opd-primary);
    border-color: var(--opd-primary);
    color: #fff;
}

.opd-landing .opd-testimonials__nav--prev {
    left: 0;
}

.opd-landing .opd-testimonials__nav--next {
    right: 0;
}

.opd-landing .opd-testimonials__nav.swiper-button-prev,
.opd-landing .opd-testimonials__nav.swiper-button-next {
    opacity: 1 !important;
    visibility: visible !important;
    background-image: none !important;
}

.opd-landing .opd-testimonials__nav.swiper-button-prev::after,
.opd-landing .opd-testimonials__nav.swiper-button-next::after {
    display: none;
}

.opd-landing .opd-testimonials__nav.swiper-button-prev {
    transform: translateY(-50%) !important;
}

.opd-landing .opd-testimonials__nav.swiper-button-next {
    transform: translateY(-50%) !important;
}

.opd-landing .opd-testimonials-pagination {
    bottom: 0 !important;
}

.opd-landing .opd-testimonials-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
    transition: width 0.25s, background 0.25s;
}

.opd-landing .opd-testimonials-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--opd-primary);
}

/* Services — light gray band */
.opd-landing .advanced_laser {
    background: var(--opd-bg-muted) !important;
    padding: 52px 0 !important;
}

.opd-landing .services_box {
    background: #fff !important;
    height: auto !important;
    min-height: 360px;
    border: 1px solid var(--opd-border) !important;
    border-radius: var(--opd-radius-lg) !important;
    box-shadow: var(--opd-shadow) !important;
    padding: 22px 18px !important;
}

.opd-landing .services_box h2 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 1.05rem !important;
    color: var(--opd-primary-dark) !important;
}

.opd-landing .services_box p {
    color: var(--opd-muted);
    font-size: 0.88rem;
}

.opd-landing .services_box img {
    border-radius: 12px !important;
}

.opd-landing .advanced_laser .btn {
    background: var(--opd-primary-dark) !important;
    color: #fff !important;
    border-radius: 50px !important;
}

/* Gallery — white */
.opd-landing #facility {
    background: #fff !important;
    padding: 52px 0;
}

.opd-landing .gallery_item {
    display: block;
    border-radius: var(--opd-radius) !important;
    overflow: hidden;
    border: 1px solid var(--opd-border) !important;
    box-shadow: var(--opd-shadow);
    line-height: 0;
}

.opd-landing .gallery_item img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    object-position: center center;
    border: none !important;
    margin: 0;
    vertical-align: top;
}

/* FAQ + Map */
.opd-landing .opd-faq-map-wrap {
    padding: 48px 15px;
    max-width: 1200px;
    background: var(--opd-bg-soft) !important;
    border-radius: var(--opd-radius-lg);
    margin-bottom: 32px;
}

.opd-landing .faq_front .card {
    border: 1px solid var(--opd-border) !important;
    border-radius: var(--opd-radius) !important;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #fff !important;
}

.opd-landing .faq_front .card-header {
    background: #fff !important;
}

.opd-landing .faq_front .btn-link {
    color: var(--opd-primary-dark) !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
}

.opd-landing .faq_front .btn-link:hover {
    color: var(--opd-accent) !important;
}

.opd-landing .faq_front .card-body {
    background: var(--opd-bg-muted) !important;
    color: var(--opd-muted);
}

.opd-landing .faq_icon {
    color: var(--opd-accent);
}

.opd-landing .map_box {
    border-radius: var(--opd-radius) !important;
    border: 1px solid var(--opd-border) !important;
    box-shadow: var(--opd-shadow) !important;
    overflow: hidden;
}

@media (min-width: 992px) {
    .opd-landing .opd-faq-map-row > .opd-faq-col,
    .opd-landing .opd-faq-map-row > .opd-map-col {
        display: flex;
        flex-direction: column;
    }

    .opd-landing .opd-map-col {
        margin-bottom: 0 !important;
    }

    .opd-landing #map .map_box {
        flex: 1 1 auto;
        display: flex;
        min-height: 0;
    }

    .opd-landing #map .map_box iframe {
        flex: 1 1 auto;
        width: 100%;
        height: 100% !important;
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .opd-landing #map .map_box,
    .opd-landing #map .map_box iframe {
        min-height: 320px;
    }
}

/* Bottom CTA */
.opd-landing .book_appointment {
    background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 100%) !important;
    border: none !important;
    border-radius: var(--opd-radius-lg) !important;
    padding: 32px 24px !important;
    box-shadow: var(--opd-shadow-lg) !important;
}

.opd-landing .book_appointment .section-title,
.opd-landing .book_appointment h3 {
    color: #fff !important;
}

.opd-landing .book_appointment p {
    color: rgba(255, 255, 255, 0.88);
}

.opd-landing .book_appointment .btn-primary {
    background: var(--opd-accent) !important;
    color: var(--opd-primary-dark) !important;
}

.opd-landing .opd-bottom-form__inputs {
    margin-left: 0;
    margin-right: 0;
}

.opd-landing .opd-bottom-form__field {
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .opd-landing .opd-bottom-form__field {
        margin-bottom: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .opd-landing .opd-bottom-form__inputs {
        margin-bottom: 18px;
    }
}

.opd-landing .opd-bottom-form__field .form-control {
    height: 48px !important;
    border-radius: 10px !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.opd-landing .opd-bottom-form__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 480px;
    margin: 0 auto;
}

.opd-landing .opd-bottom-form__actions-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}

.opd-landing .opd-bottom-form__actions-row .opd-bottom-form__btn {
    flex: 1 1 0;
    min-width: 0;
}

.opd-landing .btn_footer .opd-bottom-form__btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: filter 0.2s, transform 0.2s;
    background-image: none !important;
}

.opd-landing .opd-bottom-form__btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    text-decoration: none !important;
}

.opd-landing .opd-bottom-form__btn--book {
    background: var(--opd-accent) !important;
    color: var(--opd-primary-dark) !important;
}

.opd-landing .opd-bottom-form__btn--call {
    background: #fff !important;
    color: var(--opd-primary-dark) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
}

.opd-landing .opd-bottom-form__btn--wa {
    background: #10b981 !important;
    color: #fff !important;
}

/* Mobile fixed bar — Call + WhatsApp side by side */
.opd-landing .display_mobile_app .opd-mobile-bar.social_icon {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    left: 0;
    right: 0;
}

.opd-landing .opd-mobile-bar__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 100%;
}

.opd-landing .opd-mobile-bar__inner .opd-mobile-bar__btn {
    flex: 1 1 0;
    min-width: 0;
}

.opd-landing .opd-mobile-bar__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none !important;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.opd-landing .opd-mobile-bar__btn--call {
    background: var(--opd-primary-dark) !important;
    color: #fff !important;
    border: none !important;
}

.opd-landing .opd-mobile-bar__btn--wa {
    background: #10b981 !important;
    color: #fff !important;
}

.opd-landing .opd-mobile-bar__btn i {
    font-size: 1.05rem;
}

/* Footer */
/* style.css @480px sets .footer_address_Sec p { margin-bottom: 17% } — reset for OPD footer */
.opd-landing .opd-footer.footer_address_Sec p {
    margin-bottom: 0 !important;
}

.opd-landing .opd-footer.footer_address_Sec {
    background: linear-gradient(180deg, #b2f5ea 0%, #ecfdf5 28%, #f8fffe 55%, #ffffff 100%) !important;
    color: var(--opd-text);
    padding: 28px 0 72px;
    margin-top: 0;
    border-top: 1px solid #99f6e4;
}

.opd-landing .opd-footer__inner {
    max-width: 620px;
    margin: 0 auto;
}

.opd-landing .opd-footer__logo-link {
    display: inline-block;
    margin-bottom: 8px;
    line-height: 0;
}

/* style.css sets .footer_address_Sec img { max-width: 20px } — override */
.opd-landing .opd-footer .opd-footer__logo,
.opd-landing .footer_address_Sec .opd-footer__logo {
    display: block;
    width: auto !important;
    max-width: 200px !important;
    min-width: 160px;
    height: auto !important;
    max-height: 72px !important;
    margin: 0 auto;
    object-fit: contain;
}

.opd-landing .opd-footer__tagline {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--opd-primary-dark);
    margin: 0 0 12px;
}

.opd-landing .opd-footer__address {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--opd-muted);
    margin: 0 0 10px;
}

.opd-landing .opd-footer__address .fa {
    color: var(--opd-primary);
    margin-right: 6px;
}

.opd-landing .opd-footer__links-line {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.88rem;
    margin: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
}

.opd-landing .opd-footer__links-line a {
    color: var(--opd-primary-dark) !important;
    font-weight: 600;
    text-decoration: none !important;
}

.opd-landing .opd-footer__links-line a:hover {
    color: var(--opd-primary) !important;
}

.opd-landing .opd-footer__links-line .fa {
    margin-right: 4px;
    color: var(--opd-accent);
}

.opd-landing .opd-footer__sep {
    color: #cbd5e1;
    font-weight: 700;
}

.opd-landing .opd-footer__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.opd-landing .opd-footer__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border-radius: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.opd-landing .opd-footer__chip--call {
    background: var(--opd-primary-dark) !important;
    color: #fff !important;
    border: 1px solid var(--opd-primary-dark);
}

.opd-landing .opd-footer__chip--call:hover {
    background: var(--opd-primary) !important;
    border-color: var(--opd-primary);
    color: #fff !important;
}

.opd-landing .opd-footer__chip--wa {
    background: #fff !important;
    color: #047857 !important;
    border: 1px solid #6ee7b7;
}

.opd-landing .opd-footer__chip--wa:hover {
    background: #ecfdf5 !important;
    border-color: #34d399;
    color: #065f46 !important;
}

.opd-landing .opd-footer__copy {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(14, 116, 144, 0.12);
}

@media (max-width: 575px) {
    .opd-landing .opd-footer .opd-footer__logo {
        max-width: 170px !important;
        min-width: 140px;
        max-height: 60px !important;
    }
}

/* Legacy mobile bar classes — hidden if old markup remains */
.opd-landing .icon_call .icon_social,
.opd-landing .icon_book .icon_social {
    background: transparent !important;
}

/* Owl / misc overrides */
.opd-landing .post-slide2 {
    padding: 8px;
}

.opd-landing .btn {
    transition: opacity 0.2s, transform 0.2s;
}

.opd-landing ::placeholder {
    color: #94a3b8 !important;
}

@media (max-width: 991px) {
    .opd-landing {
        --opd-header-offset: 96px;
    }

    .opd-landing .opd-header__bar-item--hide-sm {
        display: none;
    }

    .opd-landing .opd-header__cta-sub {
        display: none;
    }

    .opd-landing .opd-header__cta {
        padding: 10px 14px;
    }

    .opd-landing .opd-specialists-row .form.sticky {
        position: static;
        top: auto;
    }

    .opd-landing .opd-testimonials {
        padding: 44px 0 52px;
    }

    .opd-landing .opd-testimonials__nav {
        width: 38px;
        height: 38px;
    }

    .opd-landing .opd-faq-map-wrap {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 575px) {
    .opd-landing {
        --opd-header-offset: 88px;
    }

    .opd-landing .opd-header__main {
        padding: 10px 0;
    }

    .opd-landing .opd-header__logo,
    .opd-landing .site-logo-img {
        max-height: 44px;
    }

    .opd-landing .opd-header__actions {
        gap: 8px;
    }

    .opd-landing .opd-header__cta {
        padding: 8px 10px;
        border-radius: 12px;
    }

    .opd-landing .opd-header__cta-icon {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .opd-landing .opd-header__cta-label {
        font-size: 0.78rem;
    }

    .opd-landing .opd-header__bar {
        font-size: 0.7rem;
    }

    .opd-landing .opd-header__bar-inner {
        padding: 6px 0;
    }

    .opd-landing .opd-testimonials__slider-wrap {
        padding: 0 34px;
    }

    .opd-landing .opd-testimonials__nav--prev {
        left: -4px;
    }

    .opd-landing .opd-testimonials__nav--next {
        right: -4px;
    }
}
