.elementor-670 .elementor-element.elementor-element-43a29c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-670 .elementor-element.elementor-element-9c06c61{--display:flex;}.elementor-670 .elementor-element.elementor-element-4db72de{--display:flex;}.elementor-670 .elementor-element.elementor-element-c22690d{--display:flex;}.elementor-670 .elementor-element.elementor-element-64fc947{--display:flex;}.elementor-670 .elementor-element.elementor-element-8aecd06{--display:flex;}.elementor-670 .elementor-element.elementor-element-608eef1{--display:flex;}.elementor-670 .elementor-element.elementor-element-15012f5{--n-tabs-direction:column;--n-tabs-heading-direction:row;--n-tabs-heading-width:initial;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:0;--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-gap:33px;--n-tabs-title-border-radius:30px 30px 30px 30px;}.elementor-670 .elementor-element.elementor-element-15012f5.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-670 .elementor-element.elementor-element-15012f5.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-primary );}@media(max-width:767px){.elementor-670 .elementor-element.elementor-element-15012f5{--n-tabs-heading-justify-content:center;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-title-gap:5px;--n-tabs-gap:2px;--n-tabs-title-border-radius:8px 8px 8px 8px;}}/* Start custom CSS for container, class: .elementor-element-4db72de *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fea85be *//* =========================================================
   FORM 2 & FORM 3
   حذف آیکون Dropdown فقط در این دو فرم
========================================================= */


/* ---------- FORM 2 ---------- */

.form-two .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-two .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}


/* ---------- FORM 3 ---------- */

.form-three .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-three .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64fc947 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}
/* =========================================================
   FORM 2 — REMOVE DROPDOWN ARROW
=================================/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-608eef1 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4db72de *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fea85be *//* =========================================================
   FORM 2 & FORM 3
   حذف آیکون Dropdown فقط در این دو فرم
========================================================= */


/* ---------- FORM 2 ---------- */

.form-two .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-two .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}


/* ---------- FORM 3 ---------- */

.form-three .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-three .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64fc947 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}
/* =========================================================
   FORM 2 — REMOVE DROPDOWN ARROW
=================================/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-608eef1 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4db72de *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fea85be *//* =========================================================
   FORM 2 & FORM 3
   حذف آیکون Dropdown فقط در این دو فرم
========================================================= */


/* ---------- FORM 2 ---------- */

.form-two .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-two .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}


/* ---------- FORM 3 ---------- */

.form-three .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-three .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64fc947 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}
/* =========================================================
   FORM 2 — REMOVE DROPDOWN ARROW
=================================/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-608eef1 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4db72de *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fea85be *//* =========================================================
   FORM 2 & FORM 3
   حذف آیکون Dropdown فقط در این دو فرم
========================================================= */


/* ---------- FORM 2 ---------- */

.form-two .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-two .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}


/* ---------- FORM 3 ---------- */

.form-three .gfield--type-product
.ginput_container_select::after {

    display: none !important;
}


.form-three .gfield--type-product
.ginput_container_select select {

    padding-left: 17px !important;
    background-image: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64fc947 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}
/* =========================================================
   FORM 2 — REMOVE DROPDOWN ARROW
=================================/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-608eef1 *//* =========================================================
   LOCATION TABS — PREMIUM FORM UI
   Brand: #18B7B5
========================================================= */


/* =========================================================
   MAIN WRAPPER
========================================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}


/* =========================================================
   TAB NAVIGATION
========================================================= */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.78);

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* =========================================================
   TAB
========================================================= */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
    gap: 10px;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    color: #536363;

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   TAB NUMBER
========================================================= */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* =========================================================
   ACTIVE TAB
========================================================= */

.location-tab-active {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #12a7a5 100%
        );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


.location-tab-active .location-tab-number {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}


/* =========================================================
   TAB HOVER
========================================================= */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;

    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}


.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================================
   FORM CARD
========================================================= */

.location-tab-content {
    position: relative;
    z-index: 1;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(248, 252, 252, .94)
        ) !important;

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE LIGHT
========================================================= */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;

    z-index: 0;
}


/* =========================================================
   GRAVITY FORMS
========================================================= */

.location-tab-content .gform_wrapper {
    position: relative;

    z-index: 2;

    margin: 0 !important;
}


/* =========================================================
   FIELD LABEL
========================================================= */

