.acc-card {
  height: 500px;
  background-color: #021522 !important;
  box-shadow: none !important;
  border-radius: 40px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.acc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.acc-card::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 150px;
    height: 70px;
    background-color: #051927; /* Match the card's background */
    border-radius: 20px 0px 20px 0;
    transform: rotate(180deg); /* Tilt for the corner effect */
    z-index: 1;
}

.shapecard{
    position: absolute;
    background-color: #051927; /* Match the card's background */
    z-index: 4;
    bottom: -13px;
    right: 136px;
    height: 85px;
    transform: rotate(20deg); /* Tilt for the corner effect */
    border-radius: 25px 20px 20px 20px;
    width: 22px;
}

.head-shape{
    margin: 0 auto !important;
    position: relative;
    bottom: 38px;
    width: 85%;
    height: 15px;
    border-radius: 10px;
    background: repeating-linear-gradient( #bfbfc1 , #fcfeff);
    /* background: repeating-linear-gradient(120deg, #00c6ff,#0072ff,#ca0000, #021522, #C0C0C0,#ca0000 ,#0072ff, #00c6ff );
    background-repeat:repeat-x;
    background-size: 400% 100%; */
}

.head-shape2{
    margin: 0 auto !important;
    position: relative;
    bottom: 38px;
    width: 85%;
    height: 15px;
    border-radius: 10px;
    background: repeating-linear-gradient(#9a6613, #ffeb94 );

}

.head-shape3{
    margin: 0 auto !important;
    position: relative;
    bottom: 38px;
    width: 85%;
    height: 15px;
    border-radius: 10px;
    /* background: linear-gradient(to right, #00c6ff, #0072ff); Gradient */
    background: repeating-linear-gradient( #006d91 , #00ddd4);
}

.head-shape4{
    margin: 0 auto !important;
    position: relative;
    bottom: 38px;
    width: 85%;
    height: 15px;
    border-radius: 10px;
    /* background: linear-gradient(to right, #00c6ff, #0072ff); Gradient */
    background: repeating-linear-gradient( #B9F2FF , #B9F2FF);
}


.cardbtn{
    position: relative;
    z-index: 2;
    background-color: #021522 !important;
    width: 150px;
    height: 55px;
    bottom: 3px !important;
    right: 0px !important;
    text-align: center;
    padding-top: 7px;
    padding-left: 35px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cardbtn:hover{
    color: #ca0000;
    border-bottom: none !important;
}

.acc-card-head .price{
    color: #ca0000 !important;
  }

.acc-card-head {
  text-align: center;
  margin-bottom: 2rem;
}

.acc-card-head P {
  margin-top: 0;
  margin-bottom: 5px;
}

.p-group p {
  margin: 0;
}

.p-group {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
