.service-section{display: flex;align-items: center;justify-content: center;}
#section-1{height: 90vh;}
.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: 30%;
    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-box:hover a {
    color: #ffffff;
}
.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>a{    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color:#000;
    line-height: 20px;}

.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;
	min-height:23em;
    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{border-radius: 50%;}
.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;
    column-gap: 7px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.fa-stars {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 16px;
}

.fa-stars::before {
  content: "\f005\f005\f005\f005\f005";
  background: linear-gradient(
    90deg,
    gold calc(var(--rating) / 5 * 100%),
    #ccc calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-contact-box{display: flex;
    column-gap: 8%;}
	.contact-form-box{width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid black;
    border-radius: 15px;
    padding: 3em 1em;}
#contact-service-wrapper{margin: 10em 0em 5em 0em;}
	.contact-form-box>h2{text-align:center;font-size: 25px;font-weight: 400;}
	.contact-form-box>form{display: flex;
	flex-direction: column;font-size: 20px;
	margin-top: 0em;width: 80%;}
	.contact-form-box>form>label{font-size: 18px; margin-top: 15px;}
	.contact-form-box>form>input,select,textarea{font-size: 18px;
	padding: 14px 20px;
	margin: 10px 0;
	border: 1px solid #c7c7d0;
	border-radius: 5px;}


/*===========Mobile========*/
@media screen and (min-width: 350px) and (max-width: 767px)
{
#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;
}
}
/*===========Tablet========*/
@media screen and (min-width: 768px) and (max-width: 1024px)
{
}
/*===========Laptop-Old========*/
@media screen and (min-width: 1025px) and (max-width: 1349px)
{
}
/*===========Laptop-New========*/
@media (min-width: 1350px) and (max-width: 1600px)
{
.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;}
}

