.elementor-540 .elementor-element.elementor-element-9638d92{--display:flex;--min-height:300px;--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:flex-end;--align-items:flex-start;--overlay-opacity:0.9;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:45px;--padding-left:0px;--padding-right:0px;}.elementor-540 .elementor-element.elementor-element-9638d92:not(.elementor-motion-effects-element-type-background), .elementor-540 .elementor-element.elementor-element-9638d92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fmtopservice.hu/wp-content/uploads/2026/05/51730.jpg");background-position:center center;background-size:cover;}.elementor-540 .elementor-element.elementor-element-9638d92::before, .elementor-540 .elementor-element.elementor-element-9638d92 > .elementor-background-video-container::before, .elementor-540 .elementor-element.elementor-element-9638d92 > .e-con-inner > .elementor-background-video-container::before, .elementor-540 .elementor-element.elementor-element-9638d92 > .elementor-background-slideshow::before, .elementor-540 .elementor-element.elementor-element-9638d92 > .e-con-inner > .elementor-background-slideshow::before, .elementor-540 .elementor-element.elementor-element-9638d92 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FF7E00;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-540 .elementor-element.elementor-element-724e48e{text-align:start;}.elementor-540 .elementor-element.elementor-element-724e48e .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:45px;font-weight:700;color:#FFFFFF;}.elementor-540 .elementor-element.elementor-element-2eb4577{--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:0px 55px;--row-gap:0px;--column-gap:55px;--margin-top:85px;--margin-bottom:85px;--margin-left:0px;--margin-right:0px;}.elementor-540 .elementor-element.elementor-element-31a9605{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-540 .elementor-element.elementor-element-31a9605.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-540 .elementor-element.elementor-element-615c157{text-align:start;}.elementor-540 .elementor-element.elementor-element-615c157 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:25px;font-weight:700;line-height:34px;color:#353535;}.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-540 .elementor-element.elementor-element-18b0929{width:100%;max-width:100%;text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#353535;}.elementor-540 .elementor-element.elementor-element-81b4c4b{width:100%;max-width:100%;text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:27px;color:#353535;}@media(min-width:768px){.elementor-540 .elementor-element.elementor-element-31a9605{--width:100%;}}@media(max-width:767px){.elementor-540 .elementor-element.elementor-element-9638d92{--min-height:250px;--padding-top:0px;--padding-bottom:25px;--padding-left:15px;--padding-right:15px;}.elementor-540 .elementor-element.elementor-element-724e48e .elementor-heading-title{font-size:35px;}.elementor-540 .elementor-element.elementor-element-2eb4577{--margin-top:45px;--margin-bottom:45px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-540 .elementor-element.elementor-element-615c157{text-align:center;}.elementor-540 .elementor-element.elementor-element-615c157 .elementor-heading-title{font-size:25px;line-height:35px;}}/* Start custom CSS *//* ============================================
   CONTACT STÍLUSOK - a te stílusodhoz igazítva
   ============================================ */

.contact-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 10px 0;
    font-family: "Inter", sans-serif;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact-item:hover {
    background: #f0f2f5;
    border-color: #e0e4ea;
    transform: translateX(4px);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: #1e2a3d;
}

.contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #1e2a3d;
    transition: fill 0.3s ease;
}

.contact-item:hover .contact-icon svg {
    fill: #ffffff;
}

.contact-link {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #353535;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.contact-link:hover {
    color: #1e2a3d;
    font-weight: 500;
}

/* ============================================
   RESZPONZÍV
   ============================================ */

@media (max-width: 768px) {
    .contact-container {
        gap: 8px;
        padding: 6px 0;
        display: flex;
        flex-direction: column;
    }

    .contact-item {
        padding: 8px 12px;
        gap: 12px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
    }

    .contact-icon svg {
        width: 18px;
        height: 18px;
    }

    .contact-link {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .contact-container {
        gap: 8px;
        padding: 6px 0;
        display: flex;
        flex-direction: column;
    }
    .contact-item {
        padding: 6px 10px;
        gap: 10px;
        border-radius: 8px;
    }

    .contact-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .contact-icon svg {
        width: 16px;
        height: 16px;
    }

    .contact-link {
        font-size: 14px;
        line-height: 22px;
    }
}/* End custom CSS */