.test {
    padding-right: 5vw;
}

.Relise-picture {
    position: relative;
    width: 40vw;
    height: 27vw;
    bottom: 2vw;
    /* margin-bottom: 20vw; */
}

.float-image {
    float: right;
    margin-left: 16px;
    margin-bottom: 8px;
    width: 18%;
    height: auto;
    border-radius: 10%;
}


.image-box {
    /*width: 50%;*/
    /*aspect-ratio: 1 / 1;  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;*/
}


@media (max-width: 820px) {

    .Relise-picture {
        display: none;
    }

    .Relise-picture2 {
        width: 100%;
        height: 100%;
    }
}

.text-size {
    font-size: 40px;
}


#branch-select-wrapper {
    position: relative;
}

    #branch-select-wrapper .choices {
        margin-bottom: 0 !important;
        direction: rtl;
        text-align: right;
        font-family: inherit;
    }

    /* باکس اصلی */
    #branch-select-wrapper .choices__inner {
        min-height: 58px !important;
        background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%) !important;
        border: 1px solid #e4e4e7 !important;
        border-radius: 20px !important;
        padding: 14px 18px !important;
        font-size: 14px !important;
        color: #27272a !important;
        display: flex;
        align-items: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.25s ease;
    }

    /* حالت hover */
    #branch-select-wrapper .choices:hover .choices__inner {
        border-color: #d4d4d8 !important;
        /* box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.05),
    0 12px 28px rgba(0, 0, 0, 0.05) !important; */
    }

    /* حالت focus/open */
    #branch-select-wrapper .choices.is-focused .choices__inner,
    #branch-select-wrapper .choices.is-open .choices__inner {
        border-color: rgba(255, 255, 255, 0.45) !important;
        /* box-shadow:
    0 0 0 4px rgba(59, 130, 246, 0.10),
    0 10px 30px rgba(59, 130, 246, 0.08) !important; */
    }

    /* متن انتخاب شده */
    #branch-select-wrapper .choices__list--single {
        padding: 0 0 0 28px !important;
    }

        #branch-select-wrapper .choices__list--single .choices__item {
            font-size: 14px !important;
            font-weight: 500;
            color: #18181b !important;
        }

    /* placeholder */
    #branch-select-wrapper .choices__placeholder {
        color: #a1a1aa !important;
        opacity: 1 !important;
        font-weight: 400 !important;
    }

    /* فلش */
    #branch-select-wrapper .choices[data-type*="select-one"]::after {
        border: none !important;
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 18px;
        right: auto;
        top: 50%;
        margin-top: -7px;
        border-left: 2px solid #71717a !important;
        border-bottom: 2px solid #71717a !important;
        transform: rotate(-45deg);
        transition: all 0.25s ease;
        pointer-events: none;
    }

    #branch-select-wrapper .choices.is-open[data-type*="select-one"]::after {
        margin-top: -2px;
        transform: rotate(135deg);
    }

    /* dropdown */
    #branch-select-wrapper .choices__list--dropdown,
    #branch-select-wrapper .choices__list[aria-expanded] {
        margin-top: 10px !important;
        border: 1px solid rgba(228, 228, 231, 0.95) !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06), 0 20px 60px rgba(0, 0, 0, 0.10) !important;
        overflow: hidden !important;
        z-index: 9999 !important;
        padding: 8px !important;
    }

        /* آیتم‌ها */
        #branch-select-wrapper .choices__list--dropdown .choices__item,
        #branch-select-wrapper .choices__list[aria-expanded] .choices__item {
            font-size: 14px !important;
            font-weight: 500;
            color: #3f3f46 !important;
            padding: 14px 16px !important;
            text-align: right !important;
            border-radius: 14px !important;
            margin-bottom: 4px;
            border: none !important;
            transition: all 0.22s ease;
        }

            #branch-select-wrapper .choices__list--dropdown .choices__item:last-child,
            #branch-select-wrapper .choices__list[aria-expanded] .choices__item:last-child {
                margin-bottom: 0;
            }

        /* هاور آیتم */
        #branch-select-wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted,
        #branch-select-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
            background: linear-gradient(135deg, rgba(246, 59, 59, 0.048), rgba(233, 14, 14, 0.041)) !important;
            color: rgb(0, 0, 0) !important;
            transform: translateX(-2px);
        }

    /* آیتم انتخاب‌شده */
    #branch-select-wrapper .choices__item--choice.is-selected {
        background: none !important;
        /* color: red !important */
    }

    /* حذف نوشته Press to select */
    #branch-select-wrapper .choices__item--selectable::after {
        display: none !important;
    }

    /* اسکرول‌بار شیک */
    #branch-select-wrapper .choices__list--dropdown::-webkit-scrollbar,
    #branch-select-wrapper .choices__list[aria-expanded]::-webkit-scrollbar {
        width: 8px;
    }

    #branch-select-wrapper .choices__list--dropdown::-webkit-scrollbar-track,
    #branch-select-wrapper .choices__list[aria-expanded]::-webkit-scrollbar-track {
        background: transparent;
    }

    #branch-select-wrapper .choices__list--dropdown::-webkit-scrollbar-thumb,
    #branch-select-wrapper .choices__list[aria-expanded]::-webkit-scrollbar-thumb {
        display: none !important;
        border-radius: 999px;
    }

    #branch-select-wrapper ::-webkit-scrollbar-thumb {
        display: none;
    }

    #branch-select-wrapper .choices__list--dropdown::-webkit-scrollbar-thumb:hover,
    #branch-select-wrapper .choices__list[aria-expanded]::-webkit-scrollbar-thumb:hover {
        display: none !important;
    }

