:root{
  --primaryColor:black;
  --middleColor:#444444;
  --helperColor:#ce000c;
  --lightHelper:#FDFBEE;
  --hrColor:rgb(222, 184, 135);
  --transparentColor:#00d0848f;
  --shadow:rgba(189, 188, 188, 0.514);
  --text-header: #b1b1b1;
 /* --------------------------------- */
  --whatsappColor:#25D366;
  --white:#ffff;
  --blue: #1877F2;
  --green: #25D366;
  --gray:  #f8f8f8;
}

.service{
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: var(--gray);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom:30px;
}

.service-container{
  width: 98%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.service-text{
  width: 50%;
  margin: auto;
  color: var(--primaryColor);
  text-align: center;
}

.service-text h2{
  color: var(--primaryColor);
}

.service-text h1{
  font-size: 3.5rem;
  width: 80%;
  margin:0px auto 30px auto;
  line-height: 4.4rem;
  color: var(--helperColor);

}
.service-text h3{
  width: 70%;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin:0px auto 30px auto;
}

.service-text{
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-text p{
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: var(--primaryColor);
  margin: 0%;
}

.service a{
  width: fit-content;
  margin: auto;
  padding:  10px;
  background: var(--primaryColor);
  color: var(--white);
  font-weight: bold;
  font-size: large;
  text-decoration: none;
  border-radius: 20px;
  direction: ltr;
}

.service-image{
  width: 40%;
  margin: auto;
  text-align: center;
  border-radius: 10px;
}

.service-image img{
  width: 90%;
}

.service-list{
  width: fit-content;
  margin: auto;
  font-weight: bold;
  font-size: large;
  line-height: 1.8rem;
  text-align: start;
  list-style: circle;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--middleColor);

}


/* ----------------------------------------- */
.services-card-rows{
  display: grid;
  grid-template-columns: repeat(2,5fr);
  width: 80%;
  margin:20px auto 0px auto;
  gap: 50px;
}

.services-card-link {
  border-radius: 10px ;
  padding-bottom: 5% ;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 30px;
  background-color: var(--gray);
  box-shadow: 10px 10px 40px var(--shadow);
  transition: transform 0.3s ease-in;
  width: 80%;
  margin: auto;
}

.services-card-link div{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.services-card-link div h3{
  color: var(--primaryColor);
  margin: 0px;
}

.services-card-link div h2{
  color: var(--helperColor);
  margin: 0px;
}

.services-card-link div ul{
  margin: 0%;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
.card-image{
  width: 100%;
  border-radius: 10px;
  min-height: 350px;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.services-card-whats{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  margin: auto;
  padding:  10px;
  background: var(--gray);
  color: var(--whatsappColor);
  font-weight: 400;
  font-size: medium;
  text-decoration: none;
  border-radius: 25px;
  /* border: 1px solid var(--whatsappColor); */
  box-shadow: 0px 4px 6px var(--shadow);
  direction: ltr;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media (max-width:800px) {
 
/*  ----------------------------------------- */ 
.services-card-rows{
 width: 98%;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}

.services-card-link{
  width: 98%;
}

.services-card-link{
  gap: 5px;
}

.services-card-link:hover{
 transform: translateY(-10px)
}

.services-card-whats{
  width: 50%;

  font-weight: 350;
  font-size: small;
}

.services-image{
  width: 75%;
  margin: auto;
}

.services-card-whats{
  width: fit-content;
  font-weight: 550;
  font-size: medium;
}

}
@media (max-width: 603px) {
  .service{
    display: flex;
    flex-direction: column;
    gap: 30px;
   padding: 30px 5px 10px 5px;
}
.service a{
    margin: 0px auto 10px auto;
    font-weight: 300;
font-size: medium;
}
.service-container{
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;

}

.service-text{
    padding-top: 0px;
    width: 99%;
    margin: auto;
    color: var(--primaryColor);
    text-align: center;
  gap: 20px;

}

.service-text h1{
    font-size: 1.6rem;
    width: 100%;
    margin:0px auto 10px auto;
    line-height: 2.4rem;
}
.service-text h3{
    width: 88%;
    font-size: 1.2rem;
    line-height: 2rem;
    margin:0px auto 10px auto;
}

.service-image{
    width: 80%;
    margin: auto;
    color: var(--primaryColor);
    text-align: center;
    position: relative;
}
}

@media screen and (min-width: 604px) and (max-width: 799px){
  .service{
    display: flex;
    flex-direction: column;
    gap: 20px;
padding: 30px 5px 10px 5px;

}
.service a{
    margin: 0px auto 10px auto;
    font-weight: 400;
font-size: medium;
}
.service-container{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-text{
    padding-top: 0px;

    width: 99%;
    margin: auto;
    color: var(--primaryColor);
    text-align: center;
}

.service-text h1{
    font-size: 1.6rem;
    width: 100%;
    margin:0px auto 10px auto;
    line-height: 2.4rem;
}
.service-text h3{
    width: 88%;
    font-size: 1.2rem;
    line-height: 2rem;
    margin:0px auto 10px auto;
}

.service-image{
    width: 80%;
    margin: auto;
    color: var(--primaryColor);
    text-align: center;
    position: relative;
}
}

@media screen and (min-width: 800px) and (max-width: 992px){

  .service{
      display: flex;
      flex-direction: column;
      gap: 20px;
    padding: 30px 5px 10px 5px;
 
  }
  .service a{
      margin: 0px auto 10px auto;
      font-weight: 400;
  font-size: larger;
  }
  .service-container{
      display: flex;
      flex-direction: column;
      gap: 25px;

  }

  .service-text{
      padding-top: 0px;
      width: 99%;
      margin:50px auto 0px auto;
      color: var(--primaryColor);
      text-align: center;
  }

  .service-text h1{
      font-size: 1.6rem;
      width: 100%;
      margin:0px auto 10px auto;
      line-height: 2.4rem;
  }
  .service-text h3{
      width: 88%;
      font-size: 1.2rem;
      line-height: 2rem;
      margin:0px auto 10px auto;
  }
  

  .service-image{
      width: 80%;
      margin: auto;
      color: var(--primaryColor);
      text-align: center;
      position: relative;
  }

}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media screen and (min-width: 993px) and (max-width: 1200px){

  .service{
    display: flex;
    flex-direction: column;
      /* ---------- */
    gap: 50px;
    padding: 30px 5px 10px 5px;
 
  }
  .service a{
      margin: 0px auto 10px auto;
      font-weight: bold;
      font-size: x-large;
  }
  .service-container{
      display: flex;
      /* ------- */
      flex-direction: row;
      /* ------- */
      gap: 30px;

  }

  .service-text{
    /* ---------------- */
      width: 50%;
      margin:0px auto 0px auto;
      color: var(--primaryColor);
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 4px;
  }

  .service-text h1{
    /* -------------------- */
      font-size: 2rem;
      width: 100%;
      margin:auto;
      line-height: 3.5rem;
  }
  .service-text h3{
      width: 88%;
      /* ------------------ */
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin:auto;
  }
  

  .service-image{
      width: 50%;
      height: fit-content;
      margin: auto;
      color: var(--primaryColor);
      text-align: center;
      position: relative;
  }
  
}

/* @@@@@@@@@@@@@@@@@@@@@ */

@media screen and (min-width: 1201px) and (max-width: 1600px){
 
  .service{
      display: flex;
      flex-direction: column;
      /* ---------- */
      gap: 5px;
      padding: 30px 5px 10px 5px;
 
  }

  .service-text{
    /* ---------------- */
    width: 60%;
    margin:0px auto 0px auto;
    color: var(--primaryColor);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

   
}