.elementor-2238 .elementor-element.elementor-element-408f6f08{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-2238 .elementor-element.elementor-element-5a801b8d{margin:4px 4px calc(var(--kit-widget-spacing, 0px) + 4px) 4px;}.elementor-2238 .elementor-element.elementor-element-599eecdb{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:12;}.elementor-2238 .elementor-element.elementor-element-4170cfeb{--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;--margin-top:57px;--margin-bottom:0px;--margin-left:-18px;--margin-right:0px;}.elementor-2238 .elementor-element.elementor-element-4170cfeb.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2238 .elementor-element.elementor-element-a3cb923{width:var( --container-widget-width, 103.202% );max-width:103.202%;margin:112px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 4px;padding:0px 0px 0px 5px;--container-widget-width:103.202%;--container-widget-flex-grow:0;}.elementor-2238 .elementor-element.elementor-element-a3cb923.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2238 .elementor-element.elementor-element-3cb8b6c4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2238 .elementor-element.elementor-element-1742120f{--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;--margin-top:-94px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2238 .elementor-element.elementor-element-47add14{margin:55px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;border-radius:25px 25px 25px 25px;}.elementor-2238 .elementor-element.elementor-element-47add14.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:1;}@media(min-width:768px){.elementor-2238 .elementor-element.elementor-element-4170cfeb{--width:50.851%;}}@media(max-width:767px){.elementor-2238 .elementor-element.elementor-element-408f6f08{--border-radius:7px 7px 7px 7px;--margin-top:-34px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2238 .elementor-element.elementor-element-1160ec0d{border-radius:0px 0px 0px 0px;}.elementor-2238 .elementor-element.elementor-element-5a801b8d{margin:-63px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-2238 .elementor-element.elementor-element-5a801b8d img{width:100%;max-width:100%;height:191px;}.elementor-2238 .elementor-element.elementor-element-599eecdb{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2238 .elementor-element.elementor-element-a3cb923{z-index:2;}.elementor-2238 .elementor-element.elementor-element-1742120f{--border-radius:13px 13px 13px 13px;}}/* Start custom CSS for html, class: .elementor-element-1160ec0d */.dryone-delivery {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 12px;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.dryone-delivery h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.delivery-item {
  margin-bottom: 20px;
}

.delivery-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: background 0.3s;
  position: relative;
}

.delivery-item h3::after {
  content: "▼";
  font-size: 16px;
  transition: transform 0.3s;
}

.delivery-item h3.open::after {
  transform: rotate(180deg);
}

.delivery-text {
  display: none;
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 5px;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.delivery-text.active {
  display: block;
}

.delivery-text a {
  color: #18a957;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .dryone-delivery {
    padding: 30px 15px;
  }

  .dryone-delivery h2 {
    font-size: 28px;
  }

  .delivery-item h3 {
    font-size: 18px;
  }

  .delivery-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3cb923 */.dryone-delivery {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f8f8f8;
  border-radius: 12px;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.dryone-delivery h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.delivery-item {
  margin-bottom: 20px;
}

.delivery-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: background 0.3s;
  position: relative;
}

.delivery-item h3::after {
  content: "▼";
  font-size: 16px;
  transition: transform 0.3s;
}

.delivery-item h3.open::after {
  transform: rotate(180deg);
}

.delivery-text {
  display: none;
  padding: 15px 20px;
  background: #fff;
  border-radius: 8px;
  margin-top: 5px;
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.delivery-text.active {
  display: block;
}

.delivery-text a {
  color: #18a957;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .dryone-delivery {
    padding: 30px 15px;
  }

  .dryone-delivery h2 {
    font-size: 28px;
  }

  .delivery-item h3 {
    font-size: 18px;
  }

  .delivery-text {
    font-size: 15px;
  }
}/* End custom CSS */