/* ============================================
   IMCKSA PATIENT-SIDE DESIGN OVERRIDES
   Premium Healthcare — Clean, Modern, Elegant
   ============================================
   This file overrides the Mediox template styles
   to create a polished, professional patient experience.
   ============================================ */

/* ============================================
   1. GLOBAL OVERRIDES & RESETS
   ============================================ */

/* Remove custom cursor on all devices — it's distracting */
.custom-cursor__cursor,
.custom-cursor__cursor-two {
    display: none !important;
}
body.custom-cursor,
body.custom-cursor * {
    cursor: auto !important;
}

/* Smoother page transitions */
.page-wrapper {
    overflow-x: hidden;
}

/* Better base typography */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2D3748;
    line-height: 1.7;
}

/* RTL font override */
[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
}

/* ============================================
   2. HEADER & NAVIGATION
   ============================================ */

/* Refined sticky header */
.main-header.sticky-header {
    transition: all 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}

.main-header.sticky-header.sticky-header--cloned {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Clean up header inner spacing */
.main-header__inner {
    padding: 0 8px;
}

/* Logo refinement */
.main-header__logo img {
    max-height: 52px;
    width: auto;
    transition: transform 0.3s ease;
}

/* Navigation links — cleaner, more spacious */
.main-menu__list > li > a {
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.01em;
    color: #2D3748 !important;
    padding: 12px 16px !important;
    transition: color 0.2s ease !important;
    position: relative;
}

.main-menu__list > li > a:hover,
.main-menu__list > li.current > a {
    color: #c9a17c !important;
}

/* Active link indicator */
.main-menu__list > li > a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 20px;
    height: 2px;
    background: #c9a17c;
    border-radius: 1px;
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}

.main-menu__list > li > a:hover::after,
.main-menu__list > li.current > a::after {
    transform: translateX(-50%) scaleX(1);
}

/* Dropdown refinement */
.main-menu__list > li > ul {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    padding: 8px !important;
    min-width: 220px !important;
    animation: imc-dropdown-in 0.2s ease;
}

@keyframes imc-dropdown-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.main-menu__list > li > ul > li > a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4A5568 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    transition: all 0.15s ease !important;
}

.main-menu__list > li > ul > li > a:hover {
    background: rgba(201, 161, 124, 0.06) !important;
    color: #c9a17c !important;
}

/* Language switcher — pill style */
.main-header__language {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: rgba(201, 161, 124, 0.06);
    border: 1px solid rgba(201, 161, 124, 0.12);
    border-radius: 100px !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #c9a17c !important;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.main-header__language:hover {
    background: rgba(201, 161, 124, 0.1);
    border-color: rgba(201, 161, 124, 0.2);
    color: #b38a64 !important;
}

.main-header__language .icon-globe {
    font-size: 16px;
}

/* Cart icon refinement */
.main-header__cart {
    position: relative;
    color: #2D3748 !important;
    transition: color 0.2s ease;
}

.main-header__cart:hover {
    color: #c9a17c !important;
}

.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #c9a17c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* Phone section — cleaner */
.main-header__call {
    border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-right: none !important;
    padding-left: 20px !important;
    margin-left: 8px !important;
}

[dir="rtl"] .main-header__call {
    border-left: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
    margin-right: 8px !important;
    margin-left: 0 !important;
}

.main-header__call__icon {
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 12px !important;
}

.main-header__call__title {
    font-size: 12px !important;
    color: #718096 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.main-header__call__number a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #2D3748 !important;
}

/* CTA button in header — premium warm gold */
.mediox-btn,
a.mediox-btn,
button.mediox-btn {
    background: #c9a17c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.01em;
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1) !important;
    box-shadow: 0 2px 8px rgba(201, 161, 124, 0.15);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mediox-btn:hover,
a.mediox-btn:hover,
button.mediox-btn:hover {
    background: #b38a64 !important;
    box-shadow: 0 6px 20px rgba(201, 161, 124, 0.25) !important;
    transform: translateY(-1px);
}

.mediox-btn:active,
a.mediox-btn:active {
    transform: translateY(0) scale(0.98);
}

