
/*--------------------------------------------------------------
# Service Banner
--------------------------------------------------------------*/
.common-80 {
  padding: 0 80px;
}

.service-banner .row {
  border-bottom-left-radius: 50px;
}


.service-left-content {
  padding: 0px 80px;
  display: flex;
  flex-direction: column;
  gap:50px;
}

.service-left-content h1 {
  line-height: 1.1;
  font-size: var(--text-10xl);
}

.service-left-content h3 {
  color: var(--dark-green);
  font-size: var(--text-3xl);
  line-height: 1.3;
  width: 70%;
  font-weight: var(--font-medium);
}

/*--------------------------------------------------------------
# Service About
--------------------------------------------------------------*/
.service-about{
  padding: 80px;

}

.service-about h2 {
	margin-right: -10%;
}


.service-about-right{
  display: flex;
  flex-direction: column;
  gap:40px;
}

/*--------------------------------------------------------------
# Why Choose Our Service
--------------------------------------------------------------*/

.why-choose-our-service-wrapper {
  padding:100px 80px;
  border-radius: 50px;
}
.why-choose-our-service-wrapper img {
	border-radius: 50px;
}
.why-choose-our-service h2 {
  text-transform: capitalize;
  max-width: 95%;
  margin-right: auto;
}
.why-choose-our-service-extreme-right{padding-left: 80px; margin-bottom: 50px;}

/*--------------------------------------------------------------
# Our Service Approach
--------------------------------------------------------------*/
.our-service-approach {
  padding: 80px;
}

.our-service-approach  h5 {
  font-weight: var(--font-bold);
  line-height: 1.5;

}

.our-service-approach-content{
  display: flex;
  flex-direction: column;
  gap:25px;
}

.our-service-approach h2 {
  text-transform: capitalize;
  width: 80%;
}

.our-service-includes .item{
  display: flex;
  gap:30px;
  padding: 20px 10px;
  border-bottom: 3px solid #003F3C;
  align-items: center;
}
.our-service-includes img{width: 45px; height: 45px;}

/*--------------------------------------------------------------
 # Service Benefits 
--------------------------------------------------------------*/

.service-benefits {
  padding-bottom: 80px;
}

.benefits-content h2 {
  width: 75%;
}

.service-benefits-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-benefit-box {
  padding: 80px;
  display: flex;
  height: 100%;
  border-radius: 50px;
}

.service-benefits-wrapper ul li{
  position: relative;
  margin-bottom: 30px;
  padding-left: 2em;
}
.service-benefits-wrapper ul{
  margin-bottom: 0;
}

.service-benefits-wrapper ul li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 1.5em;
	height: 1em;
	background-image: url("../img/tick.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.service-benefits img{
  width: 100%;
  border-radius: 50px;
}


/*--------------------------------------------------------------
 # Why Trust Us
--------------------------------------------------------------*/
.why-trust-us h2{
  width: 80%;
}
.reason{
  margin-bottom: 30px;
}


.why-trust-us .reason p {
  color: var(--dark-gray);
}

.why-trust-us .reason h4{
  margin-bottom: 15px;
}
.why-trust-us{
  padding: 0 80px 100px;
}


/*--------------------------------------------------------------
 # Talk to our Expert
--------------------------------------------------------------*/
.call-today-box {
  background-color: var(--dark-green);
  padding: 50px 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  gap: 50px;
}


.call-today-box .button--pan::before {
	background: var(--green);
}

.call-today-box .btn-solid{
  color: var(--dark-green) !important;
}

.call-today-box .btn-solid img{
  filter: brightness(0) saturate(100%) invert(17%) sepia(15%) saturate(2596%) hue-rotate(135deg) brightness(94%) contrast(101%)

}
.call-today-box .btn-solid:hover{
  border: 2px solid var(--green);
  color: var(--green) !important;
}
.other-services {
	padding: 80px 0 100px;
}
.call-today-box .btn-solid:hover img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(14%) saturate(337%) hue-rotate(62deg) brightness(110%) contrast(97%);
}

.other-services-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.other-services-wrapper h2 {
  padding-bottom: 50px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 80%;
  margin: 0 auto;
}

.services-list a {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid var(--dark-green);
  border-radius: 30px;
  color: var(--dark-green);
  font-weight: 600;
  font-size: var(--text-xl);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}


.services-list a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1; 
}
.services-list a:hover::before {
  left: 0;
}


.services-list a:hover::before {
  transform: translate3d(0, 1, 0);
  background: var(--dark-green);

}
.services-list a:hover {
  color: var(--white); /* text color change */
}

/*--------------------------------------------------------------
 # Service Faqs 
--------------------------------------------------------------*/

.service-faq{
  padding-bottom: 110px;
}

.service-faq p{
  color: var(--dark-gray);
}
.service-faqs .accordion-header button{
  font-weight:var(--font-semibold);
  font-size: var(--text-xl);
  line-height: 1.4;
  color: #003F3C;
  justify-content: flex-start; 
  padding-left: 4rem;
  position: relative;
}
.service-faqs .accordion-body{
  padding-left: 4rem;
  padding-top: 0;
}

.service-faqs .accordion-item{
  padding:15px 0;
}

.service-faqs .accordion-button::after {
    display: none;
}


.service-faqs  .accordion-button::before {
  content: "+";
  font-weight: 300;
  font-size: var(--text-5xl);
  line-height: 1.1;
  color: var(--dark-green);
  position: absolute;
  left: 0.75rem;
  transition: transform 0.2s, content 0.2s;
}

.service-faqs .accordion-button:not(.collapsed)::before {
    content: "-"; 
}

.service-faqs .accordion-item{
  border: none;
  border-bottom: 3px solid var(--dark-green);
}

.service-faqs .accordion-item:last-of-type{
  border-radius: 0;
}

.service-faqs .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.service-faqs .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius:0;
}

 
.home-help-right{
  margin-top: 140px;
}
