/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2026 | 19:25:43 */
.lawyer-listing-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.lawyer-card {
	display: flex;
	background: #031B3B;
	padding: 10px;
	gap: 30px;
	align-items: center;
}

.lawyer-card-image img {
	object-fit: cover;
	margin: 0 !important;
	height: 100% !important;
	width: 100% !important;
    object-position: 40% 15%;
}

.lawyer-card-image {
	height: 300px;
	max-width:300px;
	width: 100%;
}

.lawyer-card-content {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.lawyer-name {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: auto 0 0;
}

.lawyer-position {
	font-size: 16px;
	color: #BF9874;
	font-weight: 600;
}

.lawyer-email a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.lawyer-links {
	display: flex;
	gap: 40px;
	margin: auto 0px;
}

.lawyer-links a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}
.lawyer-email {
	margin: auto 0px;
}

img.email-icon {
	margin: 0 !important;
	filter: invert(1) brightness(1) hue-rotate(170deg);
}

img.arrow-img-profile {
    margin: 0 !important;
    filter: contrast(1) invert(1) brightness(1) hue-rotate(170deg);
}

@media screen and (max-width: 1500px) {

	.lawyer-card-image {
		/* height: 250px; */
	}

	.lawyer-card {
		gap: 15px;
	}
}

@media screen and (max-width: 1300px) {
	.lawyer-listing-wrapper {
		gap: 10px;
	}

	.lawyer-email a {
		font-size: 15px;
	}

	.lawyer-position {
		font-size: 15px;
	}

	.lawyer-links {
		gap: 25px;
	}

	.lawyer-card-image {
		/* height: 220px; */
	}

}

@media screen and (max-width: 1199px){
	.lawyer-listing-wrapper {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	
	.lawyer-email a {justify-content:center;}
	
	.lawyer-card {
		flex-direction: column;
		text-align: center;
	}

	.lawyer-card-content {
		gap: 10px;
	}

	.lawyer-links {
		text-align: center;
		justify-content: center;
	}

	.lawyer-card-image {
		height: 300px;
	}

	.lawyer-listing-wrapper {
		gap: 20px;
	}

	.lawyer-name {
		font-size: 25px;
		line-height: 1;
	}
}
