/* ========== Hero tek renk (restaurant_detail_hero yerine #5B9B3F) ========== */
.hero_in.detail_page.hero-solid-bg {
    background-color: #5B9B3F !important;
    background-image: none !important;
    height: 280px !important;
    min-height: 280px !important;
}
.hero_in.detail_page.hero-solid-bg .wrapper.opacity-mask {
    min-height: 280px !important;
}
@media (max-width: 767px) {
    .hero_in.detail_page.hero-solid-bg { height: 240px !important; min-height: 240px !important; }
    .hero_in.detail_page.hero-solid-bg .wrapper.opacity-mask { min-height: 240px !important; }
}

/* hero_single inner_pages: tek renk #5B9B3F (gradient/resim yerine) */
.hero_single.inner_pages.hero-solid-bg {
    background-color: #5B9B3F !important;
    background-image: none !important;
    height: 480px !important;
    min-height: 480px !important;
}
@media (max-width: 767px) {
    .hero_single.inner_pages.hero-solid-bg { height: 320px !important; min-height: 320px !important; }
}

/* ========== Header Üye Menüsü ========== */
#top_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
}

#top_menu .user-menu .dropdown-toggle {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

#top_menu .user-menu .dropdown-toggle:hover {
    background: rgba(255,255,255,0.15);
    color: #fff !important;
}

.sticky #top_menu .user-menu .dropdown-toggle {
    color: #444 !important;
}

.sticky #top_menu .user-menu .dropdown-toggle:hover {
    color: #589442 !important;
}

.user-menu-avatar {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.sticky .user-menu-avatar {
    background: #e8f0e8;
    color: #589442;
}

.user-menu-name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9rem;
}

.user-menu-arrow {
    font-size: 0.7rem;
    opacity: 0.8;
    transition: transform 0.2s;
}

.user-menu.show .user-menu-arrow {
    transform: rotate(180deg);
}

.user-dropdown {
    min-width: 200px;
    padding: 0.5rem 0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #eee;
}

.user-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #333 !important;
}

.user-dropdown .dropdown-item:hover {
    background: #f8f9fa;
    color: #589442 !important;
}

.user-dropdown .dropdown-divider {
    margin: 0.35rem 0;
}

@media (max-width: 991px) {
    #top_menu .user-menu .dropdown-toggle {
        padding: 6px 10px;
    }
    .user-menu-name {
        max-width: 80px;
    }
}

/* ========== Menü tablosu ========== */
.menu-thumb-cell {
    width: 70px;
    padding: 10px 12px;
    vertical-align: middle;
}
.menu-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.menu-thumb-placeholder {
    width: 56px;
    height: 56px;
    background: #eee;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1.2rem;
}
.menu-cat-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
    color: #333;
}
.menu-cat-title:first-of-type { margin-top: 0; }

.menu-table {
    margin-bottom: 0;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}
.menu-table tbody tr {
    border-bottom: 1px solid #eee;
}
.menu-table tbody tr:last-child {
    border-bottom: none;
}
.menu-table tbody tr:nth-of-type(even) {
    background: #fafafa;
}
.menu-item-cell {
    padding: 14px 16px;
    vertical-align: middle;
}
.menu-item-cell strong {
    display: block;
    font-size: 0.95rem;
}
.menu-meta {
    font-size: 0.75rem;
    color: #888;
    margin-left: 4px;
}
.menu-desc {
    font-size: 0.8rem;
    color: #666;
    margin: 4px 0 0 0;
    line-height: 1.35;
}
.menu-price-cell,
.menu-action-cell {
    text-align: right;
}
.menu-price-cell {
    padding: 12px 16px;
    vertical-align: middle;
    font-weight: 600;
    color: #2d7a3e;
    white-space: nowrap;
}
.menu-action-cell {
    padding: 12px 16px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
}

