/* Teambox default CSS */
.wellra-teambox-default .wellra-team-image-box {
    position: relative;
    overflow: hidden;
}

 
.wellra-box-team .ttm-team-social-links-wrapper ul {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px;
    transition: all 0.35s ease-in-out;
    position: relative;
    margin: 0;
}

.wellra-box-team .ttm-member-social{
    background-color: rgba(255,255,255,.5);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    color: var(--ttm-whitecolor);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.wellra-box-team .ttm-member-social:hover{
    background-color: var(--ttm-skincolor);
    overflow: visible;
}

.wellra-box-team .ttm-share-btn {
    -webkit-mask-image: url('../images/team-share-btn.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../images/team-share-btn.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    height: 28px;
    width: 28px;
    z-index: 2;
    background-color: currentColor; 
    position: relative;
    transition: all .4s ease-in-out;
}

 .wellra-box-team .ttm-team-social-links-wrapper{
    position: absolute;
    transform: translateY(-80%); 
    transition: all .4s ease-in-out;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    top: 0;
}

.wellra-box-team .ttm-member-social:hover .ttm-team-social-links-wrapper{
    transform: translateY(-100%);
    opacity: 1;
    overflow: visible;
}

.wellra-box-team .ttm-team-social-links-wrapper ul li a {
    margin-top: 15px;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background-color: var(--ttm-whitecolor);
    border: 1px solid var(--ttm-whitecolor);
}
.wellra-box-team .ttm-team-social-links-wrapper ul li a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
}


.wellra-box-team .ttm-team-social-links-wrapper ul li a {
    margin: 0 4px;
    display: block;
    color: var(--ttm-secondarycolor);
}
 
.wellra-box-team .ttm-team-social-links-wrapper ul li a:hover i{
    color: var(--ttm-whitecolor);
}

.ttm-team-social-links-wrapper ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.wellra-teambox-default .wellra-box-content h4 ,
.ttm-current-slide .wellra-teambox-default .wellra-box-content h4,
.ttm-prev-slide .wellra-teambox-default .wellra-box-content h4{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2px;
    cursor: pointer;
    display: inline-block;
}

.wellra-teambox-default .wellra-box-content,
.ttm-current-slide .wellra-teambox-default .wellra-box-content,
.ttm-prev-slide .wellra-teambox-default .wellra-box-content {
    padding-top: 15px;
}

.wellra-teambox-default .wellra-team-image-box img,
.ttm-current-slide .wellra-teambox-default .wellra-team-image-box img,
.ttm-prev-slide .wellra-teambox-default .wellra-team-image-box img{
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.wellra-element-teambox-default .slick-slide.slick-current .wellra-teambox-default .wellra-team-image-box img,
.ttm-current-slide .wellra-teambox-default .wellra-team-image-box img,
.wellra-teambox-default:hover .wellra-team-image-box img{
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
@media (min-width:1025px){
    .wellra-element-teambox-default .slick-slide .wellra-teambox-default .wellra-team-image-box img,
    .ttm-prev-slide .wellra-teambox-default .wellra-team-image-box img{
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .wellra-element-teambox-default.wellra-boxes-view-carousel .slick-slide  .wellra-teambox-default::before,
    .ttm-prev-slide .wellra-teambox-default:hover::before,
    .wellra-element-teambox-default.wellra-boxes-view-carousel .slick-slide  .wellra-teambox-default .wellra-box-content,
    .ttm-prev-slide .wellra-teambox-default:hover .wellra-box-content{
        transform: translateY(100%);
    }
}
@media(max-width:767px) {
	
	.ttm-team-member-single-content-wrapper.ttm-team-member-view-default .ttm-team-member-single-content .wellra-team-member-single-featured-area .wellra-team-member-info .wellra-team-img img,
	.wellra-box-team.wellra-teambox-default .wellra-item-thumbnail img {
		min-width: 100%;
	}
}

.wellra-teambox-default .wellra-box-content .wellra-innercontent-box,
.ttm-current-slide .wellra-box-content .wellra-innercontent-box,
.ttm-prev-slide .wellra-box-content .wellra-innercontent-box{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding: 30px 30px 22px;
}

 .wellra-teambox-default,
.ttm-current-slide .wellra-teambox-default,
.ttm-prev-slide .wellra-teambox-default {
    border-radius: var(--border-radius-box);
    overflow: hidden;
    position: relative;  
}  

 .wellra-teambox-default::before,
.ttm-current-slide .wellra-teambox-default::before,
.ttm-prev-slide .wellra-teambox-default::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, var(--ttm-blackishcolor) 0%, rgba(0, 0, 0, 0) 100%);        
    transition: all .3s ease-in-out;
    transform: translateY(100%);
}

.wellra-teambox-default:hover::before,
.wellra-element-teambox-default.wellra-boxes-view-carousel .slick-slide.slick-current .wellra-teambox-default::before,
.ttm-current-slide .wellra-teambox-default::before,
.wellra-teambox-default:hover::before{ 
    background: linear-gradient(0deg, var(--ttm-blackishcolor) 0%, rgba(0, 0, 0, 0) 60%);
    transform: translateY(0%);
}



 .wellra-teambox-default .wellra-box-content,
.ttm-current-slide .wellra-teambox-default .wellra-box-content,
.ttm-prev-slide .wellra-teambox-default .wellra-box-content{
    position: absolute;
    bottom:0;
    width: 100%;
    transform: translateY(100%);
    transition: transform .3s ease-in-out;
    z-index: 2;
}  

 .wellra-teambox-default .wellra-box-title,
.ttm-current-slide .wellra-teambox-default .wellra-box-title,
.ttm-prev-slide .wellra-teambox-default .wellra-box-title,
 .wellra-teambox-default .wellra-box-title a,
.ttm-current-slide  .wellra-teambox-default .wellra-box-title a,
.ttm-prev-slide .wellra-teambox-default .wellra-box-title a,
 .wellra-teambox-default .wellra-team-autor-position,
.ttm-current-slide .wellra-teambox-default .wellra-team-autor-position,
.ttm-prev-slide .wellra-teambox-default .wellra-team-autor-position{
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}

 .wellra-teambox-default .wellra-box-title a:hover,
.ttm-current-slide .wellra-teambox-default .wellra-box-title a:hover,
.ttm-prev-slide .wellra-teambox-default .wellra-box-title a:hover{
    color: var(--ttm-skincolor);
}

.wellra-teambox-default:hover .wellra-box-content,
.ttm-current-slide .wellra-teambox-default .wellra-box-content,
.wellra-teambox-default:hover .wellra-box-content,
.wellra-element-teambox-default.wellra-boxes-view-carousel .slick-slide.slick-current .wellra-box-content{
    transform: translateY(0%);
}

 .wellra-teambox-default .wellra-post-item,
.ttm-current-slide .wellra-teambox-default .wellra-post-item,
.ttm-prev-slide .wellra-teambox-default .wellra-post-item{
    position: relative;
}

 .wellra-teambox-default .wellra-post-item::before,
.ttm-current-slide .wellra-teambox-default .wellra-post-item::before,
.ttm-prev-slide .wellra-teambox-default .wellra-post-item::before{
    content: "";
    background-image: url(../images/Btn-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 18px;
    width: 14px;
    z-index: 1;
    transform: rotate(90deg);
    transition: all .4s ease-in-out;
}

.wellra-teambox-default .wellra-post-item:hover::before,
.ttm-current-slide .wellra-teambox-default .wellra-post-item::before,
.ttm-prev-slide .wellra-teambox-default .wellra-post-item:hover::before,
.wellra-element-teambox-default.wellra-boxes-view-carousel .slick-slide.slick-current .wellra-teambox-default .wellra-post-item::before{
    transform: rotate(-90deg);
}

 


/* style one */

.wellra-element-teambox-styleone.wellra-boxes-view-carousel .wellra-teambox-styleone{
    margin-top: 5px;
    margin-bottom: 5px;
}

.wellra-teambox-styleone{
    border-radius: var(--border-radius-box);
    background-color: var(--ttm-greycolor);
}

.wellra-teambox-styleone .ttm-member-social {
    background-color: var(--ttm-whitecolor);
}

.ttm-bgcolor-grey .wellra-teambox-styleone .ttm-member-social {
    background-color: var(--ttm-greycolor);
}

.ttm-bgcolor-grey .wellra-teambox-styleone{
    background-color: var(--ttm-whitecolor) !important;
    box-shadow: var(--ttm-boxshadow);
}

.wellra-teambox-styleone .wellra-innercontent-box{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.wellra-teambox-styleone  .wellra-box-title {
    margin-bottom: 0;
}

.wellra-teambox-styleone .ttm-member-social {
    background-color: var(--ttm-whitecolor);
    color: var(--ttm-secondarycolor);
    overflow: hidden;
    transition: all .5s ease-in-out;
    z-index: 9;
}

.wellra-teambox-styleone .ttm-member-social:hover{
    overflow: visible;
    background-color: var(--ttm-skincolor);
}

.wellra-teambox-styleone .ttm-member-social:hover .ttm-share-btn,
.wellra-teambox-styleone .ttm-member-social:focus .ttm-share-btn  {
    background-color: var(--ttm-whitecolor);
}

.wellra-teambox-styleone .wellra-item-thumbnail-inner img{
    width: 100%;
    position: relative;
    transition: all .4s ease-in-out;
    position: relative;
    padding: 0 ;
    clip-path: circle(43% at 50% 43%);
}

 
.wellra-teambox-styleone:hover .wellra-item-thumbnail-inner img{
    /* border-radius: 0%; */
    /* padding: 0; */

    clip-path: circle(100% at 50% 50%);
}

.wellra-teambox-styleone .wellra-content-inner{
    margin: 30px 0 0 0;
    transition: all .3s ease-in-out;
    max-height: 416px;
    overflow: hidden;
}

.wellra-teambox-styleone .wellra-box-content{
    padding: 0 30px;
}

.wellra-teambox-styleone{
    padding:  30px 0 0;
    box-shadow: var(--ttm-boxshadow);
}

.wellra-teambox-styleone .wellra-box-title{
    font-size: 20px ;
    line-height: 32px;
}

.wellra-teambox-styleone .ttm-team-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 0;
    border-top: 1px solid var(--ttm-bordercolor);
   
}

.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-viewprofile{
    
    color: var(--ttm-skincolor);
}

.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-appointment{
    color: var(--ttm-skincolortwo);
    border-left: 1px solid var(--ttm-bordercolor);
}

.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-viewprofile,
.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-appointment{
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px ;
    line-height: 28px;
    position: relative;
}
 

.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-viewprofile:hover,
.wellra-teambox-styleone .ttm-team-buttons .ttm-btn-appointment:hover{
    text-decoration: underline;
}

.wellra-teambox-styleone .ttm-team-social-links-wrapper{
    top: auto;
    bottom: 0px;
    padding-top: 15px;
    z-index: 0;
}

.wellra-teambox-styleone .ttm-member-social .ttm-team-social-links-wrapper{
    transform: translateY(95%);
    transition: all .4s ease-in-out;
}   
.wellra-teambox-styleone .ttm-member-social:hover .ttm-team-social-links-wrapper,
.wellra-teambox-styleone .ttm-member-social:focus .ttm-team-social-links-wrapper{
    transform: translateY(100%);
}

.wellra-teambox-styleone .ttm-member-social .ttm-team-social-links-wrapper ul li a{
    box-shadow: var(--ttm-boxshadow);
    
}
.wellra-teambox-styleone .ttm-member-social .ttm-team-social-links-wrapper ul li a:hover i,
.wellra-teambox-styleone .ttm-member-social .ttm-team-social-links-wrapper ul li a:focus i{
    color: var(--ttm-whitecolor);
}

@media(max-width:767px){
    .wellra-teambox-styleone {
        padding: 20px 0 0;
    }
    .wellra-teambox-styleone .wellra-box-content {
        padding: 0 20px;
    }
    .wellra-element-teambox-styleone.wellra-boxes-view-default .col-xs-12{
        width: 50%;
    }
    .wellra-teambox-styleone .wellra-content-inner {
        margin: 15px 0 0 0;
    }
}

@media(max-width:590px){
    .wellra-element-teambox-styleone.wellra-boxes-view-default .col-xs-12{
        width: 100%;
    }
    .wellra-element-teambox-styleone.wellra-boxes-view-default .wellra-item-thumbnail-inner img{
        max-height: 450px;
        object-fit: cover;
    }
    .wellra-teambox-styleone .wellra-item-thumbnail-inner img {
        clip-path: circle(40% at 50% 46%);
    }
}


/* style two */


.wellra-teambox-styletwo{
    border-radius: var(--border-radius-box);
    background-color: var(--ttm-greycolor);
    overflow: hidden;
}

.wellra-teambox-styletwo .ttm-member-social {
    background-color: var(--ttm-whitecolor);
}

.ttm-bgcolor-grey .wellra-teambox-styletwo .ttm-member-social {
    background-color: var(--ttm-greycolor);
}

.ttm-bgcolor-grey .wellra-teambox-styletwo{
    background-color: var(--ttm-whitecolor) !important;
    box-shadow: var(--ttm-boxshadow);
}

.wellra-teambox-styletwo .wellra-innercontent-box{
    text-align: center;
}

.wellra-teambox-styletwo  .wellra-box-title {
    margin-bottom: 0;
}

.wellra-teambox-styletwo .ttm-member-social {
    background-color: var(--ttm-greycolor);
    color: var(--ttm-secondarycolor);
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.wellra-teambox-styletwo .ttm-member-social:hover{
    overflow: visible;
}

.wellra-teambox-styletwo .wellra-item-thumbnail-inner img{
    width: 100%;
    border-radius: 100%;
    transition: all .4s ease-in-out;
    position: relative;
    /* padding: 0 20px; */
}
 

.wellra-teambox-styletwo:hover .wellra-item-thumbnail-inner img {
    border-radius: 0;
    padding: 0;
}

.wellra-teambox-styletwo .wellra-content-inner{
    margin: 20px 0;
    transition: all .3s ease-in-out;
    padding: 0px 30px;
}

.wellra-teambox-styletwo .wellra-box-content{
    padding: 0 30px;
}

.wellra-teambox-styletwo{
    padding:  30px 0 0;
}

.wellra-teambox-styletwo .ttm-team-buttons {
    justify-content: center;
    text-align: center;
    border-top: 1px solid var(--ttm-bordercolor);
    padding: 10px 16px 15px;
    transition: var(--ttm-trasition);
    display: flex;
    gap: 10px;
}

.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-appointment,
.wellra-teambox-styletwo:hover .ttm-team-buttons .ttm-btn-viewprofile{
    width: max-content;
}

.wellra-teambox-styletwo:hover .ttm-team-buttons .ttm-btn-appointment,
.wellra-teambox-styletwo:hover .ttm-team-buttons .ttm-btn-viewprofile {
    color: var(--ttm-whitecolor);
}

.wellra-teambox-styletwo:hover .ttm-team-buttons {
    background-color: var(--ttm-skincolor);
}

.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-appointment,
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-viewprofile{
    position: relative;
}
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-appointment::after,
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-viewprofile::after{
    content: "";
    height: 1px ;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: currentColor;
}

.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-appointment:hover,
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-appointment:hover::after,
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-viewprofile:hover::after,
.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-viewprofile:hover{
    opacity: .8;
}

.wellra-teambox-styletwo .ttm-team-buttons .ttm-btn-viewprofile{
    display: none;
}

.wellra-teambox-styletwo .ttm-team-social-links-wrapper{
    top: auto;
    bottom: 0px;
    padding-top: 15px;
}

.wellra-teambox-styletwo .ttm-member-social .ttm-team-social-links-wrapper{
    transform: translateY(60%);
}   
.wellra-teambox-styletwo .ttm-member-social:hover .ttm-team-social-links-wrapper,
.wellra-teambox-styletwo .ttm-member-social:focus .ttm-team-social-links-wrapper{
    transform: translateY(100%);
}

.wellra-teambox-styletwo .ttm-member-social .ttm-team-social-links-wrapper ul li a{
    box-shadow: var(--ttm-boxshadow);
    
}
.wellra-teambox-styletwo .ttm-member-social .ttm-team-social-links-wrapper ul li a:hover i,
.wellra-teambox-styletwo .ttm-member-social .ttm-team-social-links-wrapper ul li a:focus i{
    color: var(--ttm-whitecolor);
}

  
/* Hide current slide from original slider */

@media(min-width:1025px){

    .wellra-element-teambox-default.wellra-boxes-view-carousel .ttm-hide-original {
        display: none !important;
    }
}


/* Preview containers */
.ttm-current-slide,
.ttm-prev-slide {
    position: relative;
}





@media(min-width:1200px){
    .ttm-current-slide .wellra-teambox-default .wellra-team-image-box img {
        min-height: 720px;
        object-fit: cover;
    }
    .wellra-teambox-default .wellra-team-image-box img{
        min-height: 342px;
        object-fit: cover;
    }
}

/* ==========================================
   CURRENT SLIDE ANIMATION
========================================== */
.ttm-slide-fade-out {
    opacity: 0;
    transform: translateX(20px) scale(0.98);
    transition: all 0.3s ease;
}

.ttm-slide-animate-out .wellra-box {
    /* animation: ttmCurrentSlideFadeOut var(--anim-duration,1.2s) ease forwards; */
    animation: ttmCurrentSlideFadeOut  calc(var(--anim-duration) + .0s) linear forwards;
    transform-origin: top right;
}

.ttm-slide-fade-in {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: all 0.3s ease;
}

.ttm-slide-animate .wellra-box {
    /* animation: ttmCurrentSlideFade var(--anim-duration,1.07s) ease  forwards; */
    animation: ttmCurrentSlideFade calc(var(--anim-duration) + .0s) linear  forwards;
    transform-origin: bottom right;
}

@keyframes ttmCurrentSlideFade {
    from {
        opacity: 1;
        transform: translateX(56%) scale(.5);
    }
    to {
        opacity: 1;
        transform: translateX(0%) scale(1);
    }
}

@keyframes ttmCurrentSlideFadeOut {
    from {
        opacity: .8;
        transform: translateX(280%) translateY(-100%) scale(2);
    }
    to {
        opacity: 1;
        transform: translateX(0%) translateY(-00%) scale(1);
    }
}
 
/* team box - slider nav button */


.ttm-prev-btn .elementor-button,
.ttm-next-btn .elementor-button{
    padding: 15px 14px !important;
    box-shadow: var(--ttm-boxshadow);
}
.ttm-prev-btn .elementor-button .elementor-button-icon{
    transform: rotate(-135deg);
}
.ttm-next-btn .elementor-button .elementor-button-icon{
    transform: rotate(45deg);
}
.ttm-prev-btn .elementor-button:hover,
.ttm-next-btn .elementor-button:hover{
    outline: 1px solid transparent;
    border:none
}
.ttm-prev-btn .elementor-button:focus,
.ttm-next-btn .elementor-button:focus{
    outline-offset: 0 ;
}
.wellra-element-teambox-default.wellra-boxes-view-carousel .slick-prev,
.wellra-element-teambox-default.wellra-boxes-view-carousel .slick-next{
    display: none !important;
}
 
@media(max-width:767px){
    .ttm-member-social {        
        height: 45px;
        width: 45px;
    }
    .ttm-share-btn {
        height: 20px;
        width: 20px;
    }
    .ttm-team-social-links-wrapper ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .wellra-element-teambox-default .wellra-box-content .wellra-innercontent-box, .ttm-current-slide .wellra-box-content .wellra-innercontent-box, .ttm-prev-slide .wellra-box-content .wellra-innercontent-box{
        padding:12px 15px;
    }
    
}



/* team single  */

.single-ttm_team_member .site-content-wrapper .container{
    width: 100%;
    padding: 0px;
}

.ttm-team-member-single-content .ttm-bottom-details{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px 30px;
    flex-wrap: wrap;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-extra-details-wrapper{
    margin-bottom: 0px;
}

.ttm-team-member-single-content .ttm-top-details ul .ttm-team-extra-details-line-email .ttm-team-list-title{
    display: none;
}

.ttm-team-member-single-content .ttm-top-details ul li .ttm-team-list-title{
   font-size: var(--body-font-size);
}

.ttm-team-member-single-content .ttm-top-details ul li.ttm-team-extra-details-line-email a{
    text-decoration: underline;
}

.ttm-team-member-single-content .ttm-top-details .ttm-team-details-list{
    align-items: flex-end;
}


.ttm-team-member-single-content .ttm-short-desc strong{
    color: var(--ttm-secondarycolor);
    display: block;
    margin-bottom: 15px;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-social-links{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px 20px;
    flex-wrap: wrap;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-line{
    display: flex;
    gap: 13px;
    flex-direction: column;
}
.ttm-team-member-single-content .ttm-bottom-details .ttm-social-info{
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-line .ttm-team-list-title{
    display: block;
    line-height: 30px;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-line .ttm-team-extra-details-line-phone.ttm-team-list-title{
    display: block;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-socials-heading {
    line-height: 30px ;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-social-links i{
    display: none;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-social-links .ttm-hide{
    display: block;
    color: var(--body-fonts-color);
    font-weight: var(--special-element-fontweight);
    line-height: normal;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-social-links li a:hover .ttm-hide {
    color: currentColor;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-social-links li{
    margin: 0;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-list li {
    padding: 0;
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-list-value{
    color: var(--body-fonts-color);
}
 
.ttm-team-member-single-content .wellra-member-details{
    background-color: var(--ttm-greycolor);
    padding: 30px;
    padding-bottom: 23px;
    border-radius: var(--border-radius-box);
    margin-top: 40px;
}

.ttm-team-member-single-content .ttm-team-details-wrapper{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ttm-bordercolor);
}

.ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-wrapper{
    margin: 0;
    padding: 0;
    border: none;
}

.elementor-widget-ttm_team-img .wellra-team-img img {
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    border-radius: var(--border-radius-box);
    object-position: center top;
}

@media(max-width:1024px){
    .ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-line{
        margin-right: 0px !important;
    }
}

@media(max-width:768px){
    .ttm-team-member-single-content .wellra-member-details {        
        padding: 20px;
        padding-bottom: 15px;      
        margin-top: 30px;  
    }

    .ttm-team-details-list li::after {
        display: none;
    }

    .ttm-team-member-single-content .ttm-top-details ul li .ttm-team-list-title {
        display: block;
    }
}
@media(max-width:480px){
    .ttm-team-member-single-content .ttm-bottom-details{
        grid-template-columns: 1fr;
    }
    
    .ttm-team-member-single-content .ttm-bottom-details .ttm-social-info {
        gap: 12px;
    }
    .ttm-team-member-single-content .ttm-bottom-details .ttm-team-details-line {
        gap: 10px;
    }
}



/* teambox filter */

.elementor-widget-ttm_team_filter_element .wellra-boxes-inner{
    display: grid;
    grid-template-columns: 500px 7fr;
    gap: 30px 60px;
}

.elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form .filter-field{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    background-color: var(--ttm-greycolor);
    border-radius: var(--border-radius-box);
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 20px;
    align-items: top;
}

.ttm-bgcolor-grey .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form .filter-field{
    background-color: var(--ttm-whitecolor);
}

.elementor-widget-ttm_team_filter_element label{
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
}

.elementor-widget-ttm_team_filter_element .select2-container--default .select2-selection--single,
.elementor-widget-ttm_team_filter_element .select2-dropdown {
    background-color: transparent;
    border: none;
}

.elementor-widget-ttm_team_filter_element .select2-container .select2-selection--single,
.elementor-widget-ttm_team_filter_element .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
}

.elementor-widget-ttm_team_filter_element #team-filter-btn{
    width: 100%;
    background-color: var(--ttm-secondarycolor);
    outline: 1px solid transparent;
}

.elementor-widget-ttm_team_filter_element #team-filter-btn:hover{
    background-color: var(--ttm-skincolor);
    outline: 1px solid var(--ttm-whitecolor) !important;
}



.elementor-widget-ttm_team_filter_element #team-filter-btn .elementor-button-text{
    position: relative;
    padding-right: 28px;
    line-height: 28px;
}



.elementor-widget-ttm_team_filter_element #team-filter-btn .elementor-button-text::after{
    content: "";
    height: 14px;
    width: 18px;
    mask-image: url("../images/Btn-icon.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    position: absolute;
    background: currentColor;
    right: 0px; 
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    top: 7px;
}

.elementor-widget-ttm_team_filter_element #team-filter-btn:hover .elementor-button-text::after{
    transform: rotate(0deg);
}

.elementor-widget-ttm_team_filter_element .elementor-button-wrapper{
    text-align: center;
}

.elementor-widget-ttm_team_filter_element .ttm-team-filterbox-title{
    margin-bottom: 30px;
}
.elementor-widget-ttm_team_filter_element .select2-selection--single .select2-selection__rendered{
    padding-right: 0px;
}
.elementor-widget-ttm_team_filter_element .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0px;
}

 

@media (max-width:1400px){
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner{
        gap: 45px;
        grid-column: 400px 1fr;
    }

    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner  .col-md-4{
        width: 50%;
    }
}


@media (max-width:1024px){

    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner {
        grid-template-columns: 1fr;
    }
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form .filter-field{
        grid-template-columns: 1fr 1fr;
    }
    .elementor-widget-ttm_team_filter_element #team-filter-btn{
        max-width: 400px;
    }
}

@media (max-width: 768px){
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form{
        gap: 20px;
    }
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form .filter-field {
        gap: 20px;
        padding: 15px;
    }

    .elementor-widget-ttm_team_filter_element label {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width:480px){
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner  .col-md-4{
        width: 100%; 
    }   

    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .select2-container{
        width: 100%;
    }
    .elementor-widget-ttm_team_filter_element .wellra-boxes-inner .team-filter-form .filter-field {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
}   

/* for option picker */

.ttm-option-picker {
    display: flex;
    align-items: top;
    position: relative;
}

.ttm-options-stage {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.ttm-options-list {
    position: relative;
}

.ttm-options-list .ttm-pos-2 {
    opacity: 0.45;
}
 

.ttm-option {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: calc(var(--body-font-size) - 2px );
    cursor: pointer;
    padding: 0px 0;
    color: var(--body-fonts-color);     
    user-select: none;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), opacity 0.32s, color 0.25s;
}

.ttm-option.active {
    color: var(--ttm-secondarycolor);
    font-weight: 500;
    font-size: var(--body-font-size);
    opacity: 1;
}

.ttm-option.ttm-hidden-row {
    opacity: 0;
}

.ttm-option:hover {
    color: #18181b;
}

.ttm-arrow-col {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    gap: 5px;
}

.ttm-arrow-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--body-fonts-color);
    padding: 2px 6px;
    transition: color 0.2s, transform 0.15s;
    position: relative;
    height: 16px;
    width: 16px;
}

.ttm-arrow-btn::before{
    content: "";
    height: 16px;
    width: 16px;
    mask-image: url(../images/Arrow-up.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    background: currentColor;
}

.ttm-arrow-down.ttm-arrow-btn::before{
    transform: rotate(180deg);
    left: -1px;
}

.ttm-arrow-btn i{
    display: none;
}

.ttm-arrow-btn:hover 
.ttm-arrow-btn:active {
    color: var(--ttm-secondarycolor);
}


/* team group pages */

body.tax-ttm_team_group .site-main {
    padding-bottom: 60px;
}

@media(max-width:1024px){
    body.tax-ttm_team_group .site-main {
        padding-bottom: 25px;
        padding-top: 50px;
    }
}