.elementor-153 .elementor-element.elementor-element-e3c5bec{--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-153 .elementor-element.elementor-element-e3c5bec:not(.elementor-motion-effects-element-type-background), .elementor-153 .elementor-element.elementor-element-e3c5bec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5E6C8;}.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-153 .elementor-element.elementor-element-1211540{text-align:center;}.elementor-153 .elementor-element.elementor-element-1211540 .elementor-heading-title{font-family:"Fredoka One", Sans-serif;font-size:42px;font-weight:600;color:#3E2A1A;}.elementor-153 .elementor-element.elementor-element-a5d3ddd{--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-153 .elementor-element.elementor-element-a5d3ddd:not(.elementor-motion-effects-element-type-background), .elementor-153 .elementor-element.elementor-element-a5d3ddd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5E6C8;}.elementor-153 .elementor-element.elementor-element-947659a{background-color:#F5E6C8;}.elementor-153 .elementor-element.elementor-element-1a00032{--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-153 .elementor-element.elementor-element-1a00032:not(.elementor-motion-effects-element-type-background), .elementor-153 .elementor-element.elementor-element-1a00032 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3E2A1A;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-153 .elementor-element.elementor-element-df63fba{text-align:center;color:#5B8C3E;}.elementor-153 .elementor-element.elementor-element-df63fba a{color:#FFFFFF;}.elementor-153 .elementor-element.elementor-element-df63fba a:hover, .elementor-153 .elementor-element.elementor-element-df63fba a:focus{color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-947659a */*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background: #E8D9B9;
  font-family: "Poppins", sans-serif;
}

/* SECTION */

.contact-section{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARDS */

.info-card,
.map-card{
  background: #F7F7F7;
  border-radius: 32px;
  padding: 40px;
}

.map-card{
  background: #BED2A7;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* HEADING */

h2{
  font-size: 42px;
  color: #5E8F3D;
  margin-bottom: 35px;
  line-height: 1;
  font-weight: 700;
}

/* CONTACT ITEMS */

.contact-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.icon-box{
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: #D86A2A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.info h3{
  font-size: 26px;
  color: #1F1F1F;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.4;
}

.info p{
  font-size: 20px;
  color: #A75A2A;
  line-height: 1.6;
}

/* HOURS */

.hours-row{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #DDD;
}

.hours-row span{
  font-size: 26px;
  color: #1F1F1F;
  line-height: 1.4;
}

.hours-row strong{
  font-size: 26px;
  color: #5E8F3D;
  font-weight: 600;
  text-align: right;
}

.closed{
  color: #D86A2A !important;
}

/* NOTE BOX */

.note-box{
  margin-top: 30px;
  background: #E5DDC9;
  border-radius: 22px;
  padding: 24px;
  font-size: 21px;
  line-height: 1.8;
  color: #5B4B3F;
}

/* MAP CARD */

.map-icon{
  font-size: 70px;
  color: #D86A2A;
  margin-bottom: 22px;
}

.map-card h3{
  font-size: 34px;
  color: #1F1F1F;
  margin-bottom: 10px;
  font-weight: 500;
}

.map-card p{
  font-size: 26px;
  color: #2B2B2B;
  margin-bottom: 35px;
}

.direction-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  background: #5E8F3D;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s ease;
}

.direction-btn:hover{
  transform: translateY(-3px);
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media (max-width: 992px){

  .contact-section{
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .info-card,
  .map-card{
    padding: 35px;
  }

  h2{
    font-size: 36px;
  }

  .info h3,
  .hours-row span,
  .hours-row strong{
    font-size: 22px;
  }

  .info p,
  .note-box,
  .map-card p{
    font-size: 18px;
  }

  .map-card h3{
    font-size: 28px;
  }
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 576px){

  .contact-section{
    padding: 40px 15px;
    gap: 20px;
  }

  .info-card,
  .map-card{
    padding: 25px 22px;
    border-radius: 24px;
  }

  h2{
    font-size: 30px;
    margin-bottom: 25px;
  }

  .contact-item{
    gap: 14px;
    margin-bottom: 24px;
  }

  .icon-box{
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 20px;
  }

  .info h3{
    font-size: 18px;
  }

  .info p{
    font-size: 15px;
  }

  .hours-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .hours-row span,
  .hours-row strong{
    font-size: 18px;
    text-align: left;
  }

  .note-box{
    font-size: 15px;
    padding: 18px;
    line-height: 1.7;
  }

  .map-icon{
    font-size: 52px;
  }

  .map-card h3{
    font-size: 22px;
  }

  .map-card p{
    font-size: 18px;
    margin-bottom: 25px;
  }

  .direction-btn{
    width: 100%;
    font-size: 18px;
    padding: 15px 20px;
  }
}/* End custom CSS */