.elementor-34 .elementor-element.elementor-element-7822689:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-7822689 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-34 .elementor-element.elementor-element-7822689{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-34 .elementor-element.elementor-element-7822689 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-34 .elementor-element.elementor-element-a6e0646 img{width:1%;height:1px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-34 .elementor-element.elementor-element-d3f47f5{text-align:center;font-family:"Roboto", Sans-serif;font-size:8px;font-weight:400;}.elementor-34 .elementor-element.elementor-element-3972f90{color:#4A4A4A;}@media(max-width:1024px){.elementor-34 .elementor-element.elementor-element-7822689{margin-top:-51px;margin-bottom:0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-7822689{margin-top:-31px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-497a62d */body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    background: #f6f9fb;
    color: #23272b;
}

.setup-section.reseller-section {
    max-width: 920px;
    width: 95vw;
    margin: 48px auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 40px rgba(24,34,48,0.14);
}

h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #181b22;
    margin-bottom: 12px;
}

.subtitle {
    text-align: center;
    color: #444b5e;
    opacity: 0.8;
    font-size: 1.17rem;
    margin-bottom: 40px;
    font-weight: 500;
}

.reseller-benefits {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-bottom: 32px;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(40,54,71,0.09);
    padding: 35px 20px;
    text-align: center;
    transition: box-shadow 0.2s;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card:hover {
    box-shadow: 0 4px 24px rgba(60,54,91,0.15);
}

.contact-card b {
    font-size: 1.25rem;
    color: #191d21;
    font-weight: 600;
    margin-bottom: 14px;
}

.contact-card span {
    color: #3c3f4a;
    font-size: 1.08rem;
}

.reseller-how-it-works h2 {
    font-size: 1.35rem;
    color: #181b22;
    margin-bottom: 10px;
    font-weight: 700;
}

.reseller-how-it-works ol {
    margin-left: 16px;
    line-height: 1.7;
    color: #444b5e;
    font-size: 1.07rem;
}

form {
    background: #f3f5fa;
    border-radius: 16px;
    padding: 26px 20px;
    margin-bottom: 15px;
}

form h2 {
    font-size: 1.2rem;
    color: #181b22;
    margin-bottom: 15px;
    font-weight: 700;
}

input,
textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 18px 16px;
    font-size: 1.06rem;
    border-radius: 9px;
    margin-bottom: 20px;
    color: #23272b;
    box-shadow: 0 2px 4px rgba(180,192,210,0.09);
    outline: none;
    transition: box-shadow 0.15s;
}

input:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #b6e3fe;
}

.btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #16a8fc 0%, #e840ff 100%);
    padding: 19px 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.23rem;
    border-radius: 14px;
    border: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 18px rgba(38,34,78,0.14);
    margin-top: 12px;
    letter-spacing: 0.3px;
    transition: filter 0.2s;
}

.btn:hover {
    filter: brightness(1.08);
}

@media (max-width: 1100px) {
    .setup-section.reseller-section {
        max-width: 99vw;
        padding: 24px 7vw;
    }
    .reseller-benefits {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}/* End custom CSS */