/* TLC HEADER START */
.site-header .header-inner {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.site-header.is-sticky {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
    .site-header .header-inner {
        max-width: 1024px;
    }
}

@media screen and (max-width: 767px) {
    .site-header .header-inner {
        max-width: 767px;
    }
}

.header-custom-elements {
    display: flex
;
    column-gap: 10px;
    align-items: center;
}

/* Extra lang settings start */
.wpml-ls-legacy-dropdown-click {
    width: auto;
    display: inline-block;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
    background-color: transparent;
    padding: 0;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    /*padding-right: 0;*/
}
/* Extra lang settings end */

/* TLC HEADER END */

/* TLC HOME BANNER CENTERS BLOCK START */
.tlc_banner-center-block {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
}

.tlc_banner-center-name {
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 8px;
}

.tlc_banner-center-name::before {
    color: #fff;
    text-align: center;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.tlc_banner-center-desc {
    color: #fff;
    text-align: center;
    opacity: 0.29;
    line-height: 1.2;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
}

.tlc_banner-center-comming {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tlc_banner-center-comming-text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
}

.tlc_banner-center-comming-text.tlc-with-icon {
    width: 38px;
    height: 38px;
    background: rgba(217, 217, 217, .33);
    display: block;
    border-radius: 50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tlc-tablet-half-slider .swiper-wrapper {
        gap: 0 !important;
    }
	
    .tlc-tablet-half-slider .swiper-slide {
        flex: 0 0 calc(100% / 3.5);
        max-width: calc(100% / 3.5);
		margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .tlc_banner-center-desc {
        font-size: 14px;
    }
	
    .tlc-tablet-half-slider .swiper-wrapper {
        gap: 0 !important;
    }
	
    .tlc-tablet-half-slider .swiper-slide {
        flex: 0 0 calc(100% / 2.5);
        max-width: calc(100% / 2.5);
		margin-right: 0 !important;
    }
}

/* TLC HOME BANNER CENTERS BLOCK END */

/* BUTTONS STYLES START */
.tlc-arrow-45-degree .elementor-button-icon {
    transform: rotateZ(45deg);
    margin-left: 8px;
}
/* BUTTONS STYLES END */