/* Wrapper */
.fx-csms-form-wrapper {
    padding: 60px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.fx-csms-form-wrapper .row {
    align-items: stretch;
}

/* Left Column - Header / Info Panel */
.fx-csms-form-header {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 40px 35px;
    height: 100%;
}

.fx-csms-form-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #4a154b;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Benefits List */
.fx-csms-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.fx-csms-benefits-list li {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fx-csms-benefits-list li::before {
    display: none;
}

.fx-csms-benefits-list li p {
    margin: 0;
}

.fx-csms-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: #007D7D;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
    position: relative;
}

.fx-csms-check-icon::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 2px;
    height: 5px;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(41deg);
}

/* Note Section */
.fx-csms-note p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 5px;
}

.fx-csms-note a {
    color: #4a154b;
    font-weight: 700;
    text-decoration: none;
}

.fx-csms-note a:hover {
    text-decoration: underline;
}

/* Right Column - Form Panel */
.fx-csms-form-panel {
    background: #fff;
    filter: drop-shadow(0px 0px 8px rgba(94, 94, 94, 0.25));
    border-radius: 12px;
    padding: 35px 40px 40px;
}

.fx-csms-form-panel .wpcf7 {
    filter: none;
    padding: 0;
}

/* Progress Bar */
.fx-csms-progress-bar {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.fx-csms-progress-fill {
    height: 100%;
    background: #4a154b;
    border-radius: 3px;
    transition: width 0.4s ease;
}

/* Step Label */
.fx-csms-step-label {
    font-size: 13px;
    font-weight: 600;
    color: #4a154b;
    margin-bottom: 15px;
}

/* Form Panel Headings */
.fx-csms-form-panel h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.fx-csms-form-panel > p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

/* Form Footer */
.fx-csms-form-footer {
    align-items: center;
    margin-top: 15px;
}

.fx-csms-disclaimer-inline {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

/* Next Button */
.fx-csms-btn-next {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3d1140;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    float: right;
}

.fx-csms-btn-next:hover {
    background: #5a1a5e;
}

.fx-csms-btn-arrow {
    font-size: 14px;
}

.rebrand_form__cf7-form .wpcf7 .wpcf7-text, .rebrand_form__cf7-form .wpcf7 .wpcf7-textarea, .rebrand_form__cf7-form .wpcf7 .choices__inner {
    margin-top: 5px;
}

.wpcf7 .fx-csms-form-footer {
	align-items: center;
	margin-top: 1.5rem;
}

.fx-csms-form-footer .btn-primary {
    background: #641964 !important;
    border-radius: 50px !important;
    border-bottom-right-radius: 0 !important;
    color: #fff !important;
    line-height: 1.4 !important;
    margin-top: 0!important;
    padding: 12px 30px!important;
}

.fx-csms-form-footer .btn-secondary {
    border-radius: 50px !important;
    border-bottom-left-radius: 0 !important;
    color: #fff !important;
    line-height: 1.4 !important;
    margin-top: 0!important;
    padding: 12px 30px!important;

    &::after {
        display: none;
    }
    
    &::before {
        content: '\e915';
        margin-right: 10px;
        color: #007D7D !important;
        font-family: 'icomoon';
        font-size: 9px;
        background: #fff;
        border-radius: 100%;
        line-height: 1;
        padding: 4px;
        top: -2px;
        position: relative;
        clip-path: none !important;
        height: auto !important;
    
    }
}

.wpcf7 .fx-csms-disclaimer-inline {
	font-size: 0.8em;
	margin: 0;
	color: #666;
}

.wpcf7 .fx-csms-form-footer .text-right {
	text-align: right;
}

.wpcf7 .fx-csms-form-footer .cf7mls-btns {
	display: inline-flex;
	gap: 0.5rem;
	justify-content: flex-end;
}

.wpcf7 .fx-csms-form-footer--center {
	text-align: center;
}

.wpcf7 .fx-csms-form-footer--center .cf7mls-btns {
	justify-content: center;
}

.number-verification-form p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.number-verification-form p input {
    border-radius: 10px!important;
    font-size: 30px;
    text-align: center;
    color: #000;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    &[type=number] {
    -moz-appearance: textfield;
    }
}

.choices__list--dropdown.is-active {
    z-index: 999;
}

.cf7mls_current_fs > .cf7mls-btns {
    opacity: 0;
    visibility: hidden;
}

/* Bottom Disclaimer */
.fx-csms-disclaimer-bottom {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-top: 20px;
    padding: 0 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .fx-csms-form-header {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .fx-csms-form-panel {
        padding: 25px 20px 30px;
    }

    .fx-csms-form-header {
        padding: 30px 25px;
    }

    .fx-csms-form-header h3 {
        font-size: 26px;
    }

    .fx-csms-form-panel h3 {
        font-size: 22px;
    }

    .fx-csms-form-footer .text-right {
        text-align: center !important;
        margin-top: 15px;
    }

    .fx-csms-btn-next {
        float: none;
        width: 100%;
        justify-content: center;
    }
}