.home-service {
    background: #f6f5ef;
}

.home-service-head h2 {
  text-align: center;
}
.home-service-wapper {
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 40px 40px;
  transition: .3s ease-in-out;
  width: 100%;
}
.home-service-bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 10px;
}
.home-service-heading {
  flex: 0 0 35%;
  z-index: 9;
  padding-right: 20px;
  position: relative;
}
.home-service-heading h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-family: var(--font-03);
  font-weight: 700;
}
.home-service-content {
  flex: 0 0 51%;
  z-index: 9;
  padding-right: 20px;
  position: relative;
}
.home-service-icon {
  z-index: 9;
  flex: 0 0 14%;
  text-align: right;
  position: relative;
  color: #000;
}
.home-service-wapper:hover .home-service-icon {
  color: #06b453;
}
.home-service-icon i {
  font-size: 48px;
}
.home-service-wapper:hover div h3 {
  color: #fff;
}
.home-service-wapper:hover {
  background: #000;
  transition: .3s ease-in-out;
  border-radius: 5px;
}
.home-service-wapper:hover div i {
  color: #06b453;
}
.home-service-wapper:hover div p {
  color: #fff;
}
.home-service-content p {
  font-size: 21px;
  line-height: 1.4;
  color: #000;
  font-family: var(--font-02);
}
.home-service-wapper:last-child {
    border: none;
}
.home-service-inner {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    position: relative;
}

.shape-star {
  position: absolute;
  left: 0;
  top: 0;
}
.shape-star {
    position: absolute;
    left: 0;
    top: 0;
    animation: float-top-bottom 6s ease-in-out infinite;
}

@keyframes float-top-bottom {
  0% {
    transform:translatey(0)
  }
  50% {
    transform:translatey(-40px)
  }
  100% {
    transform:translatey(0)
  }
}

.swipeimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 294px;
  height: 245px;
  object-fit: cover;
  z-index: 9;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
  border-radius: 7px;
  border: 5px solid #fff;
  display: none;
}
@media(max-width:1400px){
  .home-service-heading h3 {
  font-size: 26px;
}
}

@media(max-width:1200px){
  .home-service-heading {
  flex: 0 0 35%;
}
.home-service-heading h3 {
  font-size: 26px;
}
.home-service-icon {
  flex: 0 0 14%;
}
}
@media(max-width:991px){
  .home-service-inner {
  row-gap: 40px;
}
}
@media(max-width:768px){
  .shape-star img {
  max-width: 70px;
} 
.home-service-wapper {
  flex-direction: column;
  justify-content: center;
}
.home-service-content {
  flex: 0 0 1;
  padding-right:0px;
  position: relative;
  text-align: center;
}
.home-service-heading h3 {
  font-size: 22px;
}
.home-service-wapper {
  padding: 20px 20px;
}
}
.area-service h3 {
    font-size: 24px;
    font-weight: 600;
    color: #f55d02;
    font-family: var(--font-03);
}
.area-service ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
    padding: 0;
    margin: 0;
    font-family: var(--font-02);
}
.area-service ul li {
    list-style: none;
}
.area-service ul li a {
    font-size: 16px;
}
.areas-service-inner-head h2{
  font-family: var(--font-03);
  font-size: 1.5rem;
}
.areas-service-inner-left h3{
  font-family: var(--font-03);
  font-size: 42px;
}
.main-service-bottom ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.main-service-bottom li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    line-height: 25px;
    font-family: var(--font-02);
}
.main-service-bottom a {
    font-family: var(--font-02);
}
.main-service-bottom li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-style: normal;
    color: #f55d02
}
.areas-service-inner-right h3{
  font-family: var(--font-03);
  font-size: 42px;
}
.main-service-bottom {
  color: dimgray;
  font-size: 18px;
  font-family: var(--font-02);
  font-weight: 400;
  line-height: 28px;
}
.main-service-bottom p {
    color: dimgray;
    font-size: 18px;
    font-family: var(--font-02);
    font-weight: 400;
    line-height: 28px;
}
.main-service-bottom h4 {
    font-size: 20px;
    font-weight: 500;
    color: #f55d02
}
.client-speak {
    height: auto;
    position: relative;
    padding: 0;
    border-radius: 10px;
    min-height: 420px;
    box-shadow: 0 16px 24px 9px #fff0;
    border: 1px solid #fff0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    margin-top: 80px;
}
.client-img img {
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0 10px 15px rgb(0 0 0 / .2);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -80px;
}
.client-speak-head h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: var(--font-03);
}
.client-speak-head h4 {
    color: #666;
    font-size: 17px;
    margin: 0;
    font-family: var(--font-02);
}
.client-speak-bottom {
    position: relative;
}
.client-speak-bottom p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--font-02);
}
.client-shape {
    margin: 0;
    position: absolute;
    top: -30px;
    left: 0;
}