:root{
    --primaryColor:#000200;
    --middleColor:#41464c;
    --helperColor:#4bb064;
    --lightHelper:#e9e6e6 ;
    --hrColor:#b49a43;
    --transparentColor:rgba(0, 0, 0, 0.589);
    --shadow:rgba(189, 188, 188, 0.801);
   /* --------------------------------- */
    --whatsappColor:#25D366;
    --white:#ffff;
    --blue: #1877F2;
    --green: #25D366;
    --gray:  #f8f8f8;
  }
.service-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
}

.service-section h1{
    color: var(--primaryColor);
  width: fit-content;
  border-bottom: 4px solid var(--primaryColor);
  margin: auto;
  font-size: 2.5rem;
}
.services-container{
   
    display: flex;
    flex-direction: column;
    gap:20px ;
    width: 80%;
    margin: 0px auto;
}
/* ----------------------------------------------- */
.sevices-details{
    /* padding: 0%;
    margin: 0%; */
  width: 80%;
  border-radius:90px 0px ;
  background-color: var(--white);
  box-shadow: 0 4px 8px var(--shadow);
  text-align: start;
  background-image: url(../../IMG/1-_IOE_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}
.transperant-background{
    /* width: 100%; */
    padding: 30px;
    border-radius:90px 0px ;
    background-color: rgba(255, 255, 255, 0.76);
}

.sevices-details strong{
    color: var(--primaryColor);
}

.sevices-details li{
    color: var(--primaryColor);
    font-size: larger;
}

.sevices-details li::marker{
    color: var(--helperColor);
    line-height: 3rem;
}

.sevices-details h2{
    font-size: 1.5rem;
   color: var(--primaryColor);
}

.sevices-details p{
    font-size: 1.2rem;
    color: var(--middleColor);
}
/* ------------------------------------------------- */
.services-image{
    width: 50%;
    margin: auto;
}

.services-image img{
    transition: transform 1s ease-in-out;
    width: 95%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.services-image img:hover{
    transform: scale(1.05);
}

/* ----------------------------------------- */
.services-rows-container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 80%;
    margin: auto;
    gap: 50px;

}
.services-rows-container-link {
    border-radius: 10px ;
    padding: 5% 0%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: rgb(220,242,228);
    box-shadow: 10px 10px 40px var(--shadow);

    transition: transform 0.3s ease-in;

}

.services-rows-container-link div{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.link-to-page{
    width: 75%;
text-align: center;
    display: inline-block;  
    margin: auto;
    padding: 5px 0px ;
    background-color: var(--white);
    text-decoration: none;
    color: var(--helperColor);
    border-radius: 20px;
    box-shadow: 10px 10px 40px var(--shadow);
   
}

.services-rows-container-link:hover{
   transform: translateY(-10px)
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
.card-image{
    width: 70%;
    border-radius: 10px;
    /* max-height: 150px;
    min-height: 150px; */
    transition: transform 0.5s ease-in-out;
}

.card-image:hover{
 transform: scale(1.05);
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
.services-rows-container h3, h4{
    color: var(--primaryColor);
    margin: 0px;
}

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.services-rows-container hr{
width: 80%;
height: 2px;
border: none;
background-color: #6F7777;
}


/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

.services-rows-container-whats{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 20px;
    width: 85%;
    margin: auto;
    padding: 5px;
    background: var(--white);
    color: var(--helperColor);
    font-weight: 400;
    font-size: medium;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    box-shadow: 20px 20px 40px var(--shadow);

    transition: transform 0.5s ease-in-out;
}

.services-rows-container-whats:hover{
   transform: translateY(-10px);
}

.icon{
width: 20%;
max-height: 50px;

background-color: rgba(255, 255, 255, 0);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media (max-width:800px) {
    .service-section{
        gap: 30px;
    

    }
    
    .service-section h1{
      font-size: 1.5rem;

      color: var(--primaryColor);
      width: fit-content;
      border-bottom: 4px solid var(--primaryColor);
      margin: auto;
    }
    .services-container{
        flex-direction: column;
        gap:10px ;
        width: 98%;
    }

    /* ----------------------------------------------- */
.sevices-details{
    
  width: 98%;
}

.sevices-details h2{
    font-size: 1.3rem;
}

.sevices-details p{
    font-size: 1.05rem;
    color: var(--middleColor);
}
/* ------------------------------------------------- */
.services-image{
    width: 80%;
    margin: auto;
}

/*  ----------------------------------------- */ 
.services-rows-container{
   
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.services-rows-container-link{
    padding: 3% 0%;
    gap: 5px;
}

.services-rows-container-link:hover{
   transform: translateY(-10px)
}

.services-rows-container-whats{
    width: 90%;

    font-weight: 350;
    font-size: small;
}

.services-image{
    width: 75%;
    margin: auto;
}
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */


}