.elementor-32 .elementor-element.elementor-element-87a303e:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-87a303e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-32 .elementor-element.elementor-element-87a303e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 50px 50px 50px;}.elementor-32 .elementor-element.elementor-element-87a303e > .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-32 .elementor-element.elementor-element-982b0e2 img{width:1%;height:1px;}@media(max-width:1024px){.elementor-32 .elementor-element.elementor-element-87a303e{margin-top:-51px;margin-bottom:0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-87a303e{margin-top:-31px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-40a4d1d */body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", Arial, sans-serif;
    background: #f6f9fb;
    color: #23272b;
}

.setup-section {
    max-width: 900px;
    width: 95vw;
    margin: 48px auto;
    padding: 48px 36px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 40px rgba(24,34,48,0.13);
}

h1 {
    text-align: center;
    font-size: 2.9rem;
    font-weight: 700;
    color: #181b22;
    margin-bottom: 12px;
}

.subtitle {
    text-align: center;
    color: #444b5e;
    opacity: 0.78;
    font-size: 1.15rem;
    margin-bottom: 36px;
    font-weight: 500;
}

input,
textarea {
    width: 100%;
    border: none;
    background: #f3f5fa;
    padding: 18px 16px;
    font-size: 1.06rem;
    border-radius: 9px;
    margin-bottom: 20px;
    color: #23272b;
    transition: box-shadow 0.15s;
    box-shadow: 0 2px 4px rgba(180,192,210,0.09);
    outline: none;
}

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.21rem;
    border-radius: 15px;
    border: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 16px rgba(38,34,78,0.10);
    margin-top: 12px;
    letter-spacing: 0.3px;
    transition: filter 0.2s;
}

.btn:hover {
    filter: brightness(1.07);
}

.contact-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 38px;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(40,54,71,0.08);
    padding: 32px 18px;
    text-align: center;
    transition: box-shadow 0.2s;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card:hover {
    box-shadow: 0 4px 24px rgba(60,54,91,0.17);
}

.contact-card b {
    font-size: 1.21rem;
    color: #191d21;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.contact-card span {
    display: block;
    color: #3c3f4a;
    font-size: 1.06rem;
    margin-top: 7px;
}

@media (max-width: 1100px) {
    .setup-section {
        max-width: 99vw;
        padding: 24px 8vw;
    }
    .contact-options {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}/* End custom CSS */