.service-section{display: flex;align-items: center;justify-content: center;}
#section-1{height: 70vh;}
.wrapper{width: 70%;display: flex;column-gap: 10%;flex-direction: column;justify-content: center;}
.info{width:60%;display: flex; flex-direction: column;  justify-content: center;row-gap: 10px;}
.info h2{font-size: 50px; line-height: 55px;}
.info p{font-size: 18px;}
.info h2 span{color:blue;}
.image-box{display: flex;width: 30%;border:0px solid black; border-radius:10px;}
.image-box img{width: 100%;}
.cta{margin-top: 22px;}

#service-items-wrapper{width: 70%;padding: 0px 0px 100px 0px;    row-gap: 3em;}
.service-box{display: flex;justify-content: center;}
.service-box>h2{    font-size: 50px;}

#service-items-wrapper > .service-box{display: flex;justify-content: center;align-items: center;}
#service-items-wrapper >.service-box>h2{    font-size: 50px;line-height: 48px;}
#service-items-wrapper>#service-box-1{padding: 8em 1em 2em 1em;flex-direction: column;}
#service-items-wrapper>#service-box-2{flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.service-item-box{
        border: 1px solid #b7b7b7;width: 23%;
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.service-item-box:hover{background:black;color:white;}
.service-item-icon{
width: 15%;
    font-size: 36px;}
.service-item-content{    width: 65%;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    padding: 0px 0px 0px 0px;}
.service-item-content>h3{line-height: 18px;font-weight: 600;}
.service-item-content>p{line-height: 13px;
    font-size: 12px;}
.service-item-arrow{width: 10%;
    font-size: 25px;}


#service-testimonial-wrapper{width: 85%;padding: 0px 0px 100px 0px; row-gap: 3em;}
#service-testimonial-wrapper > .service-box{display: flex;justify-content: center;align-items: center;}
#service-testimonial-wrapper >.service-box>h2{    font-size: 50px;line-height: 48px;}
#service-testimonial-wrapper>#service-box-1{padding: 8em 1em 2em 1em;flex-direction: column;}
#service-testimonial-wrapper>#service-box-2{flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
#feature-buss-wrapper{border: 0px solid black;
    border-radius: 12px;margin: 2em auto auto auto;}
.feature-buss-tile{}
.testimonial-card{
    position: relative;
    height:auto;
    display: flex;
    justify-content: start;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    row-gap: 2em;
}
.client-info{display: flex;column-gap: 2em; align-items: center;border-bottom: 1px solid black;
  padding-bottom: 1em;}
.client-photo{
    height: 100px;
    width: 100px;
    border: 1px solid black;
    border-radius: 50%;}
.client-photo img{width:100%;}
.client-review{margin:0px 0px 0px 0px;position: relative;}
.client-review span{font-size:20px;}
.client-review .fa-solid{font-size:35px;line-height: 10px;}

.client-data{display: flex;flex-direction: column;}
.client-name{font-size: 19px;
  font-weight: 600;line-height: 25px;}
.client-location{line-height: 10px;}
.client-rating{}
@media (min-width: 993px) and (max-width: 1400px)
{
.service-section{display: flex;align-items: center;justify-content: center;}
#section-1{height: 90vh;}
.wrapper{width: 85%;display: flex;column-gap: 10%;flex-direction: column;justify-content: center;}
.info{width:60%;display: flex; flex-direction: column;  justify-content: center;row-gap: 10px;}
.info h2{font-size: 50px; line-height: 55px;}
.info p{font-size: 18px;}
.info h2 span{color:blue;}
.image-box{display: flex;width: 30%;border:0px solid black; border-radius:10px;}
.image-box img{width: 100%;}
.cta{margin-top: 22px;}
.service-box{display: flex;justify-content: center;column-gap: 3em;}
.service-box>h2{    font-size: 50px;}

#service-items-wrapper{width: 85%;padding: 0px 0px 100px 0px; row-gap: 3em;}
#service-items-wrapper > .service-box{display: flex;justify-content: center;align-items: center;}
#service-items-wrapper >.service-box>h2{    font-size: 50px;line-height: 48px;}
#service-items-wrapper>#service-box-1{padding: 8em 1em 2em 1em;flex-direction: column;}
#service-items-wrapper>#service-box-2{flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.service-item-box{
        border: 1px solid #b7b7b7;width: 28%;
    padding: 10px 20px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.service-item-box:hover{background:black;color:white;}
.service-item-icon{
width: 15%;
    font-size: 36px;}
.service-item-content{    width: 65%;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    padding: 0px 8px 0px 0px;}
.service-item-content>h3{line-height: 18px;
        font-weight: 600;
        font-size: 16px;}
.service-item-content>p{line-height: 13px;
    font-size: 12px;}
.service-item-arrow{width: 10%;
    font-size: 25px;}
}

@media (min-width: 350px) and (max-width: 600px)
{
#section-1 {
  height: 100vh;
}
.wrapper {
  width: 80%;
  display: flex;
  column-gap: 10%;
  flex-direction: column;
  justify-content: center;
}
.service-box {
  display: flex;row-gap: 0px;
  justify-content: center;
  flex-direction: column;padding: 40px 0px 0px 0px;
}
.service-item-box {
  border: 1px solid #b7b7b7;
  width: 100%;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.service-item-icon {
  width: 20%;
  font-size: 36px;
}
.service-item-content > h3 {
  line-height: 18px;
  font-size: 16px;font-weight: 600;
}

.info {
  width: 100%;order:2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0px;
}
.info h2 {
  font-size: 20px;
  line-height: 29px;
}
.info p {
  font-size: 15px;
}
.image-box {
  display: flex; order:1;
  width: 100%;
  border: 0px solid black;
  border-radius: 10px;
}
.cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

#service-items-wrapper {
  width: 80%;
  padding: 0px 0px 100px 0px;
  row-gap: 3em;
}
#service-items-wrapper > #service-box-1 {
  padding: 3em 1em 0em 1em;
  flex-direction: column;
}
#service-items-wrapper > .service-box > h2 {
  font-size: 30px;
  line-height: 45px;
}
#modal_wrapper_hire_me{display:none;}
}