/* 
 * Custome Tab 
 * */

.elementor-widget-at-club-tabs-widget{
	position: relative;
	padding: 0 0 0 30px;
	margin-left: 10px;
	border-left: 1px solid rgb(from var(--e-global-color-secondary) r g b / 14%);
}

.clubs-tabs.resp-vtabs ul.resp-tabs-list{
	width: 50%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
	padding: 0 30px 0 0;
}

.clubs-tabs.resp-vtabs .resp-tabs-list li{
	padding: 0 !important;
	border: 0;
	margin-right: 0 !important;
    transition: all 0.3s ease-in-out;
}

.clubs-tabs ul.resp-tabs-list li .tab-content-desktop .elementor-widget-heading h3{
	position: relative;
	font-size: 24px;
	color: var(--e-global-color-text);
	transition: all 0.5s ease-in-out;
}

.clubs-tabs ul.resp-tabs-list li .tab-content-desktop .elementor-widget-heading h3:before{
	content: '';
    position: absolute;
    top: 3px;
    left: -40px;
    background-color: currentColor;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}


.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-content-desktop .elementor-widget-heading h3{
	color: var(--e-global-color-secondary);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 10%; /* 2.4px */
	text-underline-offset: 25%; /* 6px */
	text-underline-position: from-font;
}

.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-content-desktop .elementor-widget-heading h3:before{
	background-color: var(--e-global-color-secondary);
}

.clubs-tabs ul.resp-tabs-list li .tab-content-desktop .tab-desc,
.clubs-tabs ul.resp-tabs-list li .tab-content-desktop .tab-btn{
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease-in-out;
}

.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-content-desktop .tab-desc,
.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-content-desktop .tab-btn{
	display: block;
	opacity: 1;
	visibility: visible;
}

.clubs-tabs .tab-desc{
	color: var(--e-global-color-accent);
}

.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-desc{
	margin-top: 30px;
}

.clubs-tabs .tab-desc ul{
	list-style: none;
    padding-left: 30px;
}

.clubs-tabs .tab-desc ul li{
	position: relative;
	font-weight: inherit;
    font-size: inherit;
}

.clubs-tabs .tab-desc ul li:not(:last-child){
	margin-bottom: 10px;
}

