.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-518 .elementor-element.elementor-element-515c620c{--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:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-518 .elementor-element.elementor-element-515c620c:not(.elementor-motion-effects-element-type-background), .elementor-518 .elementor-element.elementor-element-515c620c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8E8E8;}.elementor-518 .elementor-element.elementor-element-f929413{--display:flex;}.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(min-width:768px){.elementor-518 .elementor-element.elementor-element-f929413{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5f2de49c *//* =========================
   SERVICES SECTION
========================= */

.services-section {
  padding: 60px 20px;
  background: #E8E8E8;
}

.services-header {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.services-header .section-tag {
  display: inline-block;
  margin-bottom: 8px;
  color: #b88a2b;
  font-family: 'Xaviera', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.services-header h2 {
  margin: 0 0 12px;
  color: #2e211c;
  font-family: 'Xaviera', serif;
  font-size: clamp(34px, 4.5vw, 30px);
  font-weight: 500;
  line-height: 1.1;
}

.services-header p {
  margin: 0 auto;
  max-width: 620px;
  color: #726761;
  font-size: 15px;
  line-height: 1.7;
}

/* GRID */
.services-grid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

/* CARD BASE */
.services-grid .service-card {
  min-height: 230px;
  padding: 30px 24px;
  background: #ffffff;
  border: 1px solid rgba(184, 138, 43, 0.20);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 16px 35px rgba(46, 33, 28, 0.07);
  transition: all 0.3s ease;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* HOVER */
.services-grid .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(46, 33, 28, 0.13);
  border-color: rgba(184, 138, 43, 0.45);
}

/* ICON */
.services-grid .service-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7efe6;
  border-radius: 50%;
  font-size: 26px;
}

/* TEXT */
.services-grid .service-card h3 {
  margin: 0 0 10px;
  color: #2e211c !important;
  font-family: 'Xaviera', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.services-grid .service-card p {
  margin: 0;
  color: #726761 !important;
  font-size: 14px;
  line-height: 1.6;
}

/* FIFTH CARD CENTERED */
.services-grid .service-card-center {
  grid-column: 2 / 4;
  max-width: 430px;
  justify-self: center;
  width: 100%;
}

/* TABLET */
@media (max-width: 1024px) {
  .services-grid {
    max-width: 760px;
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid .service-card-center {
    grid-column: 1 / 3;
    max-width: 430px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .services-section {
    padding:30px 16px;
  }

  .services-header {
    margin-bottom: 28px;
  }

  .services-header .section-tag {
    font-size: 16px;
  }

  .services-header h2 {
    font-size: clamp(25px, 10vw, 25px);
  }

  .services-header p {
    font-size: 14px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services-grid .service-card {
    min-height: auto;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .services-grid .service-card-center {
    grid-column: auto;
    max-width: none;
  }

  .services-grid .service-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .services-grid .service-card h3 {
    font-size: 22px;
  }

  .services-grid .service-card p {
    font-size: 13.5px;
  }
}/* End custom CSS */