.gia_card_wrapper {
    display: flex;
    justify_content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
    gap: 20px;
    min-height: 100vh;
    box-sizing: border-box;
}

.gia_card {
  width: 18rem;
  margin: 1rem;
  height: 25rem;
  transition: 0.5s;
  overflow: visible;
  background: #fff;
  position: relative;
  border-radius: 0px 0px 0px 30px;
  box-shadow: 0px 0px 8px 0px rgb(206 206 206 / 80%);
  overflow: hidden;
}
.soon-banner {
  position: absolute;
  top: 10px;
  right: -30px;
  width: 120px;
  padding: 4px 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff8c00;
  transform: rotate(45deg);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  opacity: 0.9;
  pointer-events: none;
  z-index: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gia_circle {
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.5s;
  position: relative;
  text-align: center;
  clip-path: circle(25% at 0 0);
  border-radius: 0px 0px 0px 30px;

}

.gia_content a
{
color: #fff;
}

.gia_content {
  top: 27%;
  padding: 0px 25px 0px 25px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  color: #7c7c7c;
  font-size: 1.5rem;
}

.gia_content:hover a
{
color: #fff;
text-decoration: none;
}
.gia_service_card_bt:hover a
{
color: #0176ab;
}

.gia_content button {
    border: 0px;
    margin: 0.5rem;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 20px;
    position: relative;
    border-radius: 50px;
}



.gia_card .gia_circle,
.gia_card .gia_content button{
    transition: .5s;
    background: #0176ab;
    border: 2px solid #0176ab;
    color: #fff;
}


.gia_container .gia_card{
    transform: scale(.9);
}

.gia_card:hover{
    transform: scale(1);

}

.gia_card:hover .gia_circle{
    clip-path: circle(150% at 0 0);
}

.gia_card:hover .gia_content p{
    color: #fff;
}

.gia_card:hover .gia_content a:hover{
    color: #0176ab;
}

.gia_card:hover .gia_content button{
    border: 2px solid #fff;
}

.gia_card:hover .gia_content button:hover{
    background: #fff;
    color: #202020;
}
.gia_card:hover .gia_content p:hover + button a {
      color: #fff;
}


.gia_icon_style {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    color: #fff;
    z-index: 10;

}

.gia_details {
  background: #0176ab;
  border-radius: 0px 0px 0px 30px;
  width: 100%;
  height: 35px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gia_details:hover {
  background-color: #fff;
  color: #0176ab;
  height: 8rem;
  padding: 20px 10px 10px 20px;
}

.gia_service_card_bt:hover
{
color: #fff;
}


.gia_details:hover ~ .gia_content .gia_service_card_bt {
  bottom: 110px;
  transition: bottom 0.5s;
  color: #fff;

}



.gia_details p:first-child {
  display: block;
  transition: 0.3s ease;

}

.gia_details p:nth-child(2) {
  display: none;
  transition: 0.3s ease;
}

.gia_details:hover p:first-child {
  display: none;
}

.gia_details:hover p:nth-child(2) {
  display: block;
}

.gia_services_requests_list_submit_bt
{
background-color: #fff;
color: #0176ab;
font-size: 0.8em;
width: 50%;
border-radius: 10px;
border-color: #fff;
}
.gia_services_requests_list_submit_bt:hover
{
background-color: #0176ab;
color: #fff;
font-size: 0.8em;
}
