 /* .et_pb_button::after {
    content: url('https://nexusfacto.com/wp-content/uploads/2025/04/arrow_white-02.svg');
    width: 16px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
    margin-left: 10px;
} */

.rr-primary-btn {
    /*background-color: #3F5AF3;*/
  background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    padding: 20px 30px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cta-btn:hover {
    border: 1px solid #e16061;
}

.rr-primary-btn:hover {
    color: #fff;
}

.rr-primary-btn:before {
    background-color: #3F5AF3;
}

.rr-primary-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e16061;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}


/* .rr-primary-btn img {
    margin-left: 10px;
    width: 16px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
} */
.rr-primary-btn::after {
    content: url('https://nexusfacto.com/wp-content/uploads/2025/04/arrow_white-02.svg') !important;
    width: 15px;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
    margin-left: 10px;
}

.rr-primary-btn:hover::after {
    transform: rotate(0) translateY(1px);
}

.rr-primary-btn::after {
    content: url('/short-arrow_white-19.svg');
  }


.rr-primary-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/*MEDIA QUERY MACBOOK*/

@media only screen and (min-width: 1024px) and (max-width: 1620px) {
        .et_pb_section_0_tb_header .rr-primary-btn {
            padding: 18px 18px !important;
        }

        .et_pb_section_0_tb_header .et_pb_column_1_5 {
        width: 18% !important;
    }

          .contact_footer .et_pb_column_1_tb_footer .rr-primary-btn {
            padding: 20px 20px;
        }

        .rr-primary-btn::after {
            width: 14px !important;
        }
}