.elementor-1067 .elementor-element.elementor-element-6815be1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-1067 .elementor-element.elementor-element-c1d0ea7 img{width:100%;}.elementor-1067 .elementor-element.elementor-element-0abb9e9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1067 .elementor-element.elementor-element-0abb9e9:not(.elementor-motion-effects-element-type-background), .elementor-1067 .elementor-element.elementor-element-0abb9e9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F7FF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1067 .elementor-element.elementor-element-1e55038 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:700;color:#000000;}.elementor-1067 .elementor-element.elementor-element-3147fd6{width:var( --container-widget-width, 91.65% );max-width:91.65%;--container-widget-width:91.65%;--container-widget-flex-grow:0;}.elementor-1067 .elementor-element.elementor-element-3147fd6.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-1067 .elementor-element.elementor-element-c1d0ea7{padding:60px 0px 0px 0px;}.elementor-1067 .elementor-element.elementor-element-0abb9e9{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1067 .elementor-element.elementor-element-1e55038 .elementor-heading-title{font-size:17px;}}/* Start custom CSS for shortcode, class: .elementor-element-3147fd6 *//* =========================
   CUSTOM JERSEY FORM UI
========================= */

.custom-order-form{
    padding: 50px 20px;
    background: linear-gradient(135deg,#f5f7ff,#eef1ff);
}

/* FORM BOX */
.custom-order-form .wpforms-container{
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    padding: 65px;
    border-radius: 35px;
    box-shadow:
    0 10px 40px rgba(15,34,87,0.08),
    0 2px 10px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

/* TOP DESIGN */
.custom-order-form .wpforms-container::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,#ff1d1d,#0f2257);
}

/* HEADING */
.custom-order-title{
    text-align: center;
    font-size: 62px;
    font-weight: 800;
    color: #0f2257;
    margin-bottom: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}

/* LABEL */
.custom-order-form .wpforms-form label{
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f2257 !important;
    margin-bottom: 12px !important;
}

/* INPUT */
.custom-order-form .wpforms-form input,
.custom-order-form .wpforms-form textarea,
.custom-order-form .wpforms-form select{
    background: #f7f9ff !important;
    border: 2px solid #dde4ff !important;
    border-radius: 18px !important;
    height: 65px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
    color: #0f2257 !important;
    transition: 0.4s ease;
    box-shadow: none !important;
}

/* TEXTAREA */
.custom-order-form .wpforms-form textarea{
    height: 180px !important;
    padding-top: 20px !important;
    resize: none;
}

/* PLACEHOLDER */
.custom-order-form .wpforms-form input::placeholder,
.custom-order-form .wpforms-form textarea::placeholder{
    color: #8f96b2 !important;
}

/* FOCUS */
.custom-order-form .wpforms-form input:focus,
.custom-order-form .wpforms-form textarea:focus,
.custom-order-form .wpforms-form select:focus{
    border-color: #ff1d1d !important;
    background: #fff !important;
    box-shadow: 0 0 0 5px rgba(255,29,29,0.08) !important;
}

/* FIELD GAP */
.custom-order-form .wpforms-field{
    margin-bottom: 28px !important;
}

/* 2 COLUMN FORM */
@media(min-width:768px){

.custom-order-form .wpforms-field-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.custom-order-form .wpforms-field-textarea,
.custom-order-form .wpforms-submit-container{
    grid-column: span 2;
}

}

/* BUTTON */
.custom-order-form .wpforms-submit{
    width: 100%;
    height: 68px;
    border-radius: 70px !important;
    border: none !important;
    background: linear-gradient(135deg,#ff1d1d,#c40000) !important;
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    transition: 0.4s ease;
    margin-top: 15px;
    text-transform: uppercase;
}

/* BUTTON HOVER */
.custom-order-form .wpforms-submit:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(255,0,0,0.25);
}

/* REQUIRED STAR */
.custom-order-form .wpforms-required-label{
    color: #ff1d1d !important;
}

/* MOBILE */
@media(max-width:767px){

.custom-order-form{
    padding: 50px 0px;
}

.custom-order-form .wpforms-container{
    padding: 30px 22px;
    border-radius: 25px;
}

.custom-order-title{
    font-size: 38px;
    margin-bottom: 35px;
}

.custom-order-form .wpforms-form input,
.custom-order-form .wpforms-form textarea,
.custom-order-form .wpforms-form select{
    height: 58px !important;
    font-size: 15px !important;
}

.custom-order-form .wpforms-form textarea{
    height: 140px !important;
}

.custom-order-form .wpforms-submit{
    height: 60px;
    font-size: 16px !important;
}

}/* End custom CSS */