/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.bg-contact.brxe-block {
    background-image: url(/wp-content/uploads/2026/07/bg_contact-1.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top right;
}

.luz_cf7{
    width:100%;
}

.luz_cf7__row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin-bottom:50px;
}

.luz_cf7__field--full{
    grid-column:1 / -1;
}

.luz_cf7 input:not([type="submit"]):not([type="checkbox"]),
.luz_cf7 textarea{
    width:100%;
    padding:0 0 14px;
    border:none;
    border-bottom:1px solid #D5D5D5;
    background:transparent;
    border-radius:0;
    outline:none;
    box-shadow:none;
    font-size:24px;
    line-height:1.4;
    color:#314B34;
}

.luz_cf7 textarea{
    height:170px;
    resize:vertical;
}

.luz_cf7 input::placeholder,
.luz_cf7 textarea::placeholder{
    color:#304A30;
    opacity:1;
    font-size:24px;
    font-weight:400;
}

.luz_cf7 input:focus,
.luz_cf7 textarea:focus{
    border-bottom-color:#314B34;
}

.luz_cf7__bottom{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
}

.luz_cf7__privacy{
    font-size:14px;
    color:#304A30;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size:14px;
    color:#304A30;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #304A30;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    display: inline-grid;
    place-content: center;
    padding: 0!important;
    margin-bottom: -4px;
    margin-right: 3px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
    background: #304A30;
    border-color: #304A30;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::before {
    content: "✓";
    color: white;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
}
.luz-accordion .accordion-title-wrapper {
    position: relative;
    padding-right: 24px;
}
.luz-accordion .accordion-title-wrapper .accordion-subtitle {
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #304A30;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFE;
    width: auto;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-content-wrapper ul {
    list-style-type: disc;
    margin-bottom: 30px;
}
.luz-accordion .accordion-item.listening:last-child .accordion-title-wrapper {
    border-bottom: 2px solid #D5D5D5;
}
.luz-accordion .accordion-item.listening.brx-open:last-child .accordion-title-wrapper {
    border-bottom: none;
}
.luz-accordion .accordion-item.listening:last-child .accordion-content-wrapper {
    border-bottom: 2px solid #D5D5D5;
}
.services-template-default .btn_arrow_singe__list .text {
    margin-top: -3px;
}
.services_text p {
    line-height: 1.6em;
}
.services_text p strong {
    color: #FFFFFE;
    background: #304A30;
    border-radius: 16px;
    padding: 3px 10px 4px;
}
.btn-arrow-single.brxe-text-link.btn-arrow-single {
    align-items: center;
}
.arrow_back_services {
    padding-left: 0px!important;
}
.arrow_back_services svg {
    padding: 10px!important;
}
.arrow_back_services span.text {
    padding-left: 15px!important;
}
@media (max-width:768px){
    .luz_cf7__row{
        grid-template-columns:1fr;
        gap:32px;
        margin-bottom:32px;
    }

    .luz_cf7 input:not([type="submit"]):not([type="checkbox"]),
    .luz_cf7 textarea,
    .luz_cf7 input::placeholder,
    .luz_cf7 textarea::placeholder{
        font-size:24px;
    }

    .luz_cf7 input[type="submit"]{
        width:100%;
    }
}
@media (min-width:1024px) and (max-width:1320px){
    .bg-contact.brxe-block {
        background-position: calc(100% + 200px) 0;
        background-size: auto 101%;
        border-top-right-radius: 32px;
    }
}
@media (max-width:1023px){
    .luz-accordion .accordion-title-wrapper .accordion-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .bg-contact.brxe-block {
        background-position: calc(100% + 200px) 0;
    }
}
@media (max-width:767px){
    .bg-contact.brxe-block {
        background-position: calc(100% + 150px) 0;
    }
    .luz-accordion .accordion-title-wrapper .accordion-subtitle {
        display: none;
    }
}
@media (max-width:420px){
    .bg-contact.brxe-block {
        background-position: calc(100% + 180px) 0;
    }
    .luz__grid .btn_arrow.brxe-text-link .icon > svg {
        height: 2rem;
        width: 2rem;
        margin: 0 5px 5px 0;
    }
}
@media (min-width:480px) and (max-width:767px){
    .services-template-default .luz__grid.brxe-block {
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .services-template-default .luz__grid.brxe-block {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }
}
/* Main Container Wrapper */
.luz-timeline {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}

/* Individual Row Layout */
.luz-timeline-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: flex-start;
    opacity: 0.35;
    transition: opacity 0.4s ease;
    margin-top:-30px
}

.luz-timeline-item.is-visible {
    opacity: 1;
}

/* Left Column Styling */
.luz-timeline-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 6.6vw;
}

