/* Slider default CSS */
.fincia-boxes-slider.ttm-boxes-carousel-arrows-1 .fincia-boxes-row-wrapper .slick-next {
    right: 50px;
}
.fincia-boxes-slider.ttm-boxes-carousel-arrows-1 .fincia-boxes-row-wrapper .slick-prev {
    left: 50px;
}
.ttm-slider-box-wrapper {
    padding: 100px 0 100px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.ttm-slider-box-wrapper .ttm-slider-box-details { 
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-width: 887px;
    padding-top: 70px;
}
.ttm-slider-box-wrapper .ttm-slider-box-details.content-right { 
    float: right;
    text-align: right;
}
.ttm-slider-box-wrapper .ttm-slider-box-details.content-center {
    text-align: center;
}

.ttm-slider-box-wrapper .ttm-slider-box-details.content-right  {
    align-items: end;
}

.ttm-slider-extra-image {
	z-index: 5;
	pointer-events: none; 
}

.ttm-slider-button-link, .ttm-slider-button-link a {
    display: inline-block;
    vertical-align: top;
    width: max-content;
}
.ttm-slider-tagline {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 8px 10px;
    padding-left: 30px;
    position: relative;
    width: max-content;
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,.15);
    color: var(--ttm-whitecolor);
    border: 1px solid rgba(255, 255, 255, .3);
}
 
.ttm-slider-tagline:before{
    content: "";
    position: absolute;
    background-image: url(../images/sparkle-svg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1) brightness(2);
    top: 14px;
    left: 9px;
    height: 10px;
    width: 10px;
    scale: 1.5;
}
 
.ttm-slider-title {
    font-size:84px;
    line-height: 92px;
    margin-bottom: 20px;
    font-weight: 300;
    color: var(--ttm-whitecolor);
}
.ttm-slider-button-link a {
    padding: 5px;
    padding-left: 10px;
    background: var(--ttm-skincolor);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    border-radius: 10px;
}
.ttm-slider-button-link a:hover{
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
}
.ttm-slider-bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background :linear-gradient(180deg,rgba(255,255,255,0) 40%, rgba(6, 54, 51, 1)) 100%; /* You can change this to any overlay color */
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.ttm-slider-button-link .ttm-button-icon{
    height: 35px;
    width: 35px;
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.ttm-slider-button-link .elementor-button.elementor-button-link{
    background-color: var(--ttm-skincolortwo);
    display: flex;
    width: max-content;
    align-items: center;
    color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-whitecolor);
}

.ttm-slider-button-link:hover .elementor-button{
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}

