.mirza-form-cta-section {
    padding: 30px 0 3px 0;
    background: linear-gradient(
        120deg,
        #1E3A8A 0%,
        #1a3278 45%,
        #c45d10 80%,
        #F97316 100%
    ) !important;
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.mirza-form-cta-section *,
.mirza-form-cta-section *::before,
.mirza-form-cta-section *::after {
    box-sizing: border-box;
}

.mirza-form-cta-container {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}

.mirza-form-cta-wrapper {
    position: relative;
    width: 100%;
    .mirza-form-cta-wrapper {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 32px;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(41, 58, 140, 0.2);
}
    border-radius: 32px;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(41, 58, 140, 0.2);
}

.mirza-form-cta-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.mirza-form-cta-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 1;
}

.mirza-form-cta-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    flex: 1;
}

.mirza-form-cta-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.mirza-form-cta-badge span {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mirza-form-cta-badge-dot {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #ffffff;
}

.mirza-form-cta-title {
    color: #ffffff !important;
    font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin: 0 0 16px 0 !important;
}

.mirza-form-cta-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.mirza-form-cta-form {
    position: relative;
    z-index: 2;

    flex: 0 0 46%;
    width: 100%;
    max-width: 520px;

    padding: 35px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;

    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    overflow: hidden;
}

/* Input text color */
.mirza-form-cta-form input,
.mirza-form-cta-form textarea,
.mirza-form-cta-form select,
.mirza-form-cta-form .ts-control input {
    color: #ffffff !important;
}

/* Placeholder color */
.mirza-form-cta-form input::placeholder,
.mirza-form-cta-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.85) !important;
    opacity: 1 !important;
}

/* TomSelect/SureForms dropdown placeholder */
.mirza-form-cta-form .ts-control input::placeholder,
.mirza-form-cta-form .ts-placeholder,
.mirza-form-cta-form .srfm-dropdown-placeholder {
    color: rgba(255, 255, 255, 0.85) !important;
    opacity: 1 !important;
}

/* Dropdown selected text */
.mirza-form-cta-form .ts-control,
.mirza-form-cta-form .item {
    color: #ffffff !important;
}

/* Dropdown arrow */
.mirza-form-cta-form .ts-dropdown-icon svg,
.mirza-form-cta-form .ts-dropdown-icon svg path {
    stroke: rgba(255, 255, 255, 0.85) !important;
}

/* Ensure SureForms labels are white if they appear */
.mirza-form-cta-form .srfm-label,
.mirza-form-cta-form label,
.mirza-form-cta-form legend {
    color: #ffffff !important;
}

/* SureForms visibility fix */
.mirza-form-cta-form .srfm-form-container,
.mirza-form-cta-form .srfm-form {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

/* SureForms fields */
.mirza-form-cta-form input,
.mirza-form-cta-form textarea,
.mirza-form-cta-form select {
    width: 100% !important;
}

/* Remove only direct empty wrappers safely */
.mirza-form-cta-form > div:empty {
    display: none !important;
}



@media (max-width: 991px) {
    .mirza-form-cta-wrapper {
        padding: 50px;
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .mirza-form-cta-content {
        max-width: 100%;
    }

    .mirza-form-cta-badge {
        margin: 0 auto 20px auto;
    }

    .mirza-form-cta-form {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .mirza-form-cta-section {
        padding: 40px 0 80px 0;
    }

    .mirza-form-cta-wrapper {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .mirza-form-cta-form {
        padding: 25px 20px;
        border-radius: 16px;
    }
}