.add_cart_form {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.add_cart_form .cart_qty_input {
    width: 42px;
    padding: 6px 4px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.85rem;
}
.add_cart_form .portion-select {
    width: auto;
    min-width: 140px;
    max-width: 200px;
    font-size: 0.8rem;
    padding: 5px 8px;
}
.portion-option {
    font-size: 0.85rem;
    color: #2d7a3e;
}
.add_cart_form .btn_add_to_cart {
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 500;
    background: #2d7a3e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.add_cart_form .btn_add_to_cart:hover {
    background: #246830;
}

/* Cart extras modal - soft & zarif profesyonel */
.cart-extras-modal .modal-content {
    border-radius: 14px;
    box-shadow: 0 20px 48px rgba(0,0,0,0.08);
    border: 1px solid #e8e6e3;
}
.cart-extras-modal .modal-header {
    background: linear-gradient(180deg, #f8f7f5 0%, #f0eeeb 100%);
    color: #4a5246;
    border-radius: 14px 14px 0 0;
    border-bottom: 1px solid #e8e6e3;
    padding: 1rem 1.25rem;
}
.cart-extras-modal .modal-header .close {
    color: #6b7268;
    opacity: 0.75;
    text-shadow: none;
}
.cart-extras-modal .modal-header .close:hover {
    opacity: 1;
}
.cart-extras-modal .modal-header .modal-title {
    font-weight: 600;
    color: #4a5246;
}
.cart-extras-modal .modal-body {
    background: #fafaf9;
}
.cart-extras-summary {
    background: #fff !important;
    border: 1px solid #e0ddd8;
    border-radius: 10px;
    padding: 0.75rem 1rem !important;
}
.cart-extras-summary .row.align-items-center {
    align-items: flex-start;
    gap: 0;
}
.cart-extras-summary #cart_extras_item_name {
    color: #4a5246;
    font-size: 0.95rem;
}
.cart-extras-summary #cart_extras_base_price {
    color: #6b7268;
    font-size: 0.78rem;
}
.cart-extras-qty-row {
    background: rgba(138, 149, 133, 0.06);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    margin-top: 0.5rem !important;
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    width: fit-content;
}
.cart-extras-qty-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5a6156;
}
.cart-extras-qty-input {
    width: 56px;
    display: inline-block;
    border: 1px solid #e0ddd8;
    border-radius: 6px;
    padding: 0.25rem 0.4rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    color: #4a5246;
}
.cart-extras-qty-input:focus {
    border-color: #8a9585;
    box-shadow: 0 0 0 2px rgba(138, 149, 133, 0.15);
}
.cart-extras-total {
    text-align: right;
}
.cart-extras-total strong {
    font-size: 0.95rem;
}
.cart-extras-category {
    border-bottom: 1px solid #e8e6e3;
    padding-bottom: 0.75rem;
}
.cart-extras-category:last-child {
    border-bottom: none;
}
.cart-extras-portions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}
.cart-portion-radio-row {
    flex: 0 0 auto;
}
.cart-portion-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0ddd8;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    color: #4a5246;
}
.cart-portion-radio-label:hover {
    background: #f8f7f5;
    border-color: #b8bfb3;
}
.cart-portion-radio-label.portion-selected {
    background: rgba(138, 149, 133, 0.12);
    border-color: #8a9585;
    color: #4a5246;
}
.cart-portion-radio-label input[type="radio"] {
    margin: 0 0.5rem 0 0;
    accent-color: #8a9585;
    cursor: pointer;
}

.cart-extras-cat-title {
    font-weight: 600;
    color: #4a5246;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #8a9585;
}
.cart-extras-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}
.cart-extra-checkbox-row {
    flex: 0 0 auto;
}
.cart-extra-row-with-qty {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.cart-extra-qty-wrap {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.cart-extra-qty-input {
    width: 50px;
    padding: 4px 6px;
    font-size: 0.85rem;
    text-align: center;
    border: 1px solid #e0ddd8;
    border-radius: 6px;
}
.cart-extra-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0ddd8;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    color: #4a5246;
}
.cart-extra-checkbox-label:hover {
    background: #f8f7f5;
    border-color: #b8bfb3;
}
.cart-extra-checkbox-label.cart-extra-selected,
.cart-extra-checkbox-label:has(input:checked) {
    background: rgba(138, 149, 133, 0.12);
    border-color: #8a9585;
    color: #4a5246;
}
.cart-extra-checkbox {
    margin: 0 0.5rem 0 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #8a9585;
}
.cart-extras-modal .modal-footer {
    background: #f8f7f5;
    border-top: 1px solid #e8e6e3;
    padding: 1rem 1.25rem;
    gap: 0.75rem;
}
.cart-extras-modal .modal-footer .btn-outline-secondary {
    padding: 0.5rem 1.25rem;
    border: 1px solid #e0ddd8;
    background: #fff;
    color: #5a6156;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.25s ease;
}
.cart-extras-modal .modal-footer .btn-outline-secondary:hover {
    background: #f8f7f5;
    border-color: #b8bfb3;
    color: #4a5246;
}
.cart-extras-modal #cart_extras_confirm {
    padding: 0.65rem 1.5rem !important;
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
    transition: all 0.25s ease;
}
.cart-extras-modal #cart_extras_confirm:hover {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%) !important;
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
    transform: translateY(-1px);
}
.cart-extras-modal #cart_extras_confirm i {
    opacity: 0.95;
}