.ttm-slider-button-link:hover .ttm-button-icon{
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
    border: 1px solid var(--ttm-skincolor);
}

 
.fincia-boxes-slider.fincia-boxes-view-carousel .slick-dots {
    bottom: 30px;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-hide .fincia-boxes-row-wrapper .slick-arrow {
    display: none !important;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-above .fincia-boxes-row-wrapper .slick-arrow {
    top: 50px;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-below .fincia-boxes-row-wrapper .slick-arrow {
    bottom: 0px;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-above .fincia-boxes-row-wrapper .slick-arrow.slick-next,
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-below .fincia-boxes-row-wrapper .slick-arrow.slick-next {
    right: auto;
    left: 75px;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-above .fincia-boxes-row-wrapper .slick-arrow.slick-prev,
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-below .fincia-boxes-row-wrapper .slick-arrow.slick-prev {
    left: 15px;
}
.fincia-boxes-view-carousel.ttm-boxes-carousel-arrow-below .fincia-boxes-row-wrapper .slick-arrow {
    bottom: 50px;
    top: auto;
}

.ttm-slider-box-wrapper .ttm-banner-image-one{
    padding: 18px;
    padding-top: 10px;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    width: 225px;
    border-radius: var(--border-radius-box);
    border: 1px solid rgba(255, 255, 255, .3);
    color: var(--ttm-whitecolor);
    height: max-content;
    
}

.ttm-slider-box-wrapper .ttm-banner-image-one img{
    margin-left: -7%;
    object-fit: cover;
}

.ttm-slider-box-wrapper .ttm-banner-image-one .ttm-slider-description{
    font-size: 18px;
    line-height: 26px;
}

.ttm-slider-content-wrapper {
    display: grid;
    grid-template-columns: 8fr 1fr;
} 

.fincia-element-sliderbox-default .ttm-slider-content-wrapper {
    align-items: end;
}

.ttm-slider-box-wrapper{
    display: flex;
    align-items: end;
    justify-content: center;
}

.fincia-element-sliderbox-default .ttm-slider-description{
    color: var(--ttm-whitecolor);
    font-size: 16px;
    font-weight: 400;
    max-width: 360px;
}

/* Control per-device visibility */
.ttm-slider-extra-image.elementor-hidden-desktop {
	display: none !important;
}

.fincia-element-sliderbox-default .ttm-slider-description.animate__animated {
    animation-delay: 0.4s !important;
}
.ttm-slider-extra-image.animate__animated {
    animation-delay: 0.4s !important;
}
@media (max-width: 1024px) {
	.ttm-slider-extra-image.elementor-hidden-tablet{
		display: none !important;
	}
    .ttm-slider-title {
        font-size: 64px;
        line-height: 72px;
    }
    .ttm-slider-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ttm-slider-content-wrapper .ttm-banner-image-one {
        display: none;
    }
    .fincia-element-sliderbox-default .ttm-slider-description {
        display: none;
    }
}
@media (max-width: 767px) {
	.ttm-slider-extra-image.elementor-hidden-mobile {
		display: none !important;
	}
    .ttm-slider-title {
        font-size: 36px;
        line-height: 44px;
    }

    
}




/* style one */

.fincia-element-sliderbox-styleone .ttm-slider-content-wrapper{
    display: inline-block;
    width: 100%;
}

.fincia-element-sliderbox-styleone .ttm-slider-description{
    color: var(--ttm-whitecolor);
    font-size: 16px;
    font-weight: 400;
}

.fincia-element-sliderbox-styleone .ttm-slider-description {
    margin-bottom: 50px;
}


.fincia-element-sliderbox-styleone .ttm-banner-slide-item-one {
    width: 100%;
    height: 100%;
}

.fincia-element-sliderbox-styleone .ttm-slider-title{
    font-size: 94px;
    line-height: 102px;
    font-weight: 500;
    margin-bottom: 25px;
}


.fincia-element-sliderbox-styleone .ttm-slider-box-wrapper .ttm-banner-slide-item-one .ttm-slider-tagline {
    background: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    padding: 5px 10px;
    padding-left: 30px;
    margin-bottom: 20px;
}


.fincia-element-sliderbox-styleone .ttm-banner-slide-item-one  .ttm-slider-tagline::before {
    filter: none;
    top: 12px;
    scale: 1;
}

.fincia-element-sliderbox-styleone .ttm-box-col-wrapper  .ttm-slider-bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background :linear-gradient(90deg,rgba(255,255,255,0), rgba(0,0, 0, 1)); /* You can change this to any overlay color */
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.fincia-element-sliderbox-styleone .ttm-slider-link-btn .ttm-button-icon{
    background-color: transparent;
    height: auto;
    width: auto;
    color: var(--ttm-whitecolor);
    border: none;
}

.fincia-element-sliderbox-styleone .ttm-slider-link-btn .elementor-button{
    height: 35px;
    padding: 0;
    background-color: transparent;
    color: var(--ttm-whitecolor);
    border: none;
    border-bottom:  1px solid var(--ttm-whitecolor);
    border-radius: 0;
}

.fincia-element-sliderbox-styleone .ttm-slider-link-btn .elementor-button:hover{
    color:var(--ttm-skincolortwo);
    border-color: var(--ttm-skincolortwo);
}

.fincia-element-sliderbox-styleone .button-wrapper{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}


.fincia-element-sliderbox-styleone .button-wrapper .ttm-slider-button-link.ttm-btn-style-flat{
    background-color: transparent !important;
}

.fincia-element-sliderbox-styleone .ttm-slider-link-btn .elementor-button:hover .ttm-button-icon{
    color: var(--ttm-skincolortwo);
    border: none;
}

.ttm-slider-feature-list{
    list-style-type: none;
    padding: 0;
    color: var(--ttm-whitecolor);
    margin-top: 30px;
    position: relative;
}

.ttm-slider-feature-list .ttm-feature-icon-wrap{
    padding-right: 10px;
}

.ttm-slider-feature-list .ttm-feature-item{
    display: flex;
    color: var(--ttm-whitecolor);
}
.ttm-slider-feature-list .ttm-feature-item span{
    color: var(--ttm-whitecolor);
}




.ttm-slider-styleone .ttm-slider-item:nth-of-type(2) .ttm-slider-content-wrapper {
   justify-content: center;
}  

.ttm-slider-styleone .ttm-slider-content-wrapper .ttm-slider-title:has(span) {
    font-weight: 500 !important;
}

.ttm-slider-styleone .ttm-slider-item:nth-of-type(2) .ttm-slider-content-wrapper .ttm-slider-title .ttm-outline-text,
.ttm-slider-styleone .ttm-slider-content-wrapper .ttm-slider-title:has(span) span{
    font-weight: 700;
}

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-content-wrapper {
    height: 100%;
}

.fincia-element-sliderbox-styleone .ttm-banner-slide-item-one .container{
    height: 100% ;
}
 

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-tagline:before {
    display: none;
}

.ttm-slider-styleone .ttm-slider-item .ttm-slider-tagline:has(span)::before{
    display: none;
}

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-title {
    font-size: 76px;
    line-height: 84px;
}

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-tagline .ttm-badge,
.ttm-slider-tagline span{
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 24px;
}  

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-tagline,
.ttm-slider-styleone .ttm-slider-item .ttm-slider-tagline:has(span){
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
    padding: 8px 10px;
}

.ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-tagline:has(.ttm-badge),
.ttm-slider-styleone .ttm-slider-item .ttm-slider-tagline:has(span){
    padding-left: 10px;
    background-color: transparent !important;
    color: var(--ttm-whitecolor) !important;
}

.ttm-slider-styleone .ttm-slider-item .ttm-btn-style-flat .elementor-button-link{
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, .3);
    color: var(--ttm-whitecolor);
}



.ttm-slider-styleone .ttm-slider-item  .ttm-slider-button-link .ttm-button-icon {
    color: var(--ttm-whitecolor);
}
.ttm-slider-styleone .ttm-slider-item .ttm-btn-style-flat .ttm-button-icon{
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}

.ttm-slider-styleone .ttm-slider-item .ttm-btn-style-flat .elementor-button-link:hover{
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
    border-color: transparent;
}

.ttm-slider-styleone .ttm-slider-item .ttm-btn-style-flat .elementor-button-link:hover .ttm-button-icon{
    border: 1px solid var(--ttm-skincolor);
    color: var(--ttm-skincolor);
}

.ttm-slider-styleone .ttm-slider-item  .ttm-slider-bg-overlay {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)) ;
    
}

.ttm-slider-styleone .ttm-slider-box-wrapper:has(.content-right) .ttm-slider-bg-overlay  {

    background: linear-gradient( 90deg,  rgba(255,255,255,0) 38%, rgba(0,0,0,.9) 56%);
}

.ttm-slider-styleone .ttm-slider-box-wrapper:has(.content-left) .ttm-slider-bg-overlay  {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, .9) 80%);
}

