.elementor-28150 .elementor-element.elementor-element-0ae2afd{--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:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-28150 .elementor-element.elementor-element-142acfe{--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;}.elementor-28150 .elementor-element.elementor-element-142acfe.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-28150 .elementor-element.elementor-element-05cba83{--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:24px;--padding-right:1px;}@media(min-width:769px){.elementor-28150 .elementor-element.elementor-element-142acfe{--width:49.243%;}.elementor-28150 .elementor-element.elementor-element-05cba83{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-bc95f6d *//* Bulk Order Section */
.bulk-order-section {
    background-color: #f0f8ff;                /* Light blue background */
    border: 1px solid #d6e9ff;                /* Soft blue border */
    padding: 40px 30px;                       /* Padding for space */
    border-radius: 12px;                      /* Rounded corners */
    text-align: center;                       /* Center-align content */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);/* Soft shadow */
    max-width: 800px;                         /* Width limit */
    margin: 20px auto;                        /* Center the section */
}

/* Title Styling */
.bulk-order-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;                              /* Dark grey */
    margin-bottom: 15px;
}

/* Text Styling */
.bulk-order-text {
    font-size: 18px;
    color: #555;                              /* Medium grey */
    margin-bottom: 25px;
    line-height: 1.6;
}

/* Benefits Container */
.bulk-order-benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* Individual Benefit Item */
.benefit-item {
    display: flex;
    align-items: center;
    background-color: #fff;                   /* White background */
    border: 1px solid #ccc;                   /* Grey border */
    border-radius: 8px;
    padding: 15px 20px;
    width: 180px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

/* Icons Styling */
.benefit-item i {
    font-size: 24px;
    color: #007bff;                           /* Blue color */
    margin-right: 10px;
}

/* Button Styling */
.bulk-order-button {
    display: inline-block;
    background-color: #007bff;                /* Blue button */
    color: #fff;                              /* White text */
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.bulk-order-button:hover {
    background-color: #0056b3;                /* Darker blue on hover */
}/* End custom CSS */