/* ========== Sepet sidebar ========== */
.cart-sidebar {
    position: sticky;
    top: 100px;
}
.cart-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.cart-card h4 {
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}
.cart-empty {
    text-align: center;
    padding: 1.5rem 0;
    color: #999;
}
.cart-empty-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}
.cart-empty p {
    margin: 0;
    font-size: 0.9rem;
}
.cart-items {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    max-height: 240px;
    overflow-y: auto;
}
.cart-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    gap: 6px;
}
.cart-row:last-child { border-bottom: none; }
.cart-name {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
}
.cart-name .cart-item-extras {
    font-size: 0.75rem !important;
    font-style: italic !important;
    color: #64748b;
}
.cart-price {
    font-weight: 600;
    font-size: 0.875rem;
    color: #2d7a3e;
}
.cart-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cart-qty-input {
    width: 38px;
    padding: 4px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.8rem;
}
.btn_remove_cart {
    width: 26px;
    height: 26px;
    padding: 0;
    border: none;
    background: #f0f0f0;
    color: #666;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
}
.btn_remove_cart:hover {
    background: #e0e0e0;
    color: #c00;
}
.cart-footer {
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.cart-total {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
.cart-total strong {
    float: right;
    color: #2d7a3e;
}
.btn-checkout {
    display: block;
    text-align: center;
    padding: 12px;
    background: #2d7a3e;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}
.btn-checkout:hover {
    background: #246830;
    color: #fff;
}
/* ===== REZERVASYON - Soft & Zarif Profesyonel ===== */
.sidebar-reservation-pro {
    margin-top: 1rem;
    background: linear-gradient(180deg, #fafaf9 0%, #f5f4f1 100%);
    border: 1px solid #e8e6e3;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}
.reservation-pro-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.reservation-pro-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #9ca89b 0%, #8a9585 100%);
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.reservation-pro-title h6 {
    margin: 0 0 4px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #4a5246;
}
.reservation-pro-badge {
    font-size: 0.7rem;
    color: #7a8575;
    background: rgba(122, 133, 117, 0.12);
    padding: 2px 8px;
    border-radius: 6px;
}
.reservation-pro-desc {
    font-size: 0.85rem;
    color: #6b7268;
    margin-bottom: 12px;
    line-height: 1.4;
}
.reservation-pro-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 12px;
    font-size: 0.75rem;
    color: #6b7268;
}
.reservation-pro-features span i {
    color: #8a9585;
    margin-right: 4px;
}
.reservation-pro-quick-dates {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}
.res-date-chip {
    flex: 1;
    padding: 6px 10px;
    font-size: 0.75rem;
    border: 1px solid #e0ddd8;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #6b7268;
}
.res-date-chip:hover {
    border-color: #b8bfb3;
    background: #f8f7f5;
    color: #5a6156;
}
.res-date-chip.active {
    border-color: #8a9585;
    background: rgba(138, 149, 133, 0.12);
    color: #5a6156;
}
.btn-reservation-pro-open {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}
.btn-reservation-pro-open:hover {
    background: linear-gradient(135deg, #047857 0%, #065f46 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
}
.btn-reservation-pro-call {
    display: block;
    width: 100%;
    padding: 10px;
    background: #f5f4f1;
    color: #5a6156;
    border: 1px solid #e5e3df;
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: center;
    transition: all 0.2s;
}
.btn-reservation-pro-call:hover {
    background: #ebe9e5;
    color: #4a5246;
    text-decoration: none;
}

/* Rezervasyon Modal - Soft & Zarif */
.reservation-modal-pro .modal-dialog { max-width: 560px; }
.reservation-modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e6e3;
    box-shadow: 0 24px 48px rgba(0,0,0,0.08);
}
.reservation-modal-header {
    background: linear-gradient(180deg, #f8f7f5 0%, #f0eeeb 100%);
    color: #4a5246;
    border-bottom: 1px solid #e8e6e3;
    padding: 1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.reservation-modal-header .modal-title { margin: 0; font-size: 1.1rem; font-weight: 600; color: #4a5246; }
.reservation-modal-header .close { color: #6b7268; opacity: 0.7; }
.reservation-modal-header .close:hover { opacity: 1; }
.reservation-steps-indicator {
    display: flex;
    gap: 6px;
    margin-left: auto;
    font-size: 0.75rem;
}
.reservation-steps-indicator .step {
    padding: 5px 12px;
    background: rgba(107, 114, 104, 0.08);
    border-radius: 8px;
    color: #6b7268;
    transition: all 0.25s ease;
}
.reservation-steps-indicator .step.active {
    background: rgba(138, 149, 133, 0.2);
    color: #5a6156;
    font-weight: 500;
}
.reservation-modal-body { padding: 1.25rem 1.5rem; background: #fafaf9; }
.reservation-modal-body .form-control {
    border-color: #e0ddd8;
    background: #fff;
    color: #4a5246;
}
.reservation-modal-body .form-control:focus {
    border-color: #8a9585;
    box-shadow: 0 0 0 3px rgba(138, 149, 133, 0.12);
}
.res-step-title { font-size: 0.9rem; color: #4a5246; margin-bottom: 1rem; font-weight: 500; }
.res-quick-dates .btn {
    margin-right: 6px;
    margin-bottom: 6px;
    border: 1px solid #e0ddd8;
    color: #6b7268;
    background: #fff;
    transition: all 0.25s ease;
}
.res-quick-dates .btn:hover {
    border-color: #b8bfb3;
    background: #f8f7f5;
    color: #5a6156;
}
.res-quick-dates .btn.btn-primary {
    background: rgba(138, 149, 133, 0.2) !important;
    border-color: #8a9585 !important;
    color: #5a6156 !important;
}
.res-slots-loading { font-size: 0.8rem; color: #6b7268; margin-top: 6px; display: none; }
.res-slots-loading.active { display: block; }
.res-guests-selector { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.res-guest-btn {
    min-width: 40px;
    border: 1px solid #e0ddd8;
    color: #6b7268;
    background: #fff;
    transition: all 0.25s ease;
}
.res-guest-btn:hover {
    border-color: #b8bfb3;
    background: #f8f7f5;
}
.res-guest-btn.active {
    background: rgba(138, 149, 133, 0.2);
    border-color: #8a9585;
    color: #5a6156;
}
.res-guests-input-inline { vertical-align: middle; border-color: #e0ddd8; }
.res-table-chips, .res-duration-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.res-table-chip, .res-duration-chip {
    padding: 8px 14px;
    font-size: 0.85rem;
    border: 1px solid #e0ddd8;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #6b7268;
}
.res-table-chip:hover, .res-duration-chip:hover {
    border-color: #b8bfb3;
    background: #f8f7f5;
    color: #5a6156;
}
.res-table-chip.active, .res-duration-chip.active {
    background: rgba(138, 149, 133, 0.15);
    border-color: #8a9585;
    color: #5a6156;
}
.reservation-modal-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e8e6e3;
}
.reservation-modal-actions .btn-primary {
    background: linear-gradient(135deg, #8a9585 0%, #7a8575 100%) !important;
    border: none !important;
    color: #fff !important;
}
.reservation-modal-actions .btn-primary:hover {
    background: linear-gradient(135deg, #7a8575 0%, #6a7565 100%) !important;
}
.reservation-modal-actions .btn-success {
    background: linear-gradient(135deg, #8a9585 0%, #7a8575 100%) !important;
    border: none !important;
}
.reservation-success-wrap { text-align: center; padding: 2rem 1rem; background: #fafaf9; }
.reservation-success-icon { font-size: 4rem; color: #8a9585; margin-bottom: 1rem; }
.reservation-success-code {
    background: rgba(138, 149, 133, 0.1);
    border: 1px solid #e0ddd8;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.reservation-success-code span { font-size: 0.85rem; color: #6b7268; }
.reservation-success-code strong { font-size: 1.25rem; color: #5a6156; letter-spacing: 1px; font-weight: 600; }

/* Eski buton (geriye uyumluluk) */
.btn-reservation-open {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(135deg, #e74747, #c73e3e);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s;
}
.btn-reservation-open:hover {
    background: linear-gradient(135deg, #d43d3d, #a83232);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(231, 71, 71, 0.35);
}
.seller-info {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.85rem;
}
.seller-info strong { display: block; margin-bottom: 0.5rem; }
.seller-info p { margin: 0.3rem 0; color: #555; }
.seller-info a { color: #2d7a3e; }
/* Menü sidebar - Hizmet bölgeleri */
.service-areas-sidebar {
    margin-top: 1rem;
    padding: 1rem;
    border: 2px dotted #d2d8dd;
    border-radius: 6px;
    background: #fff;
    font-size: 0.7rem;
}
.service-areas-main-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 0.2rem 0;
}
.service-areas-subtitle {
    font-size: 0.7rem;
    color: #e74747;
    text-align: center;
    margin: 0 0 0.5rem 0;
}
.service-areas-hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0.5rem 0;
}
.service-areas-intro {
    font-size: 0.75rem;
    color: #666;
    margin: 0;
}
.service-areas-intro strong {
    color: #333;
}
.service-district-block {
    margin: 0;
}
.service-district-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0 0 0.25rem 0;
}
.service-district-areas {
    font-size: 0.7rem;
    color: #888;
    margin: 0;
}
.service-areas-sidebar a {
    font-size: 0.7rem;
}
.market-section { margin-top: 2.5rem; }

/* ========== Flash Toast (Profesyonel Bildirim) ========== */
.flash-toast-wrap {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    z-index: 9999;
    padding: 0 1rem;
    width: 100%;
    max-width: 480px;
    animation: flashToastIn 0.4s ease-out;
}
.flash-toast-wrap.flash-toast-hide {
    animation: flashToastOut 0.3s ease-in forwards;
}
@keyframes flashToastIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}
@keyframes flashToastOut {
    to { opacity: 0; transform: translateX(-50%) translateY(-15px); }
}

.flash-toast {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.08);
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
}
.flash-toast-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.25);
    border-radius: 10px;
    font-size: 1.1rem;
}
.flash-toast-text { flex: 1; }
.flash-toast-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.25rem;
    opacity: 0.8;
}
.flash-toast-close:hover { opacity: 1; }

.flash-toast-success { background: linear-gradient(135deg, #2d7a3e 0%, #1e5c2b 100%); }
.flash-toast-danger { background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); }
.flash-toast-info { background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); }
.flash-toast-warning { background: linear-gradient(135deg, #fd7e14 0%, #e85d04 100%); }

@media (max-width: 576px) {
    .flash-toast-wrap { top: 60px; padding: 0 0.75rem; }
    .flash-toast { padding: 0.85rem 1rem; font-size: 0.9rem; }
    .flash-toast-icon { width: 32px; height: 32px; font-size: 1rem; }
}

/* ========== Dahagetir Platform Özellikleri ========== */
.dhg-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #eee;
    transition: transform 0.25s, box-shadow 0.25s;
}
.dhg-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.dhg-feature-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #2d7a3e 0%, #1e5c2b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #fff;
    font-size: 1.5rem;
}
.dhg-feature-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.6rem;
}
.dhg-feature-card p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}
.dhg-cta-box {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    border-left: 4px solid #2d7a3e;
}
.dhg-cta-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.dhg-cta-box p {
    color: #6c757d;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}
.dhg-cta-seller {
    border-left-color: #17a2b8;
}
.dhg-cta-row {
    margin-top: 1rem !important;
}

/* Hero arama tabs */
.dhg-hero-tabs {
    display: flex;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}
.dhg-hero-tabs .nav-item { margin: 0; }
.dhg-hero-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.25rem;
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}
.dhg-hero-tabs .nav-item:first-child .nav-link { border-radius: 6px 0 0 6px; border-right: none; }
.dhg-hero-tabs .nav-item:last-child .nav-link { border-radius: 0 6px 6px 0; }
.dhg-hero-tabs .nav-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.dhg-hero-tabs .nav-link.active {
    color: #fff;
    background: #2d7a3e;
    border-color: #2d7a3e;
}

/* Hero konum butonu */
.btn-hero-geo {
    width: 100%;
    height: 50px;
    border: none;
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.95);
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}
.btn-hero-geo:hover {
    background: rgba(255,255,255,0.35);
}

/* Konum mesajları - ana sayfa ve explore'da görünür */
.dhg-location-msg {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    z-index: 9999;
    clear: both;
}
.dhg-location-msg-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.dhg-location-msg-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.dhg-location-msg-info {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Haritalı listeleme - strip placeholder (logo yoksa) */
.strip-placeholder-img {
    width: 100%;
    height: 220px;
    min-height: 220px;
    background: #e8e8e8;
}

/* Haritalı listeleme - grid strip profesyonel meta (il/ilçe, puan, favori) */
.strip-listing-pro .strip-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #555;
}
.strip-listing-pro .strip-rating {
    color: #e6a800;
    font-weight: 600;
}
.strip-listing-pro .strip-rating .fa { color: #e6a800; }
.strip-listing-pro .strip-rating small { font-size: 10px; color: #888; font-weight: 400; }
.strip-listing-pro .strip-reviews { color: #6b7280; font-size: 11px; }
.strip-listing-pro .strip-favs { color: #e91e63; }
.strip-listing-pro .strip-favs .fa { color: #e91e63; margin-right: 2px; }
.strip-listing-pro .strip-loc { display: block; margin-top: 2px; opacity: 0.95; }
.strip-listing-pro .strip-ililce { width: 100%; display: block; margin-bottom: 4px; font-size: 11px; color: #555; }
.strip-listing-pro .strip-ililce strong { font-weight: 600; color: #333; }
.strip-listing-pro .item_title .strip-price { display: block; margin-top: 4px; font-weight: 600; color: #e65100; font-size: 13px; }
.strip-listing-pro .rating-empty { color: #999; font-size: 11px; }
.strip-listing-pro ul { padding-top: 8px !important; }

/* Haritalı listeleme - özel marker ikonu ve popup */
.dhg-marker-icon { background: none !important; border: none !important; }
.dhg-map-pin {
    transition: transform 0.2s ease;
    cursor: pointer;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}
.dhg-map-pin:hover { transform: scale(1.1); }
.dhg-cluster-marker {
    background: #2d7a3e;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.dhg-cluster-icon { background: none !important; border: none !important; }

/* Popup - kompakt kart, çerçeveli */
.leaflet-popup-content-wrapper.dhg-leaflet-popup {
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.leaflet-popup-content { margin: 0; min-width: 180px; max-width: 200px; }
.leaflet-popup-tip-container { margin-top: -1px; }
.leaflet-popup-tip { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.dhg-leaflet-popup .leaflet-popup-close-button {
    font-size: 16px;
    color: #9ca3af;
    padding: 2px 6px;
    top: 4px;
    right: 4px;
}
.dhg-leaflet-popup .leaflet-popup-close-button:hover { color: #4b5563; }

.dhg-marker-popup { font-family: "Poppins", sans-serif; font-size: 12px; }
.dhg-popup-inner {
    display: flex;
    background: #fff;
    padding: 8px;
    padding-top: 24px;
    gap: 8px;
}
.dhg-popup-media { flex-shrink: 0; }
.dhg-popup-thumb {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
    display: block;
}
.dhg-popup-thumb-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f0f5f0 0%, #e8ebe8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a9a8a;
    font-size: 16px;
}
.dhg-popup-content {
    flex: 1;
    min-width: 0;
}
.dhg-popup-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #2d7a3e;
    background: rgba(45,122,62,0.1);
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 2px;
}
.dhg-popup-content h3 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    word-break: break-word;
}
.dhg-popup-line {
    margin: 0 0 2px;
    font-size: 10px;
    color: #6b7280;
    line-height: 1.35;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.dhg-popup-line .fa {
    color: #9ca3af;
    font-size: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}
.dhg-popup-link {
    display: inline-block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #2d7a3e !important;
    text-decoration: none;
    transition: color 0.2s;
}
.dhg-popup-link:hover { color: #1e5c2b !important; }

/* ========== Reklam Slider ========== */
.dhg-promo-slider-wrap {
    padding: 40px 20px 30px;
    background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 100%);
}
.dhg-promo-slider-wrap .dhg-promo-slider {
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
    position: relative;
}
.dhg-promo-slider-wrap .dhg-promo-slider .item {
    height: 280px;
    overflow: hidden;
}
.dhg-promo-slider-wrap .dhg-promo-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (min-width: 768px) {
    .dhg-promo-slider-wrap .dhg-promo-slider .item {
        height: 320px;
    }
}
@media (min-width: 1200px) {
    .dhg-promo-slider-wrap .dhg-promo-slider .item {
        height: 360px;
    }
}
.dhg-promo-slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.dhg-promo-slider-wrap .owl-nav button {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95) !important;
    color: #333 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    pointer-events: auto;
    transition: background 0.2s, box-shadow 0.2s;
}
.dhg-promo-slider-wrap .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.dhg-promo-slider-wrap .owl-nav .owl-prev { left: 12px; }
.dhg-promo-slider-wrap .owl-nav .owl-next { right: 12px; }
.dhg-promo-slider-wrap .owl-dots {
    position: absolute;
    bottom: 12px;
    width: 100%;
    margin: 0;
}
.dhg-promo-slider-wrap .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: rgba(255,255,255,0.6) !important;
    border: none;
    border-radius: 50%;
    transition: all 0.2s;
}
.dhg-promo-slider-wrap .owl-dots .owl-dot.active span,
.dhg-promo-slider-wrap .owl-dots .owl-dot:hover span {
    background: #589442 !important;
    transform: scale(1.2);
}

/* ========== PWA: Ana ekrana ekle kutusu (site rengi: #589442) ========== */
.dhg-pwa-box {
    background: linear-gradient(135deg, #589442 0%, #4a7d37 100%);
    border-radius: 16px;
    padding: 1.75rem 2rem;
    color: #fff;
    box-shadow: 0 10px 40px rgba(88, 148, 66, 0.35);
}
.dhg-pwa-title {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.dhg-pwa-desc {
    color: rgba(255,255,255,0.92);
    font-size: 0.95rem;
}
.dhg-pwa-steps {
    margin-top: 1rem;
}
.dhg-pwa-step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.95);
}
.dhg-pwa-step-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}
.dhg-pwa-step strong { margin-right: 4px; }
.dhg-pwa-step em { font-style: normal; opacity: 0.95; }
#dhg-pwa-install-btn {
    background: #fff;
    color: #589442;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}
#dhg-pwa-install-btn:hover {
    color: #4a7d37;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
/* Yeşil kutu içinde buton: beyaz yazılı yeşil (Menüyü Gör ile uyumlu) */
.dhg-pwa-box #dhg-pwa-install-btn {
    background: rgba(255,255,255,0.95);
    color: #589442;
}
.dhg-pwa-box #dhg-pwa-install-btn:hover {
    background: #fff;
    color: #4a7d37;
}
#dhg-pwa-install-hint { color: rgba(255,255,255,0.8) !important; }
.dhg-pwa-feedback {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.85rem;
    text-align: left;
    background: rgba(255,255,255,0.95);
    color: #333;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.dhg-pwa-feedback-info {
    background: rgba(255,255,255,0.98);
    color: #555;
}

/* Mobil: Ana ekrana ekle alt banner (site rengi) */
.dhg-pwa-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #589442 0%, #4a7d37 100%);
    color: #fff;
    padding: 12px 16px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    animation: dhg-pwa-banner-in 0.3s ease;
}
@keyframes dhg-pwa-banner-in {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.dhg-pwa-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
}
.dhg-pwa-banner-text {
    font-size: 0.9rem;
    flex: 1;
    min-width: 0;
}
.dhg-pwa-banner-text i { margin-right: 6px; }
.dhg-pwa-banner-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.dhg-pwa-banner-btn {
    background: #fff;
    color: #589442;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}
.dhg-pwa-banner-close {
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
}
@media (min-width: 769px) {
    .dhg-pwa-banner { display: none !important; }
}