.location-tab-content .gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================================
   REQUIRED STAR
========================================================= */

.location-tab-content .gfield_required {
    color: #e53935 !important;

    font-size: 16px !important;
    font-weight: 900 !important;

    margin-right: 4px !important;
}


/* =========================================================
   INPUTS / SELECT / TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield input[type="text"],

.location-tab-content .gform_wrapper
.gfield input[type="tel"],

.location-tab-content .gform_wrapper
.gfield input[type="url"],

.location-tab-content .gform_wrapper
.gfield input[type="email"],

.location-tab-content .gform_wrapper
.gfield select,

.location-tab-content .gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* =========================================================
   TEXTAREA
========================================================= */

.location-tab-content .gform_wrapper
.gfield textarea {

    min-height: 130px;

    padding: 15px 17px !important;

    resize: vertical;
}


/* =========================================================
   PREMIUM PRODUCT DROPDOWN
========================================================= */

/*
   Gravity Forms Product Select
   RTL friendly custom arrow
*/

.location-tab-content
.gfield--type-product
select {

    position: relative;

    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 48px !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2318B7B5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;

    background-position:
        left 17px center !important;

    background-size: 18px 18px !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease,
        transform .25s ease;
}


/* Hover Dropdown */

.location-tab-content
.gfield--type-product
select:hover {

    border-color: rgba(24, 183, 181, .35) !important;

    background-color: #fbfefe !important;
}


/* Focus Dropdown */

.location-tab-content
.gfield--type-product
select:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08) !important;

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   ALL SELECT ELEMENTS
========================================================= */

.location-tab-content
.gform_wrapper
.gfield
select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* =========================================================
   FOCUS
========================================================= */

.location-tab-content .gform_wrapper
.gfield input:focus,

.location-tab-content .gform_wrapper
.gfield select:focus,

.location-tab-content .gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24, 183, 181, .09),
        0 8px 25px rgba(24, 183, 181, .08);

    outline: none !important;

    transform: translateY(-1px);
}


/* =========================================================
   PLACEHOLDER
========================================================= */

.location-tab-content
.gform_wrapper
::placeholder {

    color: #a7b4b4 !important;

    opacity: 1;
}


/* =========================================================
   PRICE / TOTAL BOX
========================================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* Total Label */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* Total Price */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;

    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        filter .25s ease;
}


/* Button Hover */

.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);

    filter: brightness(1.03);
}


/* Button Active */

.location-tab-content
.gform_button:active {

    transform: translateY(0);

    box-shadow:
        0 8px 18px rgba(24,183,181,.20);
}


/* =========================================================
   VALIDATION / ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_message {

    margin-top: 7px !important;

    padding: 0 !important;

    border: none !important;

    background: transparent !important;

    color: #e53935 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 12px !important;

    font-weight: 600 !important;
}


.location-tab-content
.gform_wrapper
.gfield_error {

    background: transparent !important;

    border: none !important;
}


.location-tab-content
.gform_wrapper
.gfield_error
input,

.location-tab-content
.gform_wrapper
.gfield_error
select,

.location-tab-content
.gform_wrapper
.gfield_error
textarea {

    border-color: #e57373 !important;
}


/* =========================================================
   GENERAL FORM ERROR
========================================================= */

.location-tab-content
.gform_wrapper
.validation_error {

    margin-bottom: 20px !important;

    padding: 13px 16px !important;

    border: 1px solid rgba(229,57,53,.15) !important;

    border-radius: 13px !important;

    background: rgba(229,57,53,.05) !important;

    color: #d32f2f !important;

    font-family: "Ray", sans-serif !important;

    font-size: 13px !important;

    font-weight: 700 !important;
}


/* =========================================================
   TAB BACKGROUND RESET
========================================================= */

