.elementor-1437 .elementor-element.elementor-element-7be4c81:not(.elementor-motion-effects-element-type-background), .elementor-1437 .elementor-element.elementor-element-7be4c81 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5D0B4;}.elementor-1437 .elementor-element.elementor-element-7be4c81 > .elementor-container{min-height:200px;}.elementor-1437 .elementor-element.elementor-element-7be4c81{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1437 .elementor-element.elementor-element-7be4c81 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-1437 .elementor-element.elementor-element-27dc301{text-align:center;}.elementor-1437 .elementor-element.elementor-element-27dc301 .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-size:45px;font-weight:600;color:#282C33;}.elementor-1437 .elementor-element.elementor-element-738dd97{padding:50px 0px 50px 0px;}.elementor-1437 .elementor-element.elementor-element-e1a8ce4 > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-1437 .elementor-element.elementor-element-1257c85 > .elementor-widget-container{margin:-14px 0px -15px 0px;}.elementor-1437 .elementor-element.elementor-element-1ff6df8 > .elementor-widget-container{background-color:#FFF4EF;padding:15px 0px 15px 0px;border-radius:8px 8px 8px 8px;}/* Start custom CSS for wpforms, class: .elementor-element-e1a8ce4 */.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
    border-color: #B3B3B3 !important; 
    border-radius: 7px !important;
    font-size: 14px !important;
    outline: none;
}

/* Optional: Add hover and focus effects */
.wpforms-field input:hover,
.wpforms-field select:hover,
.wpforms-field textarea:hover,
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
    border-color: #B3B3B3 !important; /* Replace #FFC300 with your hover/focus color */
    outline: none !important; /* Optional: Remove default outline */
}
input:focus, 
textarea:focus, 
select:focus {
    outline: none !important; 
    box-shadow: none !important; /* Removes any browser-specific shadow */
    border-color: transparent !important; /* Ensures no visible border */
}

input#wpforms-1440-field_13,
input#wpforms-1440-field_14,
input#wpforms-1440-field_15,
select#wpforms-1440-field_16,
select#wpforms-1440-field_19,
select#wpforms-1440-field_20{
    background-color: #F2F2F2;
    border: none;
    border-radius: 0px !important;
}
.label-heading {
    font-family: 'Roboto Slab', serif; 
    font-size: 16px; 
    font-weight: 400; 
    color: #6E6E6E; 
    margin-bottom: -20px !important;
}
.label-heading-container {
    margin-bottom: -20px !important;
}
.wpforms-form label {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400 !important;
    color: #6E6E6E !important;
}
.price-value {
    font-weight: 600;
    font-size: 25px !important;
    font-family: 'Roboto', sans-serif !important;
    color: #F77E0B;
    position: relative !important;
    top: 20px;
    left: 60px;
}
.price-value::before {
    content: "Price:" !important;
    font-size: 16px;
    color: #2a2a2a;
    margin-bottom: 0px;
    font-weight: 900;
    display: block;
    margin-right: 10px;
    position: relative !important;
    left: 88px;
}
.price-value::after {
    content: "each";
    font-size: 25px !important;
    color: #000000;
    margin-top: 0px !important;
    font-weight: 600;
    position: relative;
   left: 10px;
}
.wpforms-form .wpforms-field {
    margin-bottom: -5px !important; 
}
input#wpforms-1440-field_34,
select#wpforms-1440-field_48{
    border-bottom: 1px solid #B3B3B3 !important;
    border: none;
    border-radius: 0px !important;
}
input#wpforms-1440-field_27 {
    background-color: #282C33;
    width: 100% !important;
}
form#wpforms-form-1440 input[type="file"]::before {
    position: absolute !important;
    pointer-events: none !important;
    left: 75px !important;
    color: #fff !important;
    content: "Upload Artwork" !important;
}

form#wpforms-form-1440 input[type="file"]::after {
    position: absolute !important;
    pointer-events: none !important;
    left: 50px !important;
    height: 20px !important;
    width: 20px !important;
    content: "" !important;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E) !important;
    filter: brightness(0) invert(1);
}


/* Style the list items */
ul#wpforms-1440-field_28 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    background-color: #F1EEE4;
    height: 48px !important;
    margin-bottom: 0px;
    margin-top: -5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 7px;
}

/* Change background and add shadow on hover */
ul#wpforms-1440-field_28 li:hover {
    background-color: #e4e2d7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Hide the default checkbox */
ul#wpforms-1440-field_28 input[type="checkbox"] {
    display: none;
}

