.ITS-register-cta {
    display: flex;
    flex-direction: column;
}

.ITS-register-cta-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 40px 60px 40px;
}

.ITS-register-cta-icon {
    font-size: 80px;
    color: #FFBA00;
    line-height: 1;
    margin-bottom: 30px;
}

.ITS-register-cta-icon i,
.ITS-register-cta-icon svg {
    width: 80px;
    height: 80px;
}

.ITS-register-cta-headline {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #FFFFFF;
}

.ITS-register-cta-content {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px 0;
    color: #FFFFFF;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.ITS-register-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #FFFFFF;
    border-radius: 0;
    background-color: var(--its-register-btn-bg, var(--color1));
}

.ITS-register-cta-button:hover {
    background-color: var(--its-register-btn-hover-bg, var(--its-register-btn-bg, var(--color1)));
    opacity: 0.9;
}

/* Tablet styles */
@media (max-width: 991px) {
    .ITS-register-cta-inner {
        padding: 60px 30px 50px 30px;
    }

    .ITS-register-cta-icon {
        font-size: 70px;
        margin-bottom: 25px;
    }

    .ITS-register-cta-icon i,
    .ITS-register-cta-icon svg {
        width: 70px;
        height: 70px;
    }

    .ITS-register-cta-headline {
        font-size: 32px;
    }

    .ITS-register-cta-content {
        font-size: 17px;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .ITS-register-cta-inner {
        padding: 50px 20px 40px 20px;
    }

    .ITS-register-cta-icon {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .ITS-register-cta-icon i,
    .ITS-register-cta-icon svg {
        width: 60px;
        height: 60px;
    }

    .ITS-register-cta-headline {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .ITS-register-cta-content {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

/* Small mobile styles */
@media (max-width: 480px) {
    .ITS-register-cta-inner {
        padding: 40px 15px 30px 15px;
    }

    .ITS-register-cta-headline {
        font-size: 24px;
    }

    .ITS-register-cta-content {
        font-size: 15px;
    }
}