/* موبایل */
@media (max-width: 768px) {
    #branch-select-wrapper .choices__inner {
        min-height: 54px !important;
        border-radius: 18px !important;
        padding: 12px 16px !important;
    }

    #branch-select-wrapper .choices__list--dropdown,
    #branch-select-wrapper .choices__list[aria-expanded] {
        border-radius: 18px !important;
        padding: 6px !important;
    }

        #branch-select-wrapper .choices__list--dropdown .choices__item,
        #branch-select-wrapper .choices__list[aria-expanded] .choices__item {
            padding: 13px 14px !important;
            font-size: 13px !important;
        }
}



/* اتلاعات تماس */


.niko-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.niko-form-label {
    font-size: 12px;
    color: #52525b;
    padding-right: 8px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.niko-form-control {
    width: 100%;
    min-height: 58px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 0 18px;
    font-size: 14px;
    color: #18181b;
    outline: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    font-family: inherit;
}

    .niko-form-control::placeholder {
        color: #a1a1aa;
        font-size: 13px;
    }

    .niko-form-control:hover {
        border-color: #d4d4d8;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 12px 28px rgba(0, 0, 0, 0.05);
    }

    .niko-form-control:focus {
        /* border-color: rgba(246, 59, 59, 0.45); */
        box-shadow: 0 0 0 2px rgba(246, 59, 59, 0.048), 0 5px 10px rgba(246, 59, 59, 0.048);
        background: #fff;
    }

.niko-form-textarea {
    min-height: 150px;
    padding: 16px 18px;
    resize: none;
    line-height: 1.9;
}

.niko-form-button {
    min-width: 150px;
    height: 52px;
    border: none;
    border-radius: 16px;
    padding: 0 28px;
    background: linear-gradient(135deg, #ed1944 0%, #ed1944 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(235, 37, 37, 0.22), 0 4px 10px rgba(246, 59, 59, 0.14);
    transition: all 0.25s ease;
}

    .niko-form-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 32px rgba(235, 37, 37, 0.26), 0 6px 14px rgba(246, 59, 59, 0.16);
    }

    .niko-form-button:active {
        transform: translateY(0);
        box-shadow: 0 8px 18px rgba(235, 37, 37, 0.2);
    }

    .niko-form-button:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(246, 59, 59, 0.12), 0 14px 32px rgba(235, 37, 37, 0.22);
    }

@media (max-width: 768px) {
    .niko-form-control {
        min-height: 54px;
        border-radius: 18px;
        padding: 0 16px;
        font-size: 13px;
    }

    .niko-form-textarea {
        min-height: 130px;
        padding: 14px 16px;
    }

    .niko-form-button {
        width: 100%;
        min-width: unset;
        height: 50px;
        border-radius: 14px;
        font-size: 13px;
    }
}

.cin-form {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.03);
}
