

: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(16px,1.25vw,1.25rem);
}
*{
  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-between;
}
.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: white;
  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: white;
  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;
}

.blue-square{
  background: #2B70B8;
  border-radius: 20px;
  padding: 50px 30px 20px 30px;
  margin-top: 8%;
}
.blue-square h3{
  color: white;
  font-family: Gotham;
  font-size: clamp(18px, 1.5vw, 2rem);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.blue-square p{
  color: white;
  font-family: Gotham-light;
  font-size: clamp(14px, 1.2vw, 1.25rem);
  font-style: normal;
  font-weight: 400;
}
.blue-square .arrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: -5px;
}
.blue-square .arrow img{
  border-radius: 50%;
  border: 1px solid white;
  padding: 0.5vw;
  transform: rotateZ(45deg);
}
.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-container{
  width: 52%;
  position: relative;
}
.restoration .top .right-img{
  width: 100%;
}
.restoration .bottom{
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 5%;
}
.restoration .bottom .left-img{
  width: 50%;
}

.info-hero-imagen-div{   
  left: auto;
  right: 4%;
  bottom: 6%;
}
.glass-emergency img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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%;
}
/**/


/*Drying*/

.drying{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw 2.5vw;
  height: 100vh;
  background: white;
  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: #1E1E1E;
  font-family: Gotham;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.drying .right p{
  color: #1E1E1E;
  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: #E7E7E7;
  border-radius: 20px;
  padding: 50px 30px 20px 30px;
  margin-top: 4%;
}
.drying .right .blue-square p{
  color: #2B70B8;
  font-family: Gotham-light;
  font-size: var(--p);
  font-style: normal;
  font-weight: 400;
  opacity: 1;
}
.drying .right .blue-square .arrow{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.drying .right .blue-square .arrow img{
  border-radius: 50%;
  border: 1px solid #2B70B8;
  padding: 0.5vw;
  transform: rotateZ(45deg);
}


/*Reusable carousel*/
.carousel-navigation-container{
  background-color: #E7E7E7;
  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: #1E1E1E;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.drying-controls .swiper-pagination-bullet-active{
  width: 60px;
  opacity: 1;
}

@media (width <= 1024px) {
  .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;
  }
  .services .blue-square{
    margin-top: 10%;
    padding: 30px;
  }
  .services .blue-square p{
    font-size: clamp(16px, 1.2vw, 1.25rem);
  }
  .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-container{
    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%;
  }

  .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;
  }
}