.elementor-8271 .elementor-element.elementor-element-43705a7{--display:flex;}.elementor-8271 .elementor-element.elementor-element-e654cbb{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:2;}.elementor-8271 .elementor-element.elementor-element-45bcf95{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-8271 .elementor-element.elementor-element-4d39110{--display:flex;--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;}.elementor-8271 .elementor-element.elementor-element-1238411{--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;--justify-content:center;--margin-top:-50px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-8271 .elementor-element.elementor-element-853a52f .elementor-button-content-wrapper{flex-direction:row;}.elementor-8271 .elementor-element.elementor-element-853a52f .elementor-button .elementor-button-content-wrapper{gap:15px;}@media(max-width:767px){.elementor-8271 .elementor-element.elementor-element-1238411{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-8271 .elementor-element.elementor-element-4d39110{--content-width:1250px;}}/* Start custom CSS for html, class: .elementor-element-c9040ac */.elementor-8271 .elementor-element.elementor-element-c9040ac h2 {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Ubuntu", Cantarell, "Droid Sans", "Helvetica", sans-serif;
  }
  
  .content-block {
            text-align: center;
            margin: 70px auto;
        }

        .steps-container {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 30px;
        }
        .step-block {
            text-align: center;
            width: 30%;
            min-width: 150px;
            padding: 25px;
        }
        .step-block i {
            font-size: 40px;
        }
        .step-block p {
            margin-top: 10px;
            font-size: 14px;
        }
        .arrow {
            font-size: 50px;
            align-self: center;
            padding-top: 10px;
        }
        
        
@media only screen and (max-width: 600px) {
  .steps-container {
      flex-direction: column;
      padding: 20px;
  }
  .step-block {
      width: 100%;
  }
  
  .arrow {
      transform: rotate(90deg);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45bcf95 */.carousel-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 60px;
    }

    .carousel {
      display: flex;
      width: fit-content;
      animation: scroll 40s linear infinite;
    }

    .carousel li {
      list-style: none;
      flex: 0 0 auto;
      padding: 0 2rem;
      font-size: 1.2rem;
      line-height: 60px;
      white-space: nowrap;
    }

    /* Áttűnés a két szélén */
    .carousel-wrapper::before,
    .carousel-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      width: 350px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

    .carousel-wrapper::before {
      left: 0;
    }

    .carousel-wrapper::after {
      right: 0;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media (max-width: 768px) {
      .carousel li {
        padding: 0 1rem;
        font-size: 1rem;
      }
    }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-51ba8e6 */.elementor-8271 .elementor-element.elementor-element-51ba8e6 .grad-txt span {
   border: 1px solid white;
       background-image: linear-gradient(98.24deg, #ffffff .01%, #cdcdcd);
}

.elementor-8271 .elementor-element.elementor-element-51ba8e6 .grad-txt span:before {
    background: #ffffff40;
}


.elementor-8271 .elementor-element.elementor-element-51ba8e6 h2, .elementor-8271 .elementor-element.elementor-element-51ba8e6 h3 {
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Ubuntu", Cantarell, "Droid Sans", "Helvetica", sans-serif;
}

#blog-posts-wrapper a {
    color: unset;
}

.latest-post {
    height: 50vh;
    margin-bottom: 50px;
    border-radius: 8px;
    position: relative;
}


.latest-post:before {
    
    content: '';
    display: block;
    position: absolute;
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    border-radius: 8px;

background: rgb(10,10,10);
background: linear-gradient(0deg, rgba(10,10,10,0.9206057422969187) 15%, rgba(10,10,10,0) 90%);
    
    z-index: 1;
}


.latest-post-wrapper {
    z-index: 2;
    position: relative;
    padding: 35px;
    width: 50%;
    color: white;
}

.latest-post-wrapper h2 {
    margin: 10px 0;
}



.latest-post-wrapper .grad-txt span {
    position: relative;
    overflow: hidden;
}

#first-post {
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 550px;
}


/* Author */

#author-wrapper {
    display: flex;
    flex-direction: row;
    margin: 30px 0 10px 0;
}

.author-image {
    display: block;
    width: 20%;
}

.author-details {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 15px;
}

.name {
    margin-top: 5px;
}

.function {
    font-size: 12px;
    margin-top: -10px;
}

.latest-post {
    display: block;
}
/*
.blog-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}*/

.blog-grid-column {
  display: flex;
  flex-wrap: wrap; /* Allows the items to wrap into multiple rows */
  gap: 20px; /* Optional: adds spacing between items */
}

.post-item {
  flex: 0 1 calc(50% - 10px);
  box-sizing: border-box; 
   margin-bottom: 50px;
   position: relative;
}



.details-wrapper h3 {
    margin: 0;
}

.details-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -110px;
}

.details-container {
    width: 85%;
    padding: 30px;
}

.read-more-read-time-wrapper {
    margin-top: 25px;
    display: block;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    align-self: center;
    font-size: 12px;
}

.read-time {
    margin-top: 5px;
    opacity: .6;
}

.read-more {
    font-style: italic;
}


.post-fi-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 265px;
    border-radius: 8px;
}

.date-cat-wrapper {
    display: flex;
    width: 100%;
    z-index: 2;
    justify-content: space-between;
}

.post-category, .post-published-date {
    padding: 0 10px;
    font-size: 14px;
    margin: 5px;
    color: white;
}

.heart-wrapper, .like-button-wrapper, .js-like-button {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

/*Like btn*/

.js-like-button {
    padding: 2px  20px !important;
    margin: 0; 
    cursor: pointer;   
    border: none;
}

 

/* Red heart when liked */
.js-like-button.liked i.fa-heart {
    color: #AF202F;
}

/* Disabled button state */
.js-like-button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Tooltip container (hidden by default) */
.like-tooltip {
    
    visibility: hidden;
    opacity: 0; 
    
    position: absolute;
    top: -50px;
    
    top: -25px; /* Adjust the vertical position as needed */
    left: 50%;
    transform: translateX(-50%); /* Centers the tooltip */
    background-color: rgba(0, 0, 0, 0.8); /* Dark background */
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 10;
    white-space: nowrap; /* Prevents text wrapping */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.like-button-wrapper:hover .like-tooltip {
    visibility: visible; /* Show the tooltip */
    opacity: 1; /* Fade in the tooltip */
}

.like-button-wrapper {
 position: relative;
}


/*Load more*/
.load-more-wrapper, .view-all-posts-link {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.view-all-posts-link  {
    margin-left: 25px;
}

#load-more-posts {
    margin: 0 !important;
}

.arrow {
    font-size: 24px;
    padding-bottom: 10px;
    margin-left: 8px;
}


@media only screen and (max-width: 600px) {
  .latest-post-wrapper {
      width: 100%;
  }
  
  .latest-post:before {
      background: linear-gradient(0deg, rgba(10,10,10,0.9206057422969187) 15%, rgb(10 10 10 / 75%) 90%);
  }
  
  .blog-grid-column {
      justify-content: center;
  }
  
  .post-item {
      flex: 1;
      margin: 20px;
  }
  /*Hide excerpt mobile*/
  .excerpt {
      display: none;
  }
  
  .details-container {
      padding: 20px;
      width: 95%;
  }
  .details-wrapper {
      margin-top: -50px;
  }
}/* End custom CSS */