/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 18:11:25 */
.wp-team-manager-badge {
    color: var(--e-global-color-eed1533);
    background: #f0672426;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 16px;
	font-weight:500;
    text-transform: uppercase;
    opacity: .8;
    line-height: 100%;
    letter-spacing: 1.5px;
}

.wp-team-manager-badge.wp-team-manager-badge-capitalize {
    text-transform: capitalize;
    letter-spacing: 0;
}
/* Team Hero section background  */

.tm-hero-bg-color{
	background-image: linear-gradient(to bottom right,#5a218d,#3c366e,#0f172a);
}
.tm-hero-box-bg-color{
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	border-radius: 9999px;
}

.dwl-team-elementor-layout-table .team-table-style-1 .dwl-table-data .team-member-title {
	margin-top: 0px;
	font-weight: 300;
    font-size: 16px;
}

.dwl-team-elementor-layout-table .team-table-style-1 .team-member-socials a{
	background-color:#61696f;
}
.wtm-image-gallery-wrapper .wtm-single-image {
    overflow: hidden;
    width: auto;
    height: auto;
}