/* Header Styles (matching original) */
.pointer11 {
    position: relative;
    height: 180px;
    top: -258px;
}

.pointer {
    position: absolute;
    right: 24%;
    background: #ff2bb3;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    transform: translateY(-50%);
    transition: top 0.2s ease;
    font-weight: bold;
    font-size: 14px;
    transform: rotate(
359deg);
}

.pointer::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: -4px;
    width: 12px;
    height: 12px;
    background: #ff2bb3;
    transform: rotate(39deg);
}

/* RESET */
.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    /* SAME COLOR ALWAYS */
    border-radius: 10px;
    outline: none;
}

/* ===== WEBKIT (Chrome, Edge, Safari) ===== */
.custom-range::-webkit-slider-runnable-track {
    height: 6px;
    background: #ddd;
    /* NO ACTIVE COLOR */
    border-radius: 10px;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #6a0dad;
    /* PURPLE DOT */
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    /* center thumb */
}

/* ===== FIREFOX ===== */
.custom-range::-moz-range-track {
    height: 6px;
    background: #ddd;
    border-radius: 10px;
}

.custom-range::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(106, 13, 173, 0.2);
}

.custom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #6a0dad;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* REMOVE FILL COLOR (IMPORTANT) */
.custom-range::-moz-range-progress {
    background: red;
    /* SAME AS TRACK */
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.header-flex {
    padding-top: unset;
}

.text-purple {
    color: #6f2cff;
}

.btn-purple {
    background: linear-gradient(90deg, #6f2cff, #a855f7);
    color: #fff;
    border-radius: 30px;
    border: none;
}

.main-title {
    color: #6000A0;
    font-size: 45px;
}

/* BOX */
.box {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

/* RANGE */
.custom-range {
    width: 100%;
    height: 13px;
    background: #D7D8E1;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
}

.custom-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #6a0dad;
    border-radius: 50%;
    cursor: pointer;
}

/* LABELS */
.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #777;
    flex-wrap: wrap;
    margin-top: 8px;
}

/* INPUT */
.input-pill {
    border-radius: 30px;
    background: #f4ecfb;
    border: 1px solid #e2d4f0;
    padding: 12px 16px;
    width: 100%;
    font-size: 14px;
    outline: none;
    color: #627084;
}

.input-pill::placeholder {

    color: #FF00C0 !important;
}

.select-box.pink-theme .pink-theme h4 {
    color: #627084 !important;
}

.select-box .purple-theme h4 {
    color: #6000A0 !important;
}

.input-pill:focus {
    border-color: #6a0dad;
}

.btn-main {
    background: linear-gradient(90deg, #6a0dad, #a855f7);
    color: #fff;
    border-radius: 30px;
}

/* RIGHT CARD */
.result-card {
    background: linear-gradient(180deg, #4000C0 0%, #3a0399 50%, #340593 100%);
    border-radius: 20px;
    padding: 24px;
    color: white;
}
div#mainHeader {
    position: unset;
    width: 100%;
    background: #F4EDFD;
    background: linear-gradient(90deg, rgba(244, 237, 253, 1) 12%, rgba(249, 243, 253, 0.95) 55%, rgba(252, 246, 253, 1) 86%);
    height: 330px !important;
    border-radius: 0px 0px 0px 30px;
}
/* IMAGE AREA */
.img-area {
    background: #fdf5fd;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    height: 433px;
    text-align: center;
    padding-bottom: 10px;
}

/* SCALE */
.scale {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 30px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    height: 390px;
}

/* BLUE FILL */
.fill {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(#3a86ff, #6a0dad);
    height: 50%;
    transition: height 0.2s ease;
}

/* NUMBERS */
.numbers {
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10px;
    padding: 10px 0;
}



/* PINK BTN */
.btn-pink {
    background: linear-gradient(90deg, #ff2bb3, #ff5edc);
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 12px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
}

/* MAIN BOX */
.selection-cards .select-box {
    background: #fff;
    border: 1px solid #eadcf8;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(111, 44, 255, .08);
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* SIDE BORDER */
.selection-cards .select-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    border-radius: 20px;
}

.pink-theme::after {
    background: linear-gradient(180deg, #111, #ff00b7);
}

.purple-theme::after {
    background: linear-gradient(180deg, #111, #6f00ff);
}

.select-box h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
}

.pink-theme h4 {
    color: #6000A0;
}

.custom-range {
    -webkit-appearance: none;
    width: 100%;
    margin-top: 10px;
    height: 10px;
    border-radius: 10px;
    outline: none;

    background: linear-gradient(to right,
            #4000C0 0%,
            #340593 var(--value),
            #ddd var(--value),
            #ddd 100%);
}

/* ===== WEBKIT ===== */
.custom-range::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
    /* IMPORTANT */
    border-radius: 10px;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid purple;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

/* ===== FIREFOX ===== */
.custom-range::-moz-range-track {
    height: 10px;
    background: #ddd;
    border-radius: 10px;
}

.custom-range::-moz-range-progress {
    background-color: red;
    height: 6px;
    border-radius: 10px;
}

.custom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid purple;
    border-radius: 50%;
    cursor: pointer;
}

.purple-theme h4 {
    color: #ff1493;
}

.select-box p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* RADIO PILLS */
.radio-pill {
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0;
}

.radio-pill input {
    display: none;
}

.radio-pill span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 50px;
    background: #f5eefc;
    color: #a5789a;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid #fec0ef;
}

/* LEFT ACTIVE */
.pink-theme .radio-pill input:checked+span {
    background: linear-gradient(90deg, #ff42d0, #ff00a6);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 0, 166, .30);
}

/* RIGHT ACTIVE */
.purple-theme .radio-pill input:checked+span {
    background: linear-gradient(90deg, #7b19ff, #5200d9);
    color: #fff;
    box-shadow: 0 8px 18px rgba(111, 44, 255, .30);
}

/* HOVER */
.radio-pill:hover span {
    transform: translateY(-2px);
}

/* MOBILE */
@media(max-width:768px) {
    .select-box {
        padding: 18px;
    }

    .select-box h4 {
        font-size: 18px;
    }

    .radio-pill span {
        min-height: 42px;
        font-size: 12px;
        padding: 8px;
    }


}


.btn-primary {
    background: linear-gradient(90deg, #4000C0 0%, #6000A0 85%, #6000A0 100%);
    border: none;
    border-radius: 40px;
    padding: 17px 35px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--primary-regular-font);
}

/* Icon styling */
.btn-icon1 {
    transition: transform 0.3s ease;
    transform: rotate(309deg);
}



.select-box.purple-theme .radio-pill span {
    border: 1px solid #d9c3e7 !important;
}

.terget-wrapper {
    color: #6000A0;
}


h2.fw-bold.main-title.secondary-semibold-font.letters.secondary-color.text-uppercase {
    font-size: 33px;
}
.common-heading {
    font-size: 16px !important;
    font-weight: 700;
}

.terget-wrapper-before:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ddd;
    height: 100%;
    left: 50%;
    top: 0;
}