

:root{
  --h2: clamp(36px,4.95vw,4.95rem);
  --h3: clamp(26px,3.2vw,3.2rem);
  --h5: clamp(18px,1.95vw,1.95rem);
  --p: clamp(16px,1.25vw,1.25rem);
  --button: clamp(14px,1.25vw,1.25rem);
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
  line-height: 150%;
}
.asbesto{
  display: flex;
  position: relative;
  justify-content: space-evenly;
  background: white;
  background-size: cover;
  background-position: center;
  padding: 5vw 2.5vw;
}
.asbesto-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asbesto .left{
  display: flex;
  z-index: 1;
  position: relative;
  width: 45%;
}
.asbesto .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.asbesto .left a{
  position: absolute;
  bottom: 0;
}
.asbesto .left button img{
  border-radius: 100px;
}

.asbesto .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  width: 40%;
}
.asbesto .right h5{
  color: #2B70B8;
  font-family: Gotham;
  font-size: var(--h5);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.asbesto .right h2{
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.asbesto .right h2 strong{
  font-family: Gotham-Bold;
}
.asbesto .right p{
  color: #000;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
.water-sec-2 {
  background: url(/assets/Group\ 10247.webp);
  background-size: cover;
  padding: 5vw 2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.water-sec-2 .img-container{
  display: flex;
  justify-content: space-between;
  padding-inline: 2.5vw;
}

.water-sec-2 .img-container img:nth-child(1){
  width: 20%;
  object-fit: cover;
  border-radius: 20px;
}
.water-sec-2 .img-container img:nth-child(2){
  width: 50%;
  object-fit: cover;
  border-radius: 20px;
}
.water-sec-2 .img-container img:nth-child(3){
  width: 20%;
  object-fit: cover;
  border-radius: 20px;
}
.water-sec-2 h3{
  color: white;
  font-family: Gotham;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5%;
  width: 90%;
}
.water-sec-2 p{
  color: white;
  font-family: Gotham-light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  text-align: center;
  margin-top: 1%;
  width: 60%;
}
.inspection{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5vw 2.5vw;
  background: white;
  height: 100vh;
}
.inspection .left{
  display: flex;
  justify-content: center;
  width: 50%;
  height: 100%;
  gap: 20px;
}
.inspection .left img:nth-child(1){
  width: 40%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.inspection .left img:nth-child(2){
  width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.inspection .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.inspection .right h2{
  color: black;
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.inspection .right h2 strong{
  font-family: Gotham-Bold;
}
.inspection .right p{
  color: black;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 5%;
}


.removal{
  display: flex;
  justify-content: space-evenly;
  padding: 5vw 2.5vw;
  background-color: white;
}
.removal .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  position: relative;
}
.removal .left .title{
  position: absolute;
  top: -2%;
  left: 0;
}
.removal .left h5{
  color: #2B70B8;
  font-family: Gotham;
  font-size: clamp(18px, 1vw, 1.95rem);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.removal .left h2{
  font-family: Gotham;
  font-size: clamp(30px, 4vw, 70px);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}
.removal .left h2 strong{
  font-family: Gotham-Bold;
}
.removal .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.removal .right{
  display: flex;
  flex-direction: column;
  width: 40%;
}
.removal .right .img-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  height: 30vh;
}
.removal .right .img-container .img-1{
  width: 60%;
  height: 100%;
}
.removal .right .img-container .img-2{
  width: 40%;
  height: 100%;
}
.removal .right .img-container img:nth-child(1){
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.removal .right .img-container img:nth-child(2){
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.removal .right .gray-box{
  background: #F0F0F0;
  border-radius: 20px;
  padding: 2.5vw;
  margin-top: 40px;
  height: 100%;
}
.removal .right h4{
  font-family: Gotham;
  font-size: clamp(20px, 2.5vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.removal .right p{

  font-family: Gotham;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
  padding: 0;
}

/*Damaged*/
.damaged{
  padding: 5vw 2.5vw;
  background: url(/assets/how-help-bg.png);
  background-size: cover;
  background-position: center;
}
.damaged h2{
  color: black;
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.damaged h2 strong{
  font-family: Gotham-Bold;
}
.damaged p{
  color: black;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
.damaged .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.damaged .top .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.damaged .top .right{
  display: flex;
  justify-content: center;
  width: 60%;
  gap: 40px;
  height: 45vh;
}
.damaged .top .right .img-1{
  width: 60%;
  height: 100%;
}
.damaged .top .right .img-2{
  width: 20%;
  height: 100%;
}
.damaged .top .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.damaged .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}
.damaged .bottom .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.damaged .bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.damaged .bottom .right{
  width: 55%;
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*Drying*/

.drying{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw 2.5vw;
  height: clamp(800px, 100vh, 100vh);
  background: url(/assets/Group\ 10247.webp);
  background-size: cover;
  background-position: center;
  gap: 10%;
}
.drying .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  position: relative;
}

.drying .right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.drying .right h2{
  color: white;
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.drying .right p{
  color: white;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
.drying .right p strong{
  font-family: Gotham-Bold;
}
.drying .right .blue-square{
  background: #2B70B8;
  border-radius: 20px;
  padding: 50px;
  margin-top: 4%;
}
.drying .right .blue-square h3{
  color: white;
  font-family: Gotham;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 70%;
}
.drying .right .blue-square .arrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.drying .right .blue-square .arrow img{
  border-radius: 50%;
  border: 1px solid white;
  padding: 0.5vw;
  transform: rotateZ(45deg);
}


/*Reusable carousel*/
.carousel-navigation-container{
  background-color: white;
  padding: 20px;
  border-radius: 40px;
}
.carousel-navigation .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
} 
.carousel-navigation .swiper-slide img{
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 20px;
}
.drying-controls{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 30px 10px;
}
.drying-controls .swiper-pagination-bullet{
  width: 25px;
  height: 15px;
  border-radius: 10px;
  background-color: #D9D9D9;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.drying-controls .swiper-pagination-bullet-active{
  width: 60px;
  opacity: 1;
}


/*Repairs and construction*/

.repairs{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5vw 2.5vw;
  height: 80vh;
  background: white;
  background-size: cover;
  background-position: center;
}
.repairs .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  position: relative;
}
.repairs .left h2{
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.repairs .left h2 strong{
  font-family: Gotham-Bold;
}
.repairs .left p{
  color: black;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
.repairs .left p strong{
  font-family: Gotham-Bold;
}
.repairs .right{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  position: relative;
}
.repairs .right img{
  width: 80%;
  border-radius: 20px;
  display: flex;
  z-index: 1;
}
.repairs .right::after{
  content: "";
  position: absolute;
  width: 15vw;
  height: 14vw;
  background: #2B70B8;
  border-radius: 20px;
  z-index:    0;
  right: 4%;
  top: 5%;
}

@media (width <= 1024px){
  .removal .right p{
    margin-bottom: 40px;
  }
  .removal .right .img-container .img-2{
    display: none;
  }.removal .right .img-container .img-1{
    width: 100%;
  }
  .asbesto{
    flex-direction: column;
    padding: 80px 20px;
  }
  .asbesto .left button{
    position: relative;
    margin-top: 20px;
  }
  .asbesto .left{
    width: 100%;
    display: block;
  }
  .asbesto .right{
    width: 100%;
    margin-left: 0;
  }
  .water-sec-2{
    padding: 80px 20px;
  }
  .water-sec-2 .img-container {
    flex-direction: column;
    padding: 0;
  }
  .water-sec-2 .img-container img:nth-child(1), .water-sec-2 .img-container img:nth-child(3){
    display: none;
  }
  .water-sec-2 .img-container img:nth-child(2){
    width: 100%;
  }
  .water-sec-2 h3{
    font-size: 24px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .water-sec-2 p{
    width: 100%;
    text-align: left;
  }

  .inspection{
    flex-direction: column;
    padding: 80px 20px;
    height: auto;
  }
  .inspection .left{
    width: 100%;
    margin-bottom: 40px;
  }
  .inspection .left img:nth-child(1){
    display: none;
  }
  .inspection .left img:nth-child(2){
    width: 100%;
    height: 300px;
  }
  .inspection .right{
    width: 100%;
    margin-left: 0;
  }

  .removal{
    flex-direction: column;
    padding: 40px 20px;
  }
  .removal .left{
    width: 100%;
  }
  .removal .left img{
    display: none;
  }
  .removal .left .title{
    top: 0;
    position: relative;
  }
  .removal .right{
    width: 100%;
    margin-left: 0;
  }
  .removal .right .gray-box{
    margin-top: 20px;
    padding: 0;
    border-radius: 20px;
  }
  .removal .right .gray-box h4{
    padding: 20px;
    margin-bottom: 0;
  }
  .removal .right .gray-box p{
    padding: 20px;
    margin: 0;
  }
  .removal .right .gray-box button{
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  
  .damaged{
    padding: 80px 20px;
  }
  .damaged .top{
    flex-direction: column;
    gap: 20px;
  }
  .damaged .top .left{
    width: 100%;
  }
  .damaged .top .right{
    width: 100%;
    height: 300px;
  }
  .damaged .top .right .img-1{
    width: 100%;
  }
  .damaged .top .right .img-2{
    display: none;
  }
  .damaged .bottom{
    flex-direction: column-reverse;
    gap: 20px;
  }
  .damaged .bottom .left{
    width: 100%;
  }
  .damaged .bottom img{
    width: 100%;
  }
  .damaged .bottom .right{
    width: 100%;
    height: auto;
  }

  
  .drying{
    flex-direction: column;
    padding: 20px;
    padding-block: 80px;
    gap: 20px;
    height: auto;
  }
  .drying .left{
    width: 100%;
  }
  .drying .left .carousel-navigation-container{
    border-radius: 20px;
  }
  .drying .right{
    width: 100%;
  }
  .drying .right .blue-square{
    padding: 30px;
    margin-top: 40px;
  }

  .repairs{
    flex-direction: column;
    padding: 80px 20px;
    height: auto;
  }
  .repairs .left{
    width: 100%;
    margin-bottom: 40px;
  }
  .repairs .right{
    width: 100%;
    margin-left: 0;
  }
  .repairs .right img{
    width: 100%;
    border-radius: 20px;
  }
  .repairs .right::after{
    width: 30vw;
    height: 30vw;
    right: 0;
    top: 0;
  }
}