/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 01 2026 | 19:09:47 */
.lawyer-accordions {
	margin-top: 40px;
	border-top: 1px solid #BF9874;
}

.accordion-item {
	border-bottom: 1px solid #bf985d;
}

.accordion-header {
	color: #fff;
	width: 100%;
	background: none;
	border: none;
	padding: 15px 0;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'DM Sans';
	padding: 20px;
}

.accordion-header:focus {
	outline: none;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-out;
	padding: 20px;
	opacity: 0;
	margin: -20px;
	font-family: 'DM Sans';
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.accordion-content ul strong {
	font-size: 18px;
	line-height: 2;
}

.accordion-item.open .accordion-content {
	padding: 20px;
	opacity: 1;
	margin: 0 20px;
}

.accordion-content p,
.accordion-content ul,
.accordion-content li {
	margin: 0 0 10px 0;
}

.accordion-header .arrow {
	font-size: 24px;
	font-weight: bold;
	transition: transform 0.3s;
	font-family: 'DM Sans';
	line-height: 1;
}
.accordion-item.open button.accordion-header {
	background: #BF9874;
	border-radius: 0 !important;
}

.lawyer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.lawyer-header .lawyer-info {
	flex: 1;
}

.lawyer-header .lawyer-photo {
	flex: 1;
	height: 500px;
}

.lawyer-single {
	padding: 50px 0px;
}
.lawyer-header .lawyer-photo img {
	margin: 0px auto;
	height: 100% !important;
	display: table;
	object-fit: cover;
    object-position: center center;
}

h1.lawyer-name-single {
	font-size: 45px;
	color: #fff;
	margin: 0;
}

p.lawyer-position-single {
	font-size: 22px;
	margin: 10px 0px 10px;
	font-weight: 600;
	color: #BF9874;
	padding: 0;
}

.lawyer-contacts {
	margin: 20px 0px;
}

.lawyer-contacts p {
	padding: 0;
}

.lawyer-contacts p strong {
	color: #BF9874;
	font-size: 16px;
	line-height: 2;
}

.lawyer-contacts p a {
	color: #BF9874;
	font-size: 16px;
	line-height: 2;
	text-decoration: underline;
	padding-left: 5px;
	transition: 250ms all linear;
}

.lawyer-contacts p a:hover {
	color: #fff;
}

.lawyer-extra-info> div {
	margin-bottom: 20px;
}

.lawyer-extra-info> div:last-child {
	margin-bottom: 0;
}

.lawyer-extra-info h3 {
	color: #BF9874;
	font-size: 22px;
}

.lawyer-extra-info p {
	color: #fff;
	font-size: 16px;
}

.lawyer-bio {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	font-family: 'DM Sans';
}

/* RESPONSIVE */
@media screen and (max-width: 1199px) {
	.lawyer-header .lawyer-photo {
		height: 350px;
	}

	.lawyer-header .lawyer-photo img {
		object-fit: cover;
		object-position: center;
	}
}

@media screen and (max-width: 999px) {
	.lawyer-header .lawyer-photo {
		height: 350px;
	}

	.lawyer-header .lawyer-photo img {
		object-fit: cover;
		object-position: center;
	}

	.lawyer-header {
		flex-direction: column-reverse;
		gap: 20px;
		width: 100%;
	}

	.lawyer-header .lawyer-info {
		width: 100%;
		text-align: center;
	}

	h1.lawyer-name-single {
		font-size: 38px;
		line-height: 1.25;
	}

	p.lawyer-position-single {font-size: 18px;margin: 10px 0px;}

	.lawyer-extra-info h3 {
		font-size: 24px;
	}

	.lawyer-bio {
		text-align: justify;
		word-spacing: -1px;
	}

	.accordion-header {
		font-size: 18px;
	}

	.accordion-item.open .accordion-content {
		padding: 10px;
		margin: 0;
		font-size: 14px;
		text-align: justify;
		word-spacing: -1px;
	}

	.accordion-content ul strong {
		font-size: 16px;
		word-spacing: -2px;
	}
}
@media screen and (max-width: 767px) {
	.lawyer-bio {
		word-spacing: 0;
		text-align: left;
	}

	.accordion-item.open .accordion-content {
		text-align: left;
		word-spacing: 0;
	}

	.accordion-content ul strong {
		text-align: left;
		word-spacing: 0;
		display: inline-block;
		margin-bottom: 10px;
	}

}