.elementor-1000208 .elementor-element.elementor-element-4cb9457{--display:flex;}.elementor-1000208 .elementor-element.elementor-element-4cb9457.glozin-motion--sticky{position:var(--position);}.elementor-1000208 .elementor-element.elementor-element-c77aca1 > .elementor-widget-container{padding:15px 15px 15px 15px;border-style:solid;border-width:0px 0px 0px 0px;border-radius:20px 20px 20px 20px;}/* Start custom CSS for glozin-contact-form, class: .elementor-element-c77aca1 */.coffee-match-form {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px;
    background: #514832;
    border: 1px solid rgba(91, 52, 31, 0.14);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(45, 30, 18, 0.10);
    color: #2f241c;
}

.coffee-form-header {
    max-width: 780px;
    margin-bottom: 34px;
}

.coffee-form-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #ead7bd;
    color: #5b341f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.coffee-form-header h2 {
    margin: 0 0 12px;
    color: #2f241c;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.coffee-form-header p,
.coffee-section-title p,
.coffee-submit-row p {
    color: #7a6655;
    font-size: 16px;
    line-height: 1.6;
}

.coffee-section-title {
    margin: 30px 0 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(91, 52, 31, 0.12);
}

.coffee-section-title h3 {
    margin: 0 0 6px;
    color: #3f2b1f;
    font-size: 22px;
    font-weight: 800;
}

.coffee-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.coffee-field,
.coffee-question-card {
    position: relative;
}

.coffee-field label,
.coffee-question-card label {
    display: block;
    margin: 0 0 9px;
    color: #3a2a20 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.coffee-field label span,
.coffee-question-card label span {
    color: #9b4b25;
}

.coffee-field small {
    display: block;
    margin-top: 7px;
    color: #8a7462;
    font-size: 13px;
    line-height: 1.4;
}

.coffee-match-form input,
.coffee-match-form textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #d9c5ad !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    color: #2f241c !important;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.coffee-match-form input {
    min-height: 54px;
}

.coffee-match-form textarea {
    min-height: 110px;
    resize: vertical;
}

.coffee-match-form input::placeholder,
.coffee-match-form textarea::placeholder {
    color: #a89582 !important;
}

.coffee-match-form input:focus,
.coffee-match-form textarea:focus {
    border-color: #7b4a2e !important;
    background: #fffdf9 !important;
    box-shadow: 0 0 0 4px rgba(123, 74, 46, 0.13) !important;
}

.coffee-question-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.coffee-question-card {
    border-radius: 18px;
}

.coffee-question-card:hover {
    border-color: #d4b895;
}

.coffee-field-full {
    margin-top: 22px;
}

.coffee-privacy {
    margin-top: 24px;
    padding: 16px 18px;
    border: 1px solid #ead8c5;
    border-radius: 14px;
    color: #5f4c3d;
    font-size: 15px;
}

.coffee-privacy a {
    color: #5b341f;
    font-weight: 700;
    text-decoration: underline;
}

.coffee-submit-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.coffee-submit-row p {
    margin: 0;
    font-size: 14px;
}

.coffee-match-form .coffee-submit {
    min-width: 180px;
    min-height: 54px;
    padding: 15px 30px !important;
    border: none !important;
    border-radius: 999px !important;
    background: #5b341f !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.coffee-match-form .coffee-submit:hover {
    background: #3f2416 !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(63, 36, 22, 0.24);
}

.coffee-match-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #b3261e;
    font-size: 13px;
    font-weight: 600;
}

.coffee-match-form .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 14px !important;
    font-weight: 600;
}

@media (max-width: 768px) {
    .coffee-match-form {
        padding: 26px 18px;
        border-radius: 18px;
    }

    .coffee-form-header h2 {
        font-size: 27px;
    }

    .coffee-form-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .coffee-question-card {
        padding: 16px;
    }

    .coffee-submit-row {
        flex-direction: column;
        align-items: stretch;
    }

    .coffee-match-form .coffee-submit {
        width: 100%;
    }
}

.coffee-match-form .coffee-privacy {
    margin-top: 24px !important;
    padding: 16px 18px !important;
    border: 1px solid #d9c5ad !important;
    border-radius: 14px !important;
    color: #3a2a20 !important;
}

.coffee-match-form .coffee-privacy .wpcf7-list-item {
    margin: 0 !important;
}

.coffee-match-form .coffee-privacy label {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    color: #3a2a20 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    cursor: pointer;
}

.coffee-match-form .coffee-privacy input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid #b99a77 !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    cursor: pointer;
}

.coffee-match-form .coffee-privacy a {
    color: #5b341f !important;
    font-weight: 800 !important;
    text-decoration: underline !important;
}/* End custom CSS */