/*============================================================================================
	Service Area
==============================================================================================*/
.service-area {
  padding: 40px 0px 296px;
  background: #fff5df;
  position: relative;
  z-index: 2;
}

.service-area .section-head-sm-title {
  color: #0b6755;
  font-size: 22px;
  margin-bottom: 26px;
}
.service-section-shape {
  width: 100%;
  height: 100%;
}
.service-section-shape .shape {
  position: absolute;
  z-index: -1;
}
.service-section-shape .shape-1 {
  top: 7%;
  left: 17%;
  animation-name: shake;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.service-section-shape .shape-2 {
  right: 5%;
  top: 10%;
  animation-name: rotateIn;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.service-section-shape .shape-3 {
  bottom: 22%;
  right: 6%;
  animation-name: shake;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.service-card {
  background: #FFFFFF;
  padding: 28px;
  margin-top: 28px;
  box-shadow: 0px 4px 57px 0px rgba(103, 120, 136, 0.14);
  border-radius: 12px;
}

.service-card-icon img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain;
  border-radius: 100%;
}
.service-card-content {
  margin-top: 14px;
}
.service-card-title {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 150%;
}
.service-card-text {
  line-height: 160%;
  margin: 0;
  color: #4d5461;
}
.service-card-btn {
  margin-top: 20px;
}
.service-card-btn a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #0b6755;
  line-height: 152%;
}
.service-card-btn a:hover {
  color: #ffaf01;
}
.service-card-btn a i {
  margin-left: 4px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

/* Service Style 2 */
.service-area.service-style-2 {
  background: #FFFFFF;
  padding: 112px 0px 120px;
}
.service-section-head.style-2 {
  margin-bottom: 60px;
}
.service-section-head.style-2 .service-section-head-sm-title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 120%;
}
.service-section-head.style-2 .service-section-head-big-title {
  font-size: 44px;
  line-height: 140%;
  margin: 0;
}
.service-area.service-style-2 .service-single-widget {
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #dcf3e8;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
.service-area.service-style-2 .service-single-widget:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.service-area.service-style-2 .service-single-widget-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.service-area.service-style-2 .service-single-widget-info-icon {
  width: 61px;
  height: 61px;
  background: #ffaf01;
  border-radius: 100%;
  text-align: center;
  line-height: 61px;
}
.service-area.service-style-2 .service-single-widget-info-icon img {
  width: 30px;
  height: 30px;
}
.service-area.service-style-2 .service-single-widget-info-content p {
  font-size: 20px;
  color: #0b6755;
  margin-bottom: 8px;
  line-height: 160%;
}
.service-area.service-style-2
  .service-single-widget:hover
  .service-single-widget-info-content
  h4 {
  color: #0b6755;
}
.service-area.service-style-2 .service-single-widget-info-content h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}
.service-area.service-style-2
  .service-single-widget:hover
  .service-single-widget-btn {
  opacity: 1;
}
.service-area.service-style-2 .service-single-widget-btn {
  position: relative;
  z-index: 2;
  opacity: 0.4000000059604645;
  transition: all 0.4s ease;
}
.service-area.service-style-2 .service-single-widget-btn::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #0b6755;
  z-index: -1;
  right: 16px;
  top: 6px;
}

.service-area.service-style-2 .service-image-preview {
  position: absolute;
  top: -90px;
  right: 10%;
  width: 276px;
  height: 276px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  transition: all 0.4s ease;
  border-radius: 12px;
  z-index: 9999;
}

.service-area.service-style-2
  .service-single-widget:hover
  .service-image-preview-overlay {
  opacity: 1;
  visibility: visible;
}
.service-image-preview-overlay {
  position: absolute;
  right: 11%;
  top: -108px;
  opacity: 0;
  visibility: hidden;
}
.service-image-preview-overlay::before {
  position: absolute;
  content: "";
  width: 276px;
  height: 276px;
  background: #0b6755;
  border-radius: 12px;
  transform: rotate(5.16deg);
  z-index: 1;
  top: 0;
  right: 10%;
}