.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {

    background: transparent !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .location-tab-nav {

        gap: 5px;

        padding: 5px;

        border-radius: 17px;
    }


    .location-tab {

        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }


    .location-tab-number {

        width: 25px;
        height: 25px;

        font-size: 9px;
    }


    .location-tab-content {

        padding: 22px 16px;

        border-radius: 22px;
    }


    .location-tab-content
    .gfield_label {

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-total
    .ginput_total {

        font-size: 21px !important;
    }


    /* Dropdown موبایل */

    .location-tab-content
    .gfield--type-product
    select {

        min-height: 54px !important;

        padding-left: 45px !important;

        background-position:
            left 14px center !important;

        background-size: 17px 17px !important;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .location-tab-content {

        padding: 18px 13px;
    }


    .location-tab {

        min-height: 48px;

        font-size: 11px;
    }


    .location-tab-number {

        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   PREMIUM DROPDOWN
   واضح کردن Select برای کاربر
========================================================= */

/* خود کانتینر Select */
.location-tab-content
.gfield--type-product
.ginput_container_select {
    position: relative !important;
    width: 100% !important;
}


/* حذف فلش پیش فرض مرورگر */
.location-tab-content
.gfield--type-product
.ginput_container_select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 100% !important;
    min-height: 56px !important;

    padding-right: 17px !important;
    padding-left: 52px !important;

    border: 1px solid #dfeaea !important;
    border-radius: 15px !important;

    background: #ffffff !important;

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;

    cursor: pointer !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035) !important;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* =========================================================
   فلش Dropdown
========================================================= */

.location-tab-content
.gfield--type-product
.ginput_container_select::after {

    content: "";

    position: absolute;

    left: 17px;
    top: 50%;

    width: 9px;
    height: 9px;

    border-right: 2px solid #18B7B5;
    border-bottom: 2px solid #18B7B5;

    transform: translateY(-65%) rotate(45deg);

    pointer-events: none;

    transition:
        transform .25s ease,
        border-color .25s ease;
}


/* Hover */

.location-tab-content
.gfield--type-product
.ginput_container_select:hover::after {

    border-color: #0fa3a1;
}


/* Focus */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within {

    box-shadow:
        0 0 0 4px rgba(24,183,181,.08);
}


/* =========================================================
   REQUIRED — حذف کامل Required
   و جایگزینی با *
========================================================= */

.location-tab-content
.gfield_required {

    position: relative !important;

    display: inline-block !important;

    width: 10px !important;
    height: 18px !important;

    margin-right: 5px !important;

    padding: 0 !important;

    color: transparent !important;

    font-size: 0 !important;

    vertical-align: middle !important;
}


/* حذف محتوای قبلی */

.location-tab-content
.gfield_required::before,
.location-tab-content
.gfield_required::after {

    content: none !important;
}


/* ستاره جدید */

.location-tab-content
.gfield_required::after {

    content: "*" !important;

    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #e53935 !important;

    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 900 !important;

    line-height: 1 !important;
}


/* =========================================================
   اگر Gravity Forms داخل Required متن اضافه داشت
========================================================= */

.location-tab-content
.gfield_required
.gfield_required_text {

    display: none !important;
}


/* =========================================================
   MOBILE DROPDOWN
========================================================= */

@media (max-width: 767px) {

    .location-tab-content
    .gfield--type-product
    .ginput_container_select select {

        min-height: 54px !important;

        padding-left: 48px !important;

        font-size: 13px !important;
    }


    .location-tab-content
    .gfield--type-product
    .ginput_container_select::after {

        left: 16px;

        width: 8px;
        height: 8px;
    }
}
/* =========================================================
   DROPDOWN OPTIONS — PREMIUM STYLE
   Font: Ray
========================================================= */


/* خود Select و گزینه‌ها */

.location-tab-content
.gfield--type-product
.ginput_container_select select,

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    font-family: "Ray", sans-serif !important;
}


/* گزینه‌های Dropdown */

.location-tab-content
.gfield--type-product
.ginput_container_select select option {

    padding: 12px 16px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    font-weight: 600 !important;
}


/* گزینه انتخاب‌شده */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:checked {

    background: #eafafa !important;

    color: #18B7B5 !important;

    font-weight: 800 !important;
}


/* گزینه اول — حالت راهنما */

.location-tab-content
.gfield--type-product
.ginput_container_select select option:first-child {

    color: #9aa9a9 !important;

    font-weight: 600 !important;
}


/* وقتی Select باز/Focus است */

.location-tab-content
.gfield--type-product
.ginput_container_select:focus-within select {

    font-family: "Ray", sans-serif !important;

    color: #18B7B5 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-43a29c2 *//* =========================================
   LOCATION TABS
========================================= */

.location-tabs {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* نوار تب‌ها */

.location-tab-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    margin-bottom: 22px;

    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(24, 183, 181, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* خود تب */

.location-tab {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    flex: 1;

    min-height: 58px;
    padding: 0 22px;

    border-radius: 16px;

    

    font-family: "Ray", sans-serif;
    font-size: 15px;
    font-weight: 700;

    cursor: pointer;

    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* شماره تب */

.location-tab-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #f2f7f7;
    color: #18B7B5;

    font-size: 11px;
    font-weight: 800;

    transition: all .3s ease;
}


/* تب فعال */

.location-tab-active {
    color: #ffffff;

    background: linear-gradient(
        135deg,
        #18B7B5 0%,
        #12a7a5 100%
    );

    box-shadow:
        0 10px 28px rgba(24, 183, 181, 0.22);
}


/* شماره تب فعال */

.location-tab-active .location-tab-number {
    background: rgba(255,255,255,.18);
    color: #ffffff;
}


/* Hover */

.location-tab:not(.location-tab-active):hover {
    color: #18B7B5;
    background: rgba(24, 183, 181, 0.06);

    transform: translateY(-1px);
}

.location-tab:not(.location-tab-active):hover
.location-tab-number {
    background: rgba(24, 183, 181, 0.12);
}


/* =========================================
   FORM CARD
========================================= */

.location-tab-content {
    position: relative;

    padding: 38px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(248,252,252,.90)
        );

    border: 1px solid rgba(24, 183, 181, 0.10);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(30, 70, 70, 0.08),
        0 4px 18px rgba(24, 183, 181, 0.05);

    overflow: hidden;
}


/* نور ظریف گوشه کارت */

.location-tab-content::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: -150px;
    left: -100px;

    background: rgba(24, 183, 181, 0.07);

    border-radius: 50%;

    filter: blur(20px);

    pointer-events: none;
}


/* =========================================
   GRAVITY FORM
========================================= */

.location-tab-content .gform_wrapper {
    position: relative;
    z-index: 2;

    margin: 0 !important;
}


/* =========================================
   FIELD LABELS
========================================= */

.location-tab-content
.gfield_label {
    margin-bottom: 9px !important;

    color: #262626 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;
}


/* =========================================
   INPUTS
========================================= */

.location-tab-content
.gform_wrapper
.gfield input[type="text"],
.location-tab-content
.gform_wrapper
.gfield input[type="tel"],
.location-tab-content
.gform_wrapper
.gfield input[type="url"],
.location-tab-content
.gform_wrapper
.gfield select,
.location-tab-content
.gform_wrapper
.gfield textarea {

    width: 100% !important;

    min-height: 54px;

    padding: 0 17px !important;

    border: 1px solid #e5eeee !important;

    border-radius: 15px !important;

    background: #ffffff !important;

    color: #292929 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 14px !important;

    box-shadow:
        0 4px 14px rgba(20, 80, 80, 0.035);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}


/* Textarea */

.location-tab-content
.gform_wrapper
.gfield textarea {

    min-height: 130px;
    padding: 15px 17px !important;

    resize: vertical;
}


/* Focus */

.location-tab-content
.gform_wrapper
.gfield input:focus,
.location-tab-content
.gform_wrapper
.gfield select:focus,
.location-tab-content
.gform_wrapper
.gfield textarea:focus {

    border-color: #18B7B5 !important;

    box-shadow:
        0 0 0 4px rgba(24,183,181,.09),
        0 8px 25px rgba(24,183,181,.08);

    outline: none !important;

    transform: translateY(-1px);
}


/* Placeholder */

.location-tab-content
.gform_wrapper
::placeholder {
    color: #a7b4b4 !important;
}


/* =========================================
   DROPDOWN PRODUCT
========================================= */

.location-tab-content
.gfield--type-product select {

    font-weight: 700 !important;

    color: #18B7B5 !important;

    cursor: pointer;
}


/* =========================================
   PRICE / TOTAL
========================================= */

.location-tab-content
.gfield--type-total {

    margin-top: 26px !important;

    padding: 20px 22px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #f1fbfb,
            #ffffff
        );

    border: 1px solid rgba(24,183,181,.12);

    box-shadow:
        0 10px 30px rgba(24,183,181,.06);
}


/* عنوان Total */

.location-tab-content
.gfield--type-total
.gfield_label {

    margin-bottom: 5px !important;

    color: #606d6d !important;

    font-size: 13px !important;
}


/* مقدار Total */

.location-tab-content
.gfield--type-total
.ginput_total {

    color: #18B7B5 !important;

    font-family: "Ray", sans-serif !important;

    font-size: 25px !important;

    font-weight: 900 !important;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.location-tab-content
.gform_button {

    width: 100% !important;

    min-height: 56px !important;

    margin-top: 10px !important;

    border: none !important;
    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0fa3a1
        ) !important;

    color: #ffffff !important;

    font-family: "Ray", sans-serif !important;

    font-size: 15px !important;
    font-weight: 900 !important;

    cursor: pointer;

    box-shadow:
        0 12px 28px rgba(24,183,181,.22);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.location-tab-content
.gform_button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 16px 35px rgba(24,183,181,.30);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .location-tab-nav {
        gap: 5px;
        padding: 5px;

        border-radius: 17px;
    }

    .location-tab {
        min-height: 52px;

        padding: 0 8px;

        gap: 6px;

        font-size: 12px;
    }

    .location-tab-number {
        width: 25px;
        height: 25px;

        font-size: 9px;
    }

    .location-tab-content {
        padding: 22px 16px;

        border-radius: 22px;
    }

    .location-tab-content
    .gfield_label {
        font-size: 13px !important;
    }

    .location-tab-content
    .gfield--type-total
    .ginput_total {
        font-size: 21px !important;
    }
}
/* حذف پس‌زمینه سبز/فیروزه‌ای تب‌ها */
.location-tabs,
.location-tabs .e-n-tabs,
.location-tabs .e-n-tabs-content,
.location-tabs .e-n-tab-content {
    background: transparent !important;
}

/* خود کانتینر اصلی تب‌ها */
.location-tabs {
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* محتوای تب */
.location-tab-content {
    background: #ffffff !important;
}
/* =========================================================
   LOCATION TABS — PREMIUM COLOR SYSTEM
   Elementor Nested Tabs
========================================================= */


/* =========================================================
   COMMON TAB STYLE
========================================================= */

button#e-n-tab-title-220249491,
button#e-n-tab-title-220249492,
button#e-n-tab-title-220249493 {

    position: relative;

    overflow: hidden;

    border: none !important;

    border-radius: 16px !important;

    font-family: "Ray", sans-serif !important;

    font-weight: 800 !important;

    cursor: pointer;

    transition:
        background .35s ease,
        color .35s ease,
        transform .3s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* =========================================================
   TAB 1 — GREEN
========================================================= */

button#e-n-tab-title-220249491 {

    --tab-color: #18B7B5;
    --tab-dark: #0E9F9D;
    --tab-soft: rgba(24,183,181,.10);
    --tab-glow: rgba(24,183,181,.28);

    background:
        #F1FAFA !important;

    color:
        #148F8D !important;

    border:
        1px solid rgba(24,183,181,.16) !important;
}


/* =========================================================
   TAB 2 — ORANGE
========================================================= */

button#e-n-tab-title-220249492 {

    --tab-color: #F59E0B;
    --tab-dark: #D97706;
    --tab-soft: rgba(245,158,11,.10);
    --tab-glow: rgba(245,158,11,.28);

    background:
        #FFF8EA !important;

    color:
        #D97706 !important;

    border:
        1px solid rgba(245,158,11,.18) !important;
}


/* =========================================================
   TAB 3 — RED
========================================================= */

button#e-n-tab-title-220249493 {

    --tab-color: #E53935;
    --tab-dark: #C62828;
    --tab-soft: rgba(229,57,53,.10);
    --tab-glow: rgba(229,57,53,.28);

    background:
        #FFF2F2 !important;

    color:
        #C62828 !important;

    border:
        1px solid rgba(229,57,53,.16) !important;
}


