
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blue-word{
  color: #2D70B8;
}
.services{
    height: 100vh;
    width: 100%;
    padding-inline: 2.5vw;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
}
.services-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.services-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services h2{
  color: #000;
  font-family: Gotham;
  font-size: clamp(30px, 4vw, 70px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.services h2 strong{
  font-family: Gotham-Bold;
}
.services .main-desc{
  color: #000;
  font-family: Gotham-light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 5%;
}
.services-right{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5%;
}
.services-right img{
    width: 100%;
    object-fit: cover;
}

.appraisals-round-img{
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  background-color: #2D70B8;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue-square{
  display: flex;
  align-items: center;
  margin-top: 8%;
  position: relative;
}
.appraisals-round-img img{
  width: 95%;
  height: 95%;
  object-fit: cover;
  border-radius: 3000px;
}

.blue-square p{
  font-family: Gotham-Light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  position: absolute;
  width: 30vw;
  background-color: #2D70B8;
  padding: 2.2vw 4.3vw;
  left: 7.5vw;
  border-radius: 80px;
  color: #fff;
  line-height: 150%;
}
.restoration{
  width: 100%;
  height: 100vh;
  padding: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/assets/how-help-bg.png);
  background-size: cover;
}
.restoration .top{
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
}
.restoration .top .left-img{
  width: 40%;
}
.restoration .top .left-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restoration .top .right-img{
  width: 50%;
}
.restoration .bottom{
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 5%;
}
.restoration .bottom .left-img{
  width: 50%;
}
.restoration .bottom h2{
  font-family: Gotham;
  font-size: clamp(30px, 4vw, 70px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  width: 40%;
}
.restoration .bottom p{
  color: #000;
  font-family: Gotham-light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  width: 50%;
}
.appraisals-sec-2{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 2.5vw;
  background-color: white;
}
.appraisals-sec-2 .img-container{
  width: 100%;
  height: 40vh;
}
.appraisals-sec-2 .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.appraisals-sec-2 h3{
  color: #000;
  font-family: Gotham;
  width: 90%;
  font-size: clamp(30px, 2vw, 60px);
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5%;
}
/*action buttons*/
.resalted-red{
  color: #EA2026;
}

/*Section 3*/
.appraisals-sec-3{
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  padding-inline: 2.5vw;
  background-color: white;
}
.appraisals-sec-3 .left{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.appraisals-sec-3 .left h2{
  color: #2D70B8;
  font-family: Gotham;
  font-size: clamp(30px, 4vw, 70px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.appraisals-sec-3 .left h2 strong{
  font-family: Gotham-Bold;
}
.appraisals-sec-3 .left p{
  color: #000;
  font-family: Gotham-light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  margin-top: 5%;
  opacity: 0.7;
}
.appraisals-sec-3 .list{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 20px;
}
.appraisals-sec-3 .list li{
  color: #000;
  font-family: Gotham;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  margin-top: 5%;
  opacity: 0.6;
}
.appraisals-sec-3 .right{
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.appraisals-sec-3 .right img:nth-child(1){
  width: 30%;
  object-fit: cover;
}
.appraisals-sec-3 .right img:nth-child(2){
  width: 60%;
  object-fit: cover;
  margin-left: 5%;
}
.mb-img{
  display: none;
}


@media (width <= 768px) {
  .services{
    height: auto;
    padding-inline: 20px;
    flex-direction: column-reverse;
    padding-block: 80px;
  }
  .services-left{
    width: 100%;
    margin-top: 10%;
  }
  .services-right{
    width: 100%;
    margin-top: 10%;
    margin-right: 0;
  }
  .restoration{
    height: auto;
    padding: 20px;
    padding-block: 80px;
  }
  .restoration .top{
    flex-direction: column;
    gap: 20px;
  }
  .restoration .top .left-img{
    width: 100%;
  }
  .restoration .top .right-img{
    display: none;
  }
  .restoration .bottom{
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-top: 40px;
  }
  .restoration .bottom .left-img{
    width: 100%;
  }
  .restoration .bottom h2{
    width: 100%;
  }
  .restoration .bottom p{
    width: 100%;
  }
  .appraisals-round-img{
    display: none;
  }
  .blue-square p{
    position: relative;
    width: 100%;
    left: 0;
    padding: 20px 30px;
  }
  .appraisals-sec-2{
    height: auto;
    padding: 20px;
    padding-block: 50px;
  }
  .appraisals-sec-2 .img-container{
    height: 300px;
  }
  .appraisals-sec-2 .img-container img{
    border-radius: 20px;
  }
  .appraisals-sec-2 h3{
    width: 100%;
    font-size: 20px;
  }
  .appraisals-sec-2 button{
    padding: 10px 10px 10px 20px;
    font-size: 16px;
  }
  
  .appraisals-sec-3{
    height: auto;
    padding: 20px;
    padding-block: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
  .appraisals-sec-3 .left{
    width: 100%;
    margin-top: 10%;
  }
  .appraisals-sec-3  .right{
    display: none;
  }
  .mb-img{
    display: block;
    width: 100%;
    display: flex;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 20px;
  }
  .mb-img img:nth-child(1){
    width: 30%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 10px;
  }
  .mb-img img:nth-child(2){
    width: calc(70% - 10px);
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
}