.ttm-slider-styleone .ttm-slider-box-wrapper:has(.content-center) .ttm-slider-bg-overlay  {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)) ;
}


.ttm-slider-styleone .ttm-slider-item .fincia-element-sliderbox-styleone .button-wrapper{
    justify-content: start;
}

.ttm-slider-styleone .ttm-slider-feature-list{
    display: flex;
    gap: 20px;
    row-gap: 10px;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
    flex-wrap: wrap;
}

.ttm-slider-styleone .ttm-slider-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ttm-slider-styleone .ttm-slider-item .ttm-slider-feature-list {
    margin-top: 0;
}
.fincia-element-sliderbox-styleone .button-wrapper .ttm-slider-button-link.ttm-btn-style-flat.animate__animated {
    animation-delay: 0.6s !important;
}



@media (max-width: 1024px) {
 
    .fincia-element-sliderbox-styleone .ttm-slider-title,
    .ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-title  {
        font-size: 64px;
        line-height: 72px;
    }
 
}
@media (max-width: 767px) {
 
    .fincia-element-sliderbox-styleone .ttm-slider-title,
    .ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-title  {
        font-size: 48px;
        line-height: 56px;
    }

    
    .fincia-element-sliderbox-styleone .ttm-slider-styleone .ttm-slider-box-wrapper {        
        align-items: center;
    }

    .fincia-element-sliderbox-styleone .ttm-slider-description {
        /* margin-bottom: 20px; */
        display: none;
    }

    .ttm-slider-styleone .ttm-slider-feature-list{
        display: none;
    }

    .fincia-element-sliderbox-styleone .ttm-slider-title {
        margin-bottom: 20px;
    }
    .fincia-element-sliderbox-styleone .ttm-slider-box-wrapper .ttm-slider-box-details {
        padding-top: 75px;
    }
    
    .fincia-element-sliderbox-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-box-wrapper .ttm-slider-box-details {
        padding-top: 70px;
    }

    .ttm-slider-styleone .ttm-slider-item  .ttm-slider-content-wrapper {
        justify-content: center;
    }

    .ttm-slider-styleone .ttm-slider-item:nth-of-type(1)  .ttm-slider-content-wrapper {
        /* justify-content: space-between; */
    }

    .ttm-slider-styleone .ttm-slider-box-wrapper:has(.content-right) .ttm-slider-bg-overlay  {
        background: linear-gradient( 90deg,  rgba(255,255,255,0) 1%, rgba(0,0,0,1) 100%);
    }

    .ttm-slider-styleone .ttm-slider-box-wrapper:has(.content-left) .ttm-slider-bg-overlay  {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 1%, rgba(0, 0, 0, 1) 100%) ;
    }
    
    .ttm-slider-styleone .ttm-slider-content-wrapper {
        height: 100%;
    }

    .ttm-slider-styleone .ttm-slider-item:nth-of-type(2) .ttm-slider-content-wrapper  .ttm-feature-list-wrapper ,
    .ttm-slider-styleone .ttm-slider-item:nth-of-type(1) .ttm-slider-content-wrapper  .ttm-feature-list-wrapper {
         display: none;
    }
}
 