/* =========================================================
   HOVER — TAB 1
========================================================= */

button#e-n-tab-title-220249491:hover {

    background:
        linear-gradient(
            135deg,
            #18B7B5,
            #0E9F9D
        ) !important;

    color:
        #ffffff !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 30px rgba(24,183,181,.25);
}


/* =========================================================
   HOVER — TAB 2
========================================================= */

button#e-n-tab-title-220249492:hover {

    background:
        linear-gradient(
            135deg,
            #F59E0B,
            #D97706
        ) !important;

    color:
        #ffffff !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 30px rgba(245,158,11,.25);
}


/* =========================================================
   HOVER — TAB 3
========================================================= */

button#e-n-tab-title-220249493:hover {

    background:
        linear-gradient(
            135deg,
            #E53935,
            #C62828
        ) !important;

    color:
        #ffffff !important;

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 30px rgba(229,57,53,.25);
}


/* =========================================================
   ACTIVE — COMMON
========================================================= */

button#e-n-tab-title-220249491[aria-selected="true"],
button#e-n-tab-title-220249492[aria-selected="true"],
button#e-n-tab-title-220249493[aria-selected="true"] {

    color:
        #ffffff !important;

    transform:
        translateY(-2px) !important;

    border-color:
        transparent !important;
}


/* =========================================================
   ACTIVE — GREEN
========================================================= */

