.elementor-160 .elementor-element.elementor-element-2e30f25{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c1f0ff9 *//* ===== CTA KONTRASZT FIX (sárga háttérhez) ===== */

.kg-cta h2,
.kg-cta .kg-title{
  color:#000 !important;
}

.kg-cta p,
.kg-cta .kg-lead{
  color:#222 !important;
}

.kg-cta a{
  color:#000 !important;
}

.kg-cta .kg-phone-inline{
  color:#000 !important;
  border-bottom:1px dashed rgba(0,0,0,.35);
}

.kg-cta .kg-phone-inline:hover{
  color:#000 !important;
  border-bottom-color:#000 !important;
}/* ===== PATCH – CTA törés + olvashatóság | szolgáltatások + árak ===== */

.kg-cta,
.kg-cta *{
  box-sizing:border-box;
}

.kg-cta .kg-title,
.kg-cta h2{
  white-space:normal !important;
  word-break:break-word;
  overflow-wrap:anywhere;
  max-width:100%;
}

.kg-cta p,
.kg-cta .kg-lead{
  white-space:normal !important;
  word-break:break-word;
  overflow-wrap:anywhere;
  max-width:100%;
}

.kg-cta-row{
  align-items:flex-start !important;
}

.kg-cta-row > div{
  min-width:0;
  flex:1 1 320px;
}

.kg-cta-actions{
  min-width:0 !important;
  flex:0 1 auto;
}

.kg-cta-actions .kg-btn,
.kg-cta-actions .kg-call{
  max-width:100%;
}

.kg-cta .kg-phone-inline,
.kg-cta p a,
.kg-cta .kg-lead a{
  color:var(--kg-yellow-soft) !important;
  border-bottom:1px dashed rgba(255,216,77,.45) !important;
}

.kg-cta .kg-phone-inline:hover,
.kg-cta p a:hover,
.kg-cta .kg-lead a:hover{
  color:var(--kg-yellow) !important;
  border-bottom-color:var(--kg-yellow) !important;
}

.kg-cta .kg-btn.primary,
.kg-cta .kg-btn.primary:visited{
  color:#000 !important;
}

.kg-cta .kg-call,
.kg-cta .kg-call:visited{
  color:#000 !important;
}

.kg-cta .kg-call .ico{
  color:#ff8a00 !important;
}

@media(max-width:1100px){
  .kg-cta-row{
    text-align:left !important;
    justify-content:flex-start !important;
  }

  .kg-cta-actions{
    justify-content:flex-start !important;
    width:100%;
  }
}

@media(max-width:560px){
  .kg-cta{
    overflow:hidden;
  }

  .kg-cta .kg-title,
  .kg-cta h2{
    font-size:24px !important;
    line-height:1.2 !important;
  }

  .kg-cta p,
  .kg-cta .kg-lead{
    font-size:14px !important;
    line-height:1.65 !important;
  }

  .kg-cta-actions .kg-btn,
  .kg-cta-actions .kg-call{
    width:100% !important;
    justify-content:center !important;
  }
}/* ===== ENGEDÉLYEK OLDAL CSS ===== */

:root{
  --kg-black:#0b0b0b;
  --kg-dark:#141414;
  --kg-yellow:#f2c400;
  --kg-yellow-soft:#ffd84d;
  --kg-text:#ffffff;
  --kg-muted:#cfcfcf;
  --kg-border:rgba(255,255,255,.10);
}

.kg-page{
  background:linear-gradient(180deg,#0b0b0b 0%,#090909 60%,#0c0c0c 100%);
  color:var(--kg-text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.kg-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

.kg-section{
  padding:80px 0;
}

.kg-subtitle{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:800;
  color:rgba(255,255,255,.6);
}

.kg-title{
  font-size:38px;
  font-weight:900;
  margin-top:8px;
}

.kg-lead{
  margin-top:14px;
  color:var(--kg-muted);
  line-height:1.7;
  max-width:700px;
}

.kg-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.kg-card{
  background:linear-gradient(180deg,#181818,#0e0e0e);
  border:1px solid var(--kg-border);
  border-radius:22px;
  padding:28px;
  box-shadow:0 30px 60px rgba(0,0,0,.5);
}

.kg-card h3{
  font-size:20px;
  margin-bottom:10px;
  font-weight:900;
}

.kg-card p{
  color:var(--kg-muted);
  font-size:15px;
  line-height:1.6;
}

.kg-check{
  margin-top:18px;
  display:grid;
  gap:10px;
}

.kg-check div{
  display:flex;
  gap:10px;
  font-weight:700;
  color:#ddd;
}

.kg-check span{
  width:10px;
  height:10px;
  background:var(--kg-yellow);
  border-radius:50%;
  margin-top:6px;
}

.kg-split{
  margin-top:60px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.kg-panel{
  background:linear-gradient(180deg,#181818,#0e0e0e);
  border:1px solid var(--kg-border);
  border-radius:24px;
  padding:34px;
}

.kg-panel ul{
  margin-top:16px;
  display:grid;
  gap:10px;
  list-style:none;
  padding:0;
}

.kg-panel li{
  display:flex;
  gap:10px;
  font-weight:700;
}

.kg-panel li span{
  width:10px;
  height:10px;
  background:var(--kg-yellow);
  border-radius:50%;
  margin-top:6px;
}

.kg-img{
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--kg-border);
}

.kg-img img{
  width:100%;
  height:420px;
  object-fit:cover;
}

.kg-cta{
  margin-top:70px;
  background:linear-gradient(135deg,#f2c400,#ffd84d);
  border-radius:30px;
  padding:40px;
}

.kg-cta h2{
  color:#000;
  font-weight:900;
}

.kg-cta p{
  color:#222;
  margin-top:10px;
}

.kg-cta-actions{
  margin-top:20px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.kg-btn{
  background:#000;
  color:#fff;
  padding:14px 24px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
}

.kg-call{
  background:#fff;
  color:#000;
  padding:14px 24px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
}

@media(max-width:900px){

.kg-grid{
grid-template-columns:1fr;
}

.kg-split{
grid-template-columns:1fr;
}

.kg-img img{
height:300px;
}

}/* ===== CTA GOMB KONTRASZT FIX ===== */

.kg-cta .kg-btn{
  background:#000 !important;
  color:#fff !important;
  border:2px solid #000;
}

.kg-cta .kg-btn:hover{
  background:#111 !important;
  color:#fff !important;
}

.kg-cta .kg-call{
  background:#fff !important;
  color:#000 !important;
  border:2px solid #000;
}

.kg-cta .kg-call:hover{
  background:#000 !important;
  color:#fff !important;
}/* ===== CTA Bal oldali gomb (Árajánlat kérése) szövegszín FIX ===== */
.kg-cta .kg-btn.primary,
.kg-cta .kg-btn.primary:visited {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2e30f25 *//* ===== CTA GOMB KONTRASZT FIX ===== */

.kg-cta .kg-btn{
  background:#000 !important;
  color:#fff !important;
  border:2px solid #000;
}

.kg-cta .kg-btn:hover{
  background:#111 !important;
  color:#fff !important;
}

.kg-cta .kg-call{
  background:#fff !important;
  color:#000 !important;
  border:2px solid #000;
}

.kg-cta .kg-call:hover{
  background:#000 !important;
  color:#fff !important;
}/* End custom CSS */