/* Service Style 3 */
.service-area.style-3 {
  overflow: hidden;
  background: transparent;
  margin-top: -234px;
  padding-bottom: 67px;
}
.service-card-slider.style-3 {
  padding-bottom: 0px;
}
.service-area.style-3 .container-fluid {
  padding-right: 0;
  padding-left: 300px;
}
.service-card-slider.style-3 .service-card {
  width: 370px;
  margin-top: 0px;
  transition: all 0.4s ease;
}
.service-card-slider.style-3 .service-card:hover {
  background: #0b6755;
  box-shadow: 0px 4px 57px 0px rgba(103, 120, 136, 0.14);
}
.service-card-slider.style-3 .service-card-icon img {
  width: 90px !important;
  height: 90px !important;
}
.service-card-slider.style-3 .service-card:hover .service-card-title,
.service-card-slider.style-3 .service-card:hover .service-card-text {
  color: #e7f0ee;
}
.service-card-slider.style-3 .service-card:hover .service-card-btn a {
  color: #ffaf01;
}

.service-card-slider.style-3 .owl-stage-outer {
  overflow: visible;
}
.service-card-slider.style-3 .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.service-card-slider.style-3 .owl-item.active {
  opacity: 1;
}

/* Slider Dot */
.service-card-slider.style-3 .owl-dots {
  line-height: 4px;
  position: absolute;
  left: 60%;
  bottom: 0;
  transform: translate(-50%);
}

.service-card-slider.style-3 .owl-dots .owl-dot span {
  width: 20px;
  height: 12px;
  margin: 0;
  background: #0b6755;
  display: block;
  border-radius: 20px;
  opacity: 0.4000000059604645;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.service-card-slider.style-3 .owl-dots .owl-dot.active span {
  background: #0b6755;
  opacity: 1;
  width: 50px;
}
.service-card-slider.style-3 .owl-dots .owl-dot:hover span {
  opacity: 1 !important;
  background: #0b6755 !important;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .service-area.style-3 .container-fluid {
    padding-left: 182px;
  }
}

/* Service Details */
.service-details-area {
  padding: 80px 0px 120px;
}
.service-details-right {
  margin-top: 40px;
  padding-right: 6px;
}
.service-details-top img {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  object-fit: cover;
}
.service-details-top-info {
  margin-top: 40px;
}
.service-details-top-info h4 {
  font-size: 32px;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 140%;
}
.service-details-top-info p {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
}
.service-details-widget-group {
  margin-top: 12px;
}
.service-details-widget {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 24px;
}
.service-details-widget-icon {
  background: #dcf3e8;
  width: 80px;
  height: 80px;
  min-width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 100%;
}
.service-details-widget-content h6 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
}
.service-details-widget-content p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.service-details-benefits {
  margin-top: 40px;
}
.service-details-benefits-content h4 {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: 600;
}
.service-details-benefits-content p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
}
.service-details-benefits-list li {
  margin-bottom: 12px;
  line-height: 148%;
  color: #04091e;
}
.service-details-benefits-list li:last-child {
  margin: 0;
}
.service-details-benefits-list li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 16px;
}
.service-details-benefits-images {
  display: flex;
  gap: 18px;
  justify-content: right;
}
.service-details-benefits-images img {
  width: 217px;
  height: 294px;
  object-fit: cover;
  border-radius: 10px;
}
.service-details-bottom {
  margin-top: 40px;
}
.service-details-bottom h4 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 600;
}
.service-details-bottom p {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
}

