.velix-cta {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 55px 20px;
    background-image: url("https://addisethiopiatours.com/wp-content/uploads/2023/06/b8.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.velix-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    pointer-events: none;
}

.velix-cta__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 700px;
    text-align: center;
}

.velix-cta__title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.velix-cta__description {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
}

.velix-cta__description p {
    margin: 0;
}

.velix-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.velix-cta__button:hover,
.velix-cta__button:focus {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .velix-cta {
        padding: 70px 18px;
    }

    .velix-cta__title {
        font-size: 28px;
    }

    .velix-cta__description {
        font-size: 15px;
    }
}
