.elementor-43 .elementor-element.elementor-element-6c7f4dc{--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-c3b1ff0 *//* --- PREMIUM CONTACT PAGE CHASSIS --- */
.selle-contact-wrapper {
    width: 100%;
    padding: 80px 16px;
    background: linear-gradient(180deg, #fafbfc 0%, #f3f5f8 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    box-sizing: border-box;
}

.selle-contact-wrapper *,
.selle-contact-wrapper *::before,
.selle-contact-wrapper *::after {
    box-sizing: border-box;
}

.selle-contact-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Header Section */
.selle-contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.selle-contact-tagline {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #38681e;
    background-color: rgba(56, 104, 30, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 16px;
}

.selle-contact-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 16px 0;
    letter-spacing: -1px;
}

.selle-contact-desc {
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    max-width: 600px;
}

/* Layout Grid */
.selle-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* Left Column: Contact Details */
.selle-info-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.selle-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s ease;
}

.selle-info-card:hover {
    transform: translateY(-4px);
}

.selle-info-icon {
    background: linear-gradient(135deg, #38681e 0%, #2a4e16 100%);
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(56, 104, 30, 0.2);
}

.selle-info-text h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.selle-info-text p, .selle-info-text a {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    text-decoration: none;
}

.selle-info-text a {
    color: #38681e;
    font-weight: 600;
    transition: color 0.2s;
}

.selle-info-text a:hover {
    color: #0f172a;
}

/* Right Column: Forminator Form Container */
.selle-form-column {
    background: #0f172a;
    border-radius: 24px;
    padding: 45px 40px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
    color: #ffffff;
}

.selle-form-column h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.selle-form-column p {
    font-size: 15px;
    color: #94a3b8;
    margin: 0 0 30px 0;
    line-height: 1.6;
}

/* Specific styling to ensure Forminator blends smoothly into the dark card */
.selle-forminator-wrapper .forminator-ui {
    font-family: inherit;
}

/* --- MOBILE RESPONSIVE ADAPTATION --- */
@media (max-width: 900px) {
    .selle-contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .selle-contact-title {
        font-size: 32px;
    }
    
    .selle-contact-wrapper {
        padding: 50px 16px;
    }
    
    .selle-form-column {
        padding: 35px 25px;
    }
}/* End custom CSS */