button#e-n-tab-title-220249491[aria-selected="true"] {

    background:
        linear-gradient(
            135deg,
            #18B7B5 0%,
            #0E9F9D 100%
        ) !important;

    box-shadow:
        0 14px 38px rgba(24,183,181,.32),
        0 3px 8px rgba(24,183,181,.18) !important;
}


/* =========================================================
   ACTIVE — ORANGE
========================================================= */

button#e-n-tab-title-220249492[aria-selected="true"] {

    background:
        linear-gradient(
            135deg,
            #F59E0B 0%,
            #D97706 100%
        ) !important;

    box-shadow:
        0 14px 38px rgba(245,158,11,.32),
        0 3px 8px rgba(245,158,11,.18) !important;
}


/* =========================================================
   ACTIVE — RED
========================================================= */

button#e-n-tab-title-220249493[aria-selected="true"] {

    background:
        linear-gradient(
            135deg,
            #E53935 0%,
            #C62828 100%
        ) !important;

    box-shadow:
        0 14px 38px rgba(229,57,53,.32),
        0 3px 8px rgba(229,57,53,.18) !important;
}


/* =========================================================
   ACTIVE — SHINE
========================================================= */

button#e-n-tab-title-220249491[aria-selected="true"]::before,
button#e-n-tab-title-220249492[aria-selected="true"]::before,
button#e-n-tab-title-220249493[aria-selected="true"]::before {

    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.22),
            transparent
        );

    transform:
        skewX(-20deg);

    animation:
        tabShine 4s ease-in-out infinite;

    pointer-events: none;
}