.mediox-btn__icon {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.main-header__btn {
    padding: 12px 24px !important;
    font-size: 13px !important;
}

/* ============================================
   3. MOBILE MENU
   ============================================ */
.mobile-nav__content {
    background: #fff !important;
    padding: 32px 24px !important;
}

.mobile-nav__close {
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 12px !important;
    width: 44px !important;
    height: 44px !important;
}

.mobile-nav__container .main-menu__list > li > a {
    color: #2D3748 !important;
    font-weight: 600 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mobile-nav__language {
    background: rgba(201, 161, 124, 0.04) !important;
    border-radius: 14px !important;
    border-bottom: none !important;
    padding: 14px 20px !important;
}

.mobile-nav__language a {
    color: #c9a17c !important;
    font-weight: 700 !important;
}

.mobile-nav__contact li a {
    color: #4A5568 !important;
}

.mobile-nav__social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    color: #4A5568 !important;
    transition: all 0.2s ease;
}

.mobile-nav__social a:hover {
    background: rgba(201, 161, 124, 0.06);
    border-color: rgba(201, 161, 124, 0.2);
    color: #c9a17c !important;
}

/* Mobile hamburger */
.mobile-nav__btn span {
    background: #2D3748 !important;
    height: 2px !important;
    border-radius: 2px;
}

/* ============================================
   4. HERO / SLIDER SECTION
   ============================================ */
.main-slider-one__sub-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c9a17c !important;
    background: rgba(201, 161, 124, 0.08);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.main-slider-one__title {
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #1A202C !important;
}

.main-slider-one__text {
    color: #4A5568 !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
    max-width: 560px;
}

/* ============================================
   5. SECTION TITLES (Global)
   ============================================ */
.sec-title__tagline {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #c9a17c !important;
}

.sec-title__title {
    font-weight: 800 !important;
    color: #1A202C !important;
    line-height: 1.2 !important;
}

/* ============================================
   6. PAGE HEADERS (Generic)
   ============================================ */
.page-header {
    margin-top: 30px !important;
    padding: 140px 0 70px !important;
    background: linear-gradient(135deg, #3d2e20 0%, #5a4533 40%, #8c6d50 75%, #c9a17c 100%) !important;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 32px 32px;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201, 161, 124, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, var(--color-bg, #F8F9FA), transparent);
    pointer-events: none;
    border-radius: 0 0 32px 32px;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header__title {
    color: #fff !important;
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.mediox-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mediox-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mediox-breadcrumb li + li::before {
    content: '/';
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
}

.mediox-breadcrumb li a {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.mediox-breadcrumb li a:hover {
    color: #fff !important;
}

.mediox-breadcrumb li span {
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
}

/* ============================================
   7. SERVICE CARDS
   ============================================ */
.service-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s cubic-bezier(0.33, 1, 0.68, 1) !important;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(201, 161, 124, 0.15) !important;
}

.service-card__image img {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.service-card:hover .service-card__image img {
    transform: scale(1.06) !important;
}

.service-card__image::after {
    background: linear-gradient(180deg, rgba(107, 79, 56, 0) 0%, #6b4f38 100%) !important;
}

.service-card__content {
    padding: 20px 24px !important;
}

.service-card__title a {
    font-weight: 700 !important;
    color: #1A202C !important;
    font-size: 18px !important;
    transition: color 0.2s ease !important;
    text-decoration: none !important;
}

.service-card__title a:hover {
    color: #c9a17c !important;
}

.service-card__link {
    width: 44px !important;
    height: 44px !important;
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease !important;
}

.service-card:hover .service-card__link {
    background: #c9a17c !important;
    color: #fff !important;
}

.service-card__icon {
    background: #c9a17c !important;
    color: #fff !important;
    border-radius: 14px !important;
}

/* ============================================
   8. ABOUT SECTION
   ============================================ */
.about-one__experience {
    border-radius: 20px !important;
    overflow: hidden;
}

.about-one__experience__content {
    background: rgba(201, 161, 124, 0.9) !important;
    backdrop-filter: blur(8px);
}

.about-one__experience__year {
    color: #fff !important;
    font-weight: 800 !important;
}

.about-one__funfact__number {
    color: #c9a17c !important;
    font-weight: 800 !important;
}

.about-one__text {
    color: #4A5568 !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
}

/* ============================================
   9. WHY CHOOSE US
   ============================================ */
.why-choose-one__item {
    padding: 20px !important;
    border-radius: 16px !important;
    transition: background 0.2s ease !important;
}

.why-choose-one__item:hover {
    background: rgba(201, 161, 124, 0.03);
}

.why-choose-one__item__icon {
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 16px !important;
}

.why-choose-one__item__title {
    font-weight: 700 !important;
    color: #1A202C !important;
}

.why-choose-one__item__text {
    color: #4A5568 !important;
    line-height: 1.7 !important;
}

/* ============================================
   10. FUN FACTS / STATS COUNTER
   ============================================ */
.funfact-one {
    background: linear-gradient(135deg, #8c6d50, #c9a17c) !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
}

.funfact-one__bg {
    opacity: 0.15 !important;
}

.funfact-one__item__number {
    font-weight: 800 !important;
    font-size: 48px !important;
    color: #fff !important;
}

.funfact-one__item__title {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* ============================================
   11. APPOINTMENT FORM
   ============================================ */
.appointment-one {
    position: relative;
}

.appointment-one__content {
    background: #fff !important;
    border-radius: 24px !important;
    padding: 48px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.appointment-one__title {
    font-weight: 800 !important;
    color: #1A202C !important;
    font-size: 28px !important;
    margin-bottom: 32px !important;
}

/* Modern form card */
.appointment-form-card {
    background: #fff !important;
    border-radius: 24px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    overflow: hidden;
}

.card-header-appointment {
    padding: 32px 40px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    background: rgba(201, 161, 124, 0.02);
}

.card-header-appointment .header-icon {
    width: 56px;
    height: 56px;
    background: rgba(201, 161, 124, 0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a17c !important;
    font-size: 22px !important;
    margin-right: 20px;
    flex-shrink: 0;
}

[dir="rtl"] .card-header-appointment .header-icon {
    margin-right: 0;
    margin-left: 20px;
}

.card-header-appointment .header-text h3 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1A202C !important;
}

.card-header-appointment .header-text p {
    color: #718096 !important;
    font-size: 14px !important;
}

.card-body-appointment {
    padding: 40px !important;
}

/* Form section titles */
.form-section-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1A202C !important;
    border-left: 3px solid #c9a17c !important;
    padding-left: 14px !important;
    margin-bottom: 16px !important;
}

[dir="rtl"] .form-section-title {
    border-left: none !important;
    border-right: 3px solid #c9a17c !important;
    padding-left: 0 !important;
    padding-right: 14px !important;
}

/* Form labels */
.modern-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #4A5568 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.01em;
}

/* Form inputs — refined */
.modern-input {
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background: #F8FAFC !important;
    padding: 14px 16px 14px 46px !important;
    font-size: 15px !important;
    color: #2D3748 !important;
    transition: all 0.2s ease !important;
}

.modern-input:focus {
    border-color: #c9a17c !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(201, 161, 124, 0.06) !important;
    outline: none !important;
}

.input-with-icon i {
    color: #A0AEC0 !important;
    font-size: 15px !important;
    left: 16px !important;
}

[dir="rtl"] .input-with-icon i {
    left: auto !important;
    right: 16px !important;
}

[dir="rtl"] .modern-input {
    padding: 14px 46px 14px 16px !important;
}

/* Select styling */
select.modern-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23718096' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
    background-position: right 14px center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    padding-right: 42px !important;
}

[dir="rtl"] select.modern-input {
    background-position: left 14px center !important;
    padding-right: 46px !important;
    padding-left: 42px !important;
}

/* ============================================
   12. WORK PROCESS / CATEGORIES
   ============================================ */
.work-process-one__item {
    border-radius: 20px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
}

.work-process-one__item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-4px);
}

.work-process-one__item__icon img,
.work-process-icon-img {
    width: 52px !important;
    transition: transform 0.3s ease;
}

.work-process-one__item:hover .work-process-one__item__icon img {
    transform: scale(1.1);
}

.work-process-one__item__title {
    font-weight: 700 !important;
    color: #1A202C !important;
    font-size: 17px !important;
}

.work-process-one__item__text {
    color: #4A5568 !important;
    line-height: 1.7 !important;
    font-size: 14px !important;
}

/* ============================================
   13. TEAM / DOCTORS SECTION
   ============================================ */
.team-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s ease !important;
    background: #fff !important;
}

.team-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

.team-card__image img {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.team-card:hover .team-card__image img {
    transform: scale(1.05);
}

.team-card__identity {
    padding: 20px 24px !important;
}

.team-card__name a {
    font-weight: 700 !important;
    color: #1A202C !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.team-card__name a:hover {
    color: #c9a17c !important;
}

.team-card__designation {
    color: #c9a17c !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Social links in team cards */
.team-card .social-links a,
.social-links a {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    color: #718096 !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.team-card .social-links a:hover,
.social-links a:hover {
    background: rgba(201, 161, 124, 0.06) !important;
    border-color: rgba(201, 161, 124, 0.15) !important;
    color: #c9a17c !important;
}

/* Team section background */
.team-one {
    background: #F8FAFC !important;
    padding: 100px 0 !important;
}

.team-one__bg {
    opacity: 0.05 !important;
}

.team-one__inner__title {
    color: #1A202C !important;
    font-weight: 700 !important;
}

.team-one__inner__text {
    color: #4A5568 !important;
    line-height: 1.8 !important;
}

/* ============================================
   14. DOCTORS PAGE (Overrides for inline styles)
   ============================================ */
.doctors-hero {
    background: linear-gradient(135deg, #6b4f38 0%, #8c6d50 50%, #a5845e 100%) !important;
}

.doctors-hero__tagline {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-weight: 600;
}

.doctors-hero__title {
    color: #fff !important;
    font-weight: 800 !important;
}

.doctors-hero__subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

.doctors-hero__stat-number {
    color: #fff !important;
    font-weight: 800 !important;
}

/* Search card — override inline blue */
.search-card {
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.search-card .form-control,
.search-card .form-select {
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background: #F8FAFC !important;
}

.search-card .form-control:focus,
.search-card .form-select:focus {
    border-color: #c9a17c !important;
    box-shadow: 0 0 0 4px rgba(201, 161, 124, 0.06) !important;
    background: #fff !important;
}

/* Department pills — teal theme */
.dept-pill {
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
    background: #fff !important;
    color: #4A5568 !important;
}

.dept-pill:hover {
    border-color: #c9a17c !important;
    color: #c9a17c !important;
    box-shadow: 0 4px 16px rgba(201, 161, 124, 0.1) !important;
}

.dept-pill.active {
    background: #c9a17c !important;
    color: #fff !important;
    border-color: #c9a17c !important;
    box-shadow: 0 4px 16px rgba(201, 161, 124, 0.2) !important;
}

/* Doctor grid cards — teal theme */
.doctor-grid-card {
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

.doctor-grid-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

.doctor-grid-card__dept-badge {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #c9a17c !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
}

.doctor-grid-card__name a:hover {
    color: #c9a17c !important;
}

.doctor-grid-card__link {
    color: #c9a17c !important;
}

.doctor-grid-card__social a {
    color: #c9a17c !important;
}

.doctor-grid-card__social a:hover {
    background: #c9a17c !important;
    color: #fff !important;
}

/* ============================================
   14.5 DOCTOR DETAIL PAGE
   ============================================ */
.doctor-hero {
    background: linear-gradient(135deg, #6b4f38 0%, #8c6d50 50%, #a5845e 100%) !important;
}

.doctor-hero__dept {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.doctor-hero__social a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.doctor-hero__photo__ring {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.doctor-detail__tab-btn.active,
.doctor-detail__tab-btn:hover {
    color: #c9a17c !important;
    border-color: #c9a17c !important;
}

.doctor-detail__section {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

/* ============================================
   15. TESTIMONIALS
   ============================================ */
.testimonial-card {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden;
    transition: all 0.3s ease !important;
}

.testimonial-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
}

.testimonial-card__name {
    font-weight: 700 !important;
    color: #1A202C !important;
}

.testimonial-card__designation {
    color: #c9a17c !important;
    font-weight: 500 !important;
}

.testimonial-card__quote {
    color: #4A5568 !important;
    line-height: 1.8 !important;
    font-style: italic;
}

/* Rating stars — gold */
.mediox-ratings__icon i {
    color: #F59E0B !important;
}

/* ============================================
   16. BLOG CARDS
   ============================================ */
.blog-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s ease !important;
    background: #fff !important;
}

.blog-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

.blog-card__category {
    background: #c9a17c !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 6px 16px !important;
}

.blog-card__content {
    padding: 24px !important;
}

.blog-card__meta li,
.blog-card__meta li a {
    color: #718096 !important;
    font-size: 13px !important;
}

.blog-card__title a {
    font-weight: 700 !important;
    color: #1A202C !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.blog-card__title a:hover {
    color: #c9a17c !important;
}

.blog-card__btn {
    color: #c9a17c !important;
}

/* ============================================
   16.5 BLOG CARD TWO (Blog Grid Page)
   ============================================ */
.blog-card-two {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s ease !important;
    background: #fff !important;
}

.blog-card-two:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

.blog-card-two__image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card-two__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.blog-card-two__content {
    padding: 24px !important;
}

.blog-card-two__title a {
    font-weight: 700 !important;
    color: #1A202C !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.blog-card-two__title a:hover {
    color: #c9a17c !important;
}

.blog-page {
    background: #F8FAFC;
}

/* ============================================
   17. CONTACT PAGE
   ============================================ */
.contact-page {
    margin-top: 100px;
}

/* Form styling for contact page */
.form-one input,
.form-one textarea,
.form-one select {
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background: #F8FAFC !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    color: #2D3748 !important;
    transition: all 0.2s ease !important;
}

.form-one input:focus,
.form-one textarea:focus,
.form-one select:focus {
    border-color: #c9a17c !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(201, 161, 124, 0.06) !important;
    outline: none !important;
}

.form-one input::placeholder,
.form-one textarea::placeholder {
    color: #A0AEC0 !important;
}

/* Contact info items */
.contact-page__info__icon {
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 14px !important;
}

.contact-page__info__title {
    font-weight: 700 !important;
    color: #1A202C !important;
    font-size: 16px !important;
}

.contact-page__info__link {
    color: #4A5568 !important;
    transition: color 0.2s ease !important;
}

.contact-page__info__link:hover {
    color: #c9a17c !important;
}

/* ============================================
   18. FOOTER
   ============================================ */
.main-footer {
    background: #0A1628 !important;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.main-footer__bg {
    opacity: 0.03 !important;
}

.footer-widget__logo img {
    max-height: 52px;
}

.footer-widget__about-text {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

.footer-widget__title {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: #c9a17c;
    border-radius: 1px;
}

[dir="rtl"] .footer-widget__title::after {
    left: auto;
    right: 0;
}

.footer-widget__links li a {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 14px !important;
    padding: 6px 0 !important;
    display: block;
    transition: all 0.2s ease !important;
}

.footer-widget__links li a:hover {
    color: #c9a17c !important;
    padding-inline-start: 8px !important;
}

/* Footer blog posts */
.footer-widget__posts__title a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    transition: color 0.2s ease !important;
}

.footer-widget__posts__title a:hover {
    color: #c9a17c !important;
}

.footer-widget__posts__meta a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px !important;
}

.footer-widget__posts__image {
    border-radius: 12px !important;
    overflow: hidden;
}

/* Footer CTA button */
.footer-widget__btn {
    background: #c9a17c !important;
    color: #fff !important;
    border-radius: 14px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    border: none !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.footer-widget__btn:hover {
    background: #b38a64 !important;
    box-shadow: 0 6px 20px rgba(201, 161, 124, 0.3) !important;
}

/* Footer social links */
.main-footer .social-links a {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
}

.main-footer .social-links a:hover {
    background: rgba(201, 161, 124, 0.15) !important;
    border-color: rgba(201, 161, 124, 0.3) !important;
    color: #c9a17c !important;
}

/* Footer contact info bar */
.main-footer__info {
    border-radius: 20px !important;
    overflow: hidden;
}

.main-footer__contact__icon {
    background: rgba(201, 161, 124, 0.15) !important;
    color: #c9a17c !important;
    border-radius: 14px !important;
}

.main-footer__contact__title {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.main-footer__contact__text a {
    color: #fff !important;
    font-weight: 600 !important;
    transition: color 0.2s ease !important;
}

.main-footer__contact__text a:hover {
    color: #c9a17c !important;
}

/* Copyright */
.main-footer__copyright {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px !important;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* ============================================
   18.5 PAYMENT RESULT SECTIONS
   ============================================ */
.payment-result-section {
    padding: 160px 0 100px !important;
    margin-top: 0 !important;
    background: #F8FAFC;
    min-height: 70vh;
}

/* ============================================
   19. APPOINTMENT SUCCESS
   ============================================ */
.appointment-success-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    max-width: 560px;
    margin: 0 auto;
}

/* ============================================
   20. MY APPOINTMENTS PAGE
   ============================================ */
.appointments-section {
    background: #F8FAFC !important;
    padding: 140px 0 80px !important;
}

.appointment-card {
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

.appointment-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08) !important;
}

.appointment-card__date-icon {
    background: linear-gradient(135deg, #8c6d50, #c9a17c) !important;
    border-radius: 14px !important;
}

/* ============================================
   21. OFFERS CARDS
   ============================================ */
.product-card,
.shop-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s ease !important;
    background: #fff !important;
}

.product-card:hover,
.shop-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
}

/* ============================================
   22. CART & CHECKOUT
   ============================================ */
.cart-page,
.checkout-page {
    margin-top: 120px;
    padding-bottom: 80px;
}

.cart-page__table {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* ============================================
   23. INVOICES
   ============================================ */
.invoice-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

/* ============================================
   24. POINTS PAGE
   ============================================ */
.points-hero,
.loyalty-hero {
    background: linear-gradient(135deg, #8c6d50, #c9a17c) !important;
}

/* ============================================
   25. WELCOME SECTION
   ============================================ */
.welcome-one__inner {
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* ============================================
   26. CLIENT / BRAND CAROUSEL
   ============================================ */
.client-carousel {
    padding: 60px 0 !important;
    background: #F8FAFC;
}

.client-carousel__one__image {
    opacity: 0.4 !important;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.client-carousel__one__item:hover .client-carousel__one__image {
    opacity: 0.7 !important;
    filter: grayscale(0%);
}

/* ============================================
   27. ALERTS & NOTIFICATIONS
   ============================================ */
.alert {
    border-radius: 14px !important;
    border: none !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.alert-success {
    background: rgba(22, 163, 74, 0.08) !important;
    color: #15803D !important;
    border-left: 4px solid #16A34A !important;
}

.alert-danger {
    background: rgba(220, 38, 38, 0.08) !important;
    color: #B91C1C !important;
    border-left: 4px solid #DC2626 !important;
}

.alert-info {
    background: rgba(37, 99, 235, 0.08) !important;
    color: #1D4ED8 !important;
    border-left: 4px solid #2563EB !important;
}

.alert-warning {
    background: rgba(217, 119, 6, 0.08) !important;
    color: #B45309 !important;
    border-left: 4px solid #D97706 !important;
}

[dir="rtl"] .alert-success,
[dir="rtl"] .alert-danger,
[dir="rtl"] .alert-info,
[dir="rtl"] .alert-warning {
    border-left: none !important;
    border-right: 4px solid;
}

[dir="rtl"] .alert-success { border-right-color: #16A34A !important; }
[dir="rtl"] .alert-danger { border-right-color: #DC2626 !important; }
[dir="rtl"] .alert-info { border-right-color: #2563EB !important; }
[dir="rtl"] .alert-warning { border-right-color: #D97706 !important; }

/* ============================================
   28. BADGES (Status)
   ============================================ */
.badge {
    border-radius: 100px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    padding: 6px 14px !important;
    letter-spacing: 0.01em;
}

/* ============================================
   29. SCROLL TO TOP
   ============================================ */
.scroll-to-top {
    background: #c9a17c !important;
    color: #fff !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 16px rgba(201, 161, 124, 0.3) !important;
    width: 48px !important;
    height: 48px !important;
}

.scroll-to-top:hover {
    background: #b38a64 !important;
}

/* ============================================
   30. PAGINATION
   ============================================ */
.pagination .page-link {
    border-radius: 12px !important;
    border: 1.5px solid #E2E8F0 !important;
    color: #4A5568 !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
    margin: 0 3px !important;
    transition: all 0.2s ease !important;
}

.pagination .page-link:hover {
    background: rgba(201, 161, 124, 0.06) !important;
    border-color: #c9a17c !important;
    color: #c9a17c !important;
}

.pagination .page-item.active .page-link {
    background: #c9a17c !important;
    border-color: #c9a17c !important;
    color: #fff !important;
}

/* ============================================
   31. LOADER
   ============================================ */
.preloader {
    background: #fff !important;
}

/* ============================================
   32. SIDEBAR (off-canvas)
   ============================================ */
.sidebar__content {
    background: #fff !important;
}

.sidebar__close {
    background: rgba(201, 161, 124, 0.08) !important;
    color: #c9a17c !important;
    border-radius: 12px !important;
}

/* ============================================
   33. RESPONSIVE REFINEMENTS
   ============================================ */
@media (max-width: 1199px) {
    .main-header__call {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding: 130px 0 56px !important;
        border-radius: 0 0 24px 24px;
    }

    .appointment-one__content {
        padding: 32px 24px !important;
    }

    .card-body-appointment {
        padding: 24px !important;
    }

    .card-header-appointment {
        padding: 24px !important;
    }

    .appointments-section {
        padding: 120px 0 60px !important;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding: 110px 0 40px !important;
        border-radius: 0 0 20px 20px;
        margin-top: 30px !important;
    }

    .page-header__title {
        font-size: 24px !important;
    }

    .mediox-breadcrumb {
        padding: 8px 16px;
        font-size: 12px;
    }

    .sec-title__title {
        font-size: 26px !important;
    }

    .appointment-one__content {
        padding: 24px 16px !important;
    }

    .appointment-one__title {
        font-size: 22px !important;
    }

    .card-body-appointment {
        padding: 20px !important;
    }

    .card-header-appointment {
        padding: 20px !important;
        flex-direction: column;
        gap: 12px;
    }

    .card-header-appointment .header-icon {
        width: 48px;
        height: 48px;
        font-size: 18px !important;
    }

    .service-card__content {
        padding: 16px 20px !important;
    }

    .doctor-grid-card__photo {
        height: 240px !important;
    }

    .funfact-one__item__number {
        font-size: 36px !important;
    }

    .main-footer .social-links {
        margin-top: 16px;
    }

    .mediox-btn,
    a.mediox-btn,
    button.mediox-btn {
        padding: 12px 24px !important;
        font-size: 13px !important;
        width: 100%;
        justify-content: center;
    }

    .blog-card__content {
        padding: 20px !important;
    }

    .footer-widget__title {
        margin-bottom: 16px !important;
    }

    .welcome-one__inner {
        border-radius: 16px !important;
    }

    .appointments-section {
        padding: 110px 0 48px !important;
    }
}

@media (max-width: 575px) {
    .appointment-card__header {
        padding: 16px !important;
    }

    .appointment-card__date-icon {
        width: 48px !important;
        height: 48px !important;
    }
}

/* ============================================
   34. SECTION SPACING CONSISTENCY
   ============================================ */
.section-space {
    padding: 100px 0 !important;
}

.section-space-two {
    padding: 100px 0 !important;
}

.section-space-top {
    padding-top: 100px !important;
}

.section-space-bottom {
    padding-bottom: 100px !important;
}

@media (max-width: 767px) {
    .section-space,
    .section-space-two {
        padding: 64px 0 !important;
    }

    .section-space-top {
        padding-top: 64px !important;
    }

    .section-space-bottom {
        padding-bottom: 64px !important;
    }
}

/* ============================================
   35. SMOOTH ANIMATIONS
   ============================================ */
.wow {
    animation-duration: 0.8s !important;
}

/* Reduce animation intensity for cleaner feel */
@media (prefers-reduced-motion: reduce) {
    .wow {
        animation: none !important;
    }
}

/* ============================================
   36. LOGIN / AUTH PAGES
   ============================================ */
.login-page,
.register-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FAFC;
    padding: 40px 20px;
}

.login-card,
.auth-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 48px;
    max-width: 480px;
    width: 100%;
}

/* ============================================
   37. EMPTY STATES
   ============================================ */
.team-empty {
    background: #F8FAFC !important;
    border: 2px dashed #E2E8F0 !important;
    border-radius: 24px !important;
}

.team-empty__icon {
    background: rgba(201, 161, 124, 0.06) !important;
    color: #c9a17c !important;
}

.team-empty__title {
    color: #1A202C !important;
}

.team-empty__text {
    color: #718096 !important;
}

/* ============================================
   38. GOOGLE MAP SECTION
   ============================================ */
.google-map iframe {
    border-radius: 0 !important;
    border: none !important;
    width: 100%;
    height: 450px;
}

/* ============================================
   39. WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 999;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

[dir="rtl"] .whatsapp-float {
    left: auto;
    right: 24px;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    color: #fff;
}

/* ============================================
   40. MEDICAL FILE / PATIENT PORTAL
   ============================================ */
.medical-file-section {
    padding: 140px 0 80px;
    background: #F8FAFC;
    min-height: 80vh;
}

.medical-sidebar {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.medical-sidebar .nav-link {
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #4A5568 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.medical-sidebar .nav-link:hover,
.medical-sidebar .nav-link.active {
    background: rgba(201, 161, 124, 0.06) !important;
    color: #c9a17c !important;
}

/* ============================================
   41. BOOTSTRAP SELECT OVERRIDE
   ============================================ */
.bootstrap-select .dropdown-toggle {
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 14px !important;
    background: #F8FAFC !important;
    padding: 14px 16px !important;
}

.bootstrap-select .dropdown-toggle:focus {
    border-color: #c9a17c !important;
    box-shadow: 0 0 0 4px rgba(201, 161, 124, 0.06) !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08) !important;
    padding: 8px !important;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    border-radius: 10px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item.active {
    background: rgba(201, 161, 124, 0.06) !important;
    color: #c9a17c !important;
}

/* ============================================
   42. FOCUS & ACCESSIBILITY
   ============================================ */
:focus-visible {
    outline: 2px solid #c9a17c !important;
    outline-offset: 2px !important;
    border-radius: 4px;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: #c9a17c;
    color: #fff;
    padding: 12px 24px;
    z-index: 10000;
    font-weight: 700;
    border-radius: 0 0 12px 0;
    transition: top 0.2s;
}

.skip-link:focus {
    top: 0;
}

/* ============================================
   43. OWL CAROUSEL NAV OVERRIDES
   ============================================ */
.mediox-owl__carousel--basic-nav .owl-nav button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    border: 1.5px solid #E2E8F0 !important;
    background: #fff !important;
    color: #4A5568 !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.mediox-owl__carousel--basic-nav .owl-nav button:hover {
    background: #c9a17c !important;
    border-color: #c9a17c !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(201, 161, 124, 0.2) !important;
}

.owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #CBD5E1 !important;
    transition: all 0.25s ease !important;
    margin: 0 5px !important;
}

.owl-dots .owl-dot.active span {
    background: #c9a17c !important;
    width: 28px !important;
    border-radius: 100px !important;
}

/* ============================================
   44. SERVICE DETAILS PAGE
   ============================================ */
.service-details {
    background: #fff;
}

.service-details__sidebar {
    background: #F8FAFC !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    padding: 28px !important;
}

.service-details__content h2,
.service-details__content h3 {
    color: #1A202C !important;
    font-weight: 700 !important;
}

.service-details__content p {
    color: #4A5568 !important;
    line-height: 1.8 !important;
}

/* ============================================
   45. OFFERS DETAIL PAGE
   ============================================ */
.offer-detail-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

/* ============================================
   46. CHECKOUT PAGE
   ============================================ */
.checkout-page__form {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    padding: 32px !important;
}

/* ============================================
   47. BLOG DETAILS
   ============================================ */
.blog-details-page {
    background: #F8FAFC;
}

.blog-details__content {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.blog-details__content h1,
.blog-details__content h2,
.blog-details__content h3 {
    color: #1A202C !important;
    font-weight: 700 !important;
}

.blog-details__content p {
    color: #4A5568 !important;
    line-height: 1.8 !important;
}

/* Comments section */
.comments-one {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 32px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.comments-one__title {
    color: #1A202C !important;
    font-weight: 700 !important;
}

/* ============================================
   48. TERMS & PRIVACY PAGES
   ============================================ */
.terms-content,
.privacy-content {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* ============================================
   49. MEDICAL FILE PAGES
   ============================================ */
.medical-card,
.vital-card,
.laser-card {
    background: #fff !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden;
}

/* ============================================
   50. GENERAL UTILITIES
   ============================================ */

/* Spacing for pages that start directly with content (no hero/page-header) */
.contact-page,
.contact-page__inner {
    padding-top: 60px !important;
}

/* The contact-page section needs extra top for the header */
.contact-page.section-space-top {
    padding-top: 140px !important;
}

/* Better table styling */
.table {
    border-radius: 16px;
    overflow: hidden;
}

.table thead th {
    background: #F8FAFC !important;
    border-bottom: 2px solid #E2E8F0 !important;
    font-weight: 600 !important;
    color: #4A5568 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 16px !important;
}

.table td {
    padding: 14px 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    color: #2D3748;
}

/* ============================================
   99. PRINT STYLES
   ============================================ */
@media print {
    .main-header,
    .main-footer,
    .mobile-nav__wrapper,
    .sidebar,
    .scroll-to-top,
    .whatsapp-float {
        display: none !important;
    }

    body {
        color: #000 !important;
        background: #fff !important;
    }
}