.our_work_cta_cards_section {
    display: flex;
    gap: 20px;
    padding: 0 0 80px 0;
    justify-content: center;
    margin: 32px 0 0 0;
}

.our_work_cta_cards_section .cta_card {
    border-radius: 12px;
    background: linear-gradient(316deg, #E1E6FF 1.47%, #FEF4FF 84.25%);
    position: relative;
    overflow: hidden;
    width: 491px;
    padding:30px 28px;
    display: flex;
    flex-direction: column;
}

.our_work_cta_cards_section .cta_card.next {
    background: linear-gradient(129deg, #EBF6FF 40.65%, #85B7FF 101.31%);
}
/* .our_work_cta_cards_section .cta_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2025/09/ourwork_card_gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
} */

.our_work_cta_cards_section .cta_card h3,
.our_work_cta_cards_section .cta_card p,
.our_work_cta_cards_section .cta_card .cta_button {
    position: relative;
    z-index: 1;
}

.our_work_cta_cards_section .cta_card h3 {
   color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 32.2px */
    margin-bottom: 6px;
}

 .our_work_cta_cards_section .card_corner_image {
        position: absolute;
        bottom: -10px;
        right: 5px;
        z-index: 0;
        /* width: 129.735px;
        height: 163.257px; */
        flex-shrink: 0;
        transition: bottom 0.5s ease-in-out;
    }
.our_work_cta_cards_section .cta_card:hover .card_corner_image
{
    bottom: 0;
}
.our_work_cta_cards_section .cta_card p {
    color: #333;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important; /* 150% */
    margin-bottom: 43px;
    width: 80%;
}

.our_work_cta_cards_section .cta_button {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #242424;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
     text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
}

 .our_work_cta_cards_section .cta_button:hover {
      background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
   }

   .our_work_cta_cards_section .cta_button:hover img{
      transform:scale(1.3);
   }
     /* Breakpoints */
@media (max-width: 1399.98px) { 
    /* end 1399.98px*/
 }
@media (max-width: 1199.98px) { 
    .our_work_cta_cards_section {padding: 0 0 0px 0}
    /* end 1199.98px*/
 }
@media (max-width: 991.98px) { 
    /* end 991.98px*/
 }
@media (max-width: 767.98px) { 
   /* end 767.98px*/
.our_work_cta_cards_section .cta_card{padding: 28px 24px}
.our_work_cta_cards_section {flex-wrap: wrap}
.our_work_cta_cards_section .card_corner_image {width: 130px}
.our_work_cta_cards_section .cta_card p {font-size: 14px !important;line-height: 24px !important;margin-bottom: 34px}
.our_work_cta_cards_section .cta_card h3 {font-size: 20px}
.our_work_cta_cards_section .cta_card{width: 95%;}
 }
@media (max-width: 575.98px) { 
    /* end 575.98px*/
 }