@keyframes tabShine {

    0% {
        left: -120%;
    }

    25% {
        left: 140%;
    }

    100% {
        left: 140%;
    }

}


/* =========================================================
   ACTIVE — SUBTLE INNER LIGHT
========================================================= */

button#e-n-tab-title-220249491[aria-selected="true"]::after,
button#e-n-tab-title-220249492[aria-selected="true"]::after,
button#e-n-tab-title-220249493[aria-selected="true"]::after {

    content: "";

    position: absolute;

    inset: 1px;

    border-radius: 15px;

    border:
        1px solid rgba(255,255,255,.20);

    pointer-events: none;
}


/* =========================================================
   ACTIVE HOVER
========================================================= */

button#e-n-tab-title-220249491[aria-selected="true"]:hover {

    box-shadow:
        0 18px 45px rgba(24,183,181,.38) !important;
}


button#e-n-tab-title-220249492[aria-selected="true"]:hover {

    box-shadow:
        0 18px 45px rgba(245,158,11,.38) !important;
}


button#e-n-tab-title-220249493[aria-selected="true"]:hover {

    box-shadow:
        0 18px 45px rgba(229,57,53,.38) !important;
}


/* =========================================================
   CLICK
========================================================= */

button#e-n-tab-title-220249491:active,
button#e-n-tab-title-220249492:active,
button#e-n-tab-title-220249493:active {

    transform:
        translateY(0) scale(.98);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    button#e-n-tab-title-220249491,
    button#e-n-tab-title-220249492,
    button#e-n-tab-title-220249493 {

        border-radius: 13px !important;

        transition:
            all .25s ease;
    }


    button#e-n-tab-title-220249491[aria-selected="true"],
    button#e-n-tab-title-220249492[aria-selected="true"],
    button#e-n-tab-title-220249493[aria-selected="true"] {

        transform:
            translateY(-1px) !important;
    }

}/* End custom CSS */
/* Start custom CSS */body.elementor-page-670 .entry-title{
    display: none;
}/* End custom CSS */