.elementor-354 .elementor-element.elementor-element-b7be3ca{--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;}/* Start custom CSS for html, class: .elementor-element-99bac10 *//* FORM CUSTOM STYLES (Matching image_a9e7ed.jpg) */
        .form-header-underline {
            position: relative;
            display: inline-block;
            margin-bottom: 2rem;
        }
        .form-header-underline::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 80%;
            height: 4px;
            background-color: #FF0000;
        }

        .sell-input {
            width: 100%;
            background-color: #f3f6ff;
            border: none;
            padding: 12px 16px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            outline: none;
            transition: background-color 0.2s;
        }
        .sell-input:focus {
            background-color: #e8eeff;
        }

        .sell-label {
            display: block;
            font-size: 14px;
            font-weight: 700;
            color: #333;
            margin-bottom: 8px;
        }

        .partner-box {
            background-color: #000;
            color: #fff;
            padding: 40px;
        }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        .main-nav-container { overflow: visible !important; }
        /* FLOATING CHAT BUTTON */
        .floating-chat-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            background-color: #FF0000;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            box-shadow: 0 10px 25px rgba(255, 0, 0, 0.4);
            text-decoration: none;
            transition: transform 0.2s;
        }
        .floating-chat-btn:hover { transform: scale(1.1); }/* End custom CSS */