.luz-timeline-year-block {
    display: flex;
    flex-direction: column;
}

.luz-timeline-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #a0a0a0;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.luz-timeline-year {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #d0d0d0; /* Soft pale grey for inactive state */
    transition: color 0.4s ease;
}

.luz-timeline-item.is-visible .luz-timeline-year {
    color: #111111; /* Dark active text */
    background: linear-gradient(180deg, rgba(48, 74, 48, 1) 0%, rgba(48, 74, 48, 1) 37%, rgba(188, 203, 169, 1) 100%);
    color: transparent;
    background-clip: text;
}

.luz-timeline-item.is-visible .luz-timeline-label {
    color: #555555;
}

/* =========================================================
    PROGRESS LINE (Fills down on scroll)
    ========================================================= */
/* Background base line (Thin light gray) */
.luz-timeline-line {
    position: relative;
    width: 1.5px;
    background-color: #e5e5e5;
    margin-top: 16px;
    margin-left: 2px;
    flex-grow: 1;
    min-height: 15vw;
    overflow: hidden;
}

/* Active progress line overlay (Thicker & darker black) */
.luz-timeline-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%; /* Dynamic scroll height */
    background-color: #111111; /* Dark fill color */
    transition: height 0.1s linear; /* Smooth responsive scroll tracking */
}

/* Hide line on the final item */
.luz-timeline-item:last-child .luz-timeline-line {
    display: none;
}

/* Right Column Styling */
.luz-timeline-right {
    display: grid;
    grid-template-columns: 23vw 1fr;
    gap: 36px;
    align-items: center;
}

.luz-timeline-media {
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.luz-timeline-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.luz-timeline-content p {
    line-height: 1.4em;
    color: #333;
    margin: 0;
}

/* Mobile Responsive Setup */
@media (max-width: 1023px) {
    .luz-timeline-content p {
        line-height: 1.4em;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    #brxe-kjxykg.news_slider_thumb {
        display: none;
    }
    .luz-timeline {
        gap: 50px;
    }

    .luz-timeline-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .luz-timeline-item .luz-timeline-label,
    .luz-timeline-item .luz-timeline-year {
        text-align: center;
    }
    .luz-timeline-right {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .luz-timeline-line {
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 60px;
    }

    .luz-timeline-year {
        font-size: 42px;
    }
}

.cookie-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.cookie-table, .cookie-table th, .cookie-table td {

}
.cookie-table th {
    background: #eaedea;
    text-align: left;
    font-weight: bold;
    width: 25%;
}
.cookie-table th:nth-of-type(3) {
    width: 50%;
}
.cookie-table th, .cookie-table td {
    padding: 10px;
}

.brxe-image-gallery .image {
    transition: 0.3s;
    opacity: 1;
}
.brxe-image-gallery .image:hover {
    opacity: 0.7;
}
@media (min-width: 1920px) {
    .counter_wrap.brxe-block {
        row-gap: 20vw;
    }
}
@media (min-width: 768px) {
    #brxe-da86a2.open {
        width: 32.2%!important;
    }
}
@media (min-width: 1920px) {
    #brxe-da86a2.open {
        width: 32.7% !important;
    }
}

.news_title.brxe-post-title a {
    padding-top: var(--luz-space-xs);
    padding-bottom: var(--luz-space-xs);
    display: inline-block;
}