.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-850 .elementor-element.elementor-element-31881a14{--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;--gap:100px 100px;--row-gap:100px;--column-gap:100px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-850 .elementor-element.elementor-element-31881a14:not(.elementor-motion-effects-element-type-background), .elementor-850 .elementor-element.elementor-element-31881a14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-850 .elementor-element.elementor-element-273b816f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-850 .elementor-element.elementor-element-273b816f .elementor-heading-title{font-family:"Hello Paris", Sans-serif;font-size:64px;font-weight:700;line-height:74px;color:var( --e-global-color-6d0872f );}.elementor-850 .elementor-element.elementor-element-18f9ceb2{--display:flex;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1440px){.elementor-850 .elementor-element.elementor-element-31881a14{--gap:80px 80px;--row-gap:80px;--column-gap:80px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-850 .elementor-element.elementor-element-273b816f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-850 .elementor-element.elementor-element-273b816f .elementor-heading-title{font-size:48px;line-height:58px;}}@media(max-width:767px){.elementor-850 .elementor-element.elementor-element-31881a14{--gap:32px 32px;--row-gap:32px;--column-gap:32px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-850 .elementor-element.elementor-element-273b816f .elementor-heading-title{font-size:36px;line-height:36px;}}/* Start custom CSS for html, class: .elementor-element-5df6a086 */.offer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

/* Each Item */
.offer-item {
  position: relative;
  width: calc(20% - 25px);
  text-decoration: none;
  color: #06373a;
}

.offer-item::before {
  content: "";
  display: block;
  padding-top: 100%; /* Keeps square shape */
}

.offer-item:hover svg path {
    fill: #d1c7a5;
}

.offer-image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
}

.offer-image::before {
    content:'';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    height: 90%;
    border: 2px solid  var(--e-global-color-4eab692);
}

/* Label */
.offer-label {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 42px;
    
}



.offer-label-bg {
  position: absolute;
  top: 0;
  /*left: 0;*/
  width: 110%;
  height: 100%;
  z-index: 1;
}

.offer-label span {
  position: relative;
  z-index: 2;
  color: var(--e-global-color-text);
  font-size: 30px;
  line-height: 30px;
}

@media (max-width: 1400px){
    .offer-label span {
      font-size: 20px;
      line-height: 24px;
    }

}

@media (max-width: 1024px){
    .offer-label span {
      font-size: 18px;
      line-height: 20px;
    }
    
    .offer-label-bg {
        width: 125%;
    }

}

@media (max-width: 767px){
    .offer-item {
        width: calc(50% - 25px);
    }
    .offer-label span {
      font-size: 24px;
    }
}


@media (max-width: 480px){
    .offer-item {
        width: 70%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-31881a14 */.category-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #3b3f37;
  padding: 30px;
}

/* Square layout using padding-bottom trick */
.category-item {
  position: relative;
  /*width: 180px;*/
  text-decoration: none;
  border: 1px dotted #8a6b57;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Makes it square */
  overflow: hidden;
}

.category-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.category-item:hover img {
  transform: scale(1.05);
}

.category-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.category-label {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fdf7e2;
  color: #2c2c2c;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 18px;
  border: 1px solid #d1b98b;
  letter-spacing: 1px;
  text-align: center;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  transition: background 0.3s ease;
}

.category-item:hover .category-label {
  background: #f7e6b7;
}/* End custom CSS */