/* Font Size */
.text-0 {
	font-size: .7em !important;
}

.text-1 {
	font-size: .8em !important;
}

.text-2 {
	font-size: .9em !important;
}

.text-2-3,
.text-2-5 {
	font-size: .95em !important;
}

.text-3 {
	font-size: 1em !important;
}

.text-3-4,
.text-3-5 {
	font-size: 1.1em !important;
}

.text-4 {
	font-size: 1.2em !important;
}

.text-4-5 {
	font-size: 1.35em !important;
}

.text-5 {
	font-size: 1.50em !important;
}

.text-5-6,
.text-5-5 {
	font-size: 1.65em !important;
}

.text-6 {
	font-size: 1.80em !important;
}

.text-6-7,
.text-6-5 {
	font-size: 1.9em !important;
}

.text-7 {
	font-size: 2em !important;
}

.text-8 {
	font-size: 2.30em !important;
}

.text-9 {
	font-size: 2.50em !important;
}

.text-10 {
	font-size: 2.75em !important;
}

.text-11 {
	font-size: 3em !important;
}

.text-12 {
	font-size: 3.5em !important;
}

.text-12-13,
.text-12-5 {
	font-size: 3.75em !important;
}

.text-13 {
	font-size: 4em !important;
}

.text-14 {
	font-size: 4.5em !important;
}

.text-15 {
	font-size: 5em !important;
}

.text-16 {
	font-size: 5.33em !important;
}

.text-17 {
	font-size: 5.66em !important;
}

.text-18 {
	font-size: 6em !important;
}

.text-19 {
	font-size: 6.33em !important;
}

.text-20 {
	font-size: 6.66em !important;
}

.text-primary {
    color: var(--thm-primary-color) !important;
}

.main-slider__address-open-hours .title-image{
    position: absolute;
    top: 20px;
    right: -45px;
    width: 250px;
}
.single-fact-counter-style1{
    padding: 42px 24px 42px;
}
.single-fact-counter-style1 .title-box{
    padding-bottom: 10px;
}
.single-fact-counter-style1 .title-box h3{
    font-size: 32px;
}
.single-fact-counter-style1 .icon-box{
    width: 150px;
    height: 150px;
    top: 42px;
    right: 24px;
}
.single-fact-counter-style1 .icon-box .icon-image{
    width: 100%;
}
.pricing-style1__content--style2 .list-item li .title h4, .pricing-style1__content--style2 .list-item li .icon{
    color: #FFFFFF !important;
}
.training-academy-style1{
    background: var(--thm-black-bg);
}
.training-academy-style1__img .inner .overlay-experience{
    background: transparent;
}
.videos_list iframe {
    aspect-ratio: 24/20;
}
.welcome-style1__list-item{
    background-color: #f5f4f4;
}
.training-academy-style1{
    padding: 40px 0px;
}
.product-price-box .slashed-price{
	font-size: 16px;
	font-weight: bold;
	color: var(--thm-body-font-color);
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, var(--thm-primary-color) 50%, transparent 52%, transparent 100%);
}
.product-price-box .price{
	font-size: 30px;
	font-weight: bold;
	color: var(--thm-primary-color);
	display: inline-block;
	vertical-align: top;
}
@media (min-device-width: 576px) and (max-device-width: 992px) {
	.product-price-box .price{
		font-size: 16px;
	}
	.product-price-box .slashed-price{
		font-size: 12px;
	}
}
.sticky_cart{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgb(25, 26, 28, 0.85);
	border-left: 1px solid #d6d6d6;
	display: flex;
	align-items: center;
	height: 100%;;
}
.sticky_cart .header-cart-box-style1{
	padding-right: 20px;
}
.mobile-nav__cart {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.banner-slider .swiper-slide {
    position: relative;
    overflow: hidden; /* Important for containing the video */
}

.video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Places video behind content/shapes */
}

.video-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Covers the slide like background-size: cover */
    object-position: center;
}

/* Optional: Fallback for older browsers */
.video-layer video::poster {
    /* Add a poster image if needed */
}
.handle-preloader .animation-preloader .loading_icon{
	position: absolute;
	top: 40px;
	left: 40px;
}

.blog-details .blog-details-single{
	h2{
		margin-top: 20px;
		margin-bottom: 5px;
	}
	p, ul, ol{
		margin-bottom: 10px;
	}
	ul li, ol li{
		margin-bottom: 5px;
	}
}

.single-sidebar__categories li.active h3 a { 
	color: var(--thm-primary-color); 
	font-weight: bold; 
}