
/*     TITLE SECTION    */
.title-section .title_section-top p {
  margin: 0 ;
  margin-top: 50px;
} 
.menu_header .elementor-nav-menu--dropdown {
  padding: 0;
}
.menu_header ul.elementor-nav-menu--dropdown {
  width: 1000px ;
  max-width: 250px ;
  padding: 15px 5px !important;
}
.menu_header .elementor-nav-menu--dropdown li:nth-child(1) a {
  padding-top: 30px !important;
}
.menu_header .elementor-nav-menu--dropdown li:last-child a {
  padding-bottom: 30px !important;
}
.horizontal-timeline-text p {
    margin: 0;
    margin-bottom: 15px;
}

.infoafter {
    text-align: right;
    justify-content: end;
    align-items: center;
}
.horizontal-timeline-text {
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}
.horizontal-timeline-item {
  flex: 0 0 300px;
  margin-right: 100px;
  max-width: 300px;
}
/* Gallery */
.horizontal-timeline-gallery {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
}



.horizontal-timeline-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

.horizontal-timeline-gallery-grid--single {
    grid-template-columns: 1fr;
}

.horizontal-timeline-gallery-photo {
    position: relative;
    aspect-ratio: 6 / 3;
    border-radius: 0px;
    overflow: hidden;
}

.horizontal-timeline-gallery-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    transition: opacity 0.2s;
}

.horizontal-timeline-gallery-photo img:hover {
    opacity: 0.9;
}

.horizontal-timeline-gallery-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.18);
    pointer-events: none;
}

.horizontal-timeline-gallery-badge svg {
    display: block;
    width: 19px;
    height: 19px;
}

.horizontal-timeline-gallery-peek {
    position: relative;
    margin-top: 0px;
    height: 48px;
    width: 100%;
    border-radius:  0;
    overflow: hidden;
    cursor: pointer;
}

.horizontal-timeline-gallery-peek img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.horizontal-timeline-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.htl-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.35);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.15s, background 0.15s;
}

.htl-lightbox-nav:hover {
    opacity: 1;
    background: rgba(0,0,0,0.55);
}

.htl-lightbox-prev { left: 24px; }
.htl-lightbox-next { right: 24px; }

@media (max-width: 600px) {
    .htl-lightbox-prev { left: 8px; }
    .htl-lightbox-next { right: 8px; }
}
