.elementor-1735 .elementor-element.elementor-element-7bed48b{--display:flex;}.elementor-1735 .elementor-element.elementor-element-7bed48b:not(.elementor-motion-effects-element-type-background), .elementor-1735 .elementor-element.elementor-element-7bed48b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#252B60;background-image:url("https://listmyfirm.com/wp-content/uploads/2025/07/5001147_19742.svg");}/* Start custom CSS for html, class: .elementor-element-29bda54 */.add-company-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    font-family: 'Lexend', sans-serif;
}

.form-heading {
    font-size: 2rem;
    color: #252b60;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

.company-form .form-group {
    margin-bottom: 1.4rem;
    position: relative;
}

.company-form label {
    display: block;
    margin-bottom: 0.4rem;
    color: #252b60;
    font-weight: 500;
    font-size: 0.95rem;
}

.company-form label i {
    margin-right: 0.4rem;
    color: #252b60;
}

.company-form input,
.company-form select,
.company-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: 0.3s;
    background-color: #fafafa;
}

.company-form input:focus,
.company-form select:focus,
.company-form textarea:focus {
    border-color: #252b60;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(37, 43, 96, 0.15);
}

.submit-btn {
    background-color: #252b60;
    color: #fff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center;
}

.submit-btn:hover {
    background-color: #1b2250;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(37, 43, 96, 0.3);
}

@media (max-width: 600px) {
    .add-company-container {
        padding: 2rem 1rem;
    }
}

/* Sirf Industry field ke liye extra margin */
.company-form .form-group:nth-child(3) {
    margin-top: 1.2rem; /* thoda gap de diya Tagline ke baad */
}

.company-form .form-section-heading {
    margin: 2rem 0 1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.company-form .form-section-heading h3 {
    font-size: 1.1rem;
    color: #252b60;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

/*End*/

.not-logged-in-message {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 12px;
    font-family: 'Lexend', sans-serif;
}

.not-logged-in-message h2 {
    color: #252b60;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.login-btn {
    padding: 12px 30px;
    background-color: #252b60;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-btn:hover {
    background-color: #1d224f;
}/* End custom CSS */