/* slider default */

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-content-wrapper .ttm-banner-image-one{
    display: none;
    transition: display .1s ease-in-out;
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 37%, rgba(6, 54, 51, 1) 67%);
}


.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-box-wrapper {
    align-items: center;
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title {
    font-size: 168px;
    line-height: 158px;
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-tagline {
    border-radius: 5px;
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title .ttm-bold{
    font-size: 204px;
    line-height: 158px;
}

.ttm-slider-default .ttm-btn-row .ttm-slider-title-description{
    color: var(--ttm-whitecolor);
    max-width: 370px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.ttm-slider-default .ttm-slider-item  .ttm-btn-row {
    display: flex;
    gap: 30px;
    align-items: center;
}
.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-btn-row .ttm-slider-title-description{
    color: var(--ttm-whitecolor);
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2)  .ttm-btn-row {
    flex-direction: row-reverse; 
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-tagline {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-secondarycolor);
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-tagline:before {
    filter: none;
}

.ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-content-wrapper {
    grid-template-columns: 1fr;
    align-items: end;
    justify-items: self-end ;
}

.ttm-slider-content-wrapper .ttm-slider-box-details.content-left .button-wrapper,
.ttm-slider-content-wrapper:has(.content-left) .ttm-feature-list-wrapper .ttm-slider-feature-list,
.ttm-slider-content-wrapper .ttm-slider-box-details.content-left .ttm-btn-row  {
    justify-content: start;
}

.ttm-slider-content-wrapper .ttm-slider-box-details.content-right .button-wrapper,
.ttm-slider-content-wrapper:has(.content-right) .ttm-feature-list-wrapper .ttm-slider-feature-list,
.ttm-slider-content-wrapper .ttm-slider-box-details.content-right .ttm-btn-row {
    justify-content: end;
}

.ttm-slider-content-wrapper .ttm-slider-box-details.content-center .button-wrapper,
.ttm-slider-content-wrapper:has(.content-center) .ttm-feature-list-wrapper .ttm-slider-feature-list,
.ttm-slider-content-wrapper .ttm-slider-box-details.content-center .ttm-btn-row {
    justify-content: center;
}

.ttm-slider-default .ttm-slider-item .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-left){
    text-align: start;
    justify-items: self-start ;
}

.ttm-slider-default .ttm-slider-item .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-right){
    text-align: end;
    justify-items: self-end ;
}

.ttm-slider-default .ttm-slider-item .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-center){
    text-align: center;
    justify-items: center ;
}

.fincia-element-sliderbox-default .ttm-slider-button-link .elementor-button.elementor-button-link {
    color: var(--ttm-whitecolor);
    background-color: transparent;
}

.fincia-element-sliderbox-default .ttm-slider-button-link:hover .elementor-button.elementor-button-link{
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolortwo);
}

.fincia-element-sliderbox-default .ttm-slider-button-link .ttm-button-icon {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}
.fincia-element-sliderbox-default .ttm-slider-button-link:hover .ttm-button-icon {
    background: var(--ttm-skincolor);
    color: var(--ttm-skincolortwo);
    fill: var(--ttm-skincolortwo);
}
.fincia-element-sliderbox-default .ttm-slider-box-wrapper .ttm-slider-box-details{
    padding-top: 0px;
}

.ttm-banner-slide-item-one{
    width: 100%;
}

@media (max-width:1340px){
    .ttm-slider-item .container{
        width: 100%;
    }
}



@media (max-width:1200px){
    .ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title .ttm-bold{
        font-size: 120px;
        line-height: 100px;
    }

    .ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title{
        font-size: 80px;
        line-height: 80px;
    }
    .ttm-slider-box-wrapper {
        justify-content: start;
    }
    .ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-box-wrapper {
        justify-content: end;
    }
}

@media (max-width:767px){
    .ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title .ttm-bold{
        font-size: 60px;
        line-height: 68px;
    }

    .ttm-slider-default .ttm-slider-item:nth-of-type(2) .ttm-slider-title{
        font-size: 60px;
        line-height: 68px;
    }

    .ttm-slider-default .ttm-slider-item .ttm-btn-row {
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .ttm-slider-box-wrapper {
        align-items: center;
    }

}


.ttm-slider-content-wrapper .ttm-slider-box-details.content-left,
.ttm-slider-content-wrapper :has(.ttm-slider-box-details.content-left),
.ttm-slider-styleone .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-left){
    text-align: start;
    align-items: start;
}

.ttm-slider-content-wrapper .ttm-slider-box-details.content-right,
.ttm-slider-content-wrapper :has(.ttm-slider-box-details.content-right),
.ttm-slider-styleone .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-right){
    text-align: end;
    align-items: end ;
}

