.right-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.right-section .right-section-info h3 {
    color: var(--Basic-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
}

.right-section .right-section-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.right-section .right-section-info p {
    margin: 0;
    color: var(--Basic-White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.right-section form .row {
    display: flex;
    gap: 20px;
    width: 100%;
}

@media(max-width: 1024px) {
    .right-section form .row {
        flex-direction: column;
        gap: 0;
    }
}

.right-section form .inputs {
    position: relative;
}

.right-section form .inputs label {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 22px;
	color: black;
	font-size: 14px;
}

.right-section form .inputs input {
    display: flex;
    padding: 20px 20px 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 25px;
    background: var(--Greyscale-50, #FAF9F7);
    height: 88px;
	font-size: 16px;
}



.right-section .p-forget {
    margin: 0;
}

.right-section .p-forget a {
    color: var(--Brand-Secondary-Orange-300, #BBB37C);
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
}

.right-section .remember-p {
    margin: 0;
    padding: 30px 0 40px 0;
}

.right-section .remember-p label {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    color: var(--Basic-White, #FFF);
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.right-section .remember-p label input {
    width: 24px;
    height: 24px;
}

.right-section .form-bottom {
    display: flex;
    gap: 24px;
    align-items: center;
	flex-wrap: wrap;
}

.right-section .form-bottom button {
    display: flex;
    width: 260px;
    padding: 14px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Brand-Secondary-Orange-200, #FCF4E4);
    border: unset;
    color: var(--Greyscale-Grey-900, #181A1B);
    text-align: center;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.right-section .form-bottom a {
    color: var(--Basic-White, #FFF);
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.right-section .form-bottom a span {
    color: var(--Brand-Secondary-Orange-300, #BBB37C);
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration-line: underline;
}

.right-section .wpcf7-form {
    border: none !important;
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 30px;
}

.right-section .wpcf7-form .form-group input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.right-section .wpcf7-form .form-group input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.input-text,
.right-section .wpcf7-form input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url.input-text{
    color: #666;
    padding: 25px 20px 12px 20px !important;
    border: 1px solid #ddd !important;
    background: #FAF9F7 !important;
    height: 88px !important;
    border-radius: 25px !important;
    outline: 0 !important;
    cursor: text !important;
    font-size: 16px !important;
}

.right-section .wpcf7-form .form-group {
    position: relative;
}

.right-section .wpcf7-form .form-group p label {
    position: absolute;
    top: 25px;
    left: 22px;
    z-index: 1;
	font-size: 14px;
}

.price-beat-form-lastline {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.price-beat-form-lastline p {
    margin: 0;
    display: flex;
    align-items: center;
}

.price-beat-form-lastline p label {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    justify-content: flex-start;
    color: white;
}

#proof_file {
    max-width: 250px;
}

.wpcf7-not-valid-tip {
    padding-top: 10px;
}

#request-button-baner a {
    width: 340px;
}
}

.right-section form p {
    color: white !important;
}

@media(max-width: 768px) {
	.price-beat-form-lastline input.wpcf7-form-control.wpcf7-submit.has-spinner{
		font-size: 16px;
	}
    .right-section .wpcf7-form .form-group {
        width: 100%;
    }

    .right-section .right-section-info h3 {
        font-size: 32px !important;
        line-height: 42px;
    }

    .price-beat-form-lastline p {
        width: 100%;
    }

    .price-beat-form-lastline p .wpcf7-spinner {
        display: none;
    }

    #request-button-baner a {
        width: unset;
    }
}

.price-beat-proof,
.price-beat-notice,
.proof-file-block input {
    color: white;
}


.price-beat-form-lastline input.wpcf7-form-control.wpcf7-submit.has-spinner{
	display: flex;
    width: auto;
    padding: 14px 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Brand-Secondary-Orange-200, #FCF4E4);
    border: unset;
    color: var(--Greyscale-Grey-900, #181A1B);
    text-align: center;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.request-price-button:hover{
	cursor: pointer;
}

.custom-error-message {
	color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    padding-top: 10px;
	display:block;
}
.wpcf7-response-output{ 
	display: none;
	color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    border: unset !important;
    margin-left: 0 !important;
}

.right-section .form-bottom button:hover{
	background: white !important;
}