.pama-tab-toggle {
    display: flex;
    width: 100%;
    background: #ebebeb;
    border-radius: 50px;
    padding: 4px;
    gap: 4px;
    box-sizing: border-box;
}

.pama-tab-btn {
    flex: 1;
    padding: 10px 0;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
    color: #444;
    font-family: inherit;
    line-height: 1.4;
}

.pama-tab-btn.active {
    background: #0066cc;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.25);
}

.pama-tab-btn:not(.active):hover {
    background: rgba(0, 0, 0, 0.06);
}


/* ===== Slider: price field (PAFE field ID: gbeffde) ===== */
/* Requires: type=single, prefix=₪ set in PAFE form builder */

/* RTL: flip entire slider so fill goes right→left, min on right */
.elementor-field-group-gbeffde .irs--round {
    transform: scaleX(-1);
    display: block;
    padding-bottom: 55px;
}

/* Track */
.elementor-field-group-gbeffde .irs--round .irs-line {
    height: 10px;
    top: 20px;
    border-radius: 10px;
    background: #e0e0e0;
}

/* Filled bar — gradient matches brand blue */
.elementor-field-group-gbeffde .irs--round .irs-bar {
    height: 10px;
    top: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #7ec9f5, #0066cc);
    border: none;
}

/* Handle */
.elementor-field-group-gbeffde .irs--round .irs-handle {
    width: 30px;
    height: 30px;
    top: 15px;
    border: none;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.elementor-field-group-gbeffde .irs--round .irs-handle i {
    display: none;
}

/* Value label — un-flip text, center it below the track */
.elementor-field-group-gbeffde .irs--round .irs-single {
    transform: scaleX(-1);
    display: block !important;
    visibility: visible !important;
    left: 0 !important;
    width: 100%;
    text-align: center;
    top: auto !important;
    bottom: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1b3f7c;
    white-space: nowrap;
}

/* Remove tooltip arrow */
.elementor-field-group-gbeffde .irs--round .irs-single::before {
    display: none;
}

/* Hide grid, min/max edge labels, and from/to tooltips */
.elementor-field-group-gbeffde .irs-grid,
.elementor-field-group-gbeffde .irs--round .irs-min,
.elementor-field-group-gbeffde .irs--round .irs-max,
.elementor-field-group-gbeffde .irs--round .irs-from,
.elementor-field-group-gbeffde .irs--round .irs-to {
    display: none !important;
}
