.elementor-3150 .elementor-element.elementor-element-7f605b5{--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;}@media(min-width:768px){.elementor-3150 .elementor-element.elementor-element-7f605b5{--content-width:935px;}}/* Start custom CSS for shortcode, class: .elementor-element-6dff479 *//* =========================
   GRAVITY FORM PREMIUM UI
   BRIGHTMART THEME STYLE
========================= */

body .gform_wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 45px;
    border-radius: 34px;
    background: linear-gradient(145deg, #fff7fb, #fdf1f7);
    box-shadow:
        18px 18px 40px rgba(0,0,0,0.08),
        -12px -12px 35px rgba(255,255,255,0.9);
}

/* FORM TITLE */
body .gform_wrapper .gform_title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #d81b7d;
    margin-bottom: 10px !important;
    text-align: center;
    letter-spacing: -0.5px;
}

/* OPTIONAL DESCRIPTION */
body .gform_wrapper .gform_description {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}

/* LABELS */
body .gform_wrapper .gfield_label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #444;
    margin-bottom: 10px !important;
}

/* INPUTS */
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=number],
body .gform_wrapper textarea,
body .gform_wrapper select {
    background: #ffffff !important;
    border: 1px solid #f1d6e5 !important;
    border-radius: 18px !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    color: #333 !important;
    transition: all 0.3s ease;
    box-shadow:
        inset 2px 2px 6px rgba(0,0,0,0.03),
        inset -2px -2px 6px rgba(255,255,255,0.9);
}

/* INPUT FOCUS */
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
    border-color: #ff4fa3 !important;
    box-shadow:
        0 0 0 4px rgba(255,79,163,0.12),
        inset 2px 2px 6px rgba(0,0,0,0.03);
    outline: none !important;
}

/* TEXTAREA */
body .gform_wrapper textarea {
    min-height: 180px !important;
    resize: vertical;
}

/* RADIO & CHECKBOX */
body .gform_wrapper input[type=radio],
body .gform_wrapper input[type=checkbox] {
    accent-color: #ff2f92;
    transform: scale(1.15);
}

/* LIST SPACING */
body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
    margin-bottom: 14px !important;
}

/* SUBMIT BUTTON */
body .gform_wrapper .gform_button {
    background: linear-gradient(135deg, #ff2f92, #ff5cb8) !important;
    color: #fff !important;
    border: none !important;
    padding: 16px 38px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        0 10px 24px rgba(255,47,146,0.25);
}

/* BUTTON HOVER */
body .gform_wrapper .gform_button:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 34px rgba(255,47,146,0.35);
}

/* FIELD GAP */
body .gform_wrapper .gfield {
    margin-bottom: 26px !important;
}

/* FIELD DESCRIPTION */
body .gform_wrapper .gfield_description {
    color: #888;
    font-size: 13px;
}

/* SECTION BACKGROUND */
body .gform_wrapper .gsection {
    border: none !important;
    padding: 20px 25px !important;
    border-radius: 20px;
    background: rgba(255,255,255,0.7);
    margin-top: 35px !important;
    margin-bottom: 25px !important;
}

/* PLACEHOLDER */
body .gform_wrapper ::placeholder {
    color: #aaa;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    body .gform_wrapper {
        padding: 25px;
        border-radius: 24px;
        margin: 20px;
    }

    body .gform_wrapper .gform_title {
        font-size: 30px !important;
    }

    body .gform_wrapper input,
    body .gform_wrapper textarea,
    body .gform_wrapper select {
        padding: 14px 16px !important;
    }

    body .gform_wrapper .gform_button {
        width: 100%;
    }
}/* End custom CSS */