:root {
    --primary-orange: #ff9a00;
    --primary-dark: #e88a00;
    --primary-light: #ffb84d;
    --dark-bg: #1a1a2e;
    --darker-bg: #16162a;
    --text-light: #ffffff;
    --text-muted: #b8b8d1;
    --success-green: #00d26a;
}
.cs-gfstyle-form .gform_body,
.cs-gfstyle-form .gform_confirmation_message,
.loan-confirmation-box{
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.6s ease-out 0.3s both;
	background: linear-gradient(135deg, var(--dark-bg) 0%, var(--darker-bg) 50%, #0f0f1a 100%);
    color: #fff;
}
.cs-phone a {
    font-weight: bold;
	font-size:18px;
    color: #f7931e;
    text-decoration: none;
}
.cs-phone a {
	outline:none;
}
.cs-gfstyle-form .gform_body .gform_page:first-child{
	text-align:center;
}
.cs-gfstyle-form .gform_page_footer .button {
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-dark));
    border: none;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    padding: 24px 0px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.cs-gfstyle-form .gform_page_footer .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.cs-gfstyle-form .gform_page_footer .button:hover::before {
    left: 100%;
}
.cs-gfstyle-form .gform_page_footer .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 154, 0, 0.4);
}
.gform-theme--framework .cs-gfstyle-form  .gform-loader {
    border-block-end-color: var(--primary-orange);
    border-inline-start-color: var(--primary-orange);
}
.gform-theme--framework .cs-gfstyle-form .cs-html-block p{
    font-size: 20px;
}
.gform-theme--framework .cs-gfstyle-form .gf_progressbar .percentbar_blue,
.gform-theme--framework .gf_progressbar .percentbar_blue{
	background-color:var(--primary-orange);
}
 
.cs-gfstyle-form .gform_page_footer .button:focus {
	outline:none !important;
	box-shadow:none !important;
}
.cs-gfstyle-form .gform_page_footer .gform_next_button,
.cs-gfstyle-form .gform_page_footer  .gform_button[type="submit"]{ 
	flex: 1;
}
 
.cs-gfstyle-form .main-headline {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    color: var(--text-light);
}
.cs-gfstyle-form .main-headline-vi {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}
.cs-gfstyle-form .subheadline {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 5px;
    line-height: 1.6;
}
.cs-gfstyle-form .subheadline-vi {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.5;
}
.cs-gfstyle-form .gform_previous_button{
	display:none !important;
}
 .cs-gfstyle-form .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.gform_wrapper.gravity-theme .cs-gfstyle-form .gfield_label{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-light);
}
.gform_wrapper.gravity-theme .cs-gfstyle-form .gfield .gfield_description{
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 0px;
    padding: 0px;
 
}
.gform_wrapper.gravity-theme .cs-gfstyle-form .gform-loader{
    border-block-start: 1.1em solid #ff9a00;
    border-inline-end: 1.1em solid #ff9a00;
}
.gform-theme--framework .cs-gfstyle-form .gfield--type-choice .gfield_radio{
	margin-top:20px;
}
.cs-gfstyle-form .trust-badge {
    margin-bottom: 0px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 154, 0, 0.15), rgba(255, 154, 0, 0.05));
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 154, 0, 0.3);
    border-image: initial;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
}
.cs-gfstyle-form .trust-badge span {
    color: var(--primary-light);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.gform_wrapper.gravity-theme .cs-gfstyle-form .gfield_validation_message, 
.gform_wrapper.gravity-theme .cs-gfstyle-form .validation_message{
    background-color: transparent;
    border: 0px;
}
.gform_wrapper.gravity-theme .cs-gfstyle-form input[type="text"]{
	background-color: rgba(255, 255, 255, 0.05) !important;
    border: 2px solid rgba(255, 255, 255, 0.1)!important;
    border-radius: 12px !important;
    color: #b5a4a4 !important;
    padding: 16px 20px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease!important;
    width: 100% !important;
	height: 60px !important;
	line-height: 25px;
}
.gform_wrapper.gravity-theme .cs-gfstyle-form input[type="text"]:focus{
	outline-color:var(--primary-orange)!important;
}
.gform_wrapper.gravity-theme .cs-gfstyle-form input[type="text"]:focus-visible {
    outline: none;
}
.cs-gfstyle-form .gform_previous_button{
	font-size: 24px !important;
}
 
.cs-html-block p {
	margin:0px;
}
.cs-gfstyle-form .cs-content {
 
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
}
.cs-gfstyle-form .cs-content p {
    font-size: 0.75rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.text-center {
    text-align: center;
}
.success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-orange), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.success-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}
.success-icon svg {
    width: 50px;
    height: 50px;
    color: white;
}
/* radio button */
 