.clubs-tabs .tab-desc ul li:before{
	content: '';
    position: absolute;
    top: 10px;
    left: -17px;
    background-color: currentColor;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.clubs-tabs ul.resp-tabs-list li.resp-tab-active .tab-btn,
.tab-body .tab-content .tab-content-box .tab-content-mobile .tab-btn{
	margin-top: 20px;
}

.clubs-tabs ul.resp-tabs-list li .tab-btn .elementor-button,
.tab-body .tab-content .tab-content-box .tab-content-mobile .tab-btn .elementor-button{
	position: relative;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
	background-color: transparent;
	background-image: url("../images/btn-white-arrow.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 18px auto;
	color: var(--e-global-color-primary);
	padding: 0 0 0 30px;
}

.clubs-tabs.resp-vtabs .resp-tabs-container{
	width: 50%;
	/*background: url("../images/tabs-bg.svg") no-repeat center right;
	background-size: contain;
    background-color: transparent;*/
    border: none;
    border-radius: 0;
    padding-left: 30px;
	min-height: 650px;
	transition: all 0.3s ease-in-out;
}

.clubs-tabs.resp-vtabs .resp-tabs-container:has(.resp-tab-content-active){
	background: unset;
	background-color: transparent;
}

.clubs-tabs .resp-tabs-container .resp-tab-content{
	padding: 0;
}

.clubs-tabs.resp-vtabs .resp-tabs-container .tab-content .tab-content-mobile{
	display: none;
}

.clubs-tabs .resp-tabs-container .tab-content-box .tab-image{
	text-align: right;
}

.clubs-tabs.resp-vtabs .resp-tabs-container,
.clubs-tabs.resp-vtabs .resp-tabs-container .resp-tab-content,
.clubs-tabs.resp-vtabs .resp-tabs-container .resp-tab-content .tab-content-box, 
.clubs-tabs.resp-vtabs .resp-tabs-container .resp-tab-content .tab-content-box .tab-image,
.clubs-tabs.resp-vtabs .resp-tabs-container .resp-tab-content .tab-content-box .tab-image figure{
/* 	height: 100%; */
}

.clubs-tabs .resp-tabs-container .tab-content-box .tab-image img{
	aspect-ratio: 1 / 1;
	width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px){
	
	.elementor-widget-at-club-tabs-widget{
		padding: 00;
		margin-left: 0;
		border-left: none;
	}
	
	.clubs-tabs ul.resp-tabs-list {
		display: none;
	}

	.clubs-tabs h2.resp-accordion {
		display: block; 
	}
	
	.elementor-widget-at-clubs-tabs-widget{
		padding: 0;
    	border-left: none;
	}
	
	.clubs-tabs.resp-vtabs ul.resp-tabs-list{
		display: none;
		width: 0;
		padding: 0;
		gap: 0;
	}
	
	.clubs-tabs.resp-vtabs .resp-tabs-container{
		float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    	padding-left: 0;
		background-position: top center;
		background-size: 100px auto;
	}
	
	.clubs-tabs.resp-vtabs .resp-tabs-container:has(.resp-tab-content-active){
		background: url("../images/tabs-bg.svg") no-repeat center right;
		background-size: contain;
		background-position: top center;
		background-size: 100px auto;
	}
	
	.tab-body h2.resp-accordion{
		display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
		font-size: 24px;
		color: var(--e-global-color-text);
        gap: 10px;
		border: none;
		border-bottom: 1px solid rgb(from var(--e-global-color-secondary) r g b / 14%) !important;
		padding: 20px 0 !important;
	}	
	
	.tab-body h2.resp-accordion.resp-tab-active{
		border-color: transparent !important;
	}
	
	.tab-body h2.resp-accordion:first-child {
		border-top: none !important;
	}
	
	.tab-body h2.resp-tab-active{
		background: transparent !important;
	}
	
	.tab-body h2.resp-accordion .tab-content-desktop{
		width: calc(100% - 30px);
	}
	
	.tab-body h2.resp-accordion .tab-content-desktop .elementor-widget-heading h3{
		text-align: left;
		font-size: 24px;
		color: var(--e-global-color-accent);
    }
	
	.tab-body h2.resp-accordion .tab-content-desktop .tab-desc,
	.tab-body h2.resp-accordion .tab-content-desktop .tab-btn{
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	.tab-body h2.resp-accordion .resp-arrow{
		position: relative;
		width: 20px;
		height: 20px;
		margin-top: 0;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
		width: 20px;
	}
	
	.tab-body h2.resp-accordion .resp-arrow:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);		
		background-color: var(--e-global-color-text);
		mask-image: url("../images/down.svg");
		mask-repeat: no-repeat;
		mask-position: center center;
		mask-size: 20px auto;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in-out;
	}
	
	.tab-body h2.resp-accordion.resp-tab-active .resp-arrow:before{
		background-color: var(--e-global-color-accent);
		transform: translate(-50%, -50%) rotate(180deg);
	}
	
	.tab-body .resp-tab-content{
		border: none;
	}
	
	.tab-body .resp-tab-content .tab-content-box{
		display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid var(--e-global-color-primary);
	}
	
	.clubs-tabs.resp-vtabs .resp-tabs-container .tab-content .tab-content-mobile{
		display: block;
		width: calc(60% - 10px);
	}
	
	.clubs-tabs .resp-tabs-container .tab-content-box .tab-image{
/* 		text-align: left; */
		width: calc(40% - 10px);
	}
	
	.clubs-tabs .resp-tabs-container .tab-content-box .tab-image img{
		aspect-ratio: 1 / 0.66;
		height: auto;
	}

}

@media only screen and (max-width: 768px) {
	
	.clubs-tabs.resp-vtabs .resp-tab-content { 
		border: none; 
	}
	
	.clubs-tabs.resp-vtabs .resp-tab-content:last-child { 
		border-bottom: none !important; 
	}
	
	.clubs-tabs.resp-vtabs .resp-tabs-container .tab-content .tab-content-mobile,
	.clubs-tabs .resp-tabs-container .tab-content-box .tab-image{
		width: 100%;
		text-align: left;
	}
		
}


/*
 * Products Silder CSS
 * */


/* .product-image-box-carousel{
    opacity: 1;
    visibility: visible;
} */


.product-image-box-carousel .slick-list {
    margin: 0 -15px;
}

.product-image-box-carousel .slick-slide {
    margin: 0 15px;
    height: auto;
}

.product-image-box-carousel .slick-track{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.product-image-box-carousel .slick-slide{
	height: auto;
}

.product-image-box-carousel .product-box{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
	min-height: 370px;
	overflow: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.product-box .product-box-details{
	position: relative;
    top: 100%;
	display: flex;
    align-items: stretch;
    justify-content: center;
    background: rgb(from var(--e-global-color-primary) r g b / 90%);
	backdrop-filter: blur(10px);
	padding: 10px;
	margin: 10px;
	transition: all 0.5s ease-in-out;
}

.product-box:hover .product-box-details,
.slick-current.slick-active .product-box .product-box-details{
	top: 0;
}

.product-box .product-box-content{
	display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
	border: 1px solid rgb(from var(--e-global-color-secondary) r g b / 20%);
	height: auto;
	padding: 10px;
}

.product-box .elementor-widget-heading .elementor-heading-title{
	font-size: 24px;
    color: var(--e-global-color-secondary);
	margin-bottom: 20px;
}

.product-image-box-carousel p{
    color: var(--e-global-color-secondary);
	margin: 0;
}

.product-image-box-carousel .slick-arrow,
.at-journey-carousel .slick-arrow{
	--left-right-arrow: -75px;
	position: absolute;
    top: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
	width: 40px;
	height: 40px;
	padding: 0;
    transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.product-image-box-carousel .slick-arrow:hover,
.at-journey-carousel .slick-arrow:hover{
    background-color: var(--e-global-color-secondary);
    color: var( --e-global-color-primary );
}

.product-image-box-carousel .slick-arrow svg,
.at-journey-carousel .slick-arrow svg{
	width: 20px;
}

.product-image-box-carousel .slick-arrow.prev-arrow,
.at-journey-carousel .slick-arrow.prev-arrow{
    left: var(--left-right-arrow);
}

.product-image-box-carousel .slick-arrow.next-arrow,
.at-journey-carousel .slick-arrow.next-arrow{
    right: var(--left-right-arrow);
}

@media only screen and (max-width: 1510px){

    .product-image-box-carousel .slick-arrow,
	.at-journey-carousel .slick-arrow{
        --left-right-arrow: -50px;
    }
}

@media only screen and (max-width: 1440px){

    .product-image-box-carousel-wrap,
	.at-journey-carousel-wrap{
        overflow-x: clip;
    }

    .product-image-box-carousel,
	.at-journey-carousel{
        padding-bottom: 100px;
    }

    .product-image-box-carousel .slick-arrow,
	.at-journey-carousel .slick-arrow{
		--left-right-arrow: calc(50% - 50px);
        top: auto;
        bottom: 0;
        transform: translateY(0);
    }    
}

@media only screen and (max-width: 1024px){

    .product-image-box-carousel,
	.at-journey-carousel{
        padding-bottom: 80px;
    }
	
}

@media only screen and (max-width: 767px){
   
	.product-box .elementor-widget-heading .elementor-heading-title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.product-image-box-carousel .slick-arrow,
	.at-journey-carousel .slick-arrow{
		--left-right-arrow: calc(50% - 45px);
	}
  
}

/*
 * HB Journey Carousel CSS
 * */

.at-journey-carousel-wrap{
/* 	overflow-x: clip; */
}

.at-journey-carousel{
	cursor: grab;
}

.at-journey-carousel .slick-slide{
	height: auto;
}

.at-journey-box{
	--padding-left-right: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box{
	flex-direction: column-reverse;
}

.at-journey-carousel .slick-slide .at-journey-box .at-journey-image,
.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box .at-journey-image{
	position: relative;
	border-width:  0 0 1px;
	border-style: solid;
	border-color:  rgb(from var(--e-global-color-secondary) r g b / 14%);
	padding: 0 var(--padding-left-right) 47px;
	margin: 0 0 50px;
}

.at-journey-carousel .slick-slide .at-journey-box .at-journey-image:before{
	content: '';
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -10px;
	background-color: var(--e-global-color-text);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.slick-current.slick-active .at-journey-box .at-journey-image:before,
.slick-current.slick-active:nth-of-type(even) .at-journey-box .at-journey-image:before{
	bottom: -15px;
	width: 30px;
	height: 30px;
	background-color: var(--e-global-color-accent);
}

.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box .at-journey-image{
	border-width:  1px 0 0;
	padding: 45px var(--padding-left-right) 0;
	margin: 47px 0 0;
} 

.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box .at-journey-image:before{
	top: -10px;
	bottom: auto;
}

.slick-current.slick-active:nth-of-type(even) .at-journey-box .at-journey-image:before{
	top: -15px;
	bottom: auto;
}

.at-journey-image img{
	width: 100%;
	max-width: 240px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}

.at-journey-content{	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	padding: 0 var(--padding-left-right);
	min-height: 240px;
}

.at-journey-year h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0;
	color: var(--e-global-color-secondary);
	margin: 0 0 20px;
}

.at-journey-content .at-journey-title h3{
	font-size: 24px;
	color: var(--e-global-color-secondary);
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 20px;
}

.at-journey-desc p{
	color: var(--e-global-color-secondary);
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.at-journey-carousel .slick-arrow{
	border-radius: 50%;
}

@media only screen and (max-width: 1024px){
	
	.at-journey-box{
		--padding-left-right: 15px;
	}

	.at-journey-carousel .slick-slide .at-journey-box .at-journey-image,
	.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box .at-journey-image{
		padding: 0 var(--padding-left-right) 40px;
		margin: 0 0 40px;
	}

	.at-journey-carousel .slick-slide:nth-of-type(even) .at-journey-box .at-journey-image{
		padding: 40px var(--padding-left-right) 0;
		margin: 40px 0 0;
	} 
	
	.at-journey-year h4{
		font-size: 18px;
		margin: 0 0 10px;
	}

	.at-journey-content .at-journey-title h3{
		font-size: 22px;	
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.at-journey-box{
		--padding-left-right: 10px;
	}

	.at-journey-image img{
		max-width: 180px;
	}

	.at-journey-content{
		min-height: 180px;
	}

	.at-journey-year h4{	
		font-size: 16px;
		margin: 0 0 5px;
	}

	.at-journey-content .at-journey-title h3{
		font-size: 20px;	
		margin-bottom: 10px;
	}
}