/*
Theme Name: Davinder Portfolio
Theme URI: https://github.com/nic-dgl233-wi26/dlu1-project-1-DavinderSingh9244
Author: Davinder Singh
Author URI: https://github.com/DavinderSingh9244
Description: Davinder Portfolio is a modern, block-based WordPress theme created for personal portfolio websites. It is designed to showcase projects, skills, and professional experience in a clear and structured way. The theme uses Full Site Editing and block patterns to allow easy customization without code. It focuses on accessibility, responsive layouts, and clean typography to provide a strong user experience across all devices. This theme is suitable for students, designers, and front-end developers looking to present their work professionally.

Tested up to: 6.6
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: davinder-portfolio
Tags: portfolio, full-site-editing, block-patterns, responsive-layout, accessibility-ready, one-column, two-columns, custom-colors, custom-logo
*/

.wpcf7-form {
 max-width: 500px;
 margin: 0 auto;
}

.wpcf7 input,
.wpcf7 textarea {
 width: 100%;
 padding: 12px;
 margin-bottom: 15px;
 border: 1px solid #ccc;
 border-radius: 4px;
 font-size: 16px;
}

.wpcf7 textarea {
 min-height: 120px;
}

.wpcf7 input[type="submit"] {
 background-color: #000;
 color: #fff;
 border: none;
 padding: 12px;
 cursor: pointer;
 font-weight: bold;
}

.wpcf7 input[type="submit"]:hover {
 background-color: #444;
}



