.elementor-7103 .elementor-element.elementor-element-1dcbbf2{--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;--gap:30px 30px;--row-gap:30px;--column-gap:30px;border-style:solid;--border-style:solid;border-width:1px 0px 0px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;border-color:#DB80773B;--border-color:#DB80773B;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:30px;--padding-right:30px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-7103 .elementor-element.elementor-element-eccb466{width:auto;max-width:auto;top:-50px;}body:not(.rtl) .elementor-7103 .elementor-element.elementor-element-eccb466{left:0px;}body.rtl .elementor-7103 .elementor-element.elementor-element-eccb466{right:0px;}.elementor-7103 .elementor-element.elementor-element-7a69f68{--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;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7103 .elementor-element.elementor-element-c1af39d{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-7103 .elementor-element.elementor-element-c1af39d{--content-width:1024px;}}@media(max-width:1200px){.elementor-7103 .elementor-element.elementor-element-1dcbbf2{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}}@media(max-width:880px){.elementor-7103 .elementor-element.elementor-element-1dcbbf2{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-7103 .elementor-element.elementor-element-1dcbbf2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}.elementor-7103 .elementor-element.elementor-element-7a69f68{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-5519965 */.bulk-order-form {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05);
  max-width: 800px;
  margin: 0 auto;
}

.bulk-order-form h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #DB8077;
  text-align: center;
}

.bulk-order-form h4 {
  margin-top: 25px;
  font-size: 18px;
  color: #333;
  border-left: 4px solid #DB8077;
  padding-left: 10px;
}

.bulk-order-form p {
  text-align: center;
  color: #666;
  margin-bottom: 25px;
}

.bulk-order-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.bulk-order-form .form-col {
  flex: 1;
  min-width: 230px;
}

.bulk-order-form input,
.bulk-order-form select,
.bulk-order-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: px;
  font-size: 15px;
  transition: 0.3s ease;
}

.bulk-order-form input:focus,
.bulk-order-form select:focus,
.bulk-order-form textarea:focus {
  border-color: #DB8077;
  box-shadow: 0 0 0 2px rgba(219, 128, 119, 0.2);
  outline: none;
}

.bulk-order-form input[type="submit"] {
  background: #DB8077;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 12px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin: 10px auto 0;
}

.bulk-order-form input[type="submit"]:hover {
  background: #c46d65;
}

.bulk-order-form .agree-row {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .bulk-order-form .form-row {
    flex-direction: column;
  }
}

.bulk-order-form p {
    text-align: center;
    color: #666;
    margin-bottom: 10px !important;
}

.submit-row {
    display: flex;
    justify-content: center;
    width: 100%;
}/* End custom CSS */