/* Service Details Sidebar */
.service-details-sidebar {
  position: sticky;
  top: 14%;
}
.sidebar-widget {
  margin-top: 40px;
}
.s-details-sidebar-category-list li {
  margin-bottom: 20px;
}
.s-details-sidebar-category-list li:last-child {
  margin: 0;
}
.s-details-sidebar-category-list a {
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
  padding: 18px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #04091e;
}
.s-details-sidebar-category-list a:hover {
  color: #0b6755;
}
.s-details-sidebar-category-list li i {
  font-size: 22px;
}
.s-details-sidebar-download-boucher {
  background: #FFFFFF;
  padding: 22px 20px 20px;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.s-details-sidebar-download-boucher h6 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 160%;
}
.s-details-sidebar-download-boucher p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
}
.single-download-boucher a {
  display: flex;
  background: #dcf3e8;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 16px;
  color: #04091e;
  font-weight: 600;
  border-radius: 5px;
}
.single-download-boucher a:hover {
  color: #0b6755;
}
.single-download-boucher a:last-child {
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section-shape .shape-1 {
    left: 0;
  }
  .service-area.style-3 .container-fluid {
    padding-left: 5%;
  }
  .service-details-benefits-images {
    justify-content: left;
    margin-top: 32px;
  }
  .service-details-benefits-images img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head-title {
    font-size: 36px;
  }
  .service-details-widget {
    display: block;
  }
  .service-area .section-head-sm-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .service-section-shape .shape-1 {
    top: 4%;
    left: 0;
  }
  .service-area.style-3 .container-fluid {
    padding-left: 5%;
  }
  .service-details-benefits-images {
    justify-content: left;
    margin-top: 32px;
  }
  .service-details-widget-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area {
    padding: 56px 0px;
  }
  .service-section-shape {
    display: none;
  }
  .service-card-icon img {
    width: 64px !important;
    height: 64px !important;
  }
  .service-card-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-card-btn {
    margin-top: 8px;
  }
  .service-card-btn a {
    font-size: 15px;
  }

  .service-area.service-style-2 {
    padding: 56px 0px;
  }
  .service-section-head.style-2 .service-section-head-sm-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .service-section-head.style-2 .service-section-head-big-title {
    font-size: 24px;
  }
  .service-area.service-style-2 .service-single-widget-info-content h4 {
    font-size: 20px;
  }
  .service-area.service-style-2 .service-image-preview {
    display: none !important;
  }
  .service-area.service-style-2 .service-single-widget-btn::before {
    width: 28px;
    height: 28px;
    left: -4px;
    top: 6px;
  }
  .service-single-widget-info-content {
    margin-top: 20px;
  }
  .service-image-preview-overlay {
    display: none;
  }
  .service-single-widget-btn {
    margin-top: 16px;
  }
  .service-area.service-style-2 .service-single-widget-info {
    display: flex;
  }
  .service-area.style-3 .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .service-area.style-3 {
    margin-top: 0;
    padding: 56px 0px;
  }
  .service-card-slider.style-3 .service-card-icon img {
    width: 72px !important;
    height: 72px !important;
  }
  .service-details-area {
    padding: 16px 0px 56px;
  }
  .service-details-top img {
    height: 280px;
  }
  .service-details-top-info h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .service-details-widget-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    line-height: 68px;
    margin-bottom: 12px;
  }
  .service-details-widget-content h6 {
    font-size: 18px;
  }
  .service-details-widget-content p {
    line-height: 21px;
  }
  .service-details-widget {
    display: block;
    padding: 24px;
  }
  .service-details-benefits-content h4 {
    font-size: 20px;
  }
  .service-details-benefits-list li {
    font-size: 15px;
  }
  .service-details-benefits-list li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .service-details-benefits-images {
    display: block;
  }
  .service-details-benefits-images img {
    width: 100%;
    height: 280px;
    margin-top: 24px;
  }
  .service-details-bottom h4 {
    font-size: 20px;
  }
  .s-details-sidebar-category-list a {
    padding: 12px 20px;
    font-size: 16px;
  }
  .service-details-widget-icon img {
    width: 24px;
    height: 24px;
  }

  .service-area.service-style-2 .service-single-widget-info-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    line-height: 52px;
  }
  .service-area.service-style-2 .service-single-widget-info-content h4 {
    font-size: 18px;
  }
  .service-single-widget-info-content {
    padding-right: 14px;
  }
  .service-area.service-style-2 .service-single-widget-info-icon img {
    width: 24px;
    height: 24px;
  }

  .service-area.service-style-2 .service-single-widget-info-content p {
    margin-bottom: 4px;
  }
  .service-section-head.style-2 {
    margin-bottom: 32px;
  }
  .service-details-right {
    padding-right: 0px;
  }
}

/*============================================================================================
	End Service Area
==============================================================================================*/
