.elementor-kit-6{--e-global-color-primary:#192743;--e-global-color-secondary:#374151;--e-global-color-text:#0F172A;--e-global-color-accent:#F97316;--e-global-color-3a0ab81:#F8FAFC;--e-global-color-bdd8214:#64748B;--e-global-color-cda25c1:#D5D7DD;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#64748B30;font-size:16px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:32px;}.elementor-kit-6 a{color:#F97316;font-weight:600;}.elementor-kit-6 a:hover{color:#192743;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-weight:500;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-weight:500;}.elementor-kit-6 h5{color:var( --e-global-color-primary );font-weight:500;}.elementor-kit-6 h6{color:var( --e-global-color-primary );font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(30, 41, 59, 0.4);
}

.velemeny-card {
  background: white;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15);
}

/*Blog szekció formázása*/


.blog-szekcio .elementor-post__card:hover {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease;
}

/*Oldalsáv kártya formázása*/

.side-card {
    background: white;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15);
    transition: all 0.3s ease;
}

.side-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(30, 41, 59, 0.4);
}

.side-card .elementor-post__title a:hover {
    color: #F97316;
}

.velemeny-card {
  background: white;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 10px 25px rgba(30, 41, 59, 0.15);
}



/*GYIK szekció*/

#e-n-accordion-item-1890.e-n-accordion-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Alap árnyék */
 overflow: hidden;
  transition: box-shadow 0.3s ease; /* Simább átmenet a hoverhez */
}

#e-n-accordion-item-1890.e-n-accordion-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Hover árnyék, erősebb és nagyobb */
}/* End custom CSS */