.ttm-slider-content-wrapper .ttm-slider-box-details.content-center,
.ttm-slider-content-wrapper :has(.ttm-slider-box-details.content-center),
.ttm-slider-styleone .ttm-slider-content-wrapper:has(.ttm-slider-box-details.content-center){
    text-align: center;
    align-items: center !important;
}



/* after live css */

/* style two */

.fincia-element-sliderbox-styletwo .ttm-slider-content-wrapper {
    grid-template-columns: 7fr 5fr;
    align-items: flex-end;
}

.fincia-element-sliderbox-styletwo .button-wrapper{
    display: flex;
    gap: 15px;
    justify-content: end;
    flex-wrap: wrap;

}

.ttm-slider-styletwo .ttm-slider-item  .ttm-slider-button-link{
    height: fit-content;
}

.ttm-slider-styletwo .ttm-slider-item  .ttm-slider-link-btn .elementor-button-link {
    color: var(--ttm-whitecolor);
    background-color: transparent ;
}

.ttm-slider-styletwo .ttm-slider-item  .ttm-slider-link-btn:hover .elementor-button-link {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
    border-color: transparent;
}

.ttm-slider-styletwo .ttm-slider-item  .ttm-slider-link-btn .elementor-button-link .ttm-button-icon {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}
 
.ttm-slider-styletwo .ttm-slider-item  .ttm-btn-style-flat .elementor-button-link  .ttm-button-icon {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}
 