.gform-theme--framework .cs-gfstyle-form  .gfield--type-choice .ginput_container_radio .gchoice{
	display:block;
}
 
.cs-gfstyle-form .ginput_container_radio .gchoice {
    position: relative;
}
 
/* Hide default radio */
.cs-gfstyle-form .ginput_container_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.page-id-27 .entry-content {
    padding-top: 60px;
	padding-bottom: 60px;
}
/* Button style label */
.gform_wrapper.gravity-theme .cs-gfstyle-form .ginput_container_radio .gform-field-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-weight: 400;
	font-size:16px;
    cursor: pointer;
    transition: all 0.3s ease;
	margin-left: 0px;
	color:#fff;
    max-width: 100%;
}
.cs-gfstyle-form_wrapper .gform_heading,
.cs-gfstyle-form_wrapper .gform_validation_errors {
    display: none !important;
}
.cs-gfstyle-form .gfield_required_asterisk,
.cs-gfstyle-form .validation_message{
	color: #ff4152 !important;
}
 
 
/* Hover */
.gform_wrapper.gravity-theme .cs-gfstyle-form .ginput_container_radio .gform-field-label:hover {
    border-color: var(--primary-orange);
    background: rgba(255, 255, 255, 0.05);
}
 
/* Selected state */
.gform_wrapper.gravity-theme .cs-gfstyle-form .ginput_container_radio input[type="radio"]:checked + label {
    border-color: #ff9a00;
    background: linear-gradient(135deg, #ff9a00, #ff6a00);
    color: #fff;
	font-weight: 600;
}
 
/* Create circle icon area (hidden by default) */
.gform_wrapper.gravity-theme .cs-gfstyle-form .ginput_container_radio .gform-field-label::after {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 27%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.gform_wrapper.gravity-theme .gform-theme--foundation .cs-gfstyle-form  .gform_fields {
    row-gap: 16px;
}
/* Show check icon only when checked */
.gform_wrapper.gravity-theme .cs-gfstyle-form .ginput_container_radio input[type="radio"]:checked + label::after {
    content: "✓";
    background: #fff;
    color: #ff6a00;
    font-weight: bold;
    border-color: rgba(255, 255, 255, 0.05);
}
.cs-header-wrap{
	 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.cs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    max-width: 1360px;
    margin: auto;
}
body .cs-number a,
body .cs-number a:hover {
    font-weight: bold;
    color: #f7931e;
    text-decoration: none;
    font-size: 20px;
}
.cs-logo img {
    width: 100%;
}
.cs-logo {
    width: 196px;
    display: block;
	cursor: pointer;
}
 
.loan-confirmation-box{
    text-align:center;
}

.bfc-not-qualified {
    text-align: start;
}

.loan-confirmation-box h2{
    color:#2ecc71;
    margin-bottom:15px;
}
 
.loan-confirmation-box ul{
    list-style:none;
    padding:0;
    margin:15px 0;
}
 
.loan-confirmation-box ul li{
    padding:8px 0;
    font-weight:600;
}
 
.loan-confirmation-box a{
    color: #ff9a00 !important;
    text-decoration:none;
    font-weight:600;
}
.loan-confirmation-box hr {
    border-color: #fbfbfb66;
}
.loan-confirmation-box a:hover{
    text-decoration:underline;
}
 
.loan-confirmation-box .english-text {
    margin-top: 15px;
    font-size: 14px;
    color: #bfb8b8;
}
.gform_page_footer{
    display: flex;
    gap: 16px;
}
@media screen and (max-width:580px){
	.cs-gfstyle-form .gform_page_footer .button {
     width: 100% !important;
	}
	.cs-gfstyle-form .gform_body, 
	.cs-gfstyle-form .gform_confirmation_message{
		padding:16px;
	}
    body .cs-gfstyle-form .gform_page_footer .button {
        padding: 16px 0px !important;
    }
	.cs-header {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
	}
}