.service-detail .col-md-8 {
	overflow: hidden;
}
.service-detail .col-md-8 > div {
	margin: 0 0 2rem 0;
}
.service-info img {
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	height: 20rem;
	margin-bottom: 1.5rem;
}
.service-detail h2 {
	font-size: 1.875rem;
    line-height: 2.25rem;
	font-weight: 700;
	color:#000;
	margin-bottom: 1.5rem;
} 
.service-detail h3 {
	font-size: 1.5rem;
    line-height: 2rem;
	font-weight: 700;
	color:#000;
	margin-bottom: 1.5rem;
} 
.service-detail p,
.service-detail li,,
.service-faq .accordion-body {
	font-size: 16px;
    line-height: 1.625;
	color:#374151;
	margin-bottom: 1rem;
}
.service-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	margin-bottom: 3rem;
}
.service-detail ul {
	list-style-type: none;
	padding-left: 0;
}
.service-detail li {
  	position: relative;
  	padding-left: 28px;
}
.service-detail li::before {
  	content: "\2713";
  	position: absolute;
  	left: 0;
  	top: 0;
  	font-size: 16px;
  	line-height: 1;
  	font-weight: 600;
  	color: #124e94;
  	transform: translateY(5px);
}
.service-benefits .right-side img {
	object-fit: cover;
	border-radius: 16px;
	height: 20rem;
}
#accordionFaqs {
	border-color: transparent;
}
#accordionFaqs .accordion-item {
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	overflow: hidden;
}
#accordionFaqs .accordion-item:not(:first-child) {
	margin-top: 16px;
}
#accordionFaqs .accordion-header {
	margin-bottom: 0 !important;
}
#accordionFaqs .accordion-header button {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 1rem 1.5rem;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
#accordionFaqs .accordion-button::after {
    content: '+';
    font-size: 24px;
    font-weight: 500;
    background-image: none !important;
    width: auto;
    height: auto;
    margin-left: auto;
    color: #124e94;
}
#accordionFaqs .accordion-button:not(.collapsed)::after {
    content: '-';
}
.service-cta {
	padding: 2rem;
	background-color: #f9fafb;
	border-radius: 16px;
}
.service-cta h3 {
	font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}
.service-cta p {
	font-size: 16px;
	color: #374151;
	margin-bottom: 1.5rem;
}
.service-cta a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #1A78B7;
	border-radius: 8px;
	white-space: nowrap;
	padding: 0.75rem 2rem;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.service-cta a:hover {
	background-color: #124e94;	
}
.service-sidebar {
	background-color: #f9fafb;
	padding: 1.5rem;
	min-height: 100vh;
}
.all-services {
	margin-bottom: 2rem;
}
.all-services a {
	display: block;
	font-size: 16px;
	color: #374151;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.all-services a:hover {
	background-color: #f3f4f6;
}
.all-services a.active {
	font-weight: 600;
	color: #ffffff;
	background-color: #1A78B7;
}
.service-form {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #f3f4f6;
	border-radius: 16px;
	margin-bottom: 1.5rem;
}
.service-form h4 {
	font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
	color: #111827;
	margin-bottom: 1rem;
}
.form-group:not(:first-child) {
	margin: 16px 0;
}
.form-group input,
.form-group select,
.form-group textarea {
	font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}
.relative {
	position: relative
}
.select-icon {
	display: flex;
	color: #6b7280;
	position: absolute;
	justify-content: center;
	align-items: center;
	top: 50%;
	right: 0.5rem;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	--tw-translate-x: 0;
	--tw-translate-y: -50%;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.service-form button {
	font-weight: 600;
	color: #fff;
	background-color: #1A78B7;
	padding: 0.5rem 1rem;
    border-radius: 8px;
    white-space: nowrap;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.service-form button:hover {
	background-color: #1d4ed8;
	color: #fff;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.service-contacts >div:not(:first-child) {
	margin: 16px 0;
}
.service-contacts .contact-icon {
	color: #1A78B7;
	width: 1.25rem;
	height: 1.25rem;
}
.service-contacts a {
	font-size: 15px;
	margin-left: 8px;
	color: #374151;
}
@media (max-width: 767px) {
	.service-detail {
		padding: 2em .5em;
	}
	.service-info img {
	    height: auto;
	}
	.service-detail h2 {
	    font-size: 1.5rem;
	    line-height: 26px;
	}
	.service-detail p, .service-detail li,
	.service-faq .accordion-body {
	    font-size: 14px;
	    line-height: 1.6;
	}
	.service-benefits {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	    gap: 1rem;
	}
	.service-detail li {
	    padding-left: 25px;
	}
	.service-detail li::before {
	    font-size: 14px;
	}
	.service-detail h3 {
	    font-size: 1.3rem;
	    line-height: 1.3rem;
	}
	.service-cta a {
	    font-size: 15px;
	    padding: 0.75rem 1rem;
	}
	.all-services a {
	    font-size: 15px;
	    color: #374151;
	    padding: 0.5rem;
	    margin: 0;
	}
	.service-sidebar {
		margin-top: 2em;
	}
}
@media (min-width: 768px) {
	.service-detail {
		margin: 3em 0;
	}
}