.ttm-slider-styletwo .ttm-slider-item  .ttm-btn-style-flat .elementor-button-link {
    color: var(--ttm-whitecolor);
    background-color: var(--ttm-skincolor);
    border-color: transparent;
}

.ttm-slider-styletwo .ttm-slider-item  .ttm-btn-style-flat:hover .elementor-button-link {
    background-color: var(--ttm-skincolortwo);
    color: var(--ttm-skincolor);
}


 

.ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-banner-image-one{
    padding: 0;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    backdrop-filter: none;
}

.ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-banner-image-one img{
    margin-left: 0;
}

.ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-title .ttm-bold{
    font-size: 144px;
    line-height: 146px;
    display: block;
}

.ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-description{
    color: var(--ttm-whitecolor);
}

.ttm-slider-styletwo .ttm-slider-box-wrapper{
    align-items: center;
}

.ttm-slider-styletwo .ttm-slider-tagline {
    padding:0;
    border: none;
    background-color: transparent;
    backdrop-filter: none;
}
.ttm-slider-styletwo .ttm-slider-tagline:before{
    display: none;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(1) .ttm-slider-bg-overlay {
    position: absolute;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 40%, var(--ttm-secondarycolor) 100%);
}

/* iconbox slider start */

.ttm-slider-contact-box .ttm-contact-icon-wrap {
    background-color: var(--ttm-skincolor);
    border-radius: var(--border-radius-image);
    color: var(--ttm-whitecolor);
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttm-slider-contact-box .ttm-contact-icon-wrap  .ttm-icon-type-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ttm-slider-contact-box{
    display: grid;
    grid-template-columns: 47px 1fr;
    align-items: center;
    gap: 15px;
 
}

.ttm-slider-contact-box {
    padding: 25px;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(15px);
    border-radius: var(--border-radius-box);
    max-width: 400px;
    margin-top: 5px;
}

.ttm-slider-contact-box .ttm-contact-text{
    color: var(--ttm-whitecolor);
}

.ttm-slider-contact-box .ttm-contact-text a{
    color: var(--ttm-whitecolor);
    text-decoration: underline;
}

.ttm-slider-contact-box .ttm-contact-text a:hover{
    color: var(--ttm-skincolortwo);
}

/* iconbox slider end */


/* rating box slider start */

.ttm-slider-rating-wrapper{
    display: flex;
    gap: 30px;
    position: relative;
    align-items: baseline;
}
.ttm-slider-rating-box .ttm-content-wrapper{
    display: flex;
    gap: 5px;
}

.ttm-slider-rating-box  .ttm-client{
    margin-bottom: 15px;
    display: flex;
    justify-content: end;
}

.ttm-slider-rating-box .ttm-content-wrapper .ttm-rating-stars{
    object-fit: contain;
}

.ttm-slider-rating-box .ttm-content-wrapper .ttm-rating-text{
    color: var(--ttm-whitecolor);
}
.ttm-slider-styletwo .ttm-slider-item:nth-child(1) .ttm-slider-rating-wrapper{
    display: none;
}

/* rating box slider end */



@media (max-width:1200px){
    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-title .ttm-bold{
        font-size: 92px;
        line-height: 100px;
    }

    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-title{
        font-size: 72px;
        line-height: 80px;
    }
 
}

@media (max-width:1024px){
    .ttm-slider-contact-box {
        display: none;
    }
}

@media (max-width:767px){

    .fincia-element-sliderbox-styletwo .ttm-slider-content-wrapper {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .fincia-element-sliderbox-styletwo .button-wrapper {
        justify-content: start;
    }

    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-title .ttm-bold{
        font-size: 54px;
        line-height: 64px;
    }

    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-title{
        font-size: 48px;
        line-height: 56px;
    }

    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-slider-description{
        display: none;
    }

    .ttm-slider-styletwo .ttm-slider-box-wrapper .ttm-banner-image-one .ttm-slider-description{
        display: inline-block;
    }

   .ttm-slider-styletwo .ttm-slider-item:nth-child(1) .ttm-slider-bg-overlay {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--ttm-secondarycolor) 0%);
        opacity: .5 !important;
   }
    
}


                /* slide2 */

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-slider-link-btn,
.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-slider-description{
    display: none;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-slider-content-wrapper {
    grid-template-columns: 1fr;
    justify-items: end;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-contact-box {
        display: none;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title .ttm-bold{
    font-size: 156px;
    line-height: 164px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title {
    font-size: 144px;
    line-height: 152px;
    margin-bottom: 70px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-btn-style-flat{
    position: relative;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-btn-style-flat a{
    padding: 8px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-btn-style-flat a .ttm-button-icon{
    height: 40px;
    width: 40px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2)  .ttm-btn-style-flat::before{
    content: "";
    height: 50px; 
    width: 1px;
    background-color: var(--ttm-darkgreycolor);   
    position: absolute;
    left: -30px;
    top: 5px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .button-wrapper{
    gap: 60px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-tagline {
    margin-bottom: 0px;
}

.ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-bg-overlay {
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, var(--ttm-secondarycolor) 100%);
}

@media (max-width:1200px){

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title .ttm-bold{
        font-size: 96px;
        line-height: 104px;
        display: block;
    }

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title{
        font-size: 72px;
        line-height: 80px;
    }

    
}

@media (max-width:1024px){
    .ttm-slider-rating-wrapper,
    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-btn-style-flat::before {
        display: none;
    }
    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .button-wrapper {
        gap: 0;
    }

}

@media (max-width:767px){

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title .ttm-bold{
        font-size: 54px;
        line-height: 64px;
    }

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title{
        font-size: 48px;
        line-height: 56px;
    }

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-tagline {
        margin-bottom: 5px;
    }
    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-title {
        margin-bottom: 30px;
    }

    .ttm-slider-styletwo .ttm-slider-item:nth-child(2) .ttm-slider-bg-overlay {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, var(--ttm-secondarycolor) 0%);
        opacity: .5 !important;
   }
 
}

/* Control per-device visibility */

.fincia-element-sliderbox-styletwo .ttm-slider-contact-box.animate__animated{
    animation-delay: 0.4s !important;
}
.fincia-element-sliderbox-styletwo .ttm-slider-rating-box.animate__animated {
    animation-delay: 0.5s !important;
}

 
.fincia-element-sliderbox-styletwo .ttm-slider-description.animate__animated,
.fincia-element-sliderbox-styletwo .ttm-slider-button-link.animate__animated{
    animation-delay: 0.1s !important;
}
.ttm-slider-extra-image.animate__animated {
    animation-delay: 0.4s !important;
}