.goosto-contact-form {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.contact-title {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
}

.contact-subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.contact-subtitle-2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-text {
    margin-bottom: 20px;
    color: #555;
}

.goosto-contact-form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

.goosto-contact-form input,
.goosto-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.goosto-btn {
    margin-top: 20px;
    background: #C8A24B;
    color: #000;
    padding: 12px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.goosto-alert {
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.goosto-success {
    background: #e6f7e6;
    border-left: 4px solid #4CAF50;
}

.goosto-error {
    background: #fdeaea;
    border-left: 4px solid #e53935;
}

.goosto-company {
    text-align: center;
    margin-top: 30px;
    color: #777;
}

.goosto-phone-number-wrapper {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
