.elementor-1518 .elementor-element.elementor-element-32ad606{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1518 .elementor-element.elementor-element-318889a{--display:flex;}.elementor-1518 .elementor-element.elementor-element-5950a8d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:30px;--margin-right:0px;}.elementor-1518 .elementor-element.elementor-element-533a744{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1518 .elementor-element.elementor-element-69f27ca{--display:flex;}.elementor-1518 .elementor-element.elementor-element-0162fc5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1518 .elementor-element.elementor-element-0162fc5.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1518 .elementor-element.elementor-element-41a003ca{--display:flex;--justify-content:center;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1518 .elementor-element.elementor-element-41a003ca:not(.elementor-motion-effects-element-type-background), .elementor-1518 .elementor-element.elementor-element-41a003ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://beltsplicer.com/wp-content/uploads/2023/07/industries-01.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-1518 .elementor-element.elementor-element-f4763cd{text-align:center;}.elementor-1518 .elementor-element.elementor-element-f4763cd .elementor-heading-title{color:var( --e-global-color-astglobalcolor6 );}.elementor-1518 .elementor-element.elementor-element-557110dd{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-1518 .elementor-element.elementor-element-318889a{--width:50%;}.elementor-1518 .elementor-element.elementor-element-5950a8d{--width:46%;}}@media(max-width:1024px){.elementor-1518 .elementor-element.elementor-element-0162fc5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1518 .elementor-element.elementor-element-0162fc5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for shortcode, class: .elementor-element-7a72349d */.e-con.e-flex>.e-con-inner {
    padding: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-557110dd *//* ===== Beltwin Style Contact Section ===== */

.bw-contact-section {
    position: relative;
    padding: 70px 15px 80px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.bw-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 0;
}

.bw-contact-section > .e-con-inner,
.bw-contact-section > .elementor-container,
.bw-contact-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.bw-contact-section .elementor-heading-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 26px;
}

/* Form wrapper */
.bw-contact-form {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/* Hide Contact Form 7 default spacing */
.bw-contact-form p {
    margin: 0;
    padding: 0;
}

/* Rows */
.bw-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.bw-form-full {
    grid-column: 1 / -1;
}

/* Inputs */
.bw-contact-form input[type="text"],
.bw-contact-form input[type="email"],
.bw-contact-form input[type="tel"],
.bw-contact-form textarea {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 14px;
    outline: none;
    box-shadow: none;
}

.bw-contact-form textarea {
    height: 118px;
    resize: vertical;
}

.bw-contact-form input::placeholder,
.bw-contact-form textarea::placeholder {
    color: #4f6579;
    opacity: 1;
}

/* Submit button */
.bw-contact-form input[type="submit"] {
    width: 100%;
    height: 47px;
    border: none;
    border-radius: 0;
    background: #d90000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.bw-contact-form input[type="submit"]:hover {
    background: #b80000;
}

/* Contact Form 7 messages */
.bw-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
    color: #ffdddd;
}

.bw-contact-form .wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 10px 14px !important;
    border-color: #ffffff !important;
    color: #ffffff;
    font-size: 14px;
}

/* Loading spinner */
.bw-contact-form .wpcf7-spinner {
    display: none;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .bw-contact-section {
        padding: 50px 15px 60px;
    }

    .bw-contact-section .elementor-heading-title {
        font-size: 32px;
        margin-bottom: 22px;
    }

    .bw-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 14px;
    }

    .bw-contact-form input[type="text"],
    .bw-contact-form input[type="email"],
    .bw-contact-form input[type="tel"],
    .bw-contact-form textarea {
        height: 44px;
        font-size: 14px;
    }

    .bw-contact-form textarea {
        height: 120px;
    }

    .bw-contact-form input[type="submit"] {
        height: 46px;
    }
}/* End custom CSS */