.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-1729 .elementor-element.elementor-element-56501528{--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;--border-radius:25px 25px 25px 25px;--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-1729 .elementor-element.elementor-element-56501528:not(.elementor-motion-effects-element-type-background), .elementor-1729 .elementor-element.elementor-element-56501528 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://www.eatdoggis.com/wp-content/uploads/2026/06/Doggis1-scaled.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}#elementor-popup-modal-1729 .dialog-widget-content{background-color:#02010100;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1729{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1729 .dialog-message{width:550px;height:auto;}#elementor-popup-modal-1729 .dialog-close-button{display:flex;top:5px;font-size:20px;}body:not(.rtl) #elementor-popup-modal-1729 .dialog-close-button{right:15px;}body.rtl #elementor-popup-modal-1729 .dialog-close-button{left:15px;}#elementor-popup-modal-1729 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-1729 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}}/* Start custom CSS for html, class: .elementor-element-c8a534b */.doggis-location-box {
  max-width: 530px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.doggis-location-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #111;
}

.doggis-location-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.doggis-location-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  background: #fff6dc;
  border: 1px solid #d9b86c;
  border-radius: 14px;
  color: black !important;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}

.doggis-location-btn i {
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
}

.doggis-location-btn:hover {
  background: #bd3b24;
  color: #fffdf2;
  transform: translateY(-2px);
}

.doggis-location-btn:hover i {
  color: #fffdf2;
}

@media (max-width: 767px) {
  .doggis-location-box {
    max-width: 94%;
    padding: 14px;
    border-radius: 16px;
  }

  .doggis-location-title {
    font-size: 24px;
  }

  .doggis-location-btn {
    font-size: 13px;
    padding: 13px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-56501528 */.elementor-1729 .elementor-element.elementor-element-56501528{
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}/* End custom CSS */
/* Start custom CSS */.e-n-accordion .e-n-accordion-item{
  border:0 !important;
  margin-bottom:8px !important;
}

.e-n-accordion .e-n-accordion-item-title{
  background:#fff7df !important;
  border:1px solid rgba(120,95,40,.35) !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  min-height:auto !important;
  box-shadow:0 4px 14px rgba(0,0,0,.12) !important;
}

.e-n-accordion .e-n-accordion-item-title-text{
  color:#b6401f !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  font-size:14px !important;
  line-height:1.2 !important;
}

.e-n-accordion .e-n-accordion-item-title-text i{
  color:#2b2b2b !important;
  margin-right:6px;
}

.e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{
  border-radius:14px 14px 6px 6px !important;
  background:#fff1bf !important;
}

.e-n-accordion .e-n-accordion-item > div[role="region"]{
  padding:8px 0 0 !important;
  background:transparent !important;
  border:0 !important;
}/* End custom CSS */