/*===.dsvy-element-team-style-3 ===*/
.dsvy-element-team-style-3 .highlight-inner,
.dsvy-element-team-style-3 .designervily-post-item{
	position: relative;
	overflow: hidden;
	display: block;
	height: 100%;
	border-radius: 20px;
	background-color: var(--dsvy-cardioly-white-color);
	border: 1px solid rgba(var(--dsvy-cardioly-blackish-color-rgb), 0.2);
}
.dsvy-element-team-style-3 .designervily-box-content{
	padding: 20px;
}
.dsvy-element-team-style-3 .dsvy-team-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}
.dsvy-element-team-style-3 .designervily-box-team-position{
	font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
	text-transform: uppercase;
    color: rgba(var(--dsvy-cardioly-blackish-color-rgb), 0.5);
}
/* === Team Social === */
.dsvy-element-team-style-3 .dsvy-team-social-btn{
    position: absolute;
    bottom: 0;
    right: 45px;
    z-index: 6;
	padding: 10px;
    background-color: var(--dsvy-cardioly-white-color);
    border-radius: 20px 20px 0 0;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn .dsvy-team-text{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    color: var(--dsvy-cardioly-white-color);
    background-color: var(--dsvy-cardioly-blackish-bg-color);
}
.dsvy-element-team-style-3 .dsvy-team-social-btn::after,
.dsvy-element-team-style-3 .dsvy-team-social-btn::before{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--dsvy-cardioly-light-bg-color);
}
.dsvy-element-team-style-3 .dsvy-team-social-btn::before{
    right: 100%;
    border-bottom-right-radius: 20px;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn::after{
    left: 100%;
    border-bottom-left-radius: 20px;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn:hover .dsvy-team-text{
    color: var(--dsvy-cardioly-white-color);
    background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-element-team-style-3 .designervily-box-social-links{
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 10px;
    transform: translateY(10px);
    opacity: 0;
    padding: 0;
    z-index: -1;
    transition: all 0.4s ease;
}
.dsvy-element-team-style-3 .designervily-box-social-links ul{
    display: flex;
    flex-direction: column-reverse;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn:hover .designervily-box-social-links{
    transform: translateY(-45px);
    opacity: 1;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn .dsvy-team-social-links li{
    display: block;
    margin: 0;
    padding: 0!important;
    margin-bottom: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}
.dsvy-element-team-style-3 .dsvy-team-social-btn:hover .dsvy-team-social-links li{
    transform: translate(0);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(1){
    transition-delay: 750px;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(1){
    transform: translate(0,0);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(2){
    transition-delay: 700px;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(2){
    transform: translate(0,43px);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(3){
    transition-delay: 650px;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(3){
    transform: translate(0,86px);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(4){
    transition-delay: 800px;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(4){
    transform: translate(0,129px);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(5){
    transition-delay: 850px;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:nth-child(5){
    transform: translate(0,172px);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li:first-child{
    margin-top: 0;
}
.dsvy-element-team-style-3 .dsvy-team-social-links li a{
    display: inline-block;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: var(--dsvy-cardioly-white-color);
    background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-element-team-style-3 .dsvy-team-social-links li a:hover{
    background-color: var(--dsvy-cardioly-blackish-color);
}
.dsvy-element-team-style-3 .designervily-team-image-box{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.dsvy-element-team-style-3 .designervily-team-image-box img{
	width: 100%;
}
/* === Highlight Box ===*/
.dsvy-element-team-style-3 .highlight-inner{
	display: flex;
    flex-direction: column;
	padding: 30px;
    justify-content: space-between;
    gap: 30px;
}
.dsvy-element-team-style-3 .dsvy-highligh-desc{
    padding-bottom: 30px;
}
.dsvy-element-team-style-3 .highlight-inner img{
	width: fit-content;
}
.dsvy-element-team-style-3 .row {
    flex-wrap: wrap;
}

.dsvy-element-team-style-3 .row .dsvy-highlight-box {
    order: 2;
}
.dsvy-element-team-style-3 .row > div:nth-last-child(2){
    order: 3;
}
/* === Heading Area ===*/
.dsvy-element-team-style-3 .dsvy-heading-subheading{
	padding-right: 100px;
}
/*** media query ***/
@media (max-width: 1366px){
	.dsvy-element-team-style-3 .highlight-inner{
		padding: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.dsvy-element-team-style-3 .highlight-inner{
        padding: 20px;
        gap: 20px;
    }
	.dsvy-element-team-style-3 .highlight-inner .dsvy-head-btn:has(.dsvy-button-icon){
		font-size: 14px;
		padding-left: 20px;
	}
	.dsvy-element-team-style-3 .dsvy-team-title{
		font-size: 20px;
	}
	.dsvy-element-team-style-3 .dsvy-team-social-links li a,
	.dsvy-element-team-style-3 .dsvy-team-social-btn .dsvy-team-text{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 15px;
	}
	.dsvy-element-team-style-3 .dsvy-team-social-btn{
		padding: 5px;
		border-radius: 15px 15px 0 0;
	}
	.dsvy-element-team-style-3 .designervily-box-social-links{
		right: 5px;
	}
	.dsvy-element-team-style-3 .dsvy-team-social-btn:hover .designervily-box-social-links{
		transform: translateY(-30px);
	}
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon{
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon::before,
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon i{
		font-size: 18px;
	}
	.dsvy-element-team-style-3 .dsvy-head-btn:hover .dsvy-button-icon::before{
		transform: translateX(13px);
	}
}
@media (min-width: 992px) and (max-width: 1024px){
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon{
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon::before,
	.dsvy-element-team-style-3 .dsvy-head-btn .dsvy-button-icon i{
		font-size: 18px;
	}
	.dsvy-element-team-style-3 .dsvy-head-btn:hover .dsvy-button-icon::before{
		transform: translateX(13px);
	}
}
@media (max-width: 767px){
	.dsvy-element-team-style-3 .dsvy-heading-subheading{
        padding-right: 0;
    }
}