.elementor-61810 .elementor-element.elementor-element-3199241{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6d0a056 */input:focus:invalid,
        select:focus:invalid {
            border-color: #ffa525 !important;
        }

        input,
        input[type="password"],
        textarea,
        select {
            outline: none;
        }

        input:required:valid,
        select:required:valid {
            border-color: #17e817 !important;
        }

        .hide {
            display: none !important;
        }

        .form-row {
            position: relative;
            margin: 0 auto;
        }

        .spinner-loader {
            position: absolute;
            z-index: 99999;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            background-color: #b4b4b58c;
            display: none;
        }

        .loader {
            width: 48px;
            height: 48px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            animation: rotation 1s linear infinite;
        }

        .loader::after {
            content: "";
            box-sizing: border-box;
            position: absolute;
            left: 50%;
            top: 0;
            background: #ff3d00;
            width: 3px;
            height: 24px;
            transform: translateX(-50%);
        }

        @keyframes rotation {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /* form */
        .form-container {
            min-width: 100%;
            background: transparent;
            border: none;
            margin: auto;
            box-sizing: border-box;
        }

        input,
        select {
            width: 100%;
            height: 50px;
            background: white;
            border: 1px solid #8692A6;
            border-radius: 6px;
            box-sizing: border-box;
            font-size: 15px;
            color: #222;
            margin: 10px 0;
        }

        select,
        input:not([type="tel"]) {
            padding-left: 10px !important;
        }

        ::placeholder {
            font-weight: 300 !important;
            font-size: 14px !important;
            line-height: 13px !important;
            letter-spacing: 0.172571px;
            color: #8692A6 !important;
            padding-left: 0px !important;
        }

        strong {
            font-weight: 600 !important;
        }

        .form-button {
            background: #31B826;
            border-radius: 6px;
            width: 100%;
            height: 50px;
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            text-transform: capitalize;
            color: #F2F3F7;
            cursor: pointer;
            margin-top: 20px;
            border: none;
        }

        .form-button:hover {
            background: #3ecf31;
        }

        .custom-popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 99999;
            justify-content: center;
            align-items: center;
        }

        .custom-popup-content {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 8px;
            width: 90%;
            max-width: 400px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
            color: #fff;
            font-family: inherit;
            border: 1px solid #333;
        }

        .custom-popup-title {
            font-size: 20px;
            margin-bottom: 15px;
            color: #fff;
            font-weight: bold;
        }

        .custom-popup-text {
            font-size: 16px;
            margin-bottom: 25px;
            line-height: 1.5;
            color: #222;
        }

        .custom-popup-btn {
            background-color: #00C337;
            color: #fff;
            border: none;
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 4px;
            cursor: pointer;
            transition: background 0.3s ease;
            text-transform: uppercase;
            font-weight: bold;
        }

        @media only screen and (max-width: 600px) {
            .form-container {
                max-width: 95%;
                padding: 35px 15px;
            }

            .form-row {
                padding: 10px;
            }

            input,
            select {
                width: 100%;
            }
        }/* End custom CSS */