.wc-service-one .wc-border-btn {
  padding: 18px 35px 19px;
  border: 1px solid #186F65;
  color: #186F65;
  display: block;
  width: fit-content;
	font-size:18px;
	line-height:32px;
	font-weight:400;
	font-family:Lexend;
	border-radius:0;
}
.wc-service-one .wc-border-btn:hover {
  background-color: #186F65;
  color: white;
}
.wc-service-one .wc-solid-btn {
  background-color: #186F65;
  color: white;
  padding: 18px 35px 19px;
  display: block;
  width: fit-content;
	font-size:18px;
	line-height:32px;
	font-weight:400;
	font-family:Lexend;
	border-radius:0;
}

.wc-service-one .wc-solid-btn:hover {
  color: #186F65;
  background-color: white !important;
  border: 1px solid #186F65;
}

.wc-service-one section.orion-services.layout_1 {
    padding: 80px 0px;
}

.wc-service-one span.orion-services__plus {
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: #186f65;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500 !important;
    border-radius: 50px;
}

 .wc-service-one .orion-services__toggle{
	border: none;
    background-color: #f5f6f6;
    border-top: 1px solid black;
	padding: 25px 0px;
	 
}
.wc-service-one button.orion-services__toggle:focus{
	outline: none;
}

.wc-service-one button.orion-services__toggle {
    background-color: transparent !important;
	border:transparent;
	border-top:1px solid black;
}

.wc-service-one .orion-services__panel
{
/* 	    border-bottom: 1px solid black; */
    margin-bottom: 20px;
} 
.wc-service-one .orion-services__desc{
    margin-bottom: 26px !important;
	color:black;
	margin-top:0px !important;
}
.wc-service-one h4.orion-services__name {
    margin-bottom: 0px;
}
.wc-service-one .orion-services__header 
{
	margin-bottom:40px;
	padding:20px 0;
}

/* Orion Services */
.orion-services { width: 100%; }
.orion-services__header { display: flex; align-items: center; justify-content: space-between; margin: 0 0 20px; }
.orion-services__title { margin: 0; }
.orion-services__viewall { border: 1px solid #186F65; color: #186F65; padding: 8px 14px; text-decoration: none; border-radius: 4px; font-weight: 600; }
.orion-services__viewall:hover { background: #186F65; color: #fff; }

/* Layout 1: Accordion */
.orion-services__accordion { 
	border-top: 1px solid #000; 
	background-color: #f5f5f5;
}
.orion-services__item { 
	border-bottom: 1px solid #000; 
	background-color: #f5f5f5;
}
.orion-services__toggle { 
	width: 100%; 
	display: flex; 
	align-items: center; 
	padding: 25px 20px; 
	background: transparent; 
	border: 0; 
	text-align: left; 
	cursor: pointer; 
	gap: 15px;
	transition: all 0.3s ease;
}
.orion-services__toggle:hover {
	background-color: rgba(0,0,0,0.05);
}
.orion-services__icon { 
	color: #186F65; 
	display: inline-flex; 
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.orion-services__icon img.service-icon-image {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.orion-services__name { 
	font-weight: 600; 
	font-size: 18px;
	color: #333;
	flex: 1;
	margin: 0;
}
.orion-services__toggle-icon { 
	width: 40px;
	height: 40px;
	background-color: #186F65;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.orion-services__panel { 
	display: none; 
	padding: 0 20px 30px 20px; 
	position: relative;
	background-color: #f5f5f5;
}
.orion-services__item.is-open .orion-services__panel { 
	display: block; 
}
.orion-services__content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.orion-services__text {
	flex: 1;
}
.orion-services__desc { 
	color: #333; 
	margin: 0 0 20px 0; 
	font-size: 16px;
	line-height: 1.6;
}
.orion-services__read { 
	display: inline-block; 
	padding: 12px 24px; 
	border: 1px solid #186F65;
	color: #186F65;
	background: transparent;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}
.orion-services__read:hover {
	background-color: #186F65;
	color: white;
}
.orion-services__image {
	flex-shrink: 0;
	width: 300px;
	height: 200px;
	position: relative;
}
.orion-services__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transform: rotate(5deg);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Layout 2: Numbered rows */
.orion-services__rows { display: grid; gap: 22px; }
.orion-services__row { display: grid; grid-template-columns: 50px 160px 1fr 50px; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid #e6e6e6; }
.orion-services__num { font-weight: 700; }
.orion-services__thumb img { width: 160px; height: 100px; object-fit: cover; border-radius: 6px; }
.orion-services__cta { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #186F65; border-radius: 6px; color: #186F65; text-decoration: none; }

/* Layout 3/4: Grid */
.orion-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.orion-services__card { border: 1px solid #eee; border-radius: 6px; padding: 18px; background: #fff; }
.orion-services__card .orion-services__icon { margin-bottom: 10px; }
.orion-services__excerpt { color: #666; margin: 10px 0 12px; }
.orion-services__read { color: #186F65; text-decoration: none; font-weight: 600; }

@media (max-width: 992px) {
	.orion-services__row { grid-template-columns: 40px 140px 1fr 40px; }
	.orion-services__grid { grid-template-columns: repeat(2, 1fr); }
	.orion-services__content {
		flex-direction: column;
		gap: 20px;
	}
	.orion-services__image {
		width: 100%;
		max-width: 400px;
		height: 250px;
		margin: 0 auto;
	}
}
@media (max-width: 600px) {
	.orion-services__row { grid-template-columns: 30px 120px 1fr 36px; }
	.orion-services__grid { grid-template-columns: 1fr; }
	.orion-services__toggle {
		padding: 20px 15px;
		gap: 10px;
	}
	.orion-services__name {
		font-size: 16px;
	}
	.orion-services__toggle-icon {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	.orion-services__panel {
		padding: 0 15px 25px 15px;
	}
	.orion-services__image {
		height: 200px;
	}
}