/* Add a tick icon when checkbox is checked */
ul#wpforms-1440-field_28 input[type="checkbox"]:checked + label::after {
    content: "\f058"; /* Font Awesome Unicode for check-circle */
    display: inline-block;
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome library is used */
    font-weight: 900; /* Solid icon requires a bold weight */
    font-size: 18px;
    color: #F77E0B; /* Icon color */
    position: absolute;
    right: 20px;
    top: -15px;
    background-color: #fff;
    border-radius: 130px !important;
}
/* Styling for the label */
ul#wpforms-1440-field_28 label {
    flex: 1;
    cursor: pointer;
    position: relative;
    padding-right: 30px; /* Space for the tick icon */
    height: 40px;
    padding-top: 10px;
    text-align: center;
}
li.choice-1.depth-1.wpforms-selected {
    border: 1px solid #F77E0B !important;
}
div#wpforms-1440-field_24-container {
    padding-top: 15px;
}



/* Apply top border to Box Interior Dimensions */
div#wpforms-1440-field_12-container {
    border-top: 1px solid #B3B3B3; /* Top border */
    border-left: 1px solid #B3B3B3; /* Left border */
    border-right: 1px solid #B3B3B3; /* Right border */
    padding-left:25px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 15px;
}

/* Apply left and right borders to other fields, ensuring no border between fields */
div#wpforms-1440-field_11-container,
div#wpforms-1440-field_18-container,
div#wpforms-1440-field_21-container {
    border-left: 1px solid #B3B3B3; /* Left border */
    border-right: 1px solid #B3B3B3; /* Right border */
    padding-left:25px;
    padding-right: 25px;
    
    
}

/* Apply bottom border to Upload Artwork and Design Help section */
div#wpforms-1440-field_24-container {
    border-bottom: 1px solid #B3B3B3; /* Bottom border */
    border-left: 1px solid #B3B3B3; /* Left border */
    border-right: 1px solid #B3B3B3; /* Right border */
    padding-left:25px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 10px !important;
}

/* Ensure no borders between individual fields */
div#wpforms-1440-field_11-container .wpforms-field,
div#wpforms-1440-field_18-container .wpforms-field,
div#wpforms-1440-field_21-container .wpforms-field {
    border: none; /* Remove internal borders between fields */
}


div#wpforms-1440-field_36-container {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
button#wpforms-submit-1440 {
    width: 100%;
    background: #F8720F;
    border-radius: 7px;
}
button#wpforms-submit-1440:hover{
    width: 100%;
    background: #F99637 !important;
    border-radius: 7px;
}
div.wpforms-container-full:not(:empty) {
    margin: 0px !important;
}

button.wpforms-page-button.wpforms-page-next {
    width: 100%;
    background-color: #F8720F !important;
    border-radius: 7px !important;
    margin-top: -25px !important;
}
div.wpforms-container-full .wpforms-page-button:hover {
    width: 100%;
    background-color: #F99637 !important;
    border-radius: 7px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:focus,
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:active {
    background: #F99637 !important; 
    outline: none !important;
}
button#prevStepButton {
    width: 45%;
    padding: 9px 10px;
    background: #282C33;
    color: #fff !important;
    border-radius: 7px;
}


  @media (max-width: 767px) {
      button.wpforms-page-button.wpforms-page-next {
    width: 100%;
    margin-top: -10px !important;
}
      form#wpforms-form-1440 input[type="file"] {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%; /* Adjust as needed */
    }

    form#wpforms-form-1440 input[type="file"]::after {
        left: 30% !important;
        transform: translateX(0%);
        top: 30%;
        transform: translateY(-0%) translateX(-50%);
    }

    form#wpforms-form-1440 input[type="file"]::before {
        left: 50% !important;
        transform: translateX(-50%);
        top: 20px; /* Adjust this value to position the label correctly */
        font-size: 14px; /* Adjust the font size if needed */
    }
     .price-value {
        position: relative !important;
        top: 20px;  /* Adjust as needed */
        left: 0;
        right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        display: block;
        overflow: hidden !!important;
    }
    .price-value::before {
        left : 50px;
    }
    div#wpforms-1440-field_12-container {
        margin-right : -1px !important;
        margin-left : -1px !important;
    }
        div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout) {
        overflow-x: hidden;
        overflow-y: hidden;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1257c85 */.faqs {
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-family: 'Roboto', sans-serif; 
}

.faqs li {
    padding: 10px 0;
    border-bottom: 1px solid #F77E0B; 
}

.faqs li:last-child {
    border-bottom: none;
    padding-bottom:  0px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ff6df8 */.icon-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    
}

.icon-box {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 10px;
    text-align: center;
    align-items: center;
    justify-items: center;
    max-width: 200px;
}

.icon-img {
    width: 50px;
    height: 50px;
}

.icon-title {
    font-size: 17px;
    font-weight: 500;
    color: #282C33;
    font-family: 'Roboto', sans-serif;
    
}

.icon-description {
    font-size: 14px;
    color: #6E6E6E;
    font-family: 'Roboto', sans-serif;
}/* End custom CSS */