.elementor-1314 .elementor-element.elementor-element-db4433d{--display:flex;--min-height:850px;--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-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-repeater-item-46f6183 .swiper-slide-bg{background-image:url(https://lumeneger.hu/wp-content/uploads/2024/02/MG_2482-1-scaled.jpg);background-size:cover;}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-repeater-item-46f6183 .elementor-background-overlay{background-color:#00000073;}.elementor-1314 .elementor-element.elementor-element-077fa26 .swiper-slide{transition-duration:calc(4000ms*1.2);height:900px;}.elementor-1314 .elementor-element.elementor-element-077fa26 .swiper-slide-contents{max-width:66%;}.elementor-1314 .elementor-element.elementor-element-077fa26 .swiper-slide-inner{text-align:center;}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-slide-heading{font-family:"Cormorant Garamond", Sans-serif;font-size:71px;font-weight:500;text-transform:uppercase;}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-slide-description{font-family:"Cormorant Garamond", Sans-serif;font-size:23px;font-weight:400;}.elementor-1314 .elementor-element.elementor-element-1de7665{--display:flex;}.elementor-1314 .elementor-element.elementor-element-1645046 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1314 .elementor-element.elementor-element-ea01f5c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.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-1314 .elementor-element.elementor-element-bd1582b{text-align:left;font-family:"Cormorant Garamond", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}body.elementor-page-1314:not(.elementor-motion-effects-element-type-background), body.elementor-page-1314 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-1314 .elementor-element.elementor-element-ea01f5c{--content-width:1300px;}}@media(max-width:767px){.elementor-1314 .elementor-element.elementor-element-db4433d{--min-height:500px;}.elementor-1314 .elementor-element.elementor-element-077fa26 .swiper-slide{height:500px;}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-slide-heading{font-size:31px;}.elementor-1314 .elementor-element.elementor-element-077fa26 .elementor-slide-description{font-size:19px;}}/* Start custom CSS for html, class: .elementor-element-1645046 */.services-box {
  max-width: 700px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.services-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.divider {
  border: none;
  border-top: 2px solid #ddd;
  margin: 10px auto 30px;
  width: 60%;
}

.service-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  color: #222;
}

.service-item .icon {
  flex: 0 0 60px;
  width: 60px;          /* ← hozzáadtam */
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
}

.service-item .content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.service-item .content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

/* Színek */
.service-item.yellow { background: #FFE066; }
.service-item.green { background: #A8E6A1; }
.service-item.teal { background: #A0DADB; }
.service-item.purple { background: #C3A2E0; }

/* Mobil reszponzív */
@media (max-width: 600px) {
  .service-item {
    flex-direction: column;
    text-align: center;
  }
  .service-item .icon {
    margin: 0 0 15px 0;
  }
}/* End custom CSS */