/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2026 | 11:31:33 */
.hbs-contact-wrapper {
   
    padding: 24px;
    border-radius: 20px;
    max-width: 900px;
    
}

.hbs-row {
    display: flex;
    gap: 16px;
    
}

.hbs-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hbs-full {
    
    margin-bottom: 0px;
}

.hbs-field label {
    font-size: 14px;
    font-weight: 600;
    
    color: #222;
}

.hbs-input,
.hbs-textarea {
    
    padding:12px 8px!important;
    border-radius: 8px!important;
    border: none!important;
    background: #f3f3f3!important;
    font-size: 14px;
    outline: none!important;
	margin:6px 0px 0px 0px!important;
	width:100%!important;
}
.hbs-field{
	padding:0px!important;
}

.hbs-textarea {
    height: 180px;
    resize: none;
	background-color:#f3f3f3!important;
}

.hbs-submit {
    margin-top: 10px;
	
}

.hbs-btn {
    color:#daa801!important;
    padding: 16px 40px;
    border-radius: 8px!important;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    max-width: 900px!important;
}

.hbs-btn:hover {
    background: #caaa58;
}
.hbs-contact-wrapper p{
	margin-bottom:10!important;
}

/* Responsive */
@media (max-width: 768px) {
    .hbs-row {
        flex-direction: column;
    }
}
input:is([type=radio],[type=checkbox]), input:read-only, input:read-write, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #f3f3f3!important;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: var(--theme_input_rounded);
    max-width: 100%;
    padding: .6em;
}