        .contact{
            margin: 40px 0;
        }
        .contact_btn{
            text-align: center;
        }
        .contact_sentence{
            margin: 0 0 20px 0;
        }
        .contact_heading{
            text-align: center;
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 20px 0;
        }
        .contact_text{
            text-align: center;
            margin: 0 0 10px 0;
        }
        .contact_text_note{
            text-align: center;
        }
        ul{
            display: none;
        }
        .screen-reader-response{
            margin: 0 0 20px 0;
        }
        .wpcf7 {
            font-family: Arial, sans-serif;
            margin: 0 auto;
            padding: 20px;
            background-color: #f9f9f9;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            max-width: 600px;
        }
        .wpcf7 label {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            color: #333;
            margin: 0 0 14px 0;
        }
        .wpcf7 label .required {
            color: red;
            font-size: 14px;
            margin-left: 5px;
        }
        .wpcf7 input[type="text"],
        .wpcf7 input[type="email"],
        .wpcf7 input[type="tel"],
        .wpcf7 textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            box-sizing: border-box;
            background-color: #fff;
        }
        .wpcf7 textarea {
            resize: vertical;
            height: 150px;
        }
        .alert {
            background-color: #fff3cd;
            border: 1px solid #ffeeba;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 8px;
        }
        .alert-link {
            color: #d9534f;
            text-decoration: none;
            font-weight: bold;
        }
        .alert-link:hover {
            text-decoration: underline;
        }
        .alert span {
            font-size: 12px;
            color: #6c757d;
        }
        .wpcf7 input[type="submit"] {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 15px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 4px;
            transition: background-color 0.3s;
        }
        .wpcf7 input[type="submit"]:hover {
            background-color: #0056b3;
        }
        .wpcf7 .wpcf7-not-valid-tip {
            color: red;
            font-size: 12px;
            margin